.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'OpenSans-Light';
  font-size: 2.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'OpenSans-Light';
  font-size: 1.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'OpenSans-Light';
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'OpenSans-Light';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'OpenSans-Light';
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((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.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #e6007e !important;
}
.bg-success {
  background-color: #4a4a4a !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e6007e !important;
  border-color: #e6007e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff1a97 !important;
  border-color: #ff1a97 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff1a97 !important;
  border-color: #ff1a97 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bd1752 !important;
  border-color: #bd1752 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e42368 !important;
  border-color: #e42368 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e42368 !important;
  border-color: #e42368 !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: #4a4a4a !important;
  border-color: #4a4a4a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #646464 !important;
  border-color: #646464 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #646464 !important;
  border-color: #646464 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #e6007e;
  color: #e6007e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8f004f !important;
  background-color: transparent !important;
  border-color: #8f004f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6007e !important;
  border-color: #e6007e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bd1752;
  color: #bd1752;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #700e30 !important;
  background-color: transparent !important;
  border-color: #700e30 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bd1752 !important;
  border-color: #bd1752 !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: #4a4a4a;
  color: #4a4a4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1f1f1f !important;
  background-color: transparent !important;
  border-color: #1f1f1f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4a4a !important;
  border-color: #4a4a4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #e6007e !important;
}
.text-secondary {
  color: #bd1752 !important;
}
.text-success {
  color: #4a4a4a !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #800046 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #620c2b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #171717 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #e6007e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #e6007e;
  border-color: #e6007e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e6007e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffb3dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bdbdbd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'OpenSans-Light';
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e6007e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'OpenSans-Light';
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e6007e;
}
/* 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: #e6007e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e6007e;
}
.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: #e6007e;
  border-bottom-color: #e6007e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e6007e !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: #bd1752 !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='%23e6007e' %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;
  }
}
#custom-html-7 {
  /* Type valid CSS here */
}
.cid-uDIgK5qCWa {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uDIgK5qCWa .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uDIgK5qCWa .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uDIgK5qCWa .navbar {
  position: static !important;
  min-height: 250px;
  padding-top: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uDIgK5qCWa .navbar .navbar-collapse {
    display: flex;
    justify-content: center;
  }
}
.cid-uDIgK5qCWa .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uDIgK5qCWa .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uDIgK5qCWa .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uDIgK5qCWa .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uDIgK5qCWa .navbar .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uDIgK5qCWa .navbar .nav-item {
  margin: 0 10px;
}
@media (max-width: 991px) {
  .cid-uDIgK5qCWa .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uDIgK5qCWa .navbar .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uDIgK5qCWa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDIgK5qCWa .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uDIgK5qCWa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDIgK5qCWa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDIgK5qCWa .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-uDIgK5qCWa .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uDIgK5qCWa .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uDIgK5qCWa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDIgK5qCWa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uDIgK5qCWa .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uDIgK5qCWa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uDIgK5qCWa .navbar .navbar-toggler {
    flex-basis: auto;
    margin-right: 1rem;
  }
  .cid-uDIgK5qCWa .navbar .social-block {
    display: none;
  }
}
.cid-uDIgK5qCWa .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uDIgK5qCWa .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e6007e;
}
.cid-uDIgK5qCWa .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uDIgK5qCWa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDIgK5qCWa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 90.52857143vh;
  }
}
.cid-uDIgK5qCWa .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uDIgK5qCWa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDIgK5qCWa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDIgK5qCWa .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-uDIgK5qCWa .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uDIgK5qCWa .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uDIgK5qCWa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDIgK5qCWa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uDIgK5qCWa .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 1200px) {
  .cid-uDIgK5qCWa .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uDIgK5qCWa .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uDIgK5qCWa .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uDIgK5qCWa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uDIgK5qCWa .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0;
  opacity: 0;
  min-height: 0;
}
.cid-uDIgK5qCWa .navbar-brand {
  height: 5.1rem;
  min-height: 1.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uDIgK5qCWa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDIgK5qCWa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDIgK5qCWa .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uDIgK5qCWa .dropdown-item.active,
.cid-uDIgK5qCWa .dropdown-item:active {
  background-color: transparent;
}
.cid-uDIgK5qCWa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uDIgK5qCWa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDIgK5qCWa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDIgK5qCWa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDIgK5qCWa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uDIgK5qCWa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDIgK5qCWa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDIgK5qCWa .navbar-buttons {
  text-align: center;
}
.cid-uDIgK5qCWa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-right: 1rem;
}
.cid-uDIgK5qCWa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uDIgK5qCWa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDIgK5qCWa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uDIgK5qCWa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uDIgK5qCWa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDIgK5qCWa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIgK5qCWa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uDIgK5qCWa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uDIgK5qCWa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIgK5qCWa a.nav-link {
  display: flex;
  align-items: baseline;
  justify-content: center;
  outline: none;
  text-align: center;
}
.cid-uDIgK5qCWa .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uDIgK5qCWa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uDIgK5qCWa .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uDIgK5qCWa .nav-link:hover,
.cid-uDIgK5qCWa .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uDIgK5qCWa .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uDIgK5qCWa .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uDIgK5qCWa .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uBlXM0dGrL {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ecece6;
}
.cid-uBlXM0dGrL .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-uBlXM0dGrL .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-uBlXM0dGrL .button-align {
  text-align: center;
}
.cid-uBlXM0dGrL .mbr-section-btn {
  display: block;
}
.cid-uBlXM0dGrL .container {
  max-width: 739px;
}
.cid-uBlXM0dGrL .btn {
  margin-top: 20px;
}
.cid-uBlXM0dGrL a.btn > span {
  margin-left: 0.5rem;
}
.cid-uBlXM0dGrL b {
  font-weight: 300;
  line-height: 1.5;
}
.cid-uBlXM0dGrL .mbr-text,
.cid-uBlXM0dGrL .button-align {
  color: #000000;
}
.cid-uDkzqeNplC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #26013b;
}
.cid-uDkzqeNplC .row {
  flex-direction: row-reverse;
}
.cid-uDkzqeNplC .image-wrapper {
  padding: 0 2rem;
}
.cid-uDkzqeNplC .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uDkzqeNplC .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uDkzqeNplC .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.cid-uDkzqeNplC .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-uDkzqeNplC .mbr-text {
  color: #ffffff;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uDkzqeNplC .text-wrapper,
  .cid-uDkzqeNplC .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uDkzqeNplC .text-wrapper,
  .cid-uDkzqeNplC .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uDkzqeNplC .text-wrapper,
  .cid-uDkzqeNplC .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uDkzqeNplC .text-wrapper,
  .cid-uDkzqeNplC .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uDkzqeNplC .text-wrapper,
  .cid-uDkzqeNplC .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDkzqeNplC .content {
    text-align: center;
  }
}
.cid-uDkzqeNplC .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uDkzqeNplC .mbr-card-title {
    text-align: start;
  }
}
.cid-uDkzqeNplC .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uDkzqeNplC .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uDkzqeNplC .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uDkzqeNplC .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uDkzqeNplC .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uDkzqeNplC .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uDkzqeNplC .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uDkzqeNplC .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uDkzqeNplC .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uDkzqeNplC .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uDkzqeNplC .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uDkzqeNplC .nutrition-wrap {
    width: 100%;
  }
}
.cid-uDkzqeNplC .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uDkzqeNplC .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uDkzqeNplC .tile-text-wrap {
  display: flex;
}
.cid-uDkzqeNplC svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uDkzqeNplC svg path {
  fill: #cd8ad1;
}
.cid-uDkzqeNplC .numbers {
  display: flex;
  align-self: center;
}
.cid-uDkzqeNplC .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uDkzqeNplC .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uDkzqeNplC .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uDkzqeNplC .mbr-tile-text {
    text-align: start;
  }
}
.cid-uDkzqeNplC .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uDkzqeNplC .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uDkzqeNplC .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uDkzqeNplC .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uDkzqeNplC .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uDkzqeNplC .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uDkzqeNplC .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uDkzqeNplC .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uDkzqeNplC .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uDkzqeNplC div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uDkzqeNplC .mbr-section-btn {
  display: flex;
}
.cid-uDkLlsir4u {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/architekturlicht-rgbw-fassadenlicht.jpg");
}
.cid-uDkLlsir4u .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uDkLlsir4u {
    align-items: flex-end;
  }
  .cid-uDkLlsir4u .row {
    justify-content: flex-end;
  }
  .cid-uDkLlsir4u .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDkLlsir4u .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDkLlsir4u {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uDkLlsir4u .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDkLlsir4u .content-wrap {
    width: 100%;
  }
}
.cid-uDkLlsir4u .mbr-section-title,
.cid-uDkLlsir4u .mbr-section-subtitle {
  text-align: left;
  LINE-HEIGHT: 1.4;
}
.cid-uDkLlsir4u .mbr-text,
.cid-uDkLlsir4u .mbr-section-btn {
  text-align: left;
}
.cid-uDkM7C4OLp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #26013b;
}
.cid-uDkM7C4OLp .row {
  flex-direction: row-reverse;
}
.cid-uDkM7C4OLp .image-wrapper {
  padding: 0 2rem;
}
.cid-uDkM7C4OLp .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uDkM7C4OLp .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uDkM7C4OLp .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.cid-uDkM7C4OLp .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-uDkM7C4OLp .mbr-text {
  color: #ffffff;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uDkM7C4OLp .text-wrapper,
  .cid-uDkM7C4OLp .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uDkM7C4OLp .text-wrapper,
  .cid-uDkM7C4OLp .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uDkM7C4OLp .text-wrapper,
  .cid-uDkM7C4OLp .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uDkM7C4OLp .text-wrapper,
  .cid-uDkM7C4OLp .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uDkM7C4OLp .text-wrapper,
  .cid-uDkM7C4OLp .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDkM7C4OLp .content {
    text-align: center;
  }
}
.cid-uDkM7C4OLp .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uDkM7C4OLp .mbr-card-title {
    text-align: start;
  }
}
.cid-uDkM7C4OLp .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uDkM7C4OLp .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uDkM7C4OLp .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uDkM7C4OLp .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uDkM7C4OLp .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uDkM7C4OLp .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uDkM7C4OLp .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uDkM7C4OLp .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uDkM7C4OLp .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uDkM7C4OLp .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uDkM7C4OLp .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uDkM7C4OLp .nutrition-wrap {
    width: 100%;
  }
}
.cid-uDkM7C4OLp .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uDkM7C4OLp .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uDkM7C4OLp .tile-text-wrap {
  display: flex;
}
.cid-uDkM7C4OLp svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uDkM7C4OLp svg path {
  fill: #cd8ad1;
}
.cid-uDkM7C4OLp .numbers {
  display: flex;
  align-self: center;
}
.cid-uDkM7C4OLp .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uDkM7C4OLp .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uDkM7C4OLp .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uDkM7C4OLp .mbr-tile-text {
    text-align: start;
  }
}
.cid-uDkM7C4OLp .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uDkM7C4OLp .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uDkM7C4OLp .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uDkM7C4OLp .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uDkM7C4OLp .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uDkM7C4OLp .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uDkM7C4OLp .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uDkM7C4OLp .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uDkM7C4OLp .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uDkM7C4OLp div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uDkM7C4OLp .mbr-section-btn {
  display: flex;
}
.cid-uDkMIpkyxt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #26013b;
}
.cid-uDkMIpkyxt .row {
  flex-direction: row-reverse;
}
.cid-uDkMIpkyxt .image-wrapper {
  padding: 0 2rem;
}
.cid-uDkMIpkyxt .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uDkMIpkyxt .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uDkMIpkyxt .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.cid-uDkMIpkyxt .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-uDkMIpkyxt .mbr-text {
  color: #ffffff;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uDkMIpkyxt .text-wrapper,
  .cid-uDkMIpkyxt .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uDkMIpkyxt .text-wrapper,
  .cid-uDkMIpkyxt .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uDkMIpkyxt .text-wrapper,
  .cid-uDkMIpkyxt .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uDkMIpkyxt .text-wrapper,
  .cid-uDkMIpkyxt .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uDkMIpkyxt .text-wrapper,
  .cid-uDkMIpkyxt .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDkMIpkyxt .content {
    text-align: center;
  }
}
.cid-uDkMIpkyxt .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uDkMIpkyxt .mbr-card-title {
    text-align: start;
  }
}
.cid-uDkMIpkyxt .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uDkMIpkyxt .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uDkMIpkyxt .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uDkMIpkyxt .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uDkMIpkyxt .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uDkMIpkyxt .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uDkMIpkyxt .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uDkMIpkyxt .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uDkMIpkyxt .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uDkMIpkyxt .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uDkMIpkyxt .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uDkMIpkyxt .nutrition-wrap {
    width: 100%;
  }
}
.cid-uDkMIpkyxt .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uDkMIpkyxt .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uDkMIpkyxt .tile-text-wrap {
  display: flex;
}
.cid-uDkMIpkyxt svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uDkMIpkyxt svg path {
  fill: #cd8ad1;
}
.cid-uDkMIpkyxt .numbers {
  display: flex;
  align-self: center;
}
.cid-uDkMIpkyxt .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uDkMIpkyxt .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uDkMIpkyxt .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uDkMIpkyxt .mbr-tile-text {
    text-align: start;
  }
}
.cid-uDkMIpkyxt .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uDkMIpkyxt .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uDkMIpkyxt .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uDkMIpkyxt .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uDkMIpkyxt .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uDkMIpkyxt .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uDkMIpkyxt .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uDkMIpkyxt .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uDkMIpkyxt .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uDkMIpkyxt div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uDkMIpkyxt .mbr-section-btn {
  display: flex;
}
.cid-uC2dZksnZ8 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.cid-uC2dZksnZ8 .btn {
  margin: 0.2rem !important;
}
.cid-uC2dZksnZ8 .row {
  justify-content: flex-end;
}
.cid-uC2dZksnZ8 .mbr-text,
.cid-uC2dZksnZ8 .mbr-section-btn {
  color: #cccccc;
}
.cid-uC2dZksnZ8 H3 {
  color: #cccccc;
}
.cid-uC2dZksnZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2dZksnZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/3nrxksufs2ojy9otib2c-wp-highights-lichtgrafik-projektor.v2.0000000.jpg");
}
.cid-uBm3nnvZcP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #690b2d;
}
.cid-uBm3nnvZcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBm3nnvZcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBm3nnvZcP .content-wrap {
  padding: 60px;
  background-color: #690b2d;
}
@media (max-width: 992px) {
  .cid-uBm3nnvZcP .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uBm3nnvZcP .content-wrap .row {
  justify-content: center;
}
.cid-uBm3nnvZcP .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBm3nnvZcP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBm3nnvZcP .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBm3nnvZcP .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBm3nnvZcP .title-wrapper .title-wrap .logo-wrapper img {
  width: 182px;
  height: 109.5px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBm3nnvZcP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBm3nnvZcP .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBm3nnvZcP .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBm3nnvZcP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBm3nnvZcP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBm3nnvZcP .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBm3nnvZcP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBm3nnvZcP .nav-wrapper .list .item-wrap:hover,
.cid-uBm3nnvZcP .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uBm3nnvZcP .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBm3nnvZcP .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBm3nnvZcP .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBm3nnvZcP .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBm3nnvZcP .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBm3nnvZcP .contacts-wrapper .list .item-wrap:hover,
.cid-uBm3nnvZcP .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uBm3nnvZcP .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBm3nnvZcP .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBm3nnvZcP .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBm3nnvZcP .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBm3nnvZcP .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBm3nnvZcP .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBm3nnvZcP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBm3nnvZcP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBm3nnvZcP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #690b2d;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBm3nnvZcP .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uBm3nnvZcP .mbr-section-title {
  color: #e6007e;
}
.cid-uBm3nnvZcP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBm3nnvZcP .list {
  color: #e6007e;
}
.cid-uBm3nnvZcP .list,
.cid-uBm3nnvZcP .item-wrap {
  color: #ffffff;
}
.cid-uBm3nnvZcP .address-input {
  color: #ffffff;
  font-size: 20pt;
  padding-top: 10px;
}
