.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #edefeb !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #2d95ff !important;
}
.bg-danger {
  background-color: #cb1515 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2d95ff !important;
  border-color: #2d95ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #60afff !important;
  border-color: #60afff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #60afff !important;
  border-color: #60afff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cb1515 !important;
  border-color: #cb1515 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e92a2a !important;
  border-color: #e92a2a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e92a2a !important;
  border-color: #e92a2a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2d95ff;
  color: #2d95ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #006ad5 !important;
  background-color: transparent !important;
  border-color: #006ad5 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2d95ff !important;
  border-color: #2d95ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #cb1515;
  color: #cb1515;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7c0d0d !important;
  background-color: transparent !important;
  border-color: #7c0d0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cb1515 !important;
  border-color: #cb1515 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #edefeb !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #2d95ff !important;
}
.text-danger {
  color: #cb1515 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bac2b2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0062c6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6f0b0b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #edefeb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #2d95ff;
}
.alert-danger {
  background-color: #cb1515;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #edefeb;
  border-color: #edefeb;
  color: #7a886d;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #edefeb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9fcff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7b5b5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #edefeb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #edefeb;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #edefeb;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #edefeb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.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: #000000 !important;
  background-color: #edefeb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23edefeb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uIna1uH2vy .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uIna1uH2vy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uIna1uH2vy .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uIna1uH2vy .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uIna1uH2vy .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIna1uH2vy .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uIna1uH2vy .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uIna1uH2vy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIna1uH2vy .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uIna1uH2vy .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uIna1uH2vy .navbar.collapsed.opened .navbar-collapse.show,
.cid-uIna1uH2vy .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uIna1uH2vy .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uIna1uH2vy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIna1uH2vy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIna1uH2vy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIna1uH2vy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uIna1uH2vy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIna1uH2vy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIna1uH2vy .navbar {
    flex-wrap: nowrap;
  }
  .cid-uIna1uH2vy .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uIna1uH2vy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIna1uH2vy .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uIna1uH2vy .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uIna1uH2vy .navbar.opened .navbar-collapse.show,
  .cid-uIna1uH2vy .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uIna1uH2vy .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uIna1uH2vy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIna1uH2vy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIna1uH2vy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIna1uH2vy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uIna1uH2vy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uIna1uH2vy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIna1uH2vy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uIna1uH2vy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uIna1uH2vy .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uIna1uH2vy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uIna1uH2vy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIna1uH2vy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIna1uH2vy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIna1uH2vy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIna1uH2vy .dropdown-item.active,
.cid-uIna1uH2vy .dropdown-item:active {
  background-color: transparent;
}
.cid-uIna1uH2vy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIna1uH2vy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIna1uH2vy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIna1uH2vy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uIna1uH2vy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIna1uH2vy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIna1uH2vy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uIna1uH2vy .navbar-buttons {
  text-align: center;
}
.cid-uIna1uH2vy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIna1uH2vy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cb1515;
}
.cid-uIna1uH2vy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIna1uH2vy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIna1uH2vy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIna1uH2vy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIna1uH2vy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIna1uH2vy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIna1uH2vy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIna1uH2vy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIna1uH2vy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uIna1uH2vy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uIna1uH2vy a.nav-link:focus {
  outline: none;
}
.cid-uIna1uH2vy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uIna1uH2vy .nav-link:hover,
.cid-uIna1uH2vy .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIna1uH2vy .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uIna1uH2vy .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uHHXTwuVAf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/01-dsc-3191-select-cropped-2-2000x505.png");
}
.cid-uHHXTwuVAf .content-head {
  max-width: 800px;
}
.cid-uHI0MtOnd5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/02-img-7529-sellect-cropped-2000x1021.png");
}
.cid-uHI0MtOnd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI0MtOnd5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHI0MtOnd5 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHI0MtOnd5 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHI0MtOnd5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uHI0MtOnd5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHI0MtOnd5 .mbr-text,
.cid-uHI0MtOnd5 .mbr-section-btn {
  text-align: center;
}
.cid-uHI0MtOnd5 .card-title {
  color: #fd2f2f;
}
.cid-uHI5JcM1LX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fd2f2f;
}
.cid-uHI5JcM1LX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI5JcM1LX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHI5JcM1LX .mbr-section-title {
  color: #ffffff;
}
.cid-uHI5JcM1LX .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uHI58rmrFP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fd2f2f;
}
.cid-uHI58rmrFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI58rmrFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHI58rmrFP .mbr-description {
  text-align: left;
}
.cid-uHI58rmrFP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uHI58rmrFP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHI58rmrFP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uHI58rmrFP .card-title,
.cid-uHI58rmrFP .iconfont-wrapper {
  color: #000000;
}
.cid-uHI58rmrFP .card-text {
  color: #000000;
}
.cid-uHI58rmrFP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHI58rmrFP .mbr-number {
  color: #9fe870;
}
.cid-uHI58rmrFP .mbr-text,
.cid-uHI58rmrFP .mbr-section-btn {
  text-align: center;
}
.cid-uHI58rmrFP .card-text,
.cid-uHI58rmrFP .item .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uHIanvsnjY {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uHIanvsnjY img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHNZQ2tgb3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #820c0c;
}
.cid-uHNZQ2tgb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNZQ2tgb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNZQ2tgb3 .mbr-section-title {
  color: #ffffff;
}
.cid-uHNTqRA1UO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fd2f2f;
}
.cid-uHNTqRA1UO .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uHNTqRA1UO .mbr-section-title {
  color: #ffffff;
}
.cid-uHNTqRA1UO .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uHNTqRA1UO .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uHNTqRA1UO .card {
  margin-bottom: 30px;
}
.cid-uHNTqRA1UO img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uHNW9atiAT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cb1515;
}
.cid-uHNW9atiAT .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uHNW9atiAT .mbr-section-title {
  color: #ffffff;
}
.cid-uHNW9atiAT .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uHNW9atiAT .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uHNW9atiAT .card {
  margin-bottom: 30px;
}
.cid-uHNW9atiAT img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uHNZeb3lAe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #820c0c;
}
.cid-uHNZeb3lAe .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uHNZeb3lAe .mbr-section-title {
  color: #ffffff;
}
.cid-uHNZeb3lAe .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uHNZeb3lAe .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uHNZeb3lAe .card {
  margin-bottom: 30px;
}
.cid-uHNZeb3lAe img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uHIqHPYol6 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/01-dsc-3191-select-cropped-1-2000x1170.png");
}
.cid-uHIqHPYol6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIqHPYol6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHIqHPYol6 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uHIqHPYol6 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uHIqHPYol6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uHIqHPYol6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHIqHPYol6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHIqHPYol6 .content-head {
  max-width: 800px;
}
.cid-uHIqHPYol6 .mbr-section-title {
  color: #ffffff;
}
.cid-uIn7AhvgTp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uIn7AhvgTp h6 {
  line-height: 1.2;
}
.cid-uIn7AhvgTp img,
.cid-uIn7AhvgTp .item-img {
  width: 100%;
}
.cid-uIn7AhvgTp .item:focus,
.cid-uIn7AhvgTp span:focus {
  outline: none;
}
.cid-uIn7AhvgTp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIn7AhvgTp .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIn7AhvgTp .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIn7AhvgTp .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIn7AhvgTp .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIn7AhvgTp .mbr-section-title {
  color: #000000;
}
.cid-uIn7AhvgTp .mbr-text,
.cid-uIn7AhvgTp .mbr-section-btn {
  color: #000000;
}
.cid-uIn7AhvgTp .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIn7AhvgTp .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIn7AhvgTp .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIn7AhvgTp .content-head {
  max-width: 800px;
}
.cid-uIncMmpfDl {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/drinks-huge-2000x1125.png");
}
.cid-uIncMmpfDl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIncMmpfDl {
    align-items: flex-end;
  }
  .cid-uIncMmpfDl .row {
    justify-content: center;
  }
  .cid-uIncMmpfDl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIncMmpfDl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIncMmpfDl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIncMmpfDl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIncMmpfDl .content-wrap {
    width: 100%;
  }
}
.cid-uIncMmpfDl .mbr-section-title,
.cid-uIncMmpfDl .mbr-section-subtitle {
  text-align: center;
}
.cid-uIncMmpfDl .mbr-text,
.cid-uIncMmpfDl .mbr-section-btn {
  text-align: center;
}
.cid-uIqqCrofJb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIqqCrofJb h6 {
  line-height: 1.2;
}
.cid-uIqqCrofJb img,
.cid-uIqqCrofJb .item-img {
  width: 100%;
}
.cid-uIqqCrofJb .item:focus,
.cid-uIqqCrofJb span:focus {
  outline: none;
}
.cid-uIqqCrofJb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIqqCrofJb .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIqqCrofJb .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIqqCrofJb .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIqqCrofJb .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIqqCrofJb .mbr-section-title {
  color: #000000;
}
.cid-uIqqCrofJb .mbr-text,
.cid-uIqqCrofJb .mbr-section-btn {
  color: #000000;
}
.cid-uIqqCrofJb .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIqqCrofJb .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIqqCrofJb .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIqqCrofJb .content-head {
  max-width: 800px;
}
.cid-uIquxnRcIY {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/caffee-2000x1125.png");
}
.cid-uIquxnRcIY .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIquxnRcIY {
    align-items: flex-end;
  }
  .cid-uIquxnRcIY .row {
    justify-content: center;
  }
  .cid-uIquxnRcIY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIquxnRcIY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIquxnRcIY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIquxnRcIY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIquxnRcIY .content-wrap {
    width: 100%;
  }
}
.cid-uIquxnRcIY .mbr-section-title,
.cid-uIquxnRcIY .mbr-section-subtitle {
  text-align: center;
}
.cid-uIquxnRcIY .mbr-text,
.cid-uIquxnRcIY .mbr-section-btn {
  text-align: center;
}
.cid-uIququljPE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIququljPE h6 {
  line-height: 1.2;
}
.cid-uIququljPE img,
.cid-uIququljPE .item-img {
  width: 100%;
}
.cid-uIququljPE .item:focus,
.cid-uIququljPE span:focus {
  outline: none;
}
.cid-uIququljPE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIququljPE .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIququljPE .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIququljPE .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIququljPE .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIququljPE .mbr-section-title {
  color: #000000;
}
.cid-uIququljPE .mbr-text,
.cid-uIququljPE .mbr-section-btn {
  color: #000000;
}
.cid-uIququljPE .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIququljPE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIququljPE .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIququljPE .content-head {
  max-width: 800px;
}
.cid-uIqvWoGXBX {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/chips-2000x1125.png");
}
.cid-uIqvWoGXBX .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIqvWoGXBX {
    align-items: flex-end;
  }
  .cid-uIqvWoGXBX .row {
    justify-content: center;
  }
  .cid-uIqvWoGXBX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIqvWoGXBX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIqvWoGXBX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIqvWoGXBX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIqvWoGXBX .content-wrap {
    width: 100%;
  }
}
.cid-uIqvWoGXBX .mbr-section-title,
.cid-uIqvWoGXBX .mbr-section-subtitle {
  text-align: center;
}
.cid-uIqvWoGXBX .mbr-text,
.cid-uIqvWoGXBX .mbr-section-btn {
  text-align: center;
}
.cid-uIshs2KsF3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIshs2KsF3 h6 {
  line-height: 1.2;
}
.cid-uIshs2KsF3 img,
.cid-uIshs2KsF3 .item-img {
  width: 100%;
}
.cid-uIshs2KsF3 .item:focus,
.cid-uIshs2KsF3 span:focus {
  outline: none;
}
.cid-uIshs2KsF3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIshs2KsF3 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIshs2KsF3 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIshs2KsF3 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIshs2KsF3 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIshs2KsF3 .mbr-section-title {
  color: #000000;
}
.cid-uIshs2KsF3 .mbr-text,
.cid-uIshs2KsF3 .mbr-section-btn {
  color: #000000;
}
.cid-uIshs2KsF3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIshs2KsF3 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIshs2KsF3 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIshs2KsF3 .content-head {
  max-width: 800px;
}
.cid-uIshwGiRkv {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/snacks-1-2000x1125.png");
}
.cid-uIshwGiRkv .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIshwGiRkv {
    align-items: flex-end;
  }
  .cid-uIshwGiRkv .row {
    justify-content: center;
  }
  .cid-uIshwGiRkv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIshwGiRkv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIshwGiRkv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIshwGiRkv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIshwGiRkv .content-wrap {
    width: 100%;
  }
}
.cid-uIshwGiRkv .mbr-section-title,
.cid-uIshwGiRkv .mbr-section-subtitle {
  text-align: center;
}
.cid-uIshwGiRkv .mbr-text,
.cid-uIshwGiRkv .mbr-section-btn {
  text-align: center;
}
.cid-uIqyUS1XH1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIqyUS1XH1 h6 {
  line-height: 1.2;
}
.cid-uIqyUS1XH1 img,
.cid-uIqyUS1XH1 .item-img {
  width: 100%;
}
.cid-uIqyUS1XH1 .item:focus,
.cid-uIqyUS1XH1 span:focus {
  outline: none;
}
.cid-uIqyUS1XH1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIqyUS1XH1 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIqyUS1XH1 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIqyUS1XH1 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIqyUS1XH1 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIqyUS1XH1 .mbr-section-title {
  color: #000000;
}
.cid-uIqyUS1XH1 .mbr-text,
.cid-uIqyUS1XH1 .mbr-section-btn {
  color: #000000;
}
.cid-uIqyUS1XH1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIqyUS1XH1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIqyUS1XH1 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIqyUS1XH1 .content-head {
  max-width: 800px;
}
.cid-uIqyWo8ynB {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/schokolade-2000x1125.png");
}
.cid-uIqyWo8ynB .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIqyWo8ynB {
    align-items: flex-end;
  }
  .cid-uIqyWo8ynB .row {
    justify-content: center;
  }
  .cid-uIqyWo8ynB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIqyWo8ynB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIqyWo8ynB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIqyWo8ynB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIqyWo8ynB .content-wrap {
    width: 100%;
  }
}
.cid-uIqyWo8ynB .mbr-section-title,
.cid-uIqyWo8ynB .mbr-section-subtitle {
  text-align: center;
}
.cid-uIqyWo8ynB .mbr-text,
.cid-uIqyWo8ynB .mbr-section-btn {
  text-align: center;
}
.cid-uIqBr0dg7c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIqBr0dg7c h6 {
  line-height: 1.2;
}
.cid-uIqBr0dg7c img,
.cid-uIqBr0dg7c .item-img {
  width: 100%;
}
.cid-uIqBr0dg7c .item:focus,
.cid-uIqBr0dg7c span:focus {
  outline: none;
}
.cid-uIqBr0dg7c .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIqBr0dg7c .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIqBr0dg7c .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIqBr0dg7c .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIqBr0dg7c .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIqBr0dg7c .mbr-section-title {
  color: #000000;
}
.cid-uIqBr0dg7c .mbr-text,
.cid-uIqBr0dg7c .mbr-section-btn {
  color: #000000;
}
.cid-uIqBr0dg7c .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIqBr0dg7c .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIqBr0dg7c .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIqBr0dg7c .content-head {
  max-width: 800px;
}
.cid-uIqBtiJ0Oo {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sssigkeiten-2000x1125.png");
}
.cid-uIqBtiJ0Oo .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIqBtiJ0Oo {
    align-items: flex-end;
  }
  .cid-uIqBtiJ0Oo .row {
    justify-content: center;
  }
  .cid-uIqBtiJ0Oo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIqBtiJ0Oo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIqBtiJ0Oo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIqBtiJ0Oo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIqBtiJ0Oo .content-wrap {
    width: 100%;
  }
}
.cid-uIqBtiJ0Oo .mbr-section-title,
.cid-uIqBtiJ0Oo .mbr-section-subtitle {
  text-align: center;
}
.cid-uIqBtiJ0Oo .mbr-text,
.cid-uIqBtiJ0Oo .mbr-section-btn {
  text-align: center;
}
.cid-uIsabTFJzx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIsabTFJzx h6 {
  line-height: 1.2;
}
.cid-uIsabTFJzx img,
.cid-uIsabTFJzx .item-img {
  width: 100%;
}
.cid-uIsabTFJzx .item:focus,
.cid-uIsabTFJzx span:focus {
  outline: none;
}
.cid-uIsabTFJzx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsabTFJzx .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsabTFJzx .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsabTFJzx .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsabTFJzx .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsabTFJzx .mbr-section-title {
  color: #000000;
}
.cid-uIsabTFJzx .mbr-text,
.cid-uIsabTFJzx .mbr-section-btn {
  color: #000000;
}
.cid-uIsabTFJzx .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsabTFJzx .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsabTFJzx .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsabTFJzx .content-head {
  max-width: 800px;
}
.cid-uIsbOngBIh {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIsbOngBIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsbOngBIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsbOngBIh .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uIsbOngBIh .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uIsbOngBIh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIsbOngBIh .mbr-section-title {
  color: #191c25;
}
.cid-uIsbOngBIh .mbr-copy {
  color: #edefeb;
  text-align: center;
}
.cid-uIsbOngBIh .mbr-section-title,
.cid-uIsbOngBIh .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uIsp1ewkJk.popup-builder {
  background-color: #ffffff;
}
.cid-uIsp1ewkJk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIsp1ewkJk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIsp1ewkJk .modal-content,
.cid-uIsp1ewkJk .modal-dialog {
  height: auto;
}
.cid-uIsp1ewkJk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIsp1ewkJk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIsp1ewkJk .form-wrapper .mbr-form .form-group,
  .cid-uIsp1ewkJk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIsp1ewkJk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIsp1ewkJk .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-uIsp1ewkJk .mbr-text {
  text-align: center;
}
.cid-uIsp1ewkJk .pt-0 {
  padding-top: 0 !important;
}
.cid-uIsp1ewkJk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIsp1ewkJk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIsp1ewkJk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIsp1ewkJk .modal-open {
  overflow: hidden;
}
.cid-uIsp1ewkJk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIsp1ewkJk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIsp1ewkJk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIsp1ewkJk .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-uIsp1ewkJk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIsp1ewkJk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIsp1ewkJk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIsp1ewkJk .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-uIsp1ewkJk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIsp1ewkJk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIsp1ewkJk .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIsp1ewkJk .modal-backdrop.show {
  opacity: .5;
}
.cid-uIsp1ewkJk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uIsp1ewkJk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIsp1ewkJk .modal-header {
    padding: 1rem;
  }
}
.cid-uIsp1ewkJk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIsp1ewkJk .modal-header .close svg {
  fill: #353535;
}
.cid-uIsp1ewkJk .modal-header .close:hover {
  opacity: 1;
}
.cid-uIsp1ewkJk .modal-header .close:focus {
  outline: none;
}
.cid-uIsp1ewkJk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uIsp1ewkJk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIsp1ewkJk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIsp1ewkJk .modal-body {
    padding: 1rem;
  }
}
.cid-uIsp1ewkJk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIsp1ewkJk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIsp1ewkJk .modal-footer {
    padding: 1rem;
  }
}
.cid-uIsp1ewkJk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIsp1ewkJk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIsp1ewkJk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIsp1ewkJk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIsp1ewkJk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIsp1ewkJk .modal-lg,
  .cid-uIsp1ewkJk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIsp1ewkJk .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIsp1ewkJk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIsp1ewkJk .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-uIsp1ewkJk .form-group {
  margin-bottom: 1rem;
}
.cid-uIsp1ewkJk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIsp1ewkJk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIsp1ewkJk .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-uIsp1ewkJk .mbr-section-btn {
  margin: 0;
}
.cid-uIsp1ewkJk .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIsntSdE1V .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uIsntSdE1V .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uIsntSdE1V .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uIsntSdE1V .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uIsntSdE1V .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIsntSdE1V .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uIsntSdE1V .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uIsntSdE1V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIsntSdE1V .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uIsntSdE1V .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uIsntSdE1V .navbar.collapsed.opened .navbar-collapse.show,
.cid-uIsntSdE1V .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uIsntSdE1V .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uIsntSdE1V .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIsntSdE1V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIsntSdE1V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIsntSdE1V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uIsntSdE1V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIsntSdE1V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIsntSdE1V .navbar {
    flex-wrap: nowrap;
  }
  .cid-uIsntSdE1V .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uIsntSdE1V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIsntSdE1V .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uIsntSdE1V .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uIsntSdE1V .navbar.opened .navbar-collapse.show,
  .cid-uIsntSdE1V .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uIsntSdE1V .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uIsntSdE1V .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIsntSdE1V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIsntSdE1V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIsntSdE1V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uIsntSdE1V .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uIsntSdE1V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIsntSdE1V .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uIsntSdE1V .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uIsntSdE1V .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uIsntSdE1V .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uIsntSdE1V .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIsntSdE1V .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIsntSdE1V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIsntSdE1V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIsntSdE1V .dropdown-item.active,
