body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #c5161b !important;
  border-color: #c5161b !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e7272d !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #29361a !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e7272d !important;
  border-color: #e7272d !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e7272d !important;
  border-color: #e7272d !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-info,
.btn-info:active {
  background-color: #29361a !important;
  border-color: #29361a !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success,
.btn-success:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #971115;
  color: #971115;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #971115;
  color: #971115;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e7272d !important;
}
.text-secondary {
  color: #e7272d !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #29361a !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f18386 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #f18386 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bbd69f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5d7b3b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #29361a;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e7272d;
  border-color: #e7272d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e7272d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbdfe0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8ddb1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbe78;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.2rem;
}
blockquote {
  border-color: #e7272d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e7272d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e7272d;
  border-bottom-color: #e7272d;
}
.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: #e7272d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e7272d !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='%23e7272d' %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-soZQCZzTww .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-soZQCZzTww .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-soZQCZzTww .dropdown-item {
  color: #e7272d !important;
}
.cid-soZQCZzTww .dropdown-item:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-soZQCZzTww .nav-link:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn-white {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn:hover {
  border-color: #e7272d !important;
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soZQCZzTww .container {
  display: flex;
  margin: auto;
}
.cid-soZQCZzTww .navbar.navbar-short .nav-link,
.cid-soZQCZzTww .navbar.navbar-short .navbar-caption,
.cid-soZQCZzTww .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-soZQCZzTww .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-soZQCZzTww .navbar-caption {
  padding-right: 3rem;
}
.cid-soZQCZzTww .navbar.opened {
  background: #e7272d !important;
}
.cid-soZQCZzTww .nav-item:focus,
.cid-soZQCZzTww .nav-link:focus {
  outline: none;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soZQCZzTww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soZQCZzTww .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
  background: none;
}
.cid-soZQCZzTww .navbar.opened {
  transition: all 0.3s;
}
.cid-soZQCZzTww .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-soZQCZzTww .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soZQCZzTww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soZQCZzTww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soZQCZzTww .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soZQCZzTww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soZQCZzTww .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soZQCZzTww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soZQCZzTww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soZQCZzTww .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soZQCZzTww .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soZQCZzTww .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soZQCZzTww .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soZQCZzTww .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soZQCZzTww .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soZQCZzTww .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soZQCZzTww .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soZQCZzTww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soZQCZzTww .dropdown-item.active,
.cid-soZQCZzTww .dropdown-item:active {
  background-color: transparent;
}
.cid-soZQCZzTww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soZQCZzTww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soZQCZzTww ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soZQCZzTww .navbar-buttons {
  text-align: center;
}
.cid-soZQCZzTww button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soZQCZzTww a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soZQCZzTww .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soZQCZzTww .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-soZQCZzTww .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soZQCZzTww .navbar {
    height: 77px;
  }
  .cid-soZQCZzTww .navbar.opened {
    height: auto;
  }
  .cid-soZQCZzTww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soZNw3QpyU {
  padding-top: 210px;
  padding-bottom: 105px;
  background-color: #e7272d;
}
.cid-soZNw3QpyU .title-align {
  width: 100%;
}
.cid-soZNw3QpyU .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-soZNw3QpyU .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-soZNw3QpyU .img-col img {
  z-index: 2;
  position: relative;
}
.cid-soZNw3QpyU .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-soZNw3QpyU H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-soZNw3QpyU H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-soZNw3QpyU img {
  max-width: 500px;
  margin: auto;
}
.cid-soZNw3QpyU .mbr-section-subtitle,
.cid-soZNw3QpyU .title-align {
  color: #fbbe36;
}
.cid-soZNw3QpyU .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-soZNw3QpyU .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-soZNw3QpyU .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-soZNw3QpyU H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-soZNw3QpyU .img-col {
    padding-top: 4rem;
  }
}
.cid-soZNw3QpyU H1 {
  text-align: left;
}
.cid-rZ4nMeoS0o {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ4nMeoS0o .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #e7272d;
  transition: all 0.4s ease-in-out;
}
.cid-rZ4nMeoS0o .content-block .mbr-text {
  margin: 0;
}
.cid-rZ4nMeoS0o .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-rZ4nMeoS0o .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-rZ4nMeoS0o .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-rZ4nMeoS0o .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-rZ4nMeoS0o .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-rZ4nMeoS0o h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-rZ4ohss9ei {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ4ohss9ei .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #e7272d;
  transition: all 0.4s ease-in-out;
}
.cid-rZ4ohss9ei .content-block .mbr-text {
  margin: 0;
}
.cid-rZ4ohss9ei .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-rZ4ohss9ei .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-rZ4ohss9ei .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-rZ4ohss9ei .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-rZ4ohss9ei .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-rZ4ohss9ei h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-rZ4rThxhDK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ4rThxhDK .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #e7272d;
  transition: all 0.4s ease-in-out;
}
.cid-rZ4rThxhDK .content-block .mbr-text {
  margin: 0;
}
.cid-rZ4rThxhDK .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-rZ4rThxhDK .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-rZ4rThxhDK .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-rZ4rThxhDK .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-rZ4rThxhDK .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-rZ4rThxhDK h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-rZ4sUgCl09 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ4sUgCl09 .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #e7272d;
  transition: all 0.4s ease-in-out;
}
.cid-rZ4sUgCl09 .content-block .mbr-text {
  margin: 0;
}
.cid-rZ4sUgCl09 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-rZ4sUgCl09 .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-rZ4sUgCl09 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-rZ4sUgCl09 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-rZ4sUgCl09 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-rZ4sUgCl09 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-rYYK78TOJ6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYYK78TOJ6 h4 {
  display: flex;
  color: #232323;
}
.cid-rYYK78TOJ6 .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-rYYK78TOJ6 .wrap {
  display: flex;
}
.cid-rYYK78TOJ6 .icon {
  background: #e7272d;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rYYK78TOJ6 img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rYYK78TOJ6 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rYYK78TOJ6 p {
  margin: 0;
}
.cid-rYYK78TOJ6 .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rYYK78TOJ6 .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rYYK78TOJ6 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYYK78TOJ6 .panel-group {
  width: 100%;
}
.cid-rYYK78TOJ6 .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rYYK78TOJ6 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rYYK78TOJ6 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rYYK78TOJ6 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rYYK78TOJ6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rYYK78TOJ6 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rYYK78TOJ6 .card .panel-body {
  background: #ffffff;
}
.cid-rYYK78TOJ6 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rYYK78TOJ6 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rYYK78TOJ6 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rYYK78TOJ6 .header-text,
.cid-rYYK78TOJ6 .sign {
  color: #232323;
}
.cid-rYYK8rzM86 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rYYK8rzM86 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rYYK8rzM86 .row {
  border-bottom: 1px solid #808080;
}
.cid-rYYK8rzM86 H2 {
  color: #e7272d;
}
.cid-rYYK8rzM86 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-rYYK8rzM86 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rYYK8rzM86 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYYK8rzM86 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYYK8rzM86 .col-lg-12 {
  overflow: hidden;
}
.cid-rYYK8rzM86 H4 {
  color: #fbbe36;
}
.cid-rYYK8rzM86 .mbr-text,
.cid-rYYK8rzM86 .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rYYK8rzM86 .logo-wrap:before {
    content: none;
  }
  .cid-rYYK8rzM86 .logo-wrap:after {
    content: none;
  }
}
.cid-rYZ1naQ98u.popup-builder {
  background-color: #ffffff;
}
.cid-rYZ1naQ98u.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYZ1naQ98u.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYZ1naQ98u .modal-content,
.cid-rYZ1naQ98u .modal-dialog {
  height: auto;
}
.cid-rYZ1naQ98u .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYZ1naQ98u .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYZ1naQ98u .form-wrapper .mbr-form .form-group,
  .cid-rYZ1naQ98u .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYZ1naQ98u .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYZ1naQ98u .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYZ1naQ98u .mbr-text {
  text-align: center;
}
.cid-rYZ1naQ98u .pt-0 {
  padding-top: 0 !important;
}
.cid-rYZ1naQ98u .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYZ1naQ98u .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYZ1naQ98u .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYZ1naQ98u .modal-open {
  overflow: hidden;
}
.cid-rYZ1naQ98u .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYZ1naQ98u .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYZ1naQ98u .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYZ1naQ98u .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYZ1naQ98u .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYZ1naQ98u .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYZ1naQ98u .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYZ1naQ98u .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYZ1naQ98u .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYZ1naQ98u .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYZ1naQ98u .modal-backdrop.show {
  opacity: .5;
}
.cid-rYZ1naQ98u .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYZ1naQ98u .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYZ1naQ98u .modal-header .close:hover {
  opacity: 1;
}
.cid-rYZ1naQ98u .modal-header .close:focus {
  outline: none;
}
.cid-rYZ1naQ98u .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYZ1naQ98u .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYZ1naQ98u .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYZ1naQ98u .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYZ1naQ98u .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYZ1naQ98u .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYZ1naQ98u .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYZ1naQ98u .modal-sm {
    max-width: 300px;
  }
  .cid-rYZ1naQ98u .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYZ1naQ98u .modal-lg,
  .cid-rYZ1naQ98u .modal-xl {
    max-width: 800px;
  }
  .cid-rYZ1naQ98u .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYZ1naQ98u .modal-xl {
    max-width: 1140px;
  }
  .cid-rYZ1naQ98u .container {
    max-width: 1140px;
  }
}
.cid-rYZ1naQ98u .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYZ1naQ98u .container {
    max-width: 720px;
  }
}
.cid-rYZ1naQ98u .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYZ1naQ98u .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYZ1naQ98u .form-group {
  margin-bottom: 1rem;
}
.cid-rYZ1naQ98u .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYZ1naQ98u .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYZ1naQ98u .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-soZQCZzTww .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-soZQCZzTww .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-soZQCZzTww .dropdown-item {
  color: #e7272d !important;
}
.cid-soZQCZzTww .dropdown-item:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-soZQCZzTww .nav-link:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn-white {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn:hover {
  border-color: #e7272d !important;
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soZQCZzTww .container {
  display: flex;
  margin: auto;
}
.cid-soZQCZzTww .navbar.navbar-short .nav-link,
.cid-soZQCZzTww .navbar.navbar-short .navbar-caption,
.cid-soZQCZzTww .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-soZQCZzTww .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-soZQCZzTww .navbar-caption {
  padding-right: 3rem;
}
.cid-soZQCZzTww .navbar.opened {
  background: #e7272d !important;
}
.cid-soZQCZzTww .nav-item:focus,
.cid-soZQCZzTww .nav-link:focus {
  outline: none;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soZQCZzTww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soZQCZzTww .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
  background: none;
}
.cid-soZQCZzTww .navbar.opened {
  transition: all 0.3s;
}
.cid-soZQCZzTww .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-soZQCZzTww .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soZQCZzTww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soZQCZzTww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soZQCZzTww .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soZQCZzTww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soZQCZzTww .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soZQCZzTww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soZQCZzTww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soZQCZzTww .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soZQCZzTww .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soZQCZzTww .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soZQCZzTww .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soZQCZzTww .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soZQCZzTww .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soZQCZzTww .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soZQCZzTww .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soZQCZzTww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soZQCZzTww .dropdown-item.active,
.cid-soZQCZzTww .dropdown-item:active {
  background-color: transparent;
}
.cid-soZQCZzTww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soZQCZzTww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soZQCZzTww ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soZQCZzTww .navbar-buttons {
  text-align: center;
}
.cid-soZQCZzTww button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soZQCZzTww a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soZQCZzTww .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soZQCZzTww .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-soZQCZzTww .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soZQCZzTww .navbar {
    height: 77px;
  }
  .cid-soZQCZzTww .navbar.opened {
    height: auto;
  }
  .cid-soZQCZzTww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYYKjCZg11 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uCC1GJRyNp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uCC1GJRyNp .card-subtitle {
  margin: 0;
}
.cid-uCC1GJRyNp .btn {
  padding: 0.6rem 1.8rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef !important;
}
.cid-uCC1GJRyNp .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  border: 1px solid #efefef;
  cursor: pointer;
  overflow: visible;
}
.cid-uCC1GJRyNp h4,
.cid-uCC1GJRyNp h6,
.cid-uCC1GJRyNp h5 {
  margin: 0;
}
.cid-uCC1GJRyNp .mbr-text {
  transition: all 0.3s;
}
.cid-uCC1GJRyNp .btn-white-outline {
  color: #e7272d !important;
}
.cid-uCC1GJRyNp .price {
  color: #e7272d;
  transition: all 0.3s;
}
.cid-uCC1GJRyNp img {
  transition: all 0.3s;
  width: 170px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.cid-uCC1GJRyNp .card {
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
.cid-uCC1GJRyNp .card-img {
  width: 100%;
  position: relative;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-uCC1GJRyNp .card-img img {
  max-width: 200px;
}
.cid-uCC1GJRyNp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCC1GJRyNp .wrapper {
    flex-direction: column;
  }
  .cid-uCC1GJRyNp .icon-padding {
    padding-left: 0rem;
  }
  .cid-uCC1GJRyNp .card-box {
    padding: 0;
  }
}
.cid-uCC1GJRyNp .mbr-text,
.cid-uCC1GJRyNp .mbr-section-btn,
.cid-uCC1GJRyNp .card-img {
  color: #808080;
}
.cid-uCC1GJRyNp H2 {
  color: #e7272d;
}
.cid-uCC1GJRyNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCC1GJRyNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rZ025fCjSg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZ025fCjSg h4 {
  display: flex;
  color: #232323;
}
.cid-rZ025fCjSg .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-rZ025fCjSg .wrap {
  display: flex;
}
.cid-rZ025fCjSg .icon {
  background: #e7272d;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rZ025fCjSg img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rZ025fCjSg .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rZ025fCjSg p {
  margin: 0;
}
.cid-rZ025fCjSg .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rZ025fCjSg .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rZ025fCjSg .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rZ025fCjSg .panel-group {
  width: 100%;
}
.cid-rZ025fCjSg .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rZ025fCjSg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rZ025fCjSg .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rZ025fCjSg .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rZ025fCjSg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rZ025fCjSg .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rZ025fCjSg .card .panel-body {
  background: #ffffff;
}
.cid-rZ025fCjSg .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rZ025fCjSg .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rZ025fCjSg .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rZ025fCjSg .header-text,
.cid-rZ025fCjSg .sign {
  color: #232323;
}
.cid-rYYK8rzM86 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rYYK8rzM86 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rYYK8rzM86 .row {
  border-bottom: 1px solid #808080;
}
.cid-rYYK8rzM86 H2 {
  color: #e7272d;
}
.cid-rYYK8rzM86 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-rYYK8rzM86 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rYYK8rzM86 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYYK8rzM86 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYYK8rzM86 .col-lg-12 {
  overflow: hidden;
}
.cid-rYYK8rzM86 H4 {
  color: #fbbe36;
}
.cid-rYYK8rzM86 .mbr-text,
.cid-rYYK8rzM86 .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rYYK8rzM86 .logo-wrap:before {
    content: none;
  }
  .cid-rYYK8rzM86 .logo-wrap:after {
    content: none;
  }
}
.cid-soZQCZzTww .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-soZQCZzTww .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-soZQCZzTww .dropdown-item {
  color: #e7272d !important;
}
.cid-soZQCZzTww .dropdown-item:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-soZQCZzTww .nav-link:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn-white {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn:hover {
  border-color: #e7272d !important;
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soZQCZzTww .container {
  display: flex;
  margin: auto;
}
.cid-soZQCZzTww .navbar.navbar-short .nav-link,
.cid-soZQCZzTww .navbar.navbar-short .navbar-caption,
.cid-soZQCZzTww .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-soZQCZzTww .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-soZQCZzTww .navbar-caption {
  padding-right: 3rem;
}
.cid-soZQCZzTww .navbar.opened {
  background: #e7272d !important;
}
.cid-soZQCZzTww .nav-item:focus,
.cid-soZQCZzTww .nav-link:focus {
  outline: none;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soZQCZzTww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soZQCZzTww .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
  background: none;
}
.cid-soZQCZzTww .navbar.opened {
  transition: all 0.3s;
}
.cid-soZQCZzTww .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-soZQCZzTww .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soZQCZzTww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soZQCZzTww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soZQCZzTww .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soZQCZzTww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soZQCZzTww .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soZQCZzTww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soZQCZzTww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soZQCZzTww .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soZQCZzTww .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soZQCZzTww .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soZQCZzTww .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soZQCZzTww .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soZQCZzTww .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soZQCZzTww .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soZQCZzTww .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soZQCZzTww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soZQCZzTww .dropdown-item.active,
.cid-soZQCZzTww .dropdown-item:active {
  background-color: transparent;
}
.cid-soZQCZzTww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soZQCZzTww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soZQCZzTww ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soZQCZzTww .navbar-buttons {
  text-align: center;
}
.cid-soZQCZzTww button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soZQCZzTww a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soZQCZzTww .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soZQCZzTww .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-soZQCZzTww .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soZQCZzTww .navbar {
    height: 77px;
  }
  .cid-soZQCZzTww .navbar.opened {
    height: auto;
  }
  .cid-soZQCZzTww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYYRmYUmMe {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr.jpeg");
}
.cid-rYYRn05Oy1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYYRn05Oy1 .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYYRn05Oy1 .menu-item .special-label {
  display: none;
}
.cid-rYYRn05Oy1 .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #e7272d;
}
.cid-rYYRn05Oy1 .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-rYYRn05Oy1 .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #e7272d;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-rYYRn05Oy1 .special-label {
  color: #fff;
}
.cid-rYYRn05Oy1 .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rYYRn05Oy1 .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-rYYRn05Oy1 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYYRn05Oy1 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rYYRn05Oy1 .menu-row {
  margin: 0;
}
.cid-rYYRn05Oy1 .group-title {
  color: #e7272d;
  font-weight: bold;
}
.cid-rZ01VYnUMf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZ01VYnUMf h4 {
  display: flex;
  color: #232323;
}
.cid-rZ01VYnUMf .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-rZ01VYnUMf .wrap {
  display: flex;
}
.cid-rZ01VYnUMf .icon {
  background: #e7272d;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rZ01VYnUMf img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rZ01VYnUMf .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rZ01VYnUMf p {
  margin: 0;
}
.cid-rZ01VYnUMf .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rZ01VYnUMf .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rZ01VYnUMf .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rZ01VYnUMf .panel-group {
  width: 100%;
}
.cid-rZ01VYnUMf .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rZ01VYnUMf .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rZ01VYnUMf .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rZ01VYnUMf .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rZ01VYnUMf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rZ01VYnUMf .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rZ01VYnUMf .card .panel-body {
  background: #ffffff;
}
.cid-rZ01VYnUMf .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rZ01VYnUMf .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rZ01VYnUMf .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rZ01VYnUMf .header-text,
.cid-rZ01VYnUMf .sign {
  color: #232323;
}
.cid-rYYRn3L5IJ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rYYRn3L5IJ .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rYYRn3L5IJ .row {
  border-bottom: 1px solid #808080;
}
.cid-rYYRn3L5IJ H2 {
  color: #e7272d;
}
.cid-rYYRn3L5IJ .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-rYYRn3L5IJ .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rYYRn3L5IJ .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYYRn3L5IJ .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYYRn3L5IJ .col-lg-12 {
  overflow: hidden;
}
.cid-rYYRn3L5IJ H4 {
  color: #fbbe36;
}
.cid-rYYRn3L5IJ .mbr-text,
.cid-rYYRn3L5IJ .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rYYRn3L5IJ .logo-wrap:before {
    content: none;
  }
  .cid-rYYRn3L5IJ .logo-wrap:after {
    content: none;
  }
}
.cid-rYZ1il8NQg.popup-builder {
  background-color: #ffffff;
}
.cid-rYZ1il8NQg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYZ1il8NQg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYZ1il8NQg .modal-content,
.cid-rYZ1il8NQg .modal-dialog {
  height: auto;
}
.cid-rYZ1il8NQg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYZ1il8NQg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYZ1il8NQg .form-wrapper .mbr-form .form-group,
  .cid-rYZ1il8NQg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYZ1il8NQg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYZ1il8NQg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYZ1il8NQg .mbr-text {
  text-align: center;
}
.cid-rYZ1il8NQg .pt-0 {
  padding-top: 0 !important;
}
.cid-rYZ1il8NQg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYZ1il8NQg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYZ1il8NQg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYZ1il8NQg .modal-open {
  overflow: hidden;
}
.cid-rYZ1il8NQg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYZ1il8NQg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYZ1il8NQg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYZ1il8NQg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYZ1il8NQg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYZ1il8NQg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYZ1il8NQg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYZ1il8NQg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYZ1il8NQg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYZ1il8NQg .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYZ1il8NQg .modal-backdrop.show {
  opacity: .5;
}
.cid-rYZ1il8NQg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYZ1il8NQg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYZ1il8NQg .modal-header .close:hover {
  opacity: 1;
}
.cid-rYZ1il8NQg .modal-header .close:focus {
  outline: none;
}
.cid-rYZ1il8NQg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYZ1il8NQg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYZ1il8NQg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYZ1il8NQg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYZ1il8NQg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYZ1il8NQg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYZ1il8NQg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYZ1il8NQg .modal-sm {
    max-width: 300px;
  }
  .cid-rYZ1il8NQg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYZ1il8NQg .modal-lg,
  .cid-rYZ1il8NQg .modal-xl {
    max-width: 800px;
  }
  .cid-rYZ1il8NQg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYZ1il8NQg .modal-xl {
    max-width: 1140px;
  }
  .cid-rYZ1il8NQg .container {
    max-width: 1140px;
  }
}
.cid-rYZ1il8NQg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYZ1il8NQg .container {
    max-width: 720px;
  }
}
.cid-rYZ1il8NQg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYZ1il8NQg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYZ1il8NQg .form-group {
  margin-bottom: 1rem;
}
.cid-rYZ1il8NQg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYZ1il8NQg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYZ1il8NQg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-soZQCZzTww .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-soZQCZzTww .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-soZQCZzTww .dropdown-item {
  color: #e7272d !important;
}
.cid-soZQCZzTww .dropdown-item:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-soZQCZzTww .nav-link:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn-white {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn:hover {
  border-color: #e7272d !important;
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soZQCZzTww .container {
  display: flex;
  margin: auto;
}
.cid-soZQCZzTww .navbar.navbar-short .nav-link,
.cid-soZQCZzTww .navbar.navbar-short .navbar-caption,
.cid-soZQCZzTww .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-soZQCZzTww .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-soZQCZzTww .navbar-caption {
  padding-right: 3rem;
}
.cid-soZQCZzTww .navbar.opened {
  background: #e7272d !important;
}
.cid-soZQCZzTww .nav-item:focus,
.cid-soZQCZzTww .nav-link:focus {
  outline: none;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soZQCZzTww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soZQCZzTww .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
  background: none;
}
.cid-soZQCZzTww .navbar.opened {
  transition: all 0.3s;
}
.cid-soZQCZzTww .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-soZQCZzTww .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soZQCZzTww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soZQCZzTww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soZQCZzTww .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soZQCZzTww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soZQCZzTww .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soZQCZzTww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soZQCZzTww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soZQCZzTww .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soZQCZzTww .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soZQCZzTww .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soZQCZzTww .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soZQCZzTww .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soZQCZzTww .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soZQCZzTww .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soZQCZzTww .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soZQCZzTww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soZQCZzTww .dropdown-item.active,
.cid-soZQCZzTww .dropdown-item:active {
  background-color: transparent;
}
.cid-soZQCZzTww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soZQCZzTww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soZQCZzTww ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soZQCZzTww .navbar-buttons {
  text-align: center;
}
.cid-soZQCZzTww button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soZQCZzTww a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soZQCZzTww .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soZQCZzTww .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-soZQCZzTww .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soZQCZzTww .navbar {
    height: 77px;
  }
  .cid-soZQCZzTww .navbar.opened {
    height: auto;
  }
  .cid-soZQCZzTww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYZ1zQ8mu8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-rYZ1zR6hPC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYZ1zR6hPC .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYZ1zR6hPC .menu-item .special-label {
  display: none;
}
.cid-rYZ1zR6hPC .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #e7272d;
}
.cid-rYZ1zR6hPC .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-rYZ1zR6hPC .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #e7272d;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-rYZ1zR6hPC .special-label {
  color: #fff;
}
.cid-rYZ1zR6hPC .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rYZ1zR6hPC .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-rYZ1zR6hPC .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYZ1zR6hPC .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rYZ1zR6hPC .menu-row {
  margin: 0;
}
.cid-rYZ1zR6hPC .group-title {
  color: #e7272d;
  font-weight: bold;
}
.cid-rZ01Uj5wbd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZ01Uj5wbd h4 {
  display: flex;
  color: #232323;
}
.cid-rZ01Uj5wbd .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-rZ01Uj5wbd .wrap {
  display: flex;
}
.cid-rZ01Uj5wbd .icon {
  background: #e7272d;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rZ01Uj5wbd img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rZ01Uj5wbd .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rZ01Uj5wbd p {
  margin: 0;
}
.cid-rZ01Uj5wbd .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rZ01Uj5wbd .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rZ01Uj5wbd .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rZ01Uj5wbd .panel-group {
  width: 100%;
}
.cid-rZ01Uj5wbd .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rZ01Uj5wbd .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rZ01Uj5wbd .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rZ01Uj5wbd .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rZ01Uj5wbd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rZ01Uj5wbd .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rZ01Uj5wbd .card .panel-body {
  background: #ffffff;
}
.cid-rZ01Uj5wbd .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rZ01Uj5wbd .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rZ01Uj5wbd .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rZ01Uj5wbd .header-text,
.cid-rZ01Uj5wbd .sign {
  color: #232323;
}
.cid-rYZ1zTCVtf {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rYZ1zTCVtf .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rYZ1zTCVtf .row {
  border-bottom: 1px solid #808080;
}
.cid-rYZ1zTCVtf H2 {
  color: #e7272d;
}
.cid-rYZ1zTCVtf .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-rYZ1zTCVtf .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rYZ1zTCVtf .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYZ1zTCVtf .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYZ1zTCVtf .col-lg-12 {
  overflow: hidden;
}
.cid-rYZ1zTCVtf H4 {
  color: #fbbe36;
}
.cid-rYZ1zTCVtf .mbr-text,
.cid-rYZ1zTCVtf .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rYZ1zTCVtf .logo-wrap:before {
    content: none;
  }
  .cid-rYZ1zTCVtf .logo-wrap:after {
    content: none;
  }
}
.cid-rYZ1zUqTWC.popup-builder {
  background-color: #ffffff;
}
.cid-rYZ1zUqTWC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYZ1zUqTWC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYZ1zUqTWC .modal-content,
.cid-rYZ1zUqTWC .modal-dialog {
  height: auto;
}
.cid-rYZ1zUqTWC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYZ1zUqTWC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYZ1zUqTWC .form-wrapper .mbr-form .form-group,
  .cid-rYZ1zUqTWC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYZ1zUqTWC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYZ1zUqTWC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYZ1zUqTWC .mbr-text {
  text-align: center;
}
.cid-rYZ1zUqTWC .pt-0 {
  padding-top: 0 !important;
}
.cid-rYZ1zUqTWC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYZ1zUqTWC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYZ1zUqTWC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYZ1zUqTWC .modal-open {
  overflow: hidden;
}
.cid-rYZ1zUqTWC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYZ1zUqTWC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYZ1zUqTWC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYZ1zUqTWC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYZ1zUqTWC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYZ1zUqTWC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYZ1zUqTWC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYZ1zUqTWC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYZ1zUqTWC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYZ1zUqTWC .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYZ1zUqTWC .modal-backdrop.show {
  opacity: .5;
}
.cid-rYZ1zUqTWC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYZ1zUqTWC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYZ1zUqTWC .modal-header .close:hover {
  opacity: 1;
}
.cid-rYZ1zUqTWC .modal-header .close:focus {
  outline: none;
}
.cid-rYZ1zUqTWC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYZ1zUqTWC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYZ1zUqTWC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYZ1zUqTWC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYZ1zUqTWC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYZ1zUqTWC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYZ1zUqTWC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYZ1zUqTWC .modal-sm {
    max-width: 300px;
  }
  .cid-rYZ1zUqTWC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYZ1zUqTWC .modal-lg,
  .cid-rYZ1zUqTWC .modal-xl {
    max-width: 800px;
  }
  .cid-rYZ1zUqTWC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYZ1zUqTWC .modal-xl {
    max-width: 1140px;
  }
  .cid-rYZ1zUqTWC .container {
    max-width: 1140px;
  }
}
.cid-rYZ1zUqTWC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYZ1zUqTWC .container {
    max-width: 720px;
  }
}
.cid-rYZ1zUqTWC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYZ1zUqTWC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYZ1zUqTWC .form-group {
  margin-bottom: 1rem;
}
.cid-rYZ1zUqTWC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYZ1zUqTWC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYZ1zUqTWC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-soZQCZzTww .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-soZQCZzTww .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-soZQCZzTww .dropdown-item {
  color: #e7272d !important;
}
.cid-soZQCZzTww .dropdown-item:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-soZQCZzTww .nav-link:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn-white {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn:hover {
  border-color: #e7272d !important;
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soZQCZzTww .container {
  display: flex;
  margin: auto;
}
.cid-soZQCZzTww .navbar.navbar-short .nav-link,
.cid-soZQCZzTww .navbar.navbar-short .navbar-caption,
.cid-soZQCZzTww .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-soZQCZzTww .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-soZQCZzTww .navbar-caption {
  padding-right: 3rem;
}
.cid-soZQCZzTww .navbar.opened {
  background: #e7272d !important;
}
.cid-soZQCZzTww .nav-item:focus,
.cid-soZQCZzTww .nav-link:focus {
  outline: none;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soZQCZzTww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soZQCZzTww .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
  background: none;
}
.cid-soZQCZzTww .navbar.opened {
  transition: all 0.3s;
}
.cid-soZQCZzTww .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-soZQCZzTww .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soZQCZzTww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soZQCZzTww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soZQCZzTww .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soZQCZzTww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soZQCZzTww .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soZQCZzTww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soZQCZzTww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soZQCZzTww .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soZQCZzTww .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soZQCZzTww .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soZQCZzTww .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soZQCZzTww .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soZQCZzTww .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soZQCZzTww .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soZQCZzTww .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soZQCZzTww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soZQCZzTww .dropdown-item.active,
.cid-soZQCZzTww .dropdown-item:active {
  background-color: transparent;
}
.cid-soZQCZzTww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soZQCZzTww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soZQCZzTww ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soZQCZzTww .navbar-buttons {
  text-align: center;
}
.cid-soZQCZzTww button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soZQCZzTww a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soZQCZzTww .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soZQCZzTww .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-soZQCZzTww .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soZQCZzTww .navbar {
    height: 77px;
  }
  .cid-soZQCZzTww .navbar.opened {
    height: auto;
  }
  .cid-soZQCZzTww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYZkhrbE0D {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-rYZkhsqq4w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYZkhsqq4w .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYZkhsqq4w .menu-item .special-label {
  display: none;
}
.cid-rYZkhsqq4w .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #e7272d;
}
.cid-rYZkhsqq4w .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-rYZkhsqq4w .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #e7272d;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-rYZkhsqq4w .special-label {
  color: #fff;
}
.cid-rYZkhsqq4w .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rYZkhsqq4w .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-rYZkhsqq4w .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYZkhsqq4w .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rYZkhsqq4w .menu-row {
  margin: 0;
}
.cid-rYZkhsqq4w .group-title {
  color: #e7272d;
  font-weight: bold;
}
.cid-rZ01SPVN4v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZ01SPVN4v h4 {
  display: flex;
  color: #232323;
}
.cid-rZ01SPVN4v .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-rZ01SPVN4v .wrap {
  display: flex;
}
.cid-rZ01SPVN4v .icon {
  background: #e7272d;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rZ01SPVN4v img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rZ01SPVN4v .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rZ01SPVN4v p {
  margin: 0;
}
.cid-rZ01SPVN4v .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rZ01SPVN4v .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rZ01SPVN4v .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rZ01SPVN4v .panel-group {
  width: 100%;
}
.cid-rZ01SPVN4v .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rZ01SPVN4v .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rZ01SPVN4v .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rZ01SPVN4v .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rZ01SPVN4v .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rZ01SPVN4v .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rZ01SPVN4v .card .panel-body {
  background: #ffffff;
}
.cid-rZ01SPVN4v .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rZ01SPVN4v .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rZ01SPVN4v .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rZ01SPVN4v .header-text,
.cid-rZ01SPVN4v .sign {
  color: #232323;
}
.cid-rYZkhuvFrV {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rYZkhuvFrV .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rYZkhuvFrV .row {
  border-bottom: 1px solid #808080;
}
.cid-rYZkhuvFrV H2 {
  color: #e7272d;
}
.cid-rYZkhuvFrV .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-rYZkhuvFrV .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rYZkhuvFrV .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYZkhuvFrV .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYZkhuvFrV .col-lg-12 {
  overflow: hidden;
}
.cid-rYZkhuvFrV H4 {
  color: #fbbe36;
}
.cid-rYZkhuvFrV .mbr-text,
.cid-rYZkhuvFrV .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rYZkhuvFrV .logo-wrap:before {
    content: none;
  }
  .cid-rYZkhuvFrV .logo-wrap:after {
    content: none;
  }
}
.cid-rYZkhvfb4C.popup-builder {
  background-color: #ffffff;
}
.cid-rYZkhvfb4C.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYZkhvfb4C.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYZkhvfb4C .modal-content,
.cid-rYZkhvfb4C .modal-dialog {
  height: auto;
}
.cid-rYZkhvfb4C .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYZkhvfb4C .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYZkhvfb4C .form-wrapper .mbr-form .form-group,
  .cid-rYZkhvfb4C .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYZkhvfb4C .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYZkhvfb4C .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYZkhvfb4C .mbr-text {
  text-align: center;
}
.cid-rYZkhvfb4C .pt-0 {
  padding-top: 0 !important;
}
.cid-rYZkhvfb4C .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYZkhvfb4C .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYZkhvfb4C .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYZkhvfb4C .modal-open {
  overflow: hidden;
}
.cid-rYZkhvfb4C .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYZkhvfb4C .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYZkhvfb4C .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYZkhvfb4C .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYZkhvfb4C .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYZkhvfb4C .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYZkhvfb4C .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYZkhvfb4C .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYZkhvfb4C .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYZkhvfb4C .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYZkhvfb4C .modal-backdrop.show {
  opacity: .5;
}
.cid-rYZkhvfb4C .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYZkhvfb4C .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYZkhvfb4C .modal-header .close:hover {
  opacity: 1;
}
.cid-rYZkhvfb4C .modal-header .close:focus {
  outline: none;
}
.cid-rYZkhvfb4C .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYZkhvfb4C .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYZkhvfb4C .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYZkhvfb4C .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYZkhvfb4C .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYZkhvfb4C .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYZkhvfb4C .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYZkhvfb4C .modal-sm {
    max-width: 300px;
  }
  .cid-rYZkhvfb4C .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYZkhvfb4C .modal-lg,
  .cid-rYZkhvfb4C .modal-xl {
    max-width: 800px;
  }
  .cid-rYZkhvfb4C .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYZkhvfb4C .modal-xl {
    max-width: 1140px;
  }
  .cid-rYZkhvfb4C .container {
    max-width: 1140px;
  }
}
.cid-rYZkhvfb4C .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYZkhvfb4C .container {
    max-width: 720px;
  }
}
.cid-rYZkhvfb4C .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYZkhvfb4C .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYZkhvfb4C .form-group {
  margin-bottom: 1rem;
}
.cid-rYZkhvfb4C .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYZkhvfb4C .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYZkhvfb4C .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-soZQCZzTww .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-soZQCZzTww .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-soZQCZzTww .dropdown-item {
  color: #e7272d !important;
}
.cid-soZQCZzTww .dropdown-item:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-soZQCZzTww .nav-link:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn-white {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn:hover {
  border-color: #e7272d !important;
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soZQCZzTww .container {
  display: flex;
  margin: auto;
}
.cid-soZQCZzTww .navbar.navbar-short .nav-link,
.cid-soZQCZzTww .navbar.navbar-short .navbar-caption,
.cid-soZQCZzTww .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-soZQCZzTww .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-soZQCZzTww .navbar-caption {
  padding-right: 3rem;
}
.cid-soZQCZzTww .navbar.opened {
  background: #e7272d !important;
}
.cid-soZQCZzTww .nav-item:focus,
.cid-soZQCZzTww .nav-link:focus {
  outline: none;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soZQCZzTww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soZQCZzTww .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
  background: none;
}
.cid-soZQCZzTww .navbar.opened {
  transition: all 0.3s;
}
.cid-soZQCZzTww .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-soZQCZzTww .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soZQCZzTww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soZQCZzTww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soZQCZzTww .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soZQCZzTww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soZQCZzTww .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soZQCZzTww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soZQCZzTww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soZQCZzTww .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soZQCZzTww .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soZQCZzTww .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soZQCZzTww .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soZQCZzTww .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soZQCZzTww .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soZQCZzTww .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soZQCZzTww .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soZQCZzTww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soZQCZzTww .dropdown-item.active,
.cid-soZQCZzTww .dropdown-item:active {
  background-color: transparent;
}
.cid-soZQCZzTww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soZQCZzTww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soZQCZzTww ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soZQCZzTww .navbar-buttons {
  text-align: center;
}
.cid-soZQCZzTww button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soZQCZzTww a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soZQCZzTww .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soZQCZzTww .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-soZQCZzTww .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soZQCZzTww .navbar {
    height: 77px;
  }
  .cid-soZQCZzTww .navbar.opened {
    height: auto;
  }
  .cid-soZQCZzTww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYZn2YLGrT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-rYZn30cOkE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYZn30cOkE .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYZn30cOkE .menu-item .special-label {
  display: none;
}
.cid-rYZn30cOkE .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #e7272d;
}
.cid-rYZn30cOkE .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-rYZn30cOkE .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #e7272d;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-rYZn30cOkE .special-label {
  color: #fff;
}
.cid-rYZn30cOkE .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rYZn30cOkE .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-rYZn30cOkE .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYZn30cOkE .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rYZn30cOkE .menu-row {
  margin: 0;
}
.cid-rYZn30cOkE .group-title {
  color: #e7272d;
  font-weight: bold;
}
.cid-rZ01QDALI9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZ01QDALI9 h4 {
  display: flex;
  color: #232323;
}
.cid-rZ01QDALI9 .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-rZ01QDALI9 .wrap {
  display: flex;
}
.cid-rZ01QDALI9 .icon {
  background: #e7272d;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rZ01QDALI9 img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rZ01QDALI9 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rZ01QDALI9 p {
  margin: 0;
}
.cid-rZ01QDALI9 .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rZ01QDALI9 .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rZ01QDALI9 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rZ01QDALI9 .panel-group {
  width: 100%;
}
.cid-rZ01QDALI9 .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rZ01QDALI9 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rZ01QDALI9 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rZ01QDALI9 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rZ01QDALI9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rZ01QDALI9 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rZ01QDALI9 .card .panel-body {
  background: #ffffff;
}
.cid-rZ01QDALI9 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rZ01QDALI9 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rZ01QDALI9 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rZ01QDALI9 .header-text,
.cid-rZ01QDALI9 .sign {
  color: #232323;
}
.cid-rYZn327yjR {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rYZn327yjR .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rYZn327yjR .row {
  border-bottom: 1px solid #808080;
}
.cid-rYZn327yjR H2 {
  color: #e7272d;
}
.cid-rYZn327yjR .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-rYZn327yjR .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rYZn327yjR .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYZn327yjR .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYZn327yjR .col-lg-12 {
  overflow: hidden;
}
.cid-rYZn327yjR H4 {
  color: #fbbe36;
}
.cid-rYZn327yjR .mbr-text,
.cid-rYZn327yjR .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rYZn327yjR .logo-wrap:before {
    content: none;
  }
  .cid-rYZn327yjR .logo-wrap:after {
    content: none;
  }
}
.cid-rYZn32UUSS.popup-builder {
  background-color: #ffffff;
}
.cid-rYZn32UUSS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYZn32UUSS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYZn32UUSS .modal-content,
.cid-rYZn32UUSS .modal-dialog {
  height: auto;
}
.cid-rYZn32UUSS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYZn32UUSS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYZn32UUSS .form-wrapper .mbr-form .form-group,
  .cid-rYZn32UUSS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYZn32UUSS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYZn32UUSS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYZn32UUSS .mbr-text {
  text-align: center;
}
.cid-rYZn32UUSS .pt-0 {
  padding-top: 0 !important;
}
.cid-rYZn32UUSS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYZn32UUSS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYZn32UUSS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYZn32UUSS .modal-open {
  overflow: hidden;
}
.cid-rYZn32UUSS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYZn32UUSS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYZn32UUSS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYZn32UUSS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYZn32UUSS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYZn32UUSS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYZn32UUSS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYZn32UUSS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYZn32UUSS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYZn32UUSS .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYZn32UUSS .modal-backdrop.show {
  opacity: .5;
}
.cid-rYZn32UUSS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYZn32UUSS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYZn32UUSS .modal-header .close:hover {
  opacity: 1;
}
.cid-rYZn32UUSS .modal-header .close:focus {
  outline: none;
}
.cid-rYZn32UUSS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYZn32UUSS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYZn32UUSS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYZn32UUSS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYZn32UUSS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYZn32UUSS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYZn32UUSS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYZn32UUSS .modal-sm {
    max-width: 300px;
  }
  .cid-rYZn32UUSS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYZn32UUSS .modal-lg,
  .cid-rYZn32UUSS .modal-xl {
    max-width: 800px;
  }
  .cid-rYZn32UUSS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYZn32UUSS .modal-xl {
    max-width: 1140px;
  }
  .cid-rYZn32UUSS .container {
    max-width: 1140px;
  }
}
.cid-rYZn32UUSS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYZn32UUSS .container {
    max-width: 720px;
  }
}
.cid-rYZn32UUSS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYZn32UUSS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYZn32UUSS .form-group {
  margin-bottom: 1rem;
}
.cid-rYZn32UUSS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYZn32UUSS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYZn32UUSS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-soZQCZzTww .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-soZQCZzTww .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-soZQCZzTww .dropdown-item {
  color: #e7272d !important;
}
.cid-soZQCZzTww .dropdown-item:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-soZQCZzTww .nav-link:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn-white {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn:hover {
  border-color: #e7272d !important;
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soZQCZzTww .container {
  display: flex;
  margin: auto;
}
.cid-soZQCZzTww .navbar.navbar-short .nav-link,
.cid-soZQCZzTww .navbar.navbar-short .navbar-caption,
.cid-soZQCZzTww .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-soZQCZzTww .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-soZQCZzTww .navbar-caption {
  padding-right: 3rem;
}
.cid-soZQCZzTww .navbar.opened {
  background: #e7272d !important;
}
.cid-soZQCZzTww .nav-item:focus,
.cid-soZQCZzTww .nav-link:focus {
  outline: none;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soZQCZzTww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soZQCZzTww .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
  background: none;
}
.cid-soZQCZzTww .navbar.opened {
  transition: all 0.3s;
}
.cid-soZQCZzTww .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-soZQCZzTww .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soZQCZzTww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soZQCZzTww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soZQCZzTww .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soZQCZzTww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soZQCZzTww .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soZQCZzTww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soZQCZzTww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soZQCZzTww .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soZQCZzTww .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soZQCZzTww .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soZQCZzTww .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soZQCZzTww .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soZQCZzTww .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soZQCZzTww .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soZQCZzTww .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soZQCZzTww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soZQCZzTww .dropdown-item.active,
.cid-soZQCZzTww .dropdown-item:active {
  background-color: transparent;
}
.cid-soZQCZzTww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soZQCZzTww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soZQCZzTww ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soZQCZzTww .navbar-buttons {
  text-align: center;
}
.cid-soZQCZzTww button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soZQCZzTww a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soZQCZzTww .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soZQCZzTww .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-soZQCZzTww .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soZQCZzTww .navbar {
    height: 77px;
  }
  .cid-soZQCZzTww .navbar.opened {
    height: auto;
  }
  .cid-soZQCZzTww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYZSSSnbPt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-rYZSSTB4Xy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYZSSTB4Xy .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYZSSTB4Xy .menu-item .special-label {
  display: none;
}
.cid-rYZSSTB4Xy .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #e7272d;
}
.cid-rYZSSTB4Xy .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-rYZSSTB4Xy .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #e7272d;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-rYZSSTB4Xy .special-label {
  color: #fff;
}
.cid-rYZSSTB4Xy .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rYZSSTB4Xy .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-rYZSSTB4Xy .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYZSSTB4Xy .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rYZSSTB4Xy .menu-row {
  margin: 0;
}
.cid-rYZSSTB4Xy .group-title {
  color: #e7272d;
  font-weight: bold;
}
.cid-rZ01NkDIhW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZ01NkDIhW h4 {
  display: flex;
  color: #232323;
}
.cid-rZ01NkDIhW .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-rZ01NkDIhW .wrap {
  display: flex;
}
.cid-rZ01NkDIhW .icon {
  background: #e7272d;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rZ01NkDIhW img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rZ01NkDIhW .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rZ01NkDIhW p {
  margin: 0;
}
.cid-rZ01NkDIhW .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rZ01NkDIhW .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rZ01NkDIhW .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rZ01NkDIhW .panel-group {
  width: 100%;
}
.cid-rZ01NkDIhW .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rZ01NkDIhW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rZ01NkDIhW .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rZ01NkDIhW .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rZ01NkDIhW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rZ01NkDIhW .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rZ01NkDIhW .card .panel-body {
  background: #ffffff;
}
.cid-rZ01NkDIhW .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rZ01NkDIhW .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rZ01NkDIhW .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rZ01NkDIhW .header-text,
.cid-rZ01NkDIhW .sign {
  color: #232323;
}
.cid-rYZSSVvKJc {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rYZSSVvKJc .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rYZSSVvKJc .row {
  border-bottom: 1px solid #808080;
}
.cid-rYZSSVvKJc H2 {
  color: #e7272d;
}
.cid-rYZSSVvKJc .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-rYZSSVvKJc .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rYZSSVvKJc .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYZSSVvKJc .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYZSSVvKJc .col-lg-12 {
  overflow: hidden;
}
.cid-rYZSSVvKJc H4 {
  color: #fbbe36;
}
.cid-rYZSSVvKJc .mbr-text,
.cid-rYZSSVvKJc .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rYZSSVvKJc .logo-wrap:before {
    content: none;
  }
  .cid-rYZSSVvKJc .logo-wrap:after {
    content: none;
  }
}
.cid-rYZSSWjsaJ.popup-builder {
  background-color: #ffffff;
}
.cid-rYZSSWjsaJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYZSSWjsaJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYZSSWjsaJ .modal-content,
.cid-rYZSSWjsaJ .modal-dialog {
  height: auto;
}
.cid-rYZSSWjsaJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYZSSWjsaJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYZSSWjsaJ .form-wrapper .mbr-form .form-group,
  .cid-rYZSSWjsaJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYZSSWjsaJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYZSSWjsaJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYZSSWjsaJ .mbr-text {
  text-align: center;
}
.cid-rYZSSWjsaJ .pt-0 {
  padding-top: 0 !important;
}
.cid-rYZSSWjsaJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYZSSWjsaJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYZSSWjsaJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYZSSWjsaJ .modal-open {
  overflow: hidden;
}
.cid-rYZSSWjsaJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYZSSWjsaJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYZSSWjsaJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYZSSWjsaJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYZSSWjsaJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYZSSWjsaJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYZSSWjsaJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYZSSWjsaJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYZSSWjsaJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYZSSWjsaJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYZSSWjsaJ .modal-backdrop.show {
  opacity: .5;
}
.cid-rYZSSWjsaJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYZSSWjsaJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYZSSWjsaJ .modal-header .close:hover {
  opacity: 1;
}
.cid-rYZSSWjsaJ .modal-header .close:focus {
  outline: none;
}
.cid-rYZSSWjsaJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYZSSWjsaJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYZSSWjsaJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYZSSWjsaJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYZSSWjsaJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYZSSWjsaJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYZSSWjsaJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYZSSWjsaJ .modal-sm {
    max-width: 300px;
  }
  .cid-rYZSSWjsaJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYZSSWjsaJ .modal-lg,
  .cid-rYZSSWjsaJ .modal-xl {
    max-width: 800px;
  }
  .cid-rYZSSWjsaJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYZSSWjsaJ .modal-xl {
    max-width: 1140px;
  }
  .cid-rYZSSWjsaJ .container {
    max-width: 1140px;
  }
}
.cid-rYZSSWjsaJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYZSSWjsaJ .container {
    max-width: 720px;
  }
}
.cid-rYZSSWjsaJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYZSSWjsaJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYZSSWjsaJ .form-group {
  margin-bottom: 1rem;
}
.cid-rYZSSWjsaJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYZSSWjsaJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYZSSWjsaJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-soZQCZzTww .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-soZQCZzTww .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-soZQCZzTww .dropdown-item {
  color: #e7272d !important;
}
.cid-soZQCZzTww .dropdown-item:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-soZQCZzTww .nav-link:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn-white {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn:hover {
  border-color: #e7272d !important;
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soZQCZzTww .container {
  display: flex;
  margin: auto;
}
.cid-soZQCZzTww .navbar.navbar-short .nav-link,
.cid-soZQCZzTww .navbar.navbar-short .navbar-caption,
.cid-soZQCZzTww .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-soZQCZzTww .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-soZQCZzTww .navbar-caption {
  padding-right: 3rem;
}
.cid-soZQCZzTww .navbar.opened {
  background: #e7272d !important;
}
.cid-soZQCZzTww .nav-item:focus,
.cid-soZQCZzTww .nav-link:focus {
  outline: none;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soZQCZzTww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soZQCZzTww .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
  background: none;
}
.cid-soZQCZzTww .navbar.opened {
  transition: all 0.3s;
}
.cid-soZQCZzTww .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-soZQCZzTww .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soZQCZzTww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soZQCZzTww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soZQCZzTww .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soZQCZzTww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soZQCZzTww .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soZQCZzTww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soZQCZzTww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soZQCZzTww .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soZQCZzTww .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soZQCZzTww .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soZQCZzTww .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soZQCZzTww .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soZQCZzTww .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soZQCZzTww .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soZQCZzTww .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soZQCZzTww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soZQCZzTww .dropdown-item.active,
.cid-soZQCZzTww .dropdown-item:active {
  background-color: transparent;
}
.cid-soZQCZzTww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soZQCZzTww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soZQCZzTww ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soZQCZzTww .navbar-buttons {
  text-align: center;
}
.cid-soZQCZzTww button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soZQCZzTww a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soZQCZzTww .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soZQCZzTww .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-soZQCZzTww .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soZQCZzTww .navbar {
    height: 77px;
  }
  .cid-soZQCZzTww .navbar.opened {
    height: auto;
  }
  .cid-soZQCZzTww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYZZk305lG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-5.jpeg");
}
.cid-rYZZk4kUnI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYZZk4kUnI .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYZZk4kUnI .menu-item .special-label {
  display: none;
}
.cid-rYZZk4kUnI .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #e7272d;
}
.cid-rYZZk4kUnI .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-rYZZk4kUnI .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #e7272d;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-rYZZk4kUnI .special-label {
  color: #fff;
}
.cid-rYZZk4kUnI .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rYZZk4kUnI .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-rYZZk4kUnI .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYZZk4kUnI .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rYZZk4kUnI .menu-row {
  margin: 0;
}
.cid-rYZZk4kUnI .group-title {
  color: #e7272d;
  font-weight: bold;
}
.cid-rZ01eJyBDL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZ01eJyBDL h4 {
  display: flex;
  color: #232323;
}
.cid-rZ01eJyBDL .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-rZ01eJyBDL .wrap {
  display: flex;
}
.cid-rZ01eJyBDL .icon {
  background: #e7272d;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rZ01eJyBDL img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rZ01eJyBDL .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rZ01eJyBDL p {
  margin: 0;
}
.cid-rZ01eJyBDL .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rZ01eJyBDL .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rZ01eJyBDL .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rZ01eJyBDL .panel-group {
  width: 100%;
}
.cid-rZ01eJyBDL .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rZ01eJyBDL .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rZ01eJyBDL .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rZ01eJyBDL .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rZ01eJyBDL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rZ01eJyBDL .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rZ01eJyBDL .card .panel-body {
  background: #ffffff;
}
.cid-rZ01eJyBDL .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rZ01eJyBDL .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rZ01eJyBDL .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rZ01eJyBDL .header-text,
.cid-rZ01eJyBDL .sign {
  color: #232323;
}
.cid-rZ01nT4Zm5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZ01nT4Zm5 .mbr-text,
.cid-rZ01nT4Zm5 .ornament {
  text-align: center;
}
.cid-rYZZk660ED {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rYZZk660ED .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rYZZk660ED .row {
  border-bottom: 1px solid #808080;
}
.cid-rYZZk660ED H2 {
  color: #e7272d;
}
.cid-rYZZk660ED .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-rYZZk660ED .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rYZZk660ED .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYZZk660ED .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYZZk660ED .col-lg-12 {
  overflow: hidden;
}
.cid-rYZZk660ED H4 {
  color: #fbbe36;
}
.cid-rYZZk660ED .mbr-text,
.cid-rYZZk660ED .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rYZZk660ED .logo-wrap:before {
    content: none;
  }
  .cid-rYZZk660ED .logo-wrap:after {
    content: none;
  }
}
.cid-rYZZk6Ufhs.popup-builder {
  background-color: #ffffff;
}
.cid-rYZZk6Ufhs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYZZk6Ufhs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYZZk6Ufhs .modal-content,
.cid-rYZZk6Ufhs .modal-dialog {
  height: auto;
}
.cid-rYZZk6Ufhs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYZZk6Ufhs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYZZk6Ufhs .form-wrapper .mbr-form .form-group,
  .cid-rYZZk6Ufhs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYZZk6Ufhs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYZZk6Ufhs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYZZk6Ufhs .mbr-text {
  text-align: center;
}
.cid-rYZZk6Ufhs .pt-0 {
  padding-top: 0 !important;
}
.cid-rYZZk6Ufhs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYZZk6Ufhs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYZZk6Ufhs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYZZk6Ufhs .modal-open {
  overflow: hidden;
}
.cid-rYZZk6Ufhs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYZZk6Ufhs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYZZk6Ufhs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYZZk6Ufhs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYZZk6Ufhs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYZZk6Ufhs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYZZk6Ufhs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYZZk6Ufhs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYZZk6Ufhs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYZZk6Ufhs .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYZZk6Ufhs .modal-backdrop.show {
  opacity: .5;
}
.cid-rYZZk6Ufhs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYZZk6Ufhs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYZZk6Ufhs .modal-header .close:hover {
  opacity: 1;
}
.cid-rYZZk6Ufhs .modal-header .close:focus {
  outline: none;
}
.cid-rYZZk6Ufhs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYZZk6Ufhs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYZZk6Ufhs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYZZk6Ufhs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYZZk6Ufhs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYZZk6Ufhs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYZZk6Ufhs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYZZk6Ufhs .modal-sm {
    max-width: 300px;
  }
  .cid-rYZZk6Ufhs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYZZk6Ufhs .modal-lg,
  .cid-rYZZk6Ufhs .modal-xl {
    max-width: 800px;
  }
  .cid-rYZZk6Ufhs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYZZk6Ufhs .modal-xl {
    max-width: 1140px;
  }
  .cid-rYZZk6Ufhs .container {
    max-width: 1140px;
  }
}
.cid-rYZZk6Ufhs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYZZk6Ufhs .container {
    max-width: 720px;
  }
}
.cid-rYZZk6Ufhs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYZZk6Ufhs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYZZk6Ufhs .form-group {
  margin-bottom: 1rem;
}
.cid-rYZZk6Ufhs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYZZk6Ufhs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYZZk6Ufhs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-soZQCZzTww .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-soZQCZzTww .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-soZQCZzTww .dropdown-item {
  color: #e7272d !important;
}
.cid-soZQCZzTww .dropdown-item:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-soZQCZzTww .nav-link:hover {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn-white {
  color: #e7272d !important;
}
.cid-soZQCZzTww .btn:hover {
  border-color: #e7272d !important;
  color: #e7272d !important;
}
.cid-soZQCZzTww .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soZQCZzTww .container {
  display: flex;
  margin: auto;
}
.cid-soZQCZzTww .navbar.navbar-short .nav-link,
.cid-soZQCZzTww .navbar.navbar-short .navbar-caption,
.cid-soZQCZzTww .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-soZQCZzTww .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-soZQCZzTww .navbar-caption {
  padding-right: 3rem;
}
.cid-soZQCZzTww .navbar.opened {
  background: #e7272d !important;
}
.cid-soZQCZzTww .nav-item:focus,
.cid-soZQCZzTww .nav-link:focus {
  outline: none;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soZQCZzTww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soZQCZzTww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soZQCZzTww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soZQCZzTww .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
  background: none;
}
.cid-soZQCZzTww .navbar.opened {
  transition: all 0.3s;
}
.cid-soZQCZzTww .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-soZQCZzTww .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soZQCZzTww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soZQCZzTww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soZQCZzTww .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soZQCZzTww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soZQCZzTww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soZQCZzTww .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soZQCZzTww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soZQCZzTww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soZQCZzTww .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soZQCZzTww .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soZQCZzTww .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soZQCZzTww .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soZQCZzTww .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soZQCZzTww .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soZQCZzTww .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soZQCZzTww .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soZQCZzTww .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soZQCZzTww .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soZQCZzTww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soZQCZzTww .dropdown-item.active,
.cid-soZQCZzTww .dropdown-item:active {
  background-color: transparent;
}
.cid-soZQCZzTww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soZQCZzTww .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-soZQCZzTww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soZQCZzTww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soZQCZzTww ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soZQCZzTww .navbar-buttons {
  text-align: center;
}
.cid-soZQCZzTww button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soZQCZzTww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soZQCZzTww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soZQCZzTww .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soZQCZzTww a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soZQCZzTww .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soZQCZzTww .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-soZQCZzTww .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soZQCZzTww .navbar {
    height: 77px;
  }
  .cid-soZQCZzTww .navbar.opened {
    height: auto;
  }
  .cid-soZQCZzTww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYYOa3feZJ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-rYYOa3feZJ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rYYOa3feZJ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rYYOa3feZJ .card-img span {
  font-size: 100px;
}
.cid-rYYOa3feZJ .mbr-text,
.cid-rYYOa3feZJ .mbr-section-btn {
  color: #efefef;
}
.cid-rYYNQ5k8BH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYYNQ5k8BH .mbr-text,
.cid-rYYNQ5k8BH .ornament {
  text-align: left;
}
.cid-rYYK8rzM86 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rYYK8rzM86 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rYYK8rzM86 .row {
  border-bottom: 1px solid #808080;
}
.cid-rYYK8rzM86 H2 {
  color: #e7272d;
}
.cid-rYYK8rzM86 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-rYYK8rzM86 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rYYK8rzM86 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYYK8rzM86 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rYYK8rzM86 .col-lg-12 {
  overflow: hidden;
}
.cid-rYYK8rzM86 H4 {
  color: #fbbe36;
}
.cid-rYYK8rzM86 .mbr-text,
.cid-rYYK8rzM86 .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rYYK8rzM86 .logo-wrap:before {
    content: none;
  }
  .cid-rYYK8rzM86 .logo-wrap:after {
    content: none;
  }
}
.cid-rYZ1naPYDH.popup-builder {
  background-color: #ffffff;
}
.cid-rYZ1naPYDH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYZ1naPYDH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYZ1naPYDH .modal-content,
.cid-rYZ1naPYDH .modal-dialog {
  height: auto;
}
.cid-rYZ1naPYDH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYZ1naPYDH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYZ1naPYDH .form-wrapper .mbr-form .form-group,
  .cid-rYZ1naPYDH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYZ1naPYDH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYZ1naPYDH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYZ1naPYDH .mbr-text {
  text-align: center;
}
.cid-rYZ1naPYDH .pt-0 {
  padding-top: 0 !important;
}
.cid-rYZ1naPYDH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYZ1naPYDH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYZ1naPYDH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYZ1naPYDH .modal-open {
  overflow: hidden;
}
.cid-rYZ1naPYDH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYZ1naPYDH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYZ1naPYDH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYZ1naPYDH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYZ1naPYDH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYZ1naPYDH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYZ1naPYDH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYZ1naPYDH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYZ1naPYDH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYZ1naPYDH .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYZ1naPYDH .modal-backdrop.show {
  opacity: .5;
}
.cid-rYZ1naPYDH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYZ1naPYDH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYZ1naPYDH .modal-header .close:hover {
  opacity: 1;
}
.cid-rYZ1naPYDH .modal-header .close:focus {
  outline: none;
}
.cid-rYZ1naPYDH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYZ1naPYDH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYZ1naPYDH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYZ1naPYDH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYZ1naPYDH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYZ1naPYDH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYZ1naPYDH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYZ1naPYDH .modal-sm {
    max-width: 300px;
  }
  .cid-rYZ1naPYDH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYZ1naPYDH .modal-lg,
  .cid-rYZ1naPYDH .modal-xl {
    max-width: 800px;
  }
  .cid-rYZ1naPYDH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYZ1naPYDH .modal-xl {
    max-width: 1140px;
  }
  .cid-rYZ1naPYDH .container {
    max-width: 1140px;
  }
}
.cid-rYZ1naPYDH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYZ1naPYDH .container {
    max-width: 720px;
  }
}
.cid-rYZ1naPYDH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYZ1naPYDH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYZ1naPYDH .form-group {
  margin-bottom: 1rem;
}
.cid-rYZ1naPYDH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYZ1naPYDH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYZ1naPYDH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
