/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
    font-weight: bold;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 4rem);
  }
  .menu .navbar-collapse.show {
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 60px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 4rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow-y: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  flex: 1;
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 10px 20px;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

body {
  font-style: normal;
  line-height: 1.5;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  background: transparent;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}

.mbr-arrow:hover {
  opacity: 1;
}

.mbr-arrow a {
  display: block;
}

.mbr-arrow a i {
  top: auto !important;
  left: auto !important;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #efefef;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 53px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 0;
}

.form-control, .form-control:focus {
  outline: none;
  background-color: #efefef;
  border: 1px solid #e8e8e8;
  box-shadow: none;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}


.mbr-section-btn a.btn.btn-secondary.custom-3d-btn {
  background-color: #c0262d !important;
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 1.2rem !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 12px 30px !important;
  display: inline-block !important;
  text-decoration: none !important;
  transition: all 0.1s ease-in-out !important;
  box-shadow: 2px 2px 0px #ffffff, 4px 4px 0px #2d8a44 !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  transform: translate(0, 0) !important;
}
.mbr-section-btn a.btn.btn-secondary.custom-3d-btn:hover {
  background-color: #a31f25 !important;
  color: #ffffff !important;
  transform: translate(-1px, -1px) !important;
  box-shadow: 2px 2px 0px #ffffff, 5px 5px 0px #2d8a44 !important;
}
.mbr-section-btn a.btn.btn-secondary.custom-3d-btn:active {
  transform: translate(2px, 2px) !important;
  box-shadow: 1px 1px 0px #ffffff, 2px 2px 0px #2d8a44 !important;
}
.italy-bar {
  height: 12px !important;
  width: 100%;
  background-color: #ffc107 !important;
  position: fixed;
  z-index: 1001;
  overflow: visible !important;
}
.italy-bar::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  /* Die Mitte ist 50%. Wir ziehen Pixelwerte ab oder addieren sie, um die Streifen fix zu halten. */
  background: linear-gradient(110deg, 
    transparent calc(50% - 45px), 
    #c0262d calc(50% - 45px), #c0262d calc(50% - 15px), 
    #ffffff calc(50% - 15px), #ffffff calc(50% + 15px), 
    #2d8a44 calc(50% + 15px), #2d8a44 calc(50% + 45px), 
    transparent calc(50% + 45px)) !important;
  pointer-events: none;
}
.navbar-fixed-top {
  margin-top: 12px !important;
  z-index: 1000 !important;
}
body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'AmsiProNarw-Regular';
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'AmsiProNarw-Regular';
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'AmsiProNarw-Regular';
  font-size: 1.4rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'AmsiProNarw-Regular';
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'AmsiProNarw-Regular';
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffc400 !important;
}
.bg-success {
  background-color: #159751 !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffc400 !important;
  border-color: #ffc400 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #000000 !important;
  background-color: #b38900 !important;
  border-color: #b38900 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #b38900 !important;
  border-color: #b38900 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #cc3442 !important;
  border-color: #cc3442 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #8f242e !important;
  border-color: #8f242e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8f242e !important;
  border-color: #8f242e !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #159751 !important;
  border-color: #159751 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0c542d !important;
  border-color: #0c542d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0c542d !important;
  border-color: #0c542d !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #997600;
  color: #997600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #000000;
  background-color: #ffc400;
  border-color: #ffc400;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffc400 !important;
  border-color: #ffc400 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #7b1f27;
  color: #7b1f27;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #cc3442;
  border-color: #cc3442;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc3442 !important;
  border-color: #cc3442 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #093d21;
  color: #093d21;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #159751;
  border-color: #159751;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #159751 !important;
  border-color: #159751 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffc400 !important;
}
.text-secondary {
  color: #cc3442 !important;
}
.text-success {
  color: #159751 !important;
}
.text-info {
  color: #69b9d0 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997600 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7b1f27 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #093d21 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #159751;
}
.alert-info {
  background-color: #69b9d0;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffc400;
  border-color: #ffc400;
  color: #191400;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffc400;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff3cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #46e590;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  border: 2px solid #cc3442;
}
#scrollToTop a i:before {
  background: #cc3442;
}
#scrollToTop a i:after {
  border-top: 2px solid #cc3442;
  border-right: 2px solid #cc3442;
}
.mbr-arrow a i {
  color: #cc3442;
}
.form-control {
  font-family: 'AmsiProNarw-Regular';
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffc400;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffc400;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffc400;
  border-bottom-color: #ffc400;
}
.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: #ffc400 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #cc3442 !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%;
}
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='%23ffc400' %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;
}
.cid-v5sY1rAq4j .nav-item:focus,
.cid-v5sY1rAq4j .nav-link:focus {
  outline: none;
}
.cid-v5sY1rAq4j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v5sY1rAq4j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5sY1rAq4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v5sY1rAq4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v5sY1rAq4j .collapsed {
  flex-direction: row!important;
}
.cid-v5sY1rAq4j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5sY1rAq4j .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v5sY1rAq4j .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v5sY1rAq4j .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-v5sY1rAq4j .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5sY1rAq4j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5sY1rAq4j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.1rem - 1rem);
  }
}
.cid-v5sY1rAq4j .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v5sY1rAq4j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5sY1rAq4j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5sY1rAq4j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v5sY1rAq4j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5sY1rAq4j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5sY1rAq4j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5sY1rAq4j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5sY1rAq4j .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v5sY1rAq4j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5sY1rAq4j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5sY1rAq4j .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v5sY1rAq4j .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v5sY1rAq4j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5sY1rAq4j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5sY1rAq4j .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5sY1rAq4j .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v5sY1rAq4j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5sY1rAq4j .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v5sY1rAq4j .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v5sY1rAq4j .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5sY1rAq4j .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5sY1rAq4j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5sY1rAq4j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5sY1rAq4j .dropdown-item.active,
.cid-v5sY1rAq4j .dropdown-item:active {
  background-color: transparent;
}
.cid-v5sY1rAq4j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5sY1rAq4j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5sY1rAq4j .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5sY1rAq4j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5sY1rAq4j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5sY1rAq4j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5sY1rAq4j ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v5sY1rAq4j .navbar-buttons {
  text-align: center;
}
.cid-v5sY1rAq4j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5sY1rAq4j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v5sY1rAq4j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5sY1rAq4j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5sY1rAq4j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5sY1rAq4j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5sY1rAq4j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5sY1rAq4j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5sY1rAq4j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5sY1rAq4j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5sY1rAq4j .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v5sY1rAq4j a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5sY1rAq4j .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5sY1rAq4j .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v5sY1rAq4j .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-v5sY1rAq4j .nav-link:hover,
.cid-v5sY1rAq4j .dropdown-item:hover,
.cid-v5sY1rAq4j .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5sY1rAq4j .navbar {
    height: 77px;
  }
  .cid-v5sY1rAq4j .navbar.opened {
    height: auto;
  }
}
.cid-v8RHvJVkno {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}
.cid-v8RHvJVkno .carousel {
  width: 100%;
}
.cid-v8RHvJVkno .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-v8RHvJVkno .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-v8RHvJVkno .mbr-overlay {
  z-index: 1;
}
.cid-v8RHvJVkno .carousel-caption {
  bottom: 30%;
}
.cid-v8RHvJVkno .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8RHvJVkno .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8RHvJVkno .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v8RHvJVkno .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v8RHvJVkno .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v8RHvJVkno .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v8RHvJVkno .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v8RHvJVkno .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8RHvJVkno .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8RHvJVkno .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8RHvJVkno .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8RHvJVkno h10 {
  font-size: 2rem;
  font-family: 'AmsiProNarw-Regular';
}
.cid-v8RHvJVkno .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v8RHvJVkno .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8RHvJVkno .carousel-indicators li.active,
.cid-v8RHvJVkno .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8RHvJVkno .carousel-indicators li::after,
.cid-v8RHvJVkno .carousel-indicators li::before {
  content: none;
}
.cid-v8RHvJVkno .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8RHvJVkno .carousel-indicators {
    display: none !important;
  }
}
.cid-v8RHvJVkno a.custom-3d-btn {
  background-color: #c0262d !important;
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 1.2rem !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 12px 30px !important;
  display: inline-block !important;
  text-decoration: none !important;
  transition: all 0.1s ease-in-out !important;
  box-shadow: 2px 2px 0px #ffffff, 4px 4px 0px #2d8a44 !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  margin-top: 20px;
  transform: translate(0, 0) !important;
  font-family: 'AmsiProNarw-Regular';
}
.cid-v8RHvJVkno a.custom-3d-btn:hover {
  background-color: #a31f25 !important;
  color: #ffffff !important;
  transform: translate(-1px, -1px) !important;
  box-shadow: 2px 2px 0px #ffffff, 5px 5px 0px #2d8a44 !important;
}
.cid-v8RHvJVkno a.custom-3d-btn:active {
  transform: translate(2px, 2px) !important;
  box-shadow: 1px 1px 0px #ffffff, 2px 2px 0px #2d8a44 !important;
}
.cid-v5t6V5OtJR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v5t6V5OtJR .special {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.cid-v983oLNweC {
  padding-top: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v983oLNweC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v983oLNweC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v983oLNweC .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 425px) {
  .cid-v983oLNweC .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v983oLNweC .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v983oLNweC .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v983oLNweC .content-wrapper .border_1 {
  left: 0;
}
.cid-v983oLNweC .content-wrapper .border_2 {
  right: 0;
}
.cid-v983oLNweC .image-wrapper {
  display: flex;
  justify-content: center;
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
.cid-v983oLNweC .image-wrapper img {
  height: 60px;
  object-fit: cover;
}
.cid-v983oLNweC .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v983oLNweC .mbr-text,
.cid-v983oLNweC .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v983oLNweC .mbr-section-btn,
.cid-v983oLNweC .mbr-section-title,
.cid-v983oLNweC .icon-wrapper {
  text-align: center;
}
.cid-v5tai5Rr22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffbc00;
  transition: background-color 0.3s ease-in-out;
}
.cid-v5tai5Rr22:hover {
  background-color: #ffbc00;
}
.cid-v5tai5Rr22 .mbr-section-title {
  margin: 0;
}
.cid-v5tai5Rr22 .card-wrapper {
  z-index: 3;
}
.cid-v5tai5Rr22 .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v5tai5Rr22 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v8Rj3RPBEQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
#custom-html-1f {
  /* Type valid CSS here */
  /* Auf dem Handy linksbündig starten, damit man wischen kann */
}
#custom-html-1f .menu-nav-container {
  padding: 20px 0;
  background: #fff;
  font-family: AmsiProNarw-Regular;
  font-size: 1.2rem;
}
#custom-html-1f .menu-scroll-wrapper {
  display: flex;
  flex-wrap: wrap !important;
  overflow-x: auto;
  /* Erlaubt horizontales Wischen auf Handys */
  white-space: nowrap;
  justify-content: center;
  /* Zentriert auf Desktop */
  padding: 10px;
  scrollbar-width: none;
  /* Versteckt Scrollbar (Firefox) */
  justify-content: center !important;
}
#custom-html-1f .menu-scroll-wrapper::-webkit-scrollbar {
  display: none;
  /* Versteckt Scrollbar (Chrome/Safari) */
}
#custom-html-1f .nav-item {
  display: flex;
  align-items: center;
  background: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 12px;
  /* Die Pillen-Form */
  padding: 8px 20px;
  margin: 0 8px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #333 !important;
  transition: all 0.3s;
}
#custom-html-1f .nav-item:hover {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
#custom-html-1f .mbr-iconfont {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-1f .nav-text {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #custom-html-1f .menu-scroll-wrapper {
    justify-content: flex-start;
  }
}
.cid-v8RjtcmmPS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8RjtcmmPS .menu-item {
  background-color: #fcfcfc;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  padding: 1rem 1rem 1rem 1rem;
}
.cid-v8RjtcmmPS .menu-item .special-label {
  display: none;
}
.cid-v8RjtcmmPS .menu-item.special-item {
  margin-bottom: 1rem;
  border: 2px solid #cc3442;
}
.cid-v8RjtcmmPS .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-v8RjtcmmPS .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #cc3442;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 1rem;
}
.cid-v8RjtcmmPS .menu-item:hover {
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.cid-v8RjtcmmPS .special-label {
  color: #fff;
}
.cid-v8RjtcmmPS .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 5px;
}
.cid-v8RjtcmmPS .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-v8RjtcmmPS .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8RjtcmmPS .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-v8RjtcmmPS .menu-row {
  margin: 0;
}
.cid-v8RjtcmmPS .group-title {
  color: #cc3442;
  font-weight: bold;
  margin-bottom: 20px;
}
.cid-v8RjtcmmPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RjtcmmPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RjtcmmPS .menu-item.special-item .special-label {
  margin-left: -30px;
  position: absolute;
  height: 10px;
}
.cid-v8RjtcmmPS .menu-item.special-item .special-label .label-text {
  padding: 0.1rem 1rem;
}
.cid-v8RjtcmmPS .item-header-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-v8RjtcmmPS .item-number-box {
  flex-shrink: 0;
  font-weight: bold;
  margin-top: -7px;
}
.cid-v8RjtcmmPS .item-content-col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-v8RjtcmmPS .item-title {
  margin-bottom: 0 !important;
}
.cid-v8RjtcmmPS .box-text {
  margin-bottom: 0 !important;
}
.cid-v8RjtcmmPS .box-price {
  white-space: nowrap;
  margin-left: 20px;
  text-align: right;
  align-self: flex-start;
  font-size: 1.2rem;
}
.cid-v8RjtcmmPS .display-7 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-v8RjtcmmPS .item-number-box {
    width: 40px !important;
  }
  .cid-v8RjtcmmPS .box-price {
    margin-top: 0px;
  }
  .cid-v8RjtcmmPS .item-title {
    margin-top: -7px;
  }
  .cid-v8RjtcmmPS .menu-box {
    margin-top: -2px;
  }
  .cid-v8RjtcmmPS .item-header-row {
    flex-direction: row;
  }
}
.cid-v8RPG2DTov {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8RPG2DTov .menu-item {
  background-color: #fcfcfc;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  padding: 1rem 1rem 1rem 1rem;
}
.cid-v8RPG2DTov .menu-item .special-label {
  display: none;
}
.cid-v8RPG2DTov .menu-item.special-item {
  margin-bottom: 1rem;
  border: 2px solid #cc3442;
}
.cid-v8RPG2DTov .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-v8RPG2DTov .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #cc3442;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 1rem;
}
.cid-v8RPG2DTov .menu-item:hover {
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.cid-v8RPG2DTov .special-label {
  color: #fff;
}
.cid-v8RPG2DTov .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 5px;
}
.cid-v8RPG2DTov .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-v8RPG2DTov .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8RPG2DTov .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-v8RPG2DTov .menu-row {
  margin: 0;
}
.cid-v8RPG2DTov .group-title {
  color: #cc3442;
  font-weight: bold;
  margin-bottom: 20px;
}
.cid-v8RPG2DTov .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RPG2DTov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RPG2DTov .menu-item.special-item .special-label {
  margin-left: -30px;
  position: absolute;
  height: 10px;
}
.cid-v8RPG2DTov .menu-item.special-item .special-label .label-text {
  padding: 0.1rem 1rem;
}
.cid-v8RPG2DTov .item-header-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-v8RPG2DTov .item-number-box {
  flex-shrink: 0;
  font-weight: bold;
  margin-top: -7px;
}
.cid-v8RPG2DTov .item-content-col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-v8RPG2DTov .item-title {
  margin-bottom: 0 !important;
}
.cid-v8RPG2DTov .box-text {
  margin-bottom: 0 !important;
}
.cid-v8RPG2DTov .box-price {
  white-space: nowrap;
  margin-left: 20px;
  text-align: right;
  align-self: flex-start;
  font-size: 1.2rem;
}
.cid-v8RPG2DTov .display-7 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-v8RPG2DTov .item-number-box {
    width: 40px !important;
  }
  .cid-v8RPG2DTov .box-price {
    margin-top: -7px;
  }
  .cid-v8RPG2DTov .item-title {
    margin-top: -7px;
  }
  .cid-v8RPG2DTov .menu-box {
    margin-top: -2px;
  }
  .cid-v8RPG2DTov .item-header-row {
    flex-direction: row;
  }
}
.cid-v8RPSsAYuz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8RPSsAYuz .menu-item {
  background-color: #fcfcfc;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  padding: 1rem 1rem 1rem 1rem;
}
.cid-v8RPSsAYuz .menu-item .special-label {
  display: none;
}
.cid-v8RPSsAYuz .menu-item.special-item {
  margin-bottom: 1rem;
  border: 2px solid #cc3442;
}
.cid-v8RPSsAYuz .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-v8RPSsAYuz .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #cc3442;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 1rem;
}
.cid-v8RPSsAYuz .menu-item:hover {
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.cid-v8RPSsAYuz .special-label {
  color: #fff;
}
.cid-v8RPSsAYuz .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 5px;
}
.cid-v8RPSsAYuz .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-v8RPSsAYuz .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8RPSsAYuz .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-v8RPSsAYuz .menu-row {
  margin: 0;
}
.cid-v8RPSsAYuz .group-title {
  color: #cc3442;
  font-weight: bold;
  margin-bottom: 20px;
}
.cid-v8RPSsAYuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RPSsAYuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RPSsAYuz .menu-item.special-item .special-label {
  margin-left: -30px;
  position: absolute;
  height: 10px;
}
.cid-v8RPSsAYuz .menu-item.special-item .special-label .label-text {
  padding: 0.1rem 1rem;
}
.cid-v8RPSsAYuz .item-header-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-v8RPSsAYuz .item-number-box {
  flex-shrink: 0;
  font-weight: bold;
  margin-top: -7px;
}
.cid-v8RPSsAYuz .item-content-col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-v8RPSsAYuz .item-title {
  margin-bottom: 0 !important;
}
.cid-v8RPSsAYuz .box-text {
  margin-bottom: 0 !important;
}
.cid-v8RPSsAYuz .box-price {
  white-space: nowrap;
  margin-left: 20px;
  text-align: right;
  align-self: flex-start;
  font-size: 1.2rem;
}
.cid-v8RPSsAYuz .display-7 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-v8RPSsAYuz .item-number-box {
    width: 40px !important;
  }
  .cid-v8RPSsAYuz .box-price {
    margin-top: -7px;
  }
  .cid-v8RPSsAYuz .item-title {
    margin-top: -7px;
  }
  .cid-v8RPSsAYuz .menu-box {
    margin-top: -2px;
  }
  .cid-v8RPSsAYuz .item-header-row {
    flex-direction: row;
  }
}
.cid-v8RPGytXfe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8RPGytXfe .menu-item {
  background-color: #fcfcfc;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  padding: 1rem 1rem 1rem 1rem;
}
.cid-v8RPGytXfe .menu-item .special-label {
  display: none;
}
.cid-v8RPGytXfe .menu-item.special-item {
  margin-bottom: 1rem;
  border: 2px solid #cc3442;
}
.cid-v8RPGytXfe .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-v8RPGytXfe .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #cc3442;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 1rem;
}
.cid-v8RPGytXfe .menu-item:hover {
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.cid-v8RPGytXfe .special-label {
  color: #fff;
}
.cid-v8RPGytXfe .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 5px;
}
.cid-v8RPGytXfe .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-v8RPGytXfe .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8RPGytXfe .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-v8RPGytXfe .menu-row {
  margin: 0;
}
.cid-v8RPGytXfe .group-title {
  color: #cc3442;
  font-weight: bold;
  margin-bottom: 20px;
}
.cid-v8RPGytXfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RPGytXfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RPGytXfe .menu-item.special-item .special-label {
  margin-left: -30px;
  position: absolute;
  height: 10px;
}
.cid-v8RPGytXfe .menu-item.special-item .special-label .label-text {
  padding: 0.1rem 1rem;
}
.cid-v8RPGytXfe .item-header-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-v8RPGytXfe .item-number-box {
  flex-shrink: 0;
  font-weight: bold;
  margin-top: -7px;
}
.cid-v8RPGytXfe .item-content-col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-v8RPGytXfe .item-title {
  margin-bottom: 0 !important;
}
.cid-v8RPGytXfe .box-text {
  margin-bottom: 0 !important;
}
.cid-v8RPGytXfe .box-price {
  white-space: nowrap;
  margin-left: 20px;
  text-align: right;
  align-self: flex-start;
  font-size: 1.2rem;
}
.cid-v8RPGytXfe .display-7 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-v8RPGytXfe .item-number-box {
    width: 40px !important;
  }
  .cid-v8RPGytXfe .box-price {
    margin-top: -7px;
  }
  .cid-v8RPGytXfe .item-title {
    margin-top: -7px;
  }
  .cid-v8RPGytXfe .menu-box {
    margin-top: -2px;
  }
  .cid-v8RPGytXfe .item-header-row {
    flex-direction: row;
  }
}
.cid-v8RPT3I4ow {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8RPT3I4ow .menu-item {
  background-color: #fcfcfc;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  padding: 1rem 1rem 1rem 1rem;
}
.cid-v8RPT3I4ow .menu-item .special-label {
  display: none;
}
.cid-v8RPT3I4ow .menu-item.special-item {
  margin-bottom: 1rem;
  border: 2px solid #cc3442;
}
.cid-v8RPT3I4ow .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-v8RPT3I4ow .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #cc3442;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 1rem;
}
.cid-v8RPT3I4ow .menu-item:hover {
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.cid-v8RPT3I4ow .special-label {
  color: #fff;
}
.cid-v8RPT3I4ow .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 5px;
}
.cid-v8RPT3I4ow .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-v8RPT3I4ow .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8RPT3I4ow .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-v8RPT3I4ow .menu-row {
  margin: 0;
}
.cid-v8RPT3I4ow .group-title {
  color: #cc3442;
  font-weight: bold;
  margin-bottom: 20px;
}
.cid-v8RPT3I4ow .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RPT3I4ow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RPT3I4ow .menu-item.special-item .special-label {
  margin-left: -30px;
  position: absolute;
  height: 10px;
}
.cid-v8RPT3I4ow .menu-item.special-item .special-label .label-text {
  padding: 0.1rem 1rem;
}
.cid-v8RPT3I4ow .item-header-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-v8RPT3I4ow .item-number-box {
  flex-shrink: 0;
  font-weight: bold;
  margin-top: -7px;
}
.cid-v8RPT3I4ow .item-content-col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-v8RPT3I4ow .item-title {
  margin-bottom: 0 !important;
}
.cid-v8RPT3I4ow .box-text {
  margin-bottom: 0 !important;
}
.cid-v8RPT3I4ow .box-price {
  white-space: nowrap;
  margin-left: 20px;
  text-align: right;
  align-self: flex-start;
  font-size: 1.2rem;
}
.cid-v8RPT3I4ow .display-7 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-v8RPT3I4ow .item-number-box {
    width: 40px !important;
  }
  .cid-v8RPT3I4ow .box-price {
    margin-top: -7px;
  }
  .cid-v8RPT3I4ow .item-title {
    margin-top: -7px;
  }
  .cid-v8RPT3I4ow .menu-box {
    margin-top: -2px;
  }
  .cid-v8RPT3I4ow .item-header-row {
    flex-direction: row;
  }
}
.cid-v8RPTuPnyQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8RPTuPnyQ .menu-item {
  background-color: #fcfcfc;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  padding: 1rem 1rem 1rem 1rem;
}
.cid-v8RPTuPnyQ .menu-item .special-label {
  display: none;
}
.cid-v8RPTuPnyQ .menu-item.special-item {
  margin-bottom: 1rem;
  border: 2px solid #cc3442;
}
.cid-v8RPTuPnyQ .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-v8RPTuPnyQ .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #cc3442;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 1rem;
}
.cid-v8RPTuPnyQ .menu-item:hover {
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.cid-v8RPTuPnyQ .special-label {
  color: #fff;
}
.cid-v8RPTuPnyQ .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 5px;
}
.cid-v8RPTuPnyQ .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-v8RPTuPnyQ .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8RPTuPnyQ .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-v8RPTuPnyQ .menu-row {
  margin: 0;
}
.cid-v8RPTuPnyQ .group-title {
  color: #cc3442;
  font-weight: bold;
  margin-bottom: 20px;
}
.cid-v8RPTuPnyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RPTuPnyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RPTuPnyQ .menu-item.special-item .special-label {
  margin-left: -30px;
  position: absolute;
  height: 10px;
}
.cid-v8RPTuPnyQ .menu-item.special-item .special-label .label-text {
  padding: 0.1rem 1rem;
}
.cid-v8RPTuPnyQ .item-header-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-v8RPTuPnyQ .item-number-box {
  flex-shrink: 0;
  font-weight: bold;
  margin-top: -7px;
}
.cid-v8RPTuPnyQ .item-content-col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-v8RPTuPnyQ .item-title {
  margin-bottom: 0 !important;
}
.cid-v8RPTuPnyQ .box-text {
  margin-bottom: 0 !important;
}
.cid-v8RPTuPnyQ .box-price {
  white-space: nowrap;
  margin-left: 20px;
  text-align: right;
  align-self: flex-start;
  font-size: 1.2rem;
}
.cid-v8RPTuPnyQ .display-7 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-v8RPTuPnyQ .item-number-box {
    width: 40px !important;
  }
  .cid-v8RPTuPnyQ .box-price {
    margin-top: -7px;
  }
  .cid-v8RPTuPnyQ .item-title {
    margin-top: -7px;
  }
  .cid-v8RPTuPnyQ .menu-box {
    margin-top: -2px;
  }
  .cid-v8RPTuPnyQ .item-header-row {
    flex-direction: row;
  }
}
.cid-v98sAqxv9j {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v9dWiEe2nU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/back-4.png-1500x376.png");
}
.cid-v9dWiEe2nU *:focus {
  outline: none;
  box-shadow: none;
}
.cid-v9dWiEe2nU .form-control {
  width: 100%;
  background: #efefef;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-v9dWiEe2nU .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v9dWiEe2nU .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v9dWiEe2nU .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v9dWiEe2nU .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v9dWiEe2nU input.form-control {
  padding: 0.5rem;
}
.cid-v9dWiEe2nU .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #69b9d0 !important;
  border-radius: 50% !important;
}
.cid-v9dWiEe2nU .soc-item:hover {
  opacity: 0.5;
}
.cid-v9dWiEe2nU .soc-item .socicon {
  font-size: 1.5rem;
  color: #69b9d0;
}
.cid-v9dWiEe2nU .days-column,
.cid-v9dWiEe2nU .hours-column {
  display: inline-block;
}
.cid-v9dWiEe2nU .days-column span,
.cid-v9dWiEe2nU .hours-column span {
  display: block;
}
.cid-v9dWiEe2nU .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-v9dWiEe2nU .days-column {
    padding-right: 0 !important;
  }
  .cid-v9dWiEe2nU .hours-column {
    max-width: 50% !important;
  }
  .cid-v9dWiEe2nU .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-v9dWiEe2nU .hours-column {
  text-align: center;
}
.cid-v9dWiEe2nU .address-title,
.cid-v9dWiEe2nU .address-block {
  color: #000000;
}
.cid-v9dWiEe2nU .opening-hours img {
  width: 100%;
  max-width: 600px;
}
.cid-v985gTnOZL.popup-builder {
  background-color: #ffffff;
}
.cid-v985gTnOZL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v985gTnOZL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v985gTnOZL .modal-content,
.cid-v985gTnOZL .modal-dialog {
  height: auto;
}
.cid-v985gTnOZL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v985gTnOZL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v985gTnOZL .form-wrapper .mbr-form .form-group,
  .cid-v985gTnOZL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v985gTnOZL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v985gTnOZL .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-v985gTnOZL .mbr-text {
  text-align: center;
}
.cid-v985gTnOZL .pt-0 {
  padding-top: 0 !important;
}
.cid-v985gTnOZL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v985gTnOZL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v985gTnOZL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v985gTnOZL .modal-open {
  overflow: hidden;
}
.cid-v985gTnOZL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v985gTnOZL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v985gTnOZL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v985gTnOZL .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-v985gTnOZL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v985gTnOZL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v985gTnOZL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v985gTnOZL .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-v985gTnOZL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v985gTnOZL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v985gTnOZL .modal-backdrop.fade {
  opacity: 0;
}
.cid-v985gTnOZL .modal-backdrop.show {
  opacity: .5;
}
.cid-v985gTnOZL .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-v985gTnOZL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v985gTnOZL .modal-header {
    padding: 1rem;
  }
}
.cid-v985gTnOZL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v985gTnOZL .modal-header .close svg {
  fill: #353535;
}
.cid-v985gTnOZL .modal-header .close:hover {
  opacity: 1;
}
.cid-v985gTnOZL .modal-header .close:focus {
  outline: none;
}
.cid-v985gTnOZL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v985gTnOZL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v985gTnOZL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v985gTnOZL .modal-body {
    padding: 1rem;
  }
}
.cid-v985gTnOZL .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-v985gTnOZL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v985gTnOZL .modal-footer {
    padding: 1rem;
  }
}
.cid-v985gTnOZL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v985gTnOZL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v985gTnOZL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v985gTnOZL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v985gTnOZL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v985gTnOZL .modal-lg,
  .cid-v985gTnOZL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v985gTnOZL .modal-xl {
    max-width: 1140px;
  }
}
.cid-v985gTnOZL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v985gTnOZL .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-v985gTnOZL .form-group {
  margin-bottom: 1rem;
}
.cid-v985gTnOZL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v985gTnOZL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v985gTnOZL .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-v985gTnOZL .mbr-section-btn {
  margin: 0;
}
.cid-v985gTnOZL .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5sY1rAq4j .nav-item:focus,
.cid-v5sY1rAq4j .nav-link:focus {
  outline: none;
}
.cid-v5sY1rAq4j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v5sY1rAq4j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5sY1rAq4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v5sY1rAq4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v5sY1rAq4j .collapsed {
  flex-direction: row!important;
}
.cid-v5sY1rAq4j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5sY1rAq4j .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v5sY1rAq4j .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v5sY1rAq4j .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-v5sY1rAq4j .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5sY1rAq4j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5sY1rAq4j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.1rem - 1rem);
  }
}
.cid-v5sY1rAq4j .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v5sY1rAq4j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5sY1rAq4j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5sY1rAq4j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v5sY1rAq4j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5sY1rAq4j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5sY1rAq4j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5sY1rAq4j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5sY1rAq4j .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v5sY1rAq4j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5sY1rAq4j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5sY1rAq4j .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v5sY1rAq4j .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v5sY1rAq4j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5sY1rAq4j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5sY1rAq4j .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5sY1rAq4j .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v5sY1rAq4j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5sY1rAq4j .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v5sY1rAq4j .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v5sY1rAq4j .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5sY1rAq4j .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5sY1rAq4j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5sY1rAq4j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5sY1rAq4j .dropdown-item.active,
.cid-v5sY1rAq4j .dropdown-item:active {
  background-color: transparent;
}
.cid-v5sY1rAq4j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5sY1rAq4j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5sY1rAq4j .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5sY1rAq4j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5sY1rAq4j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5sY1rAq4j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5sY1rAq4j ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v5sY1rAq4j .navbar-buttons {
  text-align: center;
}
.cid-v5sY1rAq4j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5sY1rAq4j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v5sY1rAq4j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5sY1rAq4j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5sY1rAq4j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5sY1rAq4j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5sY1rAq4j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5sY1rAq4j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5sY1rAq4j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5sY1rAq4j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5sY1rAq4j .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v5sY1rAq4j a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5sY1rAq4j .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5sY1rAq4j .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v5sY1rAq4j .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-v5sY1rAq4j .nav-link:hover,
.cid-v5sY1rAq4j .dropdown-item:hover,
.cid-v5sY1rAq4j .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5sY1rAq4j .navbar {
    height: 77px;
  }
  .cid-v5sY1rAq4j .navbar.opened {
    height: auto;
  }
}
.cid-v99qh3a2pG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v99qh3a2pG .carousel {
  height: 800px;
}
.cid-v99qh3a2pG .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v99qh3a2pG .carousel-item,
.cid-v99qh3a2pG .carousel-inner {
  height: 100%;
}
.cid-v99qh3a2pG .mbr-overlay {
  z-index: 1;
}
.cid-v99qh3a2pG .carousel-caption {
  bottom: 30%;
}
.cid-v99qh3a2pG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v99qh3a2pG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v99qh3a2pG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v99qh3a2pG .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v99qh3a2pG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v99qh3a2pG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v99qh3a2pG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v99qh3a2pG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v99qh3a2pG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v99qh3a2pG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v99qh3a2pG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v99qh3a2pG h10 {
  font-size: 2rem;
  font-family: 'AmsiProNarw-Regular';
}
.cid-v99qh3a2pG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v99qh3a2pG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v99qh3a2pG .carousel-indicators li.active,
.cid-v99qh3a2pG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v99qh3a2pG .carousel-indicators li::after,
.cid-v99qh3a2pG .carousel-indicators li::before {
  content: none;
}
.cid-v99qh3a2pG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v99qh3a2pG .carousel-indicators {
    display: none !important;
  }
}
.cid-v99qh3a2pG a.custom-3d-btn {
  background-color: #c0262d !important;
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 1.2rem !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 12px 30px !important;
  display: inline-block !important;
  text-decoration: none !important;
  transition: all 0.1s ease-in-out !important;
  box-shadow: 2px 2px 0px #ffffff, 4px 4px 0px #2d8a44 !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  margin-top: 20px;
  transform: translate(0, 0) !important;
  font-family: 'AmsiProNarw-Regular';
}
.cid-v99qh3a2pG a.custom-3d-btn:hover {
  background-color: #a31f25 !important;
  color: #ffffff !important;
  transform: translate(-1px, -1px) !important;
  box-shadow: 2px 2px 0px #ffffff, 5px 5px 0px #2d8a44 !important;
}
.cid-v99qh3a2pG a.custom-3d-btn:active {
  transform: translate(2px, 2px) !important;
  box-shadow: 1px 1px 0px #ffffff, 2px 2px 0px #2d8a44 !important;
}
.cid-v5ta2BXBiE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v5ta2BXBiE .mbr-text,
.cid-v5ta2BXBiE .ornament {
  text-align: left;
}
.cid-v9e2iqJeuq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/back-4.png-1500x376.png");
}
.cid-v9e2iqJeuq *:focus {
  outline: none;
  box-shadow: none;
}
.cid-v9e2iqJeuq .form-control {
  width: 100%;
  background: #efefef;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-v9e2iqJeuq .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v9e2iqJeuq .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v9e2iqJeuq .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v9e2iqJeuq .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v9e2iqJeuq input.form-control {
  padding: 0.5rem;
}
.cid-v9e2iqJeuq .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #69b9d0 !important;
  border-radius: 50% !important;
}
.cid-v9e2iqJeuq .soc-item:hover {
  opacity: 0.5;
}
.cid-v9e2iqJeuq .soc-item .socicon {
  font-size: 1.5rem;
  color: #69b9d0;
}
.cid-v9e2iqJeuq .days-column,
.cid-v9e2iqJeuq .hours-column {
  display: inline-block;
}
.cid-v9e2iqJeuq .days-column span,
.cid-v9e2iqJeuq .hours-column span {
  display: block;
}
.cid-v9e2iqJeuq .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-v9e2iqJeuq .days-column {
    padding-right: 0 !important;
  }
  .cid-v9e2iqJeuq .hours-column {
    max-width: 50% !important;
  }
  .cid-v9e2iqJeuq .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-v9e2iqJeuq .hours-column {
  text-align: center;
}
.cid-v9e2iqJeuq .address-title,
.cid-v9e2iqJeuq .address-block {
  color: #000000;
}
.cid-v9e2iqJeuq .opening-hours img {
  width: 100%;
  max-width: 600px;
}