.cid-uIsntSdE1V .dropdown-item:active {
  background-color: transparent;
}
.cid-uIsntSdE1V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIsntSdE1V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIsntSdE1V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIsntSdE1V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uIsntSdE1V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIsntSdE1V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIsntSdE1V ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uIsntSdE1V .navbar-buttons {
  text-align: center;
}
.cid-uIsntSdE1V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIsntSdE1V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cb1515;
}
.cid-uIsntSdE1V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIsntSdE1V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIsntSdE1V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIsntSdE1V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIsntSdE1V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIsntSdE1V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIsntSdE1V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIsntSdE1V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIsntSdE1V .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uIsntSdE1V a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uIsntSdE1V a.nav-link:focus {
  outline: none;
}
.cid-uIsntSdE1V .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uIsntSdE1V .nav-link:hover,
.cid-uIsntSdE1V .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIsntSdE1V .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uIsntSdE1V .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uIsntTudyJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/01-dsc-3191-select-cropped-2-2000x505.png");
}
.cid-uIsntTudyJ .content-head {
  max-width: 800px;
}
.cid-uIsntUgCFi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/02-img-7529-sellect-cropped-2000x1021.png");
}
.cid-uIsntUgCFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsntUgCFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsntUgCFi .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uIsntUgCFi .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIsntUgCFi .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uIsntUgCFi .card-wrapper {
    padding: 4rem;
  }
}
.cid-uIsntUgCFi .mbr-text,
.cid-uIsntUgCFi .mbr-section-btn {
  text-align: center;
}
.cid-uIsntUgCFi .card-title {
  color: #fd2f2f;
}
.cid-uIsntV1GXI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fd2f2f;
}
.cid-uIsntV1GXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsntV1GXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsntV1GXI .mbr-section-title {
  color: #ffffff;
}
.cid-uIsntV1GXI .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uIsntVFrG3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fd2f2f;
}
.cid-uIsntVFrG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsntVFrG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsntVFrG3 .mbr-description {
  text-align: left;
}
.cid-uIsntVFrG3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uIsntVFrG3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIsntVFrG3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uIsntVFrG3 .card-title,
.cid-uIsntVFrG3 .iconfont-wrapper {
  color: #000000;
}
.cid-uIsntVFrG3 .card-text {
  color: #000000;
}
.cid-uIsntVFrG3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIsntVFrG3 .mbr-number {
  color: #9fe870;
}
.cid-uIsntVFrG3 .mbr-text,
.cid-uIsntVFrG3 .mbr-section-btn {
  text-align: center;
}
.cid-uIsntVFrG3 .card-text,
.cid-uIsntVFrG3 .item .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uIsntWncPh {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIsntWncPh img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIsntX1FUf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #820c0c;
}
.cid-uIsntX1FUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsntX1FUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsntX1FUf .mbr-section-title {
  color: #ffffff;
}
.cid-uIsntXIXTu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fd2f2f;
}
.cid-uIsntXIXTu .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uIsntXIXTu .mbr-section-title {
  color: #ffffff;
}
.cid-uIsntXIXTu .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uIsntXIXTu .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uIsntXIXTu .card {
  margin-bottom: 30px;
}
.cid-uIsntXIXTu img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uIsntYw3tY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cb1515;
}
.cid-uIsntYw3tY .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uIsntYw3tY .mbr-section-title {
  color: #ffffff;
}
.cid-uIsntYw3tY .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uIsntYw3tY .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uIsntYw3tY .card {
  margin-bottom: 30px;
}
.cid-uIsntYw3tY img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uIsntZiGPH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #820c0c;
}
.cid-uIsntZiGPH .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uIsntZiGPH .mbr-section-title {
  color: #ffffff;
}
.cid-uIsntZiGPH .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uIsntZiGPH .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uIsntZiGPH .card {
  margin-bottom: 30px;
}
.cid-uIsntZiGPH img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uIsnu03CKT {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/01-dsc-3191-select-cropped-1-2000x1170.png");
}
.cid-uIsnu03CKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsnu03CKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsnu03CKT .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uIsnu03CKT .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIsnu03CKT .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIsnu03CKT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIsnu03CKT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIsnu03CKT .content-head {
  max-width: 800px;
}
.cid-uIsnu03CKT .mbr-section-title {
  color: #ffffff;
}
.cid-uIsnu19bc8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uIsnu19bc8 h6 {
  line-height: 1.2;
}
.cid-uIsnu19bc8 img,
.cid-uIsnu19bc8 .item-img {
  width: 100%;
}
.cid-uIsnu19bc8 .item:focus,
.cid-uIsnu19bc8 span:focus {
  outline: none;
}
.cid-uIsnu19bc8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsnu19bc8 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsnu19bc8 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsnu19bc8 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsnu19bc8 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsnu19bc8 .mbr-section-title {
  color: #000000;
}
.cid-uIsnu19bc8 .mbr-text,
.cid-uIsnu19bc8 .mbr-section-btn {
  color: #000000;
}
.cid-uIsnu19bc8 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsnu19bc8 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsnu19bc8 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsnu19bc8 .content-head {
  max-width: 800px;
}
.cid-uIsnu3fAUa {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/drinks-huge-2000x1125.png");
}
.cid-uIsnu3fAUa .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIsnu3fAUa {
    align-items: flex-end;
  }
  .cid-uIsnu3fAUa .row {
    justify-content: center;
  }
  .cid-uIsnu3fAUa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIsnu3fAUa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIsnu3fAUa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIsnu3fAUa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIsnu3fAUa .content-wrap {
    width: 100%;
  }
}
.cid-uIsnu3fAUa .mbr-section-title,
.cid-uIsnu3fAUa .mbr-section-subtitle {
  text-align: center;
}
.cid-uIsnu3fAUa .mbr-text,
.cid-uIsnu3fAUa .mbr-section-btn {
  text-align: center;
}
.cid-uIsnu4OWs0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIsnu4OWs0 h6 {
  line-height: 1.2;
}
.cid-uIsnu4OWs0 img,
.cid-uIsnu4OWs0 .item-img {
  width: 100%;
}
.cid-uIsnu4OWs0 .item:focus,
.cid-uIsnu4OWs0 span:focus {
  outline: none;
}
.cid-uIsnu4OWs0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsnu4OWs0 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsnu4OWs0 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsnu4OWs0 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsnu4OWs0 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsnu4OWs0 .mbr-section-title {
  color: #000000;
}
.cid-uIsnu4OWs0 .mbr-text,
.cid-uIsnu4OWs0 .mbr-section-btn {
  color: #000000;
}
.cid-uIsnu4OWs0 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsnu4OWs0 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsnu4OWs0 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsnu4OWs0 .content-head {
  max-width: 800px;
}
.cid-uIsnu6j76G {
  display: flex;
  padding-top: 17rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/beers-2000x1125.png");
}
.cid-uIsnu6j76G .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIsnu6j76G {
    align-items: flex-end;
  }
  .cid-uIsnu6j76G .row {
    justify-content: center;
  }
  .cid-uIsnu6j76G .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIsnu6j76G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIsnu6j76G {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIsnu6j76G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIsnu6j76G .content-wrap {
    width: 100%;
  }
}
.cid-uIsnu6j76G .mbr-section-title,
.cid-uIsnu6j76G .mbr-section-subtitle {
  text-align: center;
}
.cid-uIsnu6j76G .mbr-text,
.cid-uIsnu6j76G .mbr-section-btn {
  text-align: center;
}
.cid-uIsnu7jwNa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIsnu7jwNa h6 {
  line-height: 1.2;
}
.cid-uIsnu7jwNa img,
.cid-uIsnu7jwNa .item-img {
  width: 100%;
}
.cid-uIsnu7jwNa .item:focus,
.cid-uIsnu7jwNa span:focus {
  outline: none;
}
.cid-uIsnu7jwNa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsnu7jwNa .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsnu7jwNa .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsnu7jwNa .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsnu7jwNa .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsnu7jwNa .mbr-section-title {
  color: #000000;
}
.cid-uIsnu7jwNa .mbr-text,
.cid-uIsnu7jwNa .mbr-section-btn {
  color: #000000;
}
.cid-uIsnu7jwNa .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsnu7jwNa .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsnu7jwNa .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsnu7jwNa .content-head {
  max-width: 800px;
}
.cid-uIsnu8ZEkq {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/spaeti-2000x1125.png");
}
.cid-uIsnu8ZEkq .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIsnu8ZEkq {
    align-items: flex-end;
  }
  .cid-uIsnu8ZEkq .row {
    justify-content: center;
  }
  .cid-uIsnu8ZEkq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIsnu8ZEkq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIsnu8ZEkq {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIsnu8ZEkq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIsnu8ZEkq .content-wrap {
    width: 100%;
  }
}
.cid-uIsnu8ZEkq .mbr-section-title,
.cid-uIsnu8ZEkq .mbr-section-subtitle {
  text-align: center;
}
.cid-uIsnu8ZEkq .mbr-text,
.cid-uIsnu8ZEkq .mbr-section-btn {
  text-align: center;
}
.cid-uIsnua2Yta {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIsnua2Yta h6 {
  line-height: 1.2;
}
.cid-uIsnua2Yta img,
.cid-uIsnua2Yta .item-img {
  width: 100%;
}
.cid-uIsnua2Yta .item:focus,
.cid-uIsnua2Yta span:focus {
  outline: none;
}
.cid-uIsnua2Yta .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsnua2Yta .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsnua2Yta .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsnua2Yta .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsnua2Yta .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsnua2Yta .mbr-section-title {
  color: #000000;
}
.cid-uIsnua2Yta .mbr-text,
.cid-uIsnua2Yta .mbr-section-btn {
  color: #000000;
}
.cid-uIsnua2Yta .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsnua2Yta .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsnua2Yta .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsnua2Yta .content-head {
  max-width: 800px;
}
.cid-uIsnub9VfT {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/caffee-2000x1125.png");
}
.cid-uIsnub9VfT .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIsnub9VfT {
    align-items: flex-end;
  }
  .cid-uIsnub9VfT .row {
    justify-content: center;
  }
  .cid-uIsnub9VfT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIsnub9VfT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIsnub9VfT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIsnub9VfT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIsnub9VfT .content-wrap {
    width: 100%;
  }
}
.cid-uIsnub9VfT .mbr-section-title,
.cid-uIsnub9VfT .mbr-section-subtitle {
  text-align: center;
}
.cid-uIsnub9VfT .mbr-text,
.cid-uIsnub9VfT .mbr-section-btn {
  text-align: center;
}
.cid-uIsnucdihF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIsnucdihF h6 {
  line-height: 1.2;
}
.cid-uIsnucdihF img,
.cid-uIsnucdihF .item-img {
  width: 100%;
}
.cid-uIsnucdihF .item:focus,
.cid-uIsnucdihF span:focus {
  outline: none;
}
.cid-uIsnucdihF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsnucdihF .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsnucdihF .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsnucdihF .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsnucdihF .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsnucdihF .mbr-section-title {
  color: #000000;
}
.cid-uIsnucdihF .mbr-text,
.cid-uIsnucdihF .mbr-section-btn {
  color: #000000;
}
.cid-uIsnucdihF .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsnucdihF .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsnucdihF .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsnucdihF .content-head {
  max-width: 800px;
}
.cid-uIsnudQXtF {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/chips-2000x1125.png");
}
.cid-uIsnudQXtF .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIsnudQXtF {
    align-items: flex-end;
  }
  .cid-uIsnudQXtF .row {
    justify-content: center;
  }
  .cid-uIsnudQXtF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIsnudQXtF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIsnudQXtF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIsnudQXtF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIsnudQXtF .content-wrap {
    width: 100%;
  }
}
.cid-uIsnudQXtF .mbr-section-title,
.cid-uIsnudQXtF .mbr-section-subtitle {
  text-align: center;
}
.cid-uIsnudQXtF .mbr-text,
.cid-uIsnudQXtF .mbr-section-btn {
  text-align: center;
}
.cid-uIsnueYWY0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIsnueYWY0 h6 {
  line-height: 1.2;
}
.cid-uIsnueYWY0 img,
.cid-uIsnueYWY0 .item-img {
  width: 100%;
}
.cid-uIsnueYWY0 .item:focus,
.cid-uIsnueYWY0 span:focus {
  outline: none;
}
.cid-uIsnueYWY0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsnueYWY0 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsnueYWY0 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsnueYWY0 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsnueYWY0 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsnueYWY0 .mbr-section-title {
  color: #000000;
}
.cid-uIsnueYWY0 .mbr-text,
.cid-uIsnueYWY0 .mbr-section-btn {
  color: #000000;
}
.cid-uIsnueYWY0 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsnueYWY0 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsnueYWY0 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsnueYWY0 .content-head {
  max-width: 800px;
}
.cid-uIsnugdjeW {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/snacks-1-2000x1125.png");
}
.cid-uIsnugdjeW .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIsnugdjeW {
    align-items: flex-end;
  }
  .cid-uIsnugdjeW .row {
    justify-content: center;
  }
  .cid-uIsnugdjeW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIsnugdjeW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIsnugdjeW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIsnugdjeW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIsnugdjeW .content-wrap {
    width: 100%;
  }
}
.cid-uIsnugdjeW .mbr-section-title,
.cid-uIsnugdjeW .mbr-section-subtitle {
  text-align: center;
}
.cid-uIsnugdjeW .mbr-text,
.cid-uIsnugdjeW .mbr-section-btn {
  text-align: center;
}
.cid-uIsnuhsNcE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIsnuhsNcE h6 {
  line-height: 1.2;
}
.cid-uIsnuhsNcE img,
.cid-uIsnuhsNcE .item-img {
  width: 100%;
}
.cid-uIsnuhsNcE .item:focus,
.cid-uIsnuhsNcE span:focus {
  outline: none;
}
.cid-uIsnuhsNcE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsnuhsNcE .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsnuhsNcE .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsnuhsNcE .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsnuhsNcE .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsnuhsNcE .mbr-section-title {
  color: #000000;
}
.cid-uIsnuhsNcE .mbr-text,
.cid-uIsnuhsNcE .mbr-section-btn {
  color: #000000;
}
.cid-uIsnuhsNcE .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsnuhsNcE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsnuhsNcE .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsnuhsNcE .content-head {
  max-width: 800px;
}
.cid-uIsnuiUVUx {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/schokolade-2000x1125.png");
}
.cid-uIsnuiUVUx .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIsnuiUVUx {
    align-items: flex-end;
  }
  .cid-uIsnuiUVUx .row {
    justify-content: center;
  }
  .cid-uIsnuiUVUx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIsnuiUVUx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIsnuiUVUx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIsnuiUVUx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIsnuiUVUx .content-wrap {
    width: 100%;
  }
}
.cid-uIsnuiUVUx .mbr-section-title,
.cid-uIsnuiUVUx .mbr-section-subtitle {
  text-align: center;
}
.cid-uIsnuiUVUx .mbr-text,
.cid-uIsnuiUVUx .mbr-section-btn {
  text-align: center;
}
.cid-uIsnukiXxU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIsnukiXxU h6 {
  line-height: 1.2;
}
.cid-uIsnukiXxU img,
.cid-uIsnukiXxU .item-img {
  width: 100%;
}
.cid-uIsnukiXxU .item:focus,
.cid-uIsnukiXxU span:focus {
  outline: none;
}
.cid-uIsnukiXxU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsnukiXxU .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsnukiXxU .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsnukiXxU .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsnukiXxU .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsnukiXxU .mbr-section-title {
  color: #000000;
}
.cid-uIsnukiXxU .mbr-text,
.cid-uIsnukiXxU .mbr-section-btn {
  color: #000000;
}
.cid-uIsnukiXxU .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsnukiXxU .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsnukiXxU .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsnukiXxU .content-head {
  max-width: 800px;
}
.cid-uIsnum52wl {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sssigkeiten-2000x1125.png");
}
.cid-uIsnum52wl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIsnum52wl {
    align-items: flex-end;
  }
  .cid-uIsnum52wl .row {
    justify-content: center;
  }
  .cid-uIsnum52wl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIsnum52wl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIsnum52wl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIsnum52wl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIsnum52wl .content-wrap {
    width: 100%;
  }
}
.cid-uIsnum52wl .mbr-section-title,
.cid-uIsnum52wl .mbr-section-subtitle {
  text-align: center;
}
.cid-uIsnum52wl .mbr-text,
.cid-uIsnum52wl .mbr-section-btn {
  text-align: center;
}
.cid-uIsnunpeU6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIsnunpeU6 h6 {
  line-height: 1.2;
}
.cid-uIsnunpeU6 img,
.cid-uIsnunpeU6 .item-img {
  width: 100%;
}
.cid-uIsnunpeU6 .item:focus,
.cid-uIsnunpeU6 span:focus {
  outline: none;
}
.cid-uIsnunpeU6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsnunpeU6 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsnunpeU6 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsnunpeU6 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsnunpeU6 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsnunpeU6 .mbr-section-title {
  color: #000000;
}
.cid-uIsnunpeU6 .mbr-text,
.cid-uIsnunpeU6 .mbr-section-btn {
  color: #000000;
}
.cid-uIsnunpeU6 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsnunpeU6 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsnunpeU6 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsnunpeU6 .content-head {
  max-width: 800px;
}
.cid-uIsnupaBXB {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/vapes-2000x1125.png");
}
.cid-uIsnupaBXB .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIsnupaBXB {
    align-items: flex-end;
  }
  .cid-uIsnupaBXB .row {
    justify-content: center;
  }
  .cid-uIsnupaBXB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIsnupaBXB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIsnupaBXB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIsnupaBXB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIsnupaBXB .content-wrap {
    width: 100%;
  }
}
.cid-uIsnupaBXB .mbr-section-title,
.cid-uIsnupaBXB .mbr-section-subtitle {
  text-align: center;
}
.cid-uIsnupaBXB .mbr-text,
.cid-uIsnupaBXB .mbr-section-btn {
  text-align: center;
}
.cid-uIsnuqv9vx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIsnuqv9vx h6 {
  line-height: 1.2;
}
.cid-uIsnuqv9vx img,
.cid-uIsnuqv9vx .item-img {
  width: 100%;
}
.cid-uIsnuqv9vx .item:focus,
.cid-uIsnuqv9vx span:focus {
  outline: none;
}
.cid-uIsnuqv9vx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsnuqv9vx .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsnuqv9vx .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsnuqv9vx .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsnuqv9vx .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsnuqv9vx .mbr-section-title {
  color: #000000;
}
.cid-uIsnuqv9vx .mbr-text,
.cid-uIsnuqv9vx .mbr-section-btn {
  color: #000000;
}
.cid-uIsnuqv9vx .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsnuqv9vx .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsnuqv9vx .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsnuqv9vx .content-head {
  max-width: 800px;
}
.cid-uIsnusbVFJ {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/velo-1-2000x1125.png");
}
.cid-uIsnusbVFJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIsnusbVFJ {
    align-items: flex-end;
  }
  .cid-uIsnusbVFJ .row {
    justify-content: center;
  }
  .cid-uIsnusbVFJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIsnusbVFJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIsnusbVFJ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIsnusbVFJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIsnusbVFJ .content-wrap {
    width: 100%;
  }
}
.cid-uIsnusbVFJ .mbr-section-title,
.cid-uIsnusbVFJ .mbr-section-subtitle {
  text-align: center;
}
.cid-uIsnusbVFJ .mbr-text,
.cid-uIsnusbVFJ .mbr-section-btn {
  text-align: center;
}
.cid-uIsnutFOFx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIsnutFOFx h6 {
  line-height: 1.2;
}
.cid-uIsnutFOFx img,
.cid-uIsnutFOFx .item-img {
  width: 100%;
}
.cid-uIsnutFOFx .item:focus,
.cid-uIsnutFOFx span:focus {
  outline: none;
}
.cid-uIsnutFOFx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsnutFOFx .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsnutFOFx .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsnutFOFx .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsnutFOFx .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsnutFOFx .mbr-section-title {
  color: #000000;
}
.cid-uIsnutFOFx .mbr-text,
.cid-uIsnutFOFx .mbr-section-btn {
  color: #000000;
}
.cid-uIsnutFOFx .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsnutFOFx .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsnutFOFx .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsnutFOFx .content-head {
  max-width: 800px;
}
.cid-uIsnuv8vda {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cbd-3-2000x1125.png");
}
.cid-uIsnuv8vda .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uIsnuv8vda {
    align-items: flex-end;
  }
  .cid-uIsnuv8vda .row {
    justify-content: center;
  }
  .cid-uIsnuv8vda .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIsnuv8vda .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIsnuv8vda {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIsnuv8vda .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIsnuv8vda .content-wrap {
    width: 100%;
  }
}
.cid-uIsnuv8vda .mbr-section-title,
.cid-uIsnuv8vda .mbr-section-subtitle {
  text-align: center;
}
.cid-uIsnuv8vda .mbr-text,
.cid-uIsnuv8vda .mbr-section-btn {
  text-align: center;
}
.cid-uIsnuwywf3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIsnuwywf3 h6 {
  line-height: 1.2;
}
.cid-uIsnuwywf3 img,
.cid-uIsnuwywf3 .item-img {
  width: 100%;
}
.cid-uIsnuwywf3 .item:focus,
.cid-uIsnuwywf3 span:focus {
  outline: none;
}
.cid-uIsnuwywf3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIsnuwywf3 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsnuwywf3 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uIsnuwywf3 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIsnuwywf3 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uIsnuwywf3 .mbr-section-title {
  color: #000000;
}
.cid-uIsnuwywf3 .mbr-text,
.cid-uIsnuwywf3 .mbr-section-btn {
  color: #000000;
}
.cid-uIsnuwywf3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIsnuwywf3 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIsnuwywf3 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIsnuwywf3 .content-head {
  max-width: 800px;
}
.cid-uIsnuyaEVx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIsnuyaEVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsnuyaEVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsnuyaEVx .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uIsnuyaEVx .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uIsnuyaEVx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIsnuyaEVx .mbr-section-title {
  color: #191c25;
}
.cid-uIsnuyaEVx .mbr-copy {
  color: #edefeb;
  text-align: center;
}
.cid-uIsnuyaEVx .mbr-section-title,
.cid-uIsnuyaEVx .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uIsxpYL5hs.popup-builder {
  background-color: #ffffff;
}
.cid-uIsxpYL5hs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIsxpYL5hs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIsxpYL5hs .modal-content,
.cid-uIsxpYL5hs .modal-dialog {
  height: auto;
}
.cid-uIsxpYL5hs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIsxpYL5hs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIsxpYL5hs .form-wrapper .mbr-form .form-group,
  .cid-uIsxpYL5hs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIsxpYL5hs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIsxpYL5hs .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-uIsxpYL5hs .mbr-text {
  text-align: center;
}
.cid-uIsxpYL5hs .pt-0 {
  padding-top: 0 !important;
}
.cid-uIsxpYL5hs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIsxpYL5hs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIsxpYL5hs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIsxpYL5hs .modal-open {
  overflow: hidden;
}
.cid-uIsxpYL5hs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIsxpYL5hs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIsxpYL5hs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIsxpYL5hs .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-uIsxpYL5hs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIsxpYL5hs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIsxpYL5hs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIsxpYL5hs .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-uIsxpYL5hs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIsxpYL5hs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIsxpYL5hs .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIsxpYL5hs .modal-backdrop.show {
  opacity: .5;
}
.cid-uIsxpYL5hs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uIsxpYL5hs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIsxpYL5hs .modal-header {
    padding: 1rem;
  }
}
.cid-uIsxpYL5hs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIsxpYL5hs .modal-header .close svg {
  fill: #353535;
}
.cid-uIsxpYL5hs .modal-header .close:hover {
  opacity: 1;
}
.cid-uIsxpYL5hs .modal-header .close:focus {
  outline: none;
}
.cid-uIsxpYL5hs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uIsxpYL5hs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIsxpYL5hs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIsxpYL5hs .modal-body {
    padding: 1rem;
  }
}
.cid-uIsxpYL5hs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIsxpYL5hs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIsxpYL5hs .modal-footer {
    padding: 1rem;
  }
}
.cid-uIsxpYL5hs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIsxpYL5hs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIsxpYL5hs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIsxpYL5hs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIsxpYL5hs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIsxpYL5hs .modal-lg,
  .cid-uIsxpYL5hs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIsxpYL5hs .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIsxpYL5hs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIsxpYL5hs .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-uIsxpYL5hs .form-group {
  margin-bottom: 1rem;
}
.cid-uIsxpYL5hs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIsxpYL5hs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIsxpYL5hs .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-uIsxpYL5hs .mbr-section-btn {
  margin: 0;
}
.cid-uIsxpYL5hs .mbr-section-btn .btn {
  margin: 0;
}
