
*,
*::before,
*::after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  text-align: left;
}

[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}

*:focus {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

dd {
  margin-left: 0;
}

sup,
sub {
  font-size: smaller;
  line-height: normal;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: Arial, helvetica, sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  display: block;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
}

q,
blockquote {
  quotes: none;
}

blockquote::before,
blockquote::after {
  content: '';
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
  caption-side: bottom;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='number'] {
  -moz-appearance: textfield;
}

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::-ms-clear {
  display: none;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

.display_none {
  display: none;
}

.non-visible,
[hidden] {
  display: none !important;
}

:-moz-ui-invalid:not(output) {
  box-shadow: 0 0 0 0 transparent;
}

.table_responsive_wrapper {
  display: inline-flex;
  max-width: 100%;
  overflow-x: auto;
}

embed,
iframe,
img {
  max-width: 100%;
}

h1 {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 3.5rem;
  line-height: 1.35714em;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2rem;
    line-height: 1.34375em;
  }
}

h2 {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 2.5rem;
  line-height: 1.35em;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 2rem;
    line-height: 1.34375em;
  }
}

h3 {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 2rem;
  line-height: 1.34375em;
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.33333em;
  }
}

h4 {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 1.5rem;
  line-height: 1.33333em;
}
@media only screen and (max-width: 600px) {
  h4 {
    font-size: 1rem;
    line-height: 1.375em;
    margin-bottom: 1em;
  }
}

h5 {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 1rem;
  line-height: 1.375em;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 0;
}

.wysiwyg_wrapper .align_left {
  text-align: left;
}
.wysiwyg_wrapper .align_center {
  text-align: center;
}
.wysiwyg_wrapper .align_right {
  text-align: right;
}
.wysiwyg_wrapper .align_justify {
  text-align: justify;
}
.wysiwyg_wrapper .nwjs_imagebox.align_left img,
.wysiwyg_wrapper img.align_left {
  float: left;
  margin: 0 20px 20px 0;
}
.wysiwyg_wrapper .nwjs_imagebox.align_center img,
.wysiwyg_wrapper img.align_center {
  display: block;
  margin: 20px auto;
}
.wysiwyg_wrapper .nwjs_imagebox.align_right img,
.wysiwyg_wrapper img.align_right {
  float: right;
  margin: 0 0 20px 20px;
}
.wysiwyg_wrapper em {
  font-style: oblique;
}
.wysiwyg_wrapper u {
  text-decoration: underline;
}
.wysiwyg_wrapper del {
  text-decoration: line-through;
}
.wysiwyg_wrapper em,
.wysiwyg_wrapper em strong {
  font-style: italic;
}
.wysiwyg_wrapper a {
  color: #ae0e1f;
  cursor: pointer;
  text-decoration: underline;
}
.wysiwyg_wrapper a:hover {
  text-decoration: none;
}
.wysiwyg_wrapper ul,
.wysiwyg_wrapper ol,
.wysiwyg_wrapper p,
.wysiwyg_wrapper .table_responsive_wrapper {
  margin-bottom: 1.25rem;
}
.wysiwyg_wrapper ul,
.wysiwyg_wrapper ol {
  margin-top: 1.25rem;
}
.wysiwyg_wrapper ul > li {
  margin-left: 1rem;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
.wysiwyg_wrapper ul > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.wysiwyg_wrapper ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.wysiwyg_wrapper ul > li::before {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #ae0e1f;
}
.wysiwyg_wrapper ul ul,
.wysiwyg_wrapper ul ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
.wysiwyg_wrapper ol {
  counter-reset: li;
  list-style-type: decimal;
}
.wysiwyg_wrapper ol > li {
  margin-left: 1rem;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
.wysiwyg_wrapper ol > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.wysiwyg_wrapper ol > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.wysiwyg_wrapper ol > li::before {
  color: #ae0e1f;
  text-align: right;
  left: -0.6em;
  width: 1.2em;
}
.wysiwyg_wrapper ol ul,
.wysiwyg_wrapper ol ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
.wysiwyg_wrapper ol > li {
  counter-increment: li;
  list-style-type: none;
}
.wysiwyg_wrapper ol > li::before {
  content: counter(li);
}
.wysiwyg_wrapper ol li:before {
  font-weight: 700;
}
.wysiwyg_wrapper strong {
  font-weight: 700;
}
.wysiwyg_wrapper table th,
.wysiwyg_wrapper table td {
  border-right: 1px solid #ae0e1f;
  padding: 0.7rem 2rem;
}
.wysiwyg_wrapper table th:last-of-type,
.wysiwyg_wrapper table td:last-of-type {
  border-right-width: 0;
}
.wysiwyg_wrapper table th {
  border-color: #191919;
  color: #191919;
}
.wysiwyg_wrapper table tbody tr:nth-of-type(odd) {
  background-color: rgba(152, 152, 152, 0.1);
}
.wysiwyg_wrapper table thead {
  color: #ae0e1f;
  text-transform: uppercase;
}
.wysiwyg_wrapper > *:first-child {
  margin-top: 0;
}
.wysiwyg_wrapper > *:last-child {
  margin-bottom: 0;
}

.outer_video_wrapper {
  position: relative;
}
.outer_video_wrapper .video_play_button_default {
  position: relative;
  position: absolute;
  left: calc(50% - 1.875rem);
  top: calc(50% - 1.875rem);
  height: 3.75rem;
  width: 3.75rem;
  background-color: #ffa500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.outer_video_wrapper .video_play_button_default:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: calc(1.7rem / 2) solid transparent;
  border-left: 1.3rem solid #fefefe;
  border-bottom: calc(1.7rem / 2) solid transparent;
}
.outer_video_wrapper .video_play_button_default::after {
  left: calc(50% - 0.65rem);
  top: calc(50% - 0.85rem);
  margin-left: 0.2rem;
}
.outer_video_wrapper .video_preview {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent none no-repeat center center / cover;
  cursor: pointer;
}
.outer_video_wrapper .video_preview:hover .video_play_button_default {
  background-color: #ffb733;
}
.outer_video_wrapper .video_wrapper {
  background-color: #191919;
  position: relative;
  overflow: hidden;
}
.outer_video_wrapper .video_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  position: static;
  padding-bottom: 56.25%;
}
.outer_video_wrapper .video_wrapper iframe,
.outer_video_wrapper .video_wrapper object,
.outer_video_wrapper .video_wrapper embed,
.outer_video_wrapper .video_wrapper video {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.outer_video_wrapper .video_wrapper.active + .video_preview {
  display: none;
}

.popup_container {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  background: rgba(5, 5, 5, 0.8);
  z-index: 101;
  transition-duration: 0.2s;
  transition-property: opacity;
  position: fixed;
  overflow-y: auto;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
}
.popup_container > * {
  margin-bottom: auto;
  margin-top: auto;
}
@media only screen and (min-width: 551px) {
  .popup_container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .popup_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.popup_container .controls .close {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  height: 3rem;
  width: 3rem;
  background: transparent url("/media/img/ico-close.svg") no-repeat center center/16px;
  cursor: pointer;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: opacity 0.2s;
}
.popup_container .controls .close:hover {
  opacity: 1;
}
.popup_container > .controls {
  display: none;
}
.popup_container .body {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  padding-bottom: 3rem;
  padding-top: 3rem;
  background: #191919;
  border-radius: 13px;
  position: relative;
}
@media only screen and (min-width: 551px) {
  .popup_container .body {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .popup_container .body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.popup_container.popup_hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
body.popup_shown {
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .popup_container {
    padding-left: 0;
    padding-right: 0;
  }
  .popup_container .body {
    border-radius: 0;
    max-width: calc(550px - 6rem);
  }
}

.password_preview_trigger {
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}
.password_preview_trigger::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  align-items: center;
  content: '\01F441';
  display: flex;
  justify-content: center;
}
.password_preview_trigger::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #191919;
  height: 1px;
  top: calc(50% - 0.5px);
  transform: rotate(0.125turn);
  transform-origin: center center;
  width: 100%;
}

.form_item.password_preview .field {
  position: relative;
}
.form_item.password_preview.preview_active .password_preview_trigger::after {
  width: 0;
}

.cboxPhoto {
  display: block;
  border: 1px solid #191919;
}

#cboxTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.7em 1em;
  background-color: rgba(25, 25, 25, 0.5);
  color: #fefefe;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
}

#cboxClose,
#cboxPrevious,
#cboxNext {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  cursor: pointer;
  position: absolute;
  transition: opacity 0.2s;
}

#cboxClose {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  height: 2rem;
  width: 2rem;
  background: rgba(25, 25, 25, 0.5) url("/media/css-stack/img/colorbox/close.svg") no-repeat center center/80%;
  right: 1rem;
  top: 1rem;
  opacity: 0;
  padding: 0;
  transition-property: opacity, background-color;
}
#cboxClose:hover {
  background-color: #191919;
}
#colorbox.opened #cboxClose {
  opacity: 1;
}

#cboxPrevious,
#cboxNext {
  padding-left: 0;
  padding-right: 0;
  background: transparent none no-repeat center center/2.2rem;
  height: 100%;
  top: 0;
  opacity: 0.7;
  width: calc(50% + 2.5rem);
}
#cboxPrevious:hover,
#cboxNext:hover {
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  #cboxPrevious,
  #cboxNext {
    width: 50%;
  }
}

#cboxPrevious {
  background-image: url("/media/css-stack/img/colorbox/prev.svg");
  background-position: left 0.3rem center;
  left: -2.5rem;
}
@media only screen and (max-width: 900px) {
  #cboxPrevious {
    left: 0;
  }
}

#cboxNext {
  background-image: url("/media/css-stack/img/colorbox/next.svg");
  background-position: right 0.3rem center;
  right: -2.5rem;
}
@media only screen and (max-width: 900px) {
  #cboxNext {
    right: 0;
  }
}

#cboxCurrent {
  background-color: rgba(25, 25, 25, 0.5);
  color: #fefefe;
  min-width: 10em;
  bottom: 1rem;
  right: 1rem;
  position: absolute;
  text-align: center;
  padding: 0.7em 1em;
  transition: opacity 0.2s;
  opacity: 0;
}
#colorbox:hover #cboxCurrent {
  opacity: 1;
}

#cboxLoadedContent {
  overflow: hidden !important;
}
#cboxLoadedContent > * {
  max-height: calc(100vh - 5rem);
  max-width: 100%;
}

#cboxContent {
  position: relative;
  float: none !important;
}

#cboxWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100vw - 5rem);
}

#cboxContent,
#cboxLoadedContent {
  max-width: 100%;
}

#colorbox {
  font-size: 0.875rem;
  line-height: 1.21429em;
  margin-top: -1rem;
  z-index: 102;
}

#cboxOverlay {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #191919;
  position: fixed;
  z-index: 101;
}
#cboxOverlay::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  border: solid #fefefe;
  border-width: 3px 3px 0 0;
  opacity: 0;
}
#cboxOverlay.loading::after {
  -webkit-animation: rotateWaiter linear 0.6s;
  -moz-animation: rotateWaiter linear 0.6s;
  -o-animation: rotateWaiter linear 0.6s;
  -ms-animation: rotateWaiter linear 0.6s;
  animation: rotateWaiter linear 0.6s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.sitemap_wrap ul {
  margin: 0 0 0 1.2rem;
}
.sitemap_wrap ul li {
  list-style-type: disc;
  margin-bottom: 0.7rem;
}
.sitemap_wrap ul li ul {
  margin-top: 0.7rem;
  margin-left: 2.5rem;
}
.sitemap_wrap ul li li {
  list-style-type: circle;
}
.sitemap_wrap ul li li li {
  list-style-type: square;
}

.waiter-inspire-img-helper {
  -webkit-animation: rotateWaiter linear 0.6s;
  -moz-animation: rotateWaiter linear 0.6s;
  -o-animation: rotateWaiter linear 0.6s;
  -ms-animation: rotateWaiter linear 0.6s;
  animation: rotateWaiter linear 0.6s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  background: transparent url("/media/img/waiter.svg") no-repeat center center/contain;
  opacity: 1;
  width: 4rem;
}
.waiter-inspire-img-helper::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.waiter-inspire-text {
  font-size: 1rem;
  line-height: 1.75em;
  color: #fefefe;
  margin-top: 0.7em;
  text-align: center;
}

.waiter-inspire {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(5, 5, 5, 0.8);
  z-index: 150;
  display: flex;
  justify-content: center;
  align-items: center;
}

.waiter-inspire-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@-webkit-keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-moz-keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-o-keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-ms-keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.form_errors .form_error .graphic_message_inner,
.form_errors .flash .graphic_message_inner,
.flashes .form_error .graphic_message_inner,
.flashes .flash .graphic_message_inner {
  background: transparent none no-repeat 20px 28px / 48px;
  display: block;
  padding: 40px 20px 40px 90px;
}
.form_errors .form_error .graphic_message_inner .info .message,
.form_errors .flash .graphic_message_inner .info .message,
.flashes .form_error .graphic_message_inner .info .message,
.flashes .flash .graphic_message_inner .info .message {
  font-size: 1.125rem;
  line-height: 1.22222em;
  font-weight: bold;
}
.form_errors .form_error .graphic_message_inner .control,
.form_errors .flash .graphic_message_inner .control,
.flashes .form_error .graphic_message_inner .control,
.flashes .flash .graphic_message_inner .control {
  margin-top: 30px;
}
.form_errors .form_error .graphic_message_inner .control .control_button,
.form_errors .flash .graphic_message_inner .control .control_button,
.flashes .form_error .graphic_message_inner .control .control_button,
.flashes .flash .graphic_message_inner .control .control_button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.33333em;
  background-color: #fefefe;
  border: 1px solid #e4e5e6;
  color: #191919;
  min-width: 200px;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
}
.form_errors .form_error .graphic_message_inner .control .control_button:hover,
.form_errors .flash .graphic_message_inner .control .control_button:hover,
.flashes .form_error .graphic_message_inner .control .control_button:hover,
.flashes .flash .graphic_message_inner .control .control_button:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.form_errors .form_error .graphic_message_inner .control .control_button:active, .form_errors .form_error .graphic_message_inner .control .control_button:focus,
.form_errors .flash .graphic_message_inner .control .control_button:active,
.form_errors .flash .graphic_message_inner .control .control_button:focus,
.flashes .form_error .graphic_message_inner .control .control_button:active,
.flashes .form_error .graphic_message_inner .control .control_button:focus,
.flashes .flash .graphic_message_inner .control .control_button:active,
.flashes .flash .graphic_message_inner .control .control_button:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.form_errors .form_error .graphic_message_inner .control .control_button.disabled,
.form_errors .flash .graphic_message_inner .control .control_button.disabled,
.flashes .form_error .graphic_message_inner .control .control_button.disabled,
.flashes .flash .graphic_message_inner .control .control_button.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.form_errors .form_error .graphic_message_inner .control .control_button:hover,
.form_errors .flash .graphic_message_inner .control .control_button:hover,
.flashes .form_error .graphic_message_inner .control .control_button:hover,
.flashes .flash .graphic_message_inner .control .control_button:hover {
  background-color: #e4e5e6;
}
.form_errors .form_error.info, .form_errors .form_error.error,
.form_errors .flash.info,
.form_errors .flash.error,
.flashes .form_error.info,
.flashes .form_error.error,
.flashes .flash.info,
.flashes .flash.error {
  color: #fefefe;
}
.form_errors .form_error.info .graphic_message_inner.fail, .form_errors .form_error.error .graphic_message_inner.fail,
.form_errors .flash.info .graphic_message_inner.fail,
.form_errors .flash.error .graphic_message_inner.fail,
.flashes .form_error.info .graphic_message_inner.fail,
.flashes .form_error.error .graphic_message_inner.fail,
.flashes .flash.info .graphic_message_inner.fail,
.flashes .flash.error .graphic_message_inner.fail {
  background-color: #f03;
  background-image: url("/media/css-stack/img/wsp-notify-fail.svg");
}
.form_errors .form_error.info .graphic_message_inner.restore_invalid_login, .form_errors .form_error.info .graphic_message_inner.security, .form_errors .form_error.error .graphic_message_inner.restore_invalid_login, .form_errors .form_error.error .graphic_message_inner.security,
.form_errors .flash.info .graphic_message_inner.restore_invalid_login,
.form_errors .flash.info .graphic_message_inner.security,
.form_errors .flash.error .graphic_message_inner.restore_invalid_login,
.form_errors .flash.error .graphic_message_inner.security,
.flashes .form_error.info .graphic_message_inner.restore_invalid_login,
.flashes .form_error.info .graphic_message_inner.security,
.flashes .form_error.error .graphic_message_inner.restore_invalid_login,
.flashes .form_error.error .graphic_message_inner.security,
.flashes .flash.info .graphic_message_inner.restore_invalid_login,
.flashes .flash.info .graphic_message_inner.security,
.flashes .flash.error .graphic_message_inner.restore_invalid_login,
.flashes .flash.error .graphic_message_inner.security {
  background-color: #1a1a1a;
  background-image: url("/media/css-stack/img/wsp-notify-security.svg");
}
.form_errors .form_error.info .graphic_message_inner.success, .form_errors .form_error.error .graphic_message_inner.success,
.form_errors .flash.info .graphic_message_inner.success,
.form_errors .flash.error .graphic_message_inner.success,
.flashes .form_error.info .graphic_message_inner.success,
.flashes .form_error.error .graphic_message_inner.success,
.flashes .flash.info .graphic_message_inner.success,
.flashes .flash.error .graphic_message_inner.success {
  background-color: #4cbb17;
  background-image: url("/media/css-stack/img/wsp-notify-succes.svg");
}
.form_errors .form_error.info .graphic_message_inner.warning, .form_errors .form_error.error .graphic_message_inner.warning,
.form_errors .flash.info .graphic_message_inner.warning,
.form_errors .flash.error .graphic_message_inner.warning,
.flashes .form_error.info .graphic_message_inner.warning,
.flashes .form_error.error .graphic_message_inner.warning,
.flashes .flash.info .graphic_message_inner.warning,
.flashes .flash.error .graphic_message_inner.warning {
  background-color: #fc0;
  background-image: url("/media/css-stack/img/wsp-notify-warning.svg");
}

.flash_message_item {
  font-size: 0.875rem;
  line-height: 1.42857em;
  color: #fff;
}
.flash_message_item__inner {
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  display: flex;
  align-items: flex-start;
}
.flash_message_item__icon {
  padding-right: 1.2em;
  flex-shrink: 0;
}
.flash_message_item__icon svg {
  height: 1.5em;
  width: 1.5em;
  fill: #fff;
}
.flash_message_item__message {
  flex-grow: 1;
}
.flash_message_item__close {
  margin-bottom: -0.8em;
  margin-top: -0.8em;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0.8em 1.2em;
  margin-right: -1.2em;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.flash_message_item__close:hover {
  background-color: rgba(25, 25, 25, 0.2);
}
.flash_message_item__close svg {
  height: 1em;
  width: 1em;
  fill: #fff;
  margin: 0.3em;
}
.flash_message_item[data-type='info'] {
  background-color: #55a303;
}
.flash_message_item[data-type='success'] {
  background-color: #55a303;
}
.flash_message_item[data-type='warning'] {
  background-color: #f9c71f;
}
.flash_message_item[data-type='error'] {
  background-color: #e52121;
}

.flash_message__list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 3;
}
.flash_message__list .flash_message_item:not(:last-child) {
  margin-bottom: 0.8em;
}

.cookie_alert {
  font-size: 0.75rem;
  line-height: 1.25em;
  background-color: #313b41;
  color: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.cookie_alert:not(.opened) {
  display: none;
}
.cookie_alert__inner {
  padding-bottom: 1.7em;
  padding-top: 1.7em;
  display: flex;
  align-items: flex-start;
}
.cookie_alert__icon {
  padding-right: 1.5em;
  flex-shrink: 0;
}
.cookie_alert__icon svg {
  height: 3em;
  width: 3em;
  fill: #fff;
}
@media only screen and (min-width: 501px) {
  .cookie_alert__texts_n_button {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 501px) {
  .cookie_alert__texts {
    padding-right: 1.5em;
  }
}
.cookie_alert__title {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.cookie_alert__link {
  margin-top: 1em;
}
.cookie_alert__link_inner {
  text-decoration: underline;
}
.cookie_alert__link_inner:hover {
  text-decoration: none;
}
.cookie_alert__button {
  transition: background-color 0.2s;
  cursor: pointer;
  display: inline-flex;
  color: #fff;
  background-color: rgba(25, 25, 25, 0.3);
  border-radius: 0;
  padding: 0.7em 1em;
  font-size: 1.2em;
  text-transform: uppercase;
}
.cookie_alert__button:hover {
  background-color: #191919;
}
@media only screen and (max-width: 500px) {
  .cookie_alert__button {
    margin-top: 1.5em;
  }
}

.unsupported_browser {
  font-size: 0.75rem;
  line-height: 1.25em;
  background-color: #313b41;
  color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.unsupported_browser__inner {
  padding-bottom: 1.7em;
  padding-top: 1.7em;
  display: flex;
  align-items: flex-start;
}
.unsupported_browser__icon {
  padding-right: 1.5em;
  flex-shrink: 0;
}
.unsupported_browser__icon svg {
  height: 3em;
  width: 3em;
  fill: #fff;
}
@media only screen and (min-width: 501px) {
  .unsupported_browser__texts_n_list {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 501px) {
  .unsupported_browser__texts {
    padding-right: 1.5em;
  }
}
.unsupported_browser__title {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.unsupported_browser__list {
  margin-bottom: -0.8em;
  margin-top: -0.8em;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 501px) {
  .unsupported_browser__list {
    margin-right: -0.8em;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 500px) {
  .unsupported_browser__list {
    margin-left: -0.8em;
    margin-top: 0.8em;
  }
}
.unsupported_browser__item {
  transition: background-color 0.5s;
  display: block;
  border-radius: 50%;
  padding: 0.8em;
}
.unsupported_browser__item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.unsupported_browser__item svg {
  height: 3.8em;
  width: 3.8em;
}

.banner .slick-track {
  display: flex;
}
.banner .slick-list {
  overflow: hidden;
}
.banner .slick-slide {
  float: none;
  height: auto;
}
.banner .nwjs_carousel {
  overflow: hidden;
}
.banner .nwjs_carousel:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}
.banner_slide {
  position: relative;
}
.banner_slide__texts {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.banner--proportionalImage .banner_slide__texts, .banner--fullSizeImage .banner_slide__texts {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  width: 100%;
}
@media only screen and (min-width: 451px) {
  .banner--proportionalImage .banner_slide__texts, .banner--fullSizeImage .banner_slide__texts {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .banner--proportionalImage .banner_slide__texts, .banner--fullSizeImage .banner_slide__texts {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.banner--proportionalImage .banner_slide__texts_wrap, .banner--fullSizeImage .banner_slide__texts_wrap {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
}
.banner--proportionalImage .banner_slide .picture_tag_image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3 / 1;
}
.banner--proportionalImage .banner_slide .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.banner--fullSizeImage .banner_slide {
  height: 100vh;
}
.banner--fullSizeImage .banner_slide .picture_tag_image {
  overflow: hidden;
  position: relative;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.banner--fullSizeImage .banner_slide .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.banner--highestText .banner_slide__graphics {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.banner--highestText .banner_slide__graphics .picture_tag_image {
  overflow: hidden;
  position: relative;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.banner--highestText .banner_slide__graphics .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.banner--highestText .banner_slide__texts_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 451px) {
  .banner--highestText .banner_slide__texts_wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .banner--highestText .banner_slide__texts_wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.logo_slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.logos__slides .slick-track {
  display: flex;
}
.logos__slides .slick-list {
  overflow: hidden;
}
.logos__slides .slick-slide {
  float: none;
  height: auto;
}
.logos__slides .nwjs_carousel {
  overflow: hidden;
}
@media only screen and (min-width: 1381px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(16.66667% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 16.66667%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6):not(:nth-child(6n-5)), .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6) ~ *:not(:nth-child(6n-5)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6), .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6):nth-child(6n-5), .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6) ~ *:nth-child(6n-5) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1380px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(20% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 20%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5):not(:nth-child(5n-4)), .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5) ~ *:not(:nth-child(5n-4)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5), .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5):nth-child(5n-4), .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5) ~ *:nth-child(5n-4) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(25% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 25%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4):not(:nth-child(4n-3)), .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:not(:nth-child(4n-3)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4), .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4):nth-child(4n-3), .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:nth-child(4n-3) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(33.33333% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 33.33333%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3), .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3):nth-child(3n-2), .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:nth-child(3n-2) {
    margin-left: auto;
  }
}
@media only screen and (max-width: 450px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(50% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 50%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2), .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2):nth-child(2n-1), .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:nth-child(2n-1) {
    margin-left: auto;
  }
}
.logos__slides.nwjs_carousel:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}
.logos__slides.nwjs_carousel:not(.slick-initialized) > * {
  display: none;
}
@media only screen and (min-width: 1381px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 6) {
    display: flex;
    width: 16.66667%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1380px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 5) {
    display: flex;
    width: 20%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 4) {
    display: flex;
    width: 25%;
  }
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 3) {
    display: flex;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 450px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 2) {
    display: flex;
    width: 50%;
  }
}
.logos__slides.nwjs_carousel.slick-initialized .logo_slide {
  display: flex;
}

html {
  font-family: "Open Sans", Arial, helvetica, sans-serif;
  font-weight: 400;
  color: #fefefe;
  font-size: 1rem;
  line-height: 1.75em;
  background-color: #0f0f0f;
  scroll-behavior: smooth;
}

.snippet, [id^='snippet'], .contents {
  display: contents;
}

.wysiwyg_cols {
  display: grid;
  grid-gap: 1.25rem 2rem;
}
.wysiwyg_cols--2 {
  grid-template-columns: repeat(2, 1fr);
}

.wysiwyg_wrapper *:last-child {
  margin-bottom: 0;
}

.external_link {
  color: #ae0e1f;
  cursor: pointer;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
.external_link:hover {
  text-decoration: none;
}
.external_link::after {
  content: "";
  display: block;
  height: 0.85em;
  width: 0.85em;
  background: url("/media/img/ico-external.svg") no-repeat center center/contain;
  margin-left: 0.8ch;
}

.container {
  min-height: 100vh;
  display: grid;
  grid-template: "header" auto "content" 1fr "footer" auto/minmax(0, 1fr);
}
.container.has_banner {
  grid-template-areas: 'header' 'banner' 'content' 'footer';
  grid-template-rows: auto auto 1fr auto;
}
@media only screen and (max-width: 850px) {
  .container {
    overflow: hidden;
  }
}
.container.error .nw_error_page {
  padding-bottom: 1rem;
}

._cont,
.nw_error_page_inner_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  width: 100%;
}
@media only screen and (min-width: 451px) {
  ._cont,
  .nw_error_page_inner_wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  ._cont,
  .nw_error_page_inner_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.nw_error_page {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 600px) {
  .nw_error_page {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .nw_error_page {
    padding-top: 3rem;
  }
}
.nw_error_page ul {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.nw_error_page ul > li {
  margin-left: 1rem;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
.nw_error_page ul > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.nw_error_page ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.nw_error_page ul > li::before {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #ae0e1f;
}
.nw_error_page ul ul,
.nw_error_page ul ol {
  margin-top: 1rem;
  margin-bottom: 0;
}

.no_data {
  padding-bottom: 4rem;
  padding-top: 4rem;
  font-style: italic;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .no_data {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .no_data {
    padding-top: 3rem;
  }
}

.sitemap_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  width: 100%;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media only screen and (min-width: 451px) {
  .sitemap_wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .sitemap_wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .sitemap_wrap {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .sitemap_wrap {
    padding-top: 3rem;
  }
}
.sitemap_wrap ul {
  margin-left: 0 !important;
}
.sitemap_wrap ul > li {
  margin-left: 1rem;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
.sitemap_wrap ul > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.sitemap_wrap ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.sitemap_wrap ul > li::before {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #ae0e1f;
}
.sitemap_wrap ul ul,
.sitemap_wrap ul ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
.sitemap_wrap li {
  list-style-type: none !important;
}
.sitemap_wrap li a {
  color: #ae0e1f;
  cursor: pointer;
  text-decoration: underline;
}
.sitemap_wrap li a:hover {
  text-decoration: none;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-filter: grayscale(100%);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form input[type=text], .form input[type=time], .form input[type=search], .form input[type=password], .form input[type=number], .form input[type=email], .form input[type=tel], .form input[type=url], .form select, .form textarea {
  font-size: 1rem;
  line-height: 1.75em;
  background-color: #0f0f0f;
  border: 1px solid #333;
  border-radius: 4px;
  color: #fefefe;
  display: block;
  padding: 0.5em 1em;
  width: 100%;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, box-shadow;
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=time]::-webkit-input-placeholder, .form input[type=search]::-webkit-input-placeholder, .form input[type=password]::-webkit-input-placeholder, .form input[type=number]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder, .form input[type=url]::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
.form input[type=text]::-moz-placeholder, .form input[type=time]::-moz-placeholder, .form input[type=search]::-moz-placeholder, .form input[type=password]::-moz-placeholder, .form input[type=number]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=url]::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  opacity: 0.5;
}
.form input[type=text]:active, .form input[type=text]:focus, .form input[type=text]:not([required]):not(:placeholder-shown), .form input[type=text][required]:valid, .form input[type=time]:active, .form input[type=time]:focus, .form input[type=time]:not([required]):not(:placeholder-shown), .form input[type=time][required]:valid, .form input[type=search]:active, .form input[type=search]:focus, .form input[type=search]:not([required]):not(:placeholder-shown), .form input[type=search][required]:valid, .form input[type=password]:active, .form input[type=password]:focus, .form input[type=password]:not([required]):not(:placeholder-shown), .form input[type=password][required]:valid, .form input[type=number]:active, .form input[type=number]:focus, .form input[type=number]:not([required]):not(:placeholder-shown), .form input[type=number][required]:valid, .form input[type=email]:active, .form input[type=email]:focus, .form input[type=email]:not([required]):not(:placeholder-shown), .form input[type=email][required]:valid, .form input[type=tel]:active, .form input[type=tel]:focus, .form input[type=tel]:not([required]):not(:placeholder-shown), .form input[type=tel][required]:valid, .form input[type=url]:active, .form input[type=url]:focus, .form input[type=url]:not([required]):not(:placeholder-shown), .form input[type=url][required]:valid, .form select:active, .form select:focus, .form select:not([required]):not(:placeholder-shown), .form select[required]:valid, .form textarea:active, .form textarea:focus, .form textarea:not([required]):not(:placeholder-shown), .form textarea[required]:valid {
  border-color: #fefefe;
}
.form input[type=text]:focus, .form input[type=time]:focus, .form input[type=search]:focus, .form input[type=password]:focus, .form input[type=number]:focus, .form input[type=email]:focus, .form input[type=tel]:focus, .form input[type=url]:focus, .form select:focus, .form textarea:focus {
  box-shadow: 0 0 10px 0 #73e000;
}
.form input[type=text]:invalid:not(:placeholder-shown), .form input[type=time]:invalid:not(:placeholder-shown), .form input[type=search]:invalid:not(:placeholder-shown), .form input[type=password]:invalid:not(:placeholder-shown), .form input[type=number]:invalid:not(:placeholder-shown), .form input[type=email]:invalid:not(:placeholder-shown), .form input[type=tel]:invalid:not(:placeholder-shown), .form input[type=url]:invalid:not(:placeholder-shown), .form select:invalid:not(:placeholder-shown), .form textarea:invalid:not(:placeholder-shown) {
  border-color: #a41717;
}
.form input[type=text]:invalid:not(:placeholder-shown):focus, .form input[type=time]:invalid:not(:placeholder-shown):focus, .form input[type=search]:invalid:not(:placeholder-shown):focus, .form input[type=password]:invalid:not(:placeholder-shown):focus, .form input[type=number]:invalid:not(:placeholder-shown):focus, .form input[type=email]:invalid:not(:placeholder-shown):focus, .form input[type=tel]:invalid:not(:placeholder-shown):focus, .form input[type=url]:invalid:not(:placeholder-shown):focus, .form select:invalid:not(:placeholder-shown):focus, .form textarea:invalid:not(:placeholder-shown):focus {
  box-shadow: 0 0 10px 0 #a41717;
}
.form input[type=text]:-webkit-autofill, .form input[type=time]:-webkit-autofill, .form input[type=search]:-webkit-autofill, .form input[type=password]:-webkit-autofill, .form input[type=number]:-webkit-autofill, .form input[type=email]:-webkit-autofill, .form input[type=tel]:-webkit-autofill, .form input[type=url]:-webkit-autofill, .form select:-webkit-autofill, .form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #0f0f0f inset !important;
  -webkit-text-fill-color: #fff !important;
}
.form input[type=text]::placeholder, .form input[type=time]::placeholder, .form input[type=search]::placeholder, .form input[type=password]::placeholder, .form input[type=number]::placeholder, .form input[type=email]::placeholder, .form input[type=tel]::placeholder, .form input[type=url]::placeholder, .form select::placeholder, .form textarea::placeholder {
  color: transparent;
}
.form .field .label {
  display: none !important;
}
.form .form_item {
  margin-bottom: 1.5rem;
}
.form .form_item label {
  font-weight: 700;
  display: block;
  padding-bottom: 0.5em;
}
.form .form_item label a {
  color: #ae0e1f;
  cursor: pointer;
  text-decoration: underline;
}
.form .form_item label a:hover {
  text-decoration: none;
}
.form .form_item .error_messages {
  font-size: 1rem;
  line-height: 1.25em;
  background: transparent url("/media/img/ico-error.svg") no-repeat 0.2em 0.15em/0.9em;
  color: #a41717;
  padding-left: 1.5rem;
  margin-top: 0.8em;
}
.form .form_item .error_messages .error {
  margin-right: 1ch;
}
.form .form_item.required > .label {
  display: flex;
  gap: 0.7ch;
}
.form .form_item.required > .label .labelDescription {
  font-weight: 400;
  font-style: italic;
}
.form .form_item.has_error input[type=text], .form .form_item.has_error input[type=time], .form .form_item.has_error input[type=search], .form .form_item.has_error input[type=password], .form .form_item.has_error input[type=number], .form .form_item.has_error input[type=email], .form .form_item.has_error input[type=tel], .form .form_item.has_error input[type=url], .form .form_item.has_error select, .form .form_item.has_error textarea {
  background-color: #6f0f0f;
  border-color: #a41717;
}
.form .form_item.has_error input[type=text]:focus, .form .form_item.has_error input[type=time]:focus, .form .form_item.has_error input[type=search]:focus, .form .form_item.has_error input[type=password]:focus, .form .form_item.has_error input[type=number]:focus, .form .form_item.has_error input[type=email]:focus, .form .form_item.has_error input[type=tel]:focus, .form .form_item.has_error input[type=url]:focus, .form .form_item.has_error select:focus, .form .form_item.has_error textarea:focus {
  box-shadow: 0 0 10px 0 #a41717;
}
.form .select .field {
  position: relative;
}
.form .select .field select {
  padding-right: 2em;
}
.form .select .field::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  right: 1rem;
  top: calc(50% - 5px);
  background: url("/media/img/arrow-down.svg") no-repeat center center/contain;
  pointer-events: none;
}
.form textarea {
  height: calc(1em + 226px);
  resize: vertical;
}
.form .like_button,
.form button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
}
.form .like_button:hover,
.form button:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.form .like_button:active, .form .like_button:focus,
.form button:active,
.form button:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.form .like_button.disabled,
.form button.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.form .submit_button {
  margin-bottom: 0;
  margin-top: 3rem;
}
.form .multichoice_item:not(:last-child) {
  margin-bottom: 0.75rem;
}
.form .check_radio_item {
  position: relative;
}
.form .check_radio_item .graphic {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}
.form .check_radio_item .graphic::before, .form .check_radio_item .graphic::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-width: 0;
  border-radius: 2px;
  transition: opacity 0.2s;
}
.form .check_radio_item .graphic::before {
  background-color: #fefefe;
  opacity: 1;
}
.form .check_radio_item .graphic::after {
  background: #ae0e1f url("/media/img/ico-check.svg") no-repeat center center/12.5px;
  opacity: 0;
}
.form .check_radio_item input {
  border: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.form .check_radio_item input:checked + .graphic::before {
  opacity: 0;
}
.form .check_radio_item input:checked + .graphic::after {
  opacity: 1;
}
.form .check_radio_item label {
  color: #fefefe;
  padding-left: calc(20px + 0.8rem);
  padding-bottom: 0;
  position: relative;
}
.form .check_radio_item .label--tooltip {
  display: inline-block;
}
.form .check_radio_item .label--tooltip label {
  display: inline-block;
}
.form .check_radio_item .label--tooltip .caption {
  margin-right: 0.4rem;
}
.form .check_radio_item .label--tooltip .tooltip {
  font-weight: 400;
  float: none;
  display: inline-block;
  top: -0.1em;
  margin-left: 0;
}
@media only screen and (max-width: 850px) {
  .form .check_radio_item .label--tooltip .tooltip {
    position: static;
  }
  .form .check_radio_item .label--tooltip .tooltip[data-text]::after, .form .check_radio_item .label--tooltip .tooltip:not([data-text]) .tooltip__text {
    left: 50%;
    transform: translateX(-50%);
  }
}
.form .no_checkbox .check_radio_item label {
  padding-left: calc(20px + 0.8rem);
}
.form .no_checkbox .check_radio_item .field {
  display: none;
}
.form .checkbox .error_messages,
.form .checkbox_group .error_messages,
.form .radio_group .error_messages {
  padding-left: calc(20px + 0.8rem);
}
.form .file label {
  font-family: "Open Sans", Arial, helvetica, sans-serif;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding: 0.1rem 1rem 0.1rem 2.1rem;
  display: inline-block;
}
.form .file label::before {
  content: "";
  display: block;
  position: absolute;
  height: 1.4rem;
  width: 1.4rem;
  left: 0;
  top: 0.1rem;
}
.form .file .labelDescription,
.form .file .field {
  display: none;
}
.form__hiddens {
  display: none;
}
.form__error {
  font-weight: 600;
  margin-bottom: 2rem;
  background-color: #a41717;
  color: #fff;
  padding: 0.7rem 1.2rem;
  text-align: center;
}
.form__error:not(:last-child) {
  margin-bottom: 1rem;
}

.agreement_evidence .check_radio_item {
  font-size: 0.875rem;
  line-height: 1.42857em;
}
.agreement_evidence .check_radio_item .graphic {
  height: 15px;
  width: 15px;
  top: 2.5px;
}
.agreement_evidence .check_radio_item .graphic::after {
  background-size: 9.375px;
}
.agreement_evidence .check_radio_item label {
  padding-left: calc(15px + 0.8rem);
}
.agreement_evidence .check_radio_item label {
  font-weight: 400;
}
.agreement_evidence .check_radio_item label a {
  color: #ae0e1f;
}
.agreement_evidence .tooltip,
.agreement_evidence .item_description {
  display: none;
}

.custom_after_content {
  display: none;
}

.gmap {
  height: 30rem;
  width: 100%;
}
.gmap .gm-style {
  font-size: 100%;
}
.gmap .info_bubble_wrapper > div:nth-child(3) {
  height: auto !important;
  width: auto !important;
}
.gmap .js-info-bubble-close {
  right: 10px !important;
  top: 10px !important;
  width: 13px;
}

.info_bubble {
  max-width: 20em;
}
.info_bubble .nwcsp_gmap_marker_title {
  font-size: 1rem;
  line-height: 1.25em;
  color: #191919;
}
.info_bubble .nwcsp_gmap_marker_perex {
  font-size: 0.75rem;
  line-height: 1.25em;
  margin-top: 0.7em;
}
.info_bubble .nwcsp_gmap_marker_location {
  display: none;
}
.info_bubble .nwcsp_gmap_marker_button {
  margin-top: 1em;
}
.info_bubble .nwcsp_gmap_marker_button > a {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1.4em;
}
.info_bubble .nwcsp_gmap_marker_button > a:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.info_bubble .nwcsp_gmap_marker_button > a:active, .info_bubble .nwcsp_gmap_marker_button > a:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.info_bubble .nwcsp_gmap_marker_button > a.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.info_bubble .nwcsp_gmap_marker_body {
  padding: 2em;
}

.hamburger {
  padding: 1.5rem 1.5rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #fefefe;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body.side_menu_opened .hamburger--stand .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
body.side_menu_opened .hamburger--stand .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.side_menu_opened .hamburger--stand .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  position: absolute;
  right: calc(3rem - 1.5rem);
  margin-top: calc(-1.5rem - 7px);
  z-index: 12;
}
@media only screen and (max-width: 450px) {
  .hamburger {
    right: calc(1.5rem - 1.5rem);
  }
}
@media only screen and (min-width: 851px) {
  .hamburger {
    display: none;
  }
}
.hamburger-box {
  display: block;
}
.hamburger__blur_layer {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(5, 5, 5, 0.8);
  position: fixed;
  z-index: 10;
}
@media only screen and (min-width: 851px) {
  .hamburger__side_menu {
    display: contents;
  }
}
@media only screen and (max-width: 850px) {
  .hamburger__side_menu {
    transition: transform 0.4s;
    background-color: #191919;
    left: 0;
    right: 0;
    position: absolute;
    top: 100%;
    z-index: 11;
    transform: translateY(-100%);
  }
}
@media only screen and (min-width: 851px) {
  .hamburger__side_menu__inner {
    display: contents;
  }
}
@media only screen and (max-width: 850px) {
  .hamburger__side_menu__inner {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 851px) {
  .hamburger__wrap {
    display: contents;
  }
}

@media only screen and (max-width: 850px) {
  body.side_menu_opened {
    overflow: hidden;
  }
  body.side_menu_opened .hamburger__blur_layer {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  body.side_menu_opened .hamburger__side_menu {
    transform: translateY(0);
  }
}

.menu ul ul {
  display: none;
}
.menu li:not(:last-child) .menu_item_title {
  color: #ae0e1f;
  display: table;
  position: relative;
  color: inherit;
}
.menu li:not(:last-child) .menu_item_title::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ae0e1f;
  bottom: 0;
  height: 1px;
  left: 0;
  transform-origin: center center;
  transform: scaleX(0);
  width: 100%;
  transition: transform 0.2s;
}
.menu li:not(:last-child) .menu_item_title:hover::before {
  transform: scaleX(1);
}
.menu li:not(:last-child) .menu_item_title::before {
  bottom: auto;
  top: 110%;
}
.menu li:not(:last-child) a:hover .menu_item_title::before, .menu li:not(:last-child).active a .menu_item_title::before {
  transform: scaleX(0.75);
}
.menu li:last-child a {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
  gap: 1em;
  padding: 0.4em 0.9em;
}
.menu li:last-child a:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.menu li:last-child a:active, .menu li:last-child a:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.menu li:last-child a.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.menu li:last-child a::after {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  position: static;
  background: transparent url("/media/img/ico-reservation.svg") no-repeat center center/contain;
}
@media only screen and (min-width: 851px) {
  .menu .menu_item_title {
    white-space: nowrap;
  }
  .menu a {
    display: block;
  }
}
@media only screen and (min-width: 851px) and (min-width: 851px) and (max-width: 1320px) {
  .menu a {
    font-size: 1.25vw !important;
  }
}
@media only screen and (min-width: 851px) {
  .menu li:not(:last-child) a {
    padding: 0.5em 1.2em;
  }
}
@media only screen and (min-width: 851px) and (min-width: 851px) and (max-width: 1320px) {
  .menu li:not(:last-child) a {
    padding-left: 1.3vw;
    padding-right: 1.3vw;
  }
}
@media only screen and (min-width: 851px) {
  .menu li:last-child {
    margin-left: 1rem;
  }
  .menu ul {
    display: flex;
    align-items: baseline;
  }
}
@media only screen and (max-width: 850px) {
  .menu a {
    padding-bottom: 1vh;
    padding-top: 1vh;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 850px) and (min-width: 451px) {
  .menu a {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 850px) and (max-width: 450px) {
  .menu a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 850px) {
  .menu li:last-child {
    display: flex;
    justify-content: center;
    order: -1;
    margin-bottom: 1rem;
  }
  .menu ul {
    display: flex;
    flex-direction: column;
  }
}

.language_item {
  transition: background-color 0.2s;
  text-transform: lowercase;
}
.language_item__link {
  transition: color 0.2s;
  display: flex;
  align-items: center;
}
.language_item__link::before {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  position: static;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.language_item.lang_cs .language_item__link::before {
  background-image: url("/media/img/languages/cs.svg");
}
.language_item.lang_en .language_item__link::before {
  background-image: url("/media/img/languages/en.svg");
}

@media only screen and (min-width: 851px) {
  .language_item {
    border: 1px solid transparent;
    border-bottom-width: 0;
  }
  .language_item__link {
    padding: 0.5em 1.6em 0.5em 0.6em;
  }
  .language_item.active {
    position: relative;
  }
  .language_item.active::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    transition: transform 0.2s;
    background: transparent url("/media/img/arrow-down.svg") no-repeat center center/contain;
    right: 0.5rem;
    top: 11px;
    pointer-events: none;
  }
  .languages.opened .language_item__link {
    color: #fff;
  }
  .languages.opened .language_item.active {
    border-color: #989898;
  }
  .languages.opened .language_item.active::after {
    transform: rotate(-0.5turn);
  }

  .languages {
    position: relative;
    z-index: 2;
  }
  .languages_list {
    transition-property: opacity, visibility;
    transition-duration: 0.2s;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #989898;
    border-top-width: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .languages_list .active {
    display: none;
  }
  .languages.opened .languages_list {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 850px) {
  .language_item {
    display: contents;
  }
  .language_item__link {
    padding: 0.6em;
    flex-grow: 1;
    flex-basis: 0;
    justify-content: center;
    transition-property: background-color, color;
    transition-duration: 0.2s;
  }
  .language_item__link::before {
    height: 26px;
    width: 26px;
  }
  .languages__inner > .language_item.active {
    display: none;
  }
  .language_item__link:hover, .language_item.active .language_item__link {
    background-color: #989898;
  }

  .languages {
    display: flex;
    margin-top: 2rem;
  }
  .languages__inner, .languages_list {
    display: contents;
  }
}
.banner {
  position: relative;
  text-align: center;
  grid-area: banner;
}
.banner .slick-initialized .slick-slide,
.banner .banner_slide {
  display: flex;
}
.banner .banner_slide {
  min-height: 20vh;
  align-items: center;
}
.banner .banner_slide__graphics {
  position: relative;
  position: absolute;
}
.banner .banner_slide__graphics::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(15, 15, 15, 0.5);
}
.banner .banner_slide__graphics .picture_tag_image img {
  object-fit: cover;
  object-position: center 70%;
}
.banner .banner_slide__perex {
  background-color: rgba(5, 5, 5, 0.6);
  padding: 0.4em 1em;
  display: inline-block;
}
.banner .banner_slide__link {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2rem;
}
.banner .banner_slide__link:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.banner .banner_slide__link:active, .banner .banner_slide__link:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.banner .banner_slide__link.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.banner .banner_slide__texts {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.banner .banner_slide__texts_wrap {
  max-width: 50rem;
}
.banner__scroll_down {
  height: 4rem;
  width: 4rem;
  transition: opacity 0.2s;
  background: transparent url("/media/img/arrow-down-large.svg") no-repeat center center/50%;
  display: none;
  opacity: 0.35;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  left: 50%;
  margin-left: -2rem;
  animation: scrollDown 2s infinite 2s;
}
.banner__scroll_down:hover {
  opacity: 1;
}
@media only screen and (max-width: 740px) {
  .banner__scroll_down {
    bottom: 0;
  }
}

@-webkit-keyframes scrollDown {
  0%,
    20%,
    50%,
    80%,
    100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@-moz-keyframes scrollDown {
  0%,
    20%,
    50%,
    80%,
    100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@-o-keyframes scrollDown {
  0%,
    20%,
    50%,
    80%,
    100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@-ms-keyframes scrollDown {
  0%,
    20%,
    50%,
    80%,
    100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes scrollDown {
  0%,
    20%,
    50%,
    80%,
    100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.popup_container {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.popup_container .form {
  position: static !important;
}
.popup_container .waiter-inspire {
  border-radius: 14px;
}
.popup_container .popup__headline {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 2.5rem;
  line-height: 1.35em;
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  position: relative;
  text-align: center;
  margin-bottom: 1.1em;
}
@media only screen and (max-width: 600px) {
  .popup_container .popup__headline {
    font-size: 2rem;
    line-height: 1.34375em;
  }
}
.popup_container .popup__headline::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #ae0e1f;
  left: 0;
  bottom: 0;
  width: 5em;
}
.popup_container .popup__headline::after {
  left: 50%;
  transform: translateX(-50%);
}
.popup_container .popup__trigger_link {
  color: #ae0e1f;
  cursor: pointer;
  text-decoration: underline;
}
.popup_container .popup__trigger_link:hover {
  text-decoration: none;
}
.popup_container .popup__button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
}
.popup_container .popup__button:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.popup_container .popup__button:active, .popup_container .popup__button:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.popup_container .popup__button.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.popup_container .popup__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}
.popup_container .popup__buttons--centered {
  justify-content: center;
}
.popup_container .popup__text {
  margin-bottom: 2rem;
  text-align: center;
}
.popup_container .submit_button {
  margin-top: 1.5rem;
}
.popup_container .body {
  border: 1px solid #333;
  width: 100%;
}
.popup_container .body.registration .registration_box {
  margin-top: 3rem;
}
.popup_container .body.login .submit_button,
.popup_container .body.login .registration_link {
  justify-self: center;
  text-align: center;
}
.popup_container .body.password_restoration button {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .popup_container .body.password_restoration label {
    grid-area: label;
  }
  .popup_container .body.password_restoration input {
    grid-area: input;
  }
  .popup_container .body.password_restoration .error_messages {
    grid-area: error_messages;
  }
  .popup_container .body.password_restoration button {
    grid-area: button;
  }
  .popup_container .body.password_restoration .form__items {
    display: grid;
    grid-template: "label          empty" "input          button" "error_messages error_messages"/1fr max-content;
    gap: 0 2rem;
  }
  .popup_container .body.password_restoration .label,
  .popup_container .body.password_restoration .field,
  .popup_container .body.password_restoration .form_item {
    display: contents;
  }
}
.popup_container .body.must_register {
  max-width: 680px;
  text-align: center;
}
.popup_container .body.must_register .popup__button--login {
  background-color: #191919;
  border-color: #fefefe;
}
.popup_container .body.must_register .popup__button--login:hover {
  background-color: #989898;
  border-color: #fefefe;
}
.popup_container .body.must_register .popup__button--login.disabled {
  background-color: #191919;
}
@media only screen and (max-width: 500px) {
  .popup_container .body.reservation_payment_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.popup_container .body.reservation_cancel {
  max-width: 600px;
}
.popup_container .body.reservation_files {
  max-width: 1000px;
}
.popup_container .body.service_info_popup_body {
  background-color: #0f0f0f;
  padding: 0;
  max-width: 1380px;
  overflow: hidden;
}
.popup_container .body.service_info_popup_body .nwcsp_plugins_wrapper_inner {
  padding-bottom: 3rem;
  padding-top: 3rem;
  background-color: #050505;
}
.popup_container .body.service_info_popup_body .nwcsp_plugin_wrapper {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.popup_hidden_content {
  display: none;
}

.login_form .form__items {
  display: grid;
  grid-gap: 1.3rem 2rem;
}
@media only screen and (min-width: 721px) {
  .login_form .form__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.login_form .form_item {
  margin-bottom: 0;
}
.login_form .restore_password_link,
.login_form .registration_link {
  font-size: 0.875rem;
  line-height: 1.42857em;
}
.login_form .checkbox {
  font-size: 0.875rem;
  line-height: 1.42857em;
}
.login_form .checkbox .graphic {
  height: 15px;
  width: 15px;
  top: 2.5px;
}
.login_form .checkbox .graphic::after {
  background-size: 9.375px;
}
.login_form .checkbox label {
  padding-left: calc(15px + 0.8rem);
}
.login_form .checkbox label {
  font-weight: 400;
}
@media only screen and (min-width: 721px) {
  .login_form .submit_button,
  .login_form .registration_link {
    grid-column: 1 / span 2;
  }
}

.registration_form .form_item {
  margin-bottom: 0;
  margin-top: 0;
}
.registration_form .form__top,
.registration_form .form__bottom {
  display: grid;
  grid-gap: 1.3rem 2rem;
}
@media only screen and (min-width: 721px) {
  .registration_form .form__top {
    grid-template-columns: repeat(2, 1fr);
  }
  .registration_form .form__top .password_strength {
    grid-row-start: 2;
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 720px) {
  .registration_form .form__top .password_strength {
    grid-row-start: 3;
  }
}
.registration_form .form__bottom {
  border-top: 2px solid #333;
  margin-top: 2rem;
  padding-top: 2rem;
}
.registration_form .form__bottom .submit_button {
  margin-top: 0;
}
@media only screen and (min-width: 651px) {
  .registration_form .form__bottom {
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 650px) {
  .registration_form .form__bottom {
    justify-items: center;
    text-align: center;
    grid-template-columns: 1fr;
  }
  .registration_form .form__bottom .submit_button {
    grid-row: 1;
  }
}
.registration_form .password_strength__range {
  padding-top: 0.3rem;
}
.registration_form .phone_number {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 4px;
}
.registration_form .phone_number .select {
  position: relative;
}
.registration_form .phone_number .select select {
  padding-right: 2em;
}
.registration_form .phone_number .select::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  right: 1rem;
  top: calc(50% - 5px);
  background: url("/media/img/arrow-down.svg") no-repeat center center/contain;
  pointer-events: none;
}
.registration_form .form_item.checkbox label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.42857em;
  color: #989898;
  padding-left: 0;
}
.registration_form .form_item.checkbox .tooltip__text {
  inset: auto 0 100% auto;
  text-align: left;
}

.password_strength__range {
  font-size: 0.75rem;
  line-height: 1.25em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5em;
}
.password_strength__range__part {
  transition: opacity 0.2s;
  opacity: 0.3;
}
.password_strength__range__part::before {
  content: "";
  display: block;
  border-radius: 4px;
  height: 5px;
  width: 100%;
  margin-bottom: 0.35em;
}
.password_strength__range__part--weak::before {
  background-color: #a41717;
}
.password_strength__range__part--middle::before {
  background-color: #f9c71f;
}
.password_strength__range__part--strong::before {
  background-color: #73e000;
}
.password_strength__range[data-state='1'] .password_strength__range__part--weak {
  opacity: 1;
}
.password_strength__range[data-state='2'] .password_strength__range__part--middle {
  opacity: 1;
}
.password_strength__range[data-state='3'] .password_strength__range__part--strong {
  opacity: 1;
}

.password_preview_trigger {
  font-size: 1.25rem;
  line-height: 1em;
  display: block;
  top: calc(50% - 11px);
}
.password_preview_trigger::after {
  background-color: #fefefe;
}

.reservation_history {
  text-align: center;
}
.reservation_history .button.button--cta {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
  gap: 1em;
  padding: 0.4em 0.9em;
}
.reservation_history .button.button--cta:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.reservation_history .button.button--cta:active, .reservation_history .button.button--cta:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.reservation_history .button.button--cta.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.reservation_history .button.button--cta::after {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  position: static;
  background: transparent url("/media/img/ico-reservation.svg") no-repeat center center/contain;
}

.reservation {
  display: grid;
  grid-gap: 2rem 1rem;
}
.reservation__calendar {
  grid-area: calendar;
}
.reservation__timetable {
  grid-area: timetable;
}
.reservation__cart {
  grid-area: cart;
}
@media only screen and (min-width: 1201px) {
  .reservation {
    grid-template-areas: 'calendar timetable cart';
    grid-template-columns: 24% 1fr 24%;
    align-items: start;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .reservation {
    grid-template-areas: 'timetable calendar' 'timetable cart';
    grid-template-columns: 1fr minmax(min-content, 20rem);
  }
}
@media only screen and (max-width: 960px) {
  .reservation {
    grid-template-areas: 'calendar' 'timetable' 'cart';
    grid-template-columns: 1fr;
  }
}
.reservation__calendar__calendar, .reservation__timetable, .reservation__cart {
  background-color: #0f0f0f;
  border: 1px solid #333;
  border-radius: 4px;
}
.reservation__calendar .label,
.reservation__calendar .submit_button,
.reservation__calendar .field > input {
  display: none;
}
.reservation__calendar__legend {
  font-size: 0.875rem;
  line-height: 1.42857em;
  margin-top: 1.7rem;
}
.reservation__calendar__legend__item {
  display: flex;
}
.reservation__calendar__legend__item:not(:last-child) {
  margin-bottom: 1em;
}
.reservation__calendar__legend__item::before {
  content: "";
  display: block;
  height: 1.4em;
  width: 1.4em;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 1.5ch;
}
.reservation__calendar__legend__item--selected::before {
  background-color: #ae0e1f;
}
.reservation__calendar__legend__item--reserved::before {
  background-color: #6f0f0f;
}
.reservation__timetable {
  padding: 1.7rem 2rem;
}
@media only screen and (max-width: 350px) {
  .reservation__timetable {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.reservation__timetable__headline {
  font-weight: 700;
}
.reservation__timetable__subheadline {
  font-size: 0.875rem;
  line-height: 1.42857em;
  color: #989898;
}
.reservation__timetable__header {
  margin-bottom: 2rem;
}
.reservation__timetable__item {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 701px) {
  .reservation__timetable__item {
    justify-content: space-between;
    gap: 1rem;
  }
}
@media only screen and (max-width: 700px) {
  .reservation__timetable__item {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.reservation__timetable__item:not(:first-child) {
  margin-top: 2.2vh;
}
.reservation__timetable__item__input {
  display: none;
}
.reservation__timetable__item__time {
  white-space: nowrap;
}
@media only screen and (min-width: 701px) {
  .reservation__timetable__item__time {
    font-weight: 700;
  }
}
.reservation__timetable__item__status {
  font-size: 0.875rem;
  line-height: 1.42857em;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 0.75em 1em;
  min-width: 7.5em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition-property: background-color, border-color;
  transition-duration: 0.2s;
}
.reservation__timetable__item__status__price_origin {
  font-size: 0.75rem;
  line-height: 1.16667em;
  text-decoration: line-through solid #ae0e1f;
}
.reservation__timetable__item__status--double_line {
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
.reservation__timetable__item__status:hover {
  border-color: #fff;
}
.reservation__timetable__item--disabled:not(.reservation__timetable__item--reserved) {
  color: #333;
  pointer-events: none;
}
.reservation__timetable__item--selected .reservation__timetable__item__status {
  font-weight: 700;
  background-color: #ae0e1f;
  border-color: #ee1128;
}
.reservation__timetable__item--selected .reservation__timetable__item__status:hover {
  background-color: #ee1128;
}
.reservation__timetable__item--reserved .reservation__timetable__item__status {
  font-weight: 700;
  background-color: #6f0f0f;
  border-color: #a41717;
  cursor: default;
}
.reservation__timetable__items {
  margin-top: 2.5vh;
  column-count: 2;
}
@media only screen and (min-width: 1381px) {
  .reservation__timetable__items {
    column-gap: 5.5rem;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1380px) {
  .reservation__timetable__items {
    column-gap: 5vw;
  }
}
@media only screen and (min-width: 701px) and (max-width: 960px) {
  .reservation__timetable__items {
    column-gap: 18vw;
  }
}
@media only screen and (max-width: 700px) {
  .reservation__timetable__items {
    column-gap: 8vw;
    column-rule: 1px solid #333;
  }
}
.reservation__timetable .submit_button {
  display: none;
}
.reservation__cart {
  padding-bottom: 1.3rem;
}
.reservation__cart__header {
  font-weight: 700;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  border-bottom: 1px solid #333;
  text-align: center;
}
.reservation__cart__item {
  font-size: 0.875rem;
  line-height: 1.42857em;
  padding-bottom: 0.7em;
  padding-top: 0.7em;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
}
.reservation__cart__item__input {
  grid-area: input;
}
.reservation__cart__item__price {
  grid-area: price;
}
.reservation__cart__item__close {
  grid-area: close;
}
.reservation__cart__item__subitems {
  grid-area: subitems;
}
.reservation__cart__item__price {
  font-weight: 700;
  text-align: right;
}
.reservation__cart__item__remove {
  cursor: pointer;
  display: block;
  padding: 0.7em;
  margin: -0.5em -1em;
}
.reservation__cart__item__remove::after {
  transition: background-color 0.2s;
  content: "";
  display: block;
  height: 1.2em;
  width: 1.2em;
  background: url("/media/img/ico-close-primary.svg") no-repeat center center/0.6em;
}
.reservation__cart__item__remove:hover::after {
  background-color: rgba(174, 14, 31, 0.2);
}
.reservation__cart__item--note {
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #989898;
}
.reservation__cart__item--discount .reservation__cart__item__label {
  color: #ae0e1f;
}
.reservation__cart__item--removable {
  display: grid;
  grid-template-areas: 'input    price    close' 'subitems subitems subitems';
  grid-template-columns: 1fr max-content max-content;
  grid-gap: 0.5rem;
}
.reservation__cart__subitem {
  font-size: 0.8125rem;
  line-height: 1.38462em;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  color: #989898;
}
.reservation__cart__subitem__inner {
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  display: flex;
  gap: 0.8em;
  justify-content: flex-start;
}
.reservation__cart__subitem__label {
  text-decoration: underline;
}
.reservation__cart__subitem__price {
  margin-left: auto;
}
.reservation__cart__subitem__price__origin {
  font-size: 0.6875rem;
  display: inline-flex;
  text-decoration: line-through solid #ae0e1f;
}
.reservation__cart__subitem__input__graphics {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  height: 15px;
  width: 15px;
  top: 2.5px;
  position: relative;
  display: block;
}
.reservation__cart__subitem__input__graphics::before, .reservation__cart__subitem__input__graphics::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-width: 0;
  border-radius: 2px;
  transition: opacity 0.2s;
}
.reservation__cart__subitem__input__graphics::before {
  background-color: #fefefe;
  opacity: 1;
}
.reservation__cart__subitem__input__graphics::after {
  background: #ae0e1f url("/media/img/ico-check.svg") no-repeat center center/12.5px;
  opacity: 0;
}
.reservation__cart__subitem__input__graphics::after {
  background-size: 9.375px;
}
.reservation__cart__subitem__input__graphics::before {
  background-color: transparent;
  border: 1px solid #333;
}
input:checked + .reservation__cart__subitem__input__graphics::before {
  opacity: 0;
}
input:checked + .reservation__cart__subitem__input__graphics::after {
  opacity: 1;
}
.reservation__cart__subitem__input input {
  display: none;
}
.reservation__cart__subitem__info_tooltip .tooltip {
  cursor: pointer;
  margin-left: -0.5rem;
}
.reservation__cart__subitem__info_tooltip .tooltip::after {
  white-space: nowrap;
  width: auto !important;
}
.reservation__cart__subitem--selected .reservation__cart__subitem__label {
  color: #fefefe;
}
.reservation__cart__subitem--selected .reservation__cart__subitem__price {
  font-weight: 600;
  color: #fefefe;
}
.reservation__cart__subitem--disabled .reservation__cart__subitem__inner {
  color: #444;
}
.reservation__cart__pay {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
}
.reservation__cart__pay:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.reservation__cart__pay:active, .reservation__cart__pay:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.reservation__cart__pay.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.reservation__cart__section {
  padding: 0.8rem 1.2rem;
}
.reservation__cart__section__headline {
  font-weight: 700;
  color: #ae0e1f;
  margin-bottom: 0.2em;
}
.reservation__cart__section + .reservation__cart__section {
  margin-top: -0.8rem;
}
.reservation__cart__section--total {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25em;
  color: #ae0e1f;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem !important;
}
.reservation__cart__section--total .reservation__cart__section__headline {
  margin-bottom: 0;
}
.reservation__cart__section--pay {
  margin-top: 0.3rem !important;
}
.reservation__cart__section--pay .reservation__cart__section__content {
  display: flex;
  justify-content: center;
}
.reservation__cart .submit_button {
  display: none;
}
.reservation_payment {
  transition: box-shadow 0.2s;
  background-color: #0f0f0f;
  border: 1px solid #333;
  border-radius: 4px;
  display: grid;
}
.reservation_payment__icon svg {
  transition: fill 0.2s;
  fill: #ae0e1f;
}
.reservation_payment__title {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 2rem;
  line-height: 1.34375em;
  transition: color 0.2s;
  color: #ae0e1f;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .reservation_payment__title {
    font-size: 1.5rem;
    line-height: 1.33333em;
  }
}
.reservation_payment:not(.reservation_payment--disabled):hover {
  box-shadow: 0 6px 30px 10px rgba(253, 253, 253, 0.1);
}
.reservation_payment:not(.reservation_payment--disabled):hover .reservation_payment__icon svg {
  fill: #ee1128;
}
.reservation_payment:not(.reservation_payment--disabled):hover .reservation_payment__title {
  color: #ee1128;
}
.reservation_payments {
  display: grid;
  grid-gap: 1.5rem;
}
.reservation_payment--disabled {
  color: #333;
  cursor: not-allowed;
}
.reservation_payment--disabled .reservation_payment__icon svg {
  fill: #333;
}
.reservation_payment--disabled .reservation_payment__title {
  color: inherit;
}
@media only screen and (min-width: 851px) {
  .reservation_payment {
    grid-template-columns: 1fr;
    grid-gap: 0.5rem;
    padding: 3rem 1.5rem;
    justify-items: center;
    text-align: center;
  }
  .reservation_payment__icon svg {
    height: 4rem;
    width: 4rem;
  }
  .reservation_payment__text {
    text-align: center;
  }
  .reservation_payments {
    grid-template-columns: repeat(2, 1fr);
  }
  .reservation_payment--disabled {
    position: relative;
    overflow: hidden;
  }
  .reservation_payment--disabled::before {
    transition: opacity 0.2s;
    content: "";
    display: block;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: rgba(5, 5, 5, 0.8);
    opacity: 0;
  }
  .reservation_payment--disabled .reservation_payment__text {
    transition: bottom 0.2s;
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    transform: translateY(50%);
    transition-property: bottom, color, font-weight;
    transition-duration: 0.2s;
  }
  .reservation_payment--disabled:hover::before {
    opacity: 1;
  }
  .reservation_payment--disabled:hover .reservation_payment__text {
    font-weight: 700;
    color: #fff;
    bottom: 50%;
  }
}
@media only screen and (max-width: 850px) {
  .reservation_payment {
    grid-template-columns: max-content auto;
    grid-gap: 0 1.2rem;
    padding: 1.5rem;
    align-items: center;
  }
  .reservation_payment__icon svg {
    height: 2rem;
    width: 2rem;
  }
  .reservation_payment__text {
    font-weight: 700;
    color: #fff;
    grid-column-start: 2;
  }
  .reservation_payments {
    grid-template-columns: 1fr;
  }
}
.reservation__cancel_confirm {
  font-size: 1rem;
  line-height: 1.25em;
  display: grid;
  grid-template-columns: 1fr max-content max-content;
  grid-gap: 0.8em 1.2em;
}
.reservation__cancel_confirm__headers, .reservation__cancel_confirm__items, .reservation__cancel_confirm__item {
  display: contents;
}
.reservation__cancel_confirm__label {
  font-weight: 600;
  margin-bottom: 1.5em;
}
.reservation__cancel_confirm__header {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.42857em;
  color: #989898;
}
.reservation__cancel_confirm__item__attr--price, .reservation__cancel_confirm__item__attr--refund {
  font-weight: 700;
  text-align: right;
}
.reservation__cancel_confirm__item__attr--refund {
  color: #ae0e1f;
}
@media only screen and (max-width: 600px) {
  .reservation__cancel_confirm {
    font-size: 2.4vw;
  }
  .reservation__cancel_confirm__header {
    font-size: inherit;
  }
}
@media only screen and (max-width: 450px) {
  .reservation__cancel_confirm {
    font-size: 3vw;
  }
}
.reservation__file + .reservation__file {
  margin-top: 0.7rem;
}
.reservation__file__link {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
  background-color: #191919;
  border-color: #fefefe;
  gap: 1em;
  text-align: left;
  display: grid;
  grid-template: 'microphone created  title    size     download' 'microphone filename filename filename download' / min-content max-content 1fr max-content min-content;
  gap: 0 1em;
  align-items: start;
  text-transform: none;
}
.reservation__file__link:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.reservation__file__link:active, .reservation__file__link:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.reservation__file__link.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.reservation__file__link:hover {
  background-color: #989898;
  border-color: #fefefe;
}
.reservation__file__link.disabled {
  background-color: #191919;
}
.reservation__file__link::after {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  position: static;
  background: transparent url("/media/img/ico-record.svg") no-repeat center center/contain;
}
.reservation__file__link__title {
  grid-area: title;
  word-wrap: anywhere;
}
.reservation__file__link__filename {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.33333em;
  grid-area: filename;
}
.reservation__file__link__created {
  grid-area: created;
}
.reservation__file__link__size {
  grid-area: size;
}
.reservation__file__link::before, .reservation__file__link::after {
  height: 1.2em;
  width: 1.2em;
}
.reservation__file__link::before {
  content: "";
  display: block;
  position: absolute;
  position: static;
  background: transparent url("/media/img/ico-download.svg") no-repeat center center/contain;
  margin-left: auto;
  grid-area: download;
}
.reservation__file__link::after {
  grid-area: microphone;
}
@media only screen and (max-width: 650px) {
  .reservation__file__link {
    padding-left: 0.9em;
    padding-right: 0.9em;
    grid-template: 'microphone created  size     download' 'microphone title    title    title' 'microphone filename filename filename' / min-content 1fr max-content min-content;
  }
}

.picker__nav--prev {
  grid-area: nav--prev;
}
.picker__select--month {
  grid-area: select--month;
}
.picker__select--year {
  grid-area: select--year;
}
.picker__nav--next {
  grid-area: nav--next;
}
.picker__holder, .picker__frame, .picker__wrap, .picker__box {
  display: contents;
}
.picker__footer {
  display: none;
}
.picker__header {
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  display: grid;
  grid-template-areas: 'nav--prev select--month select--year nav--next';
  grid-template-columns: 1fr max-content max-content 1fr;
  border-bottom: 1px solid #333;
}
.date .picker__select--month, .date .picker__select--year {
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  opacity: 1;
  text-align: center;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .date .picker__select--month, .date .picker__select--year {
    padding-left: 0;
    padding-right: 0;
  }
}
.picker__nav--prev, .picker__nav--next {
  transition: opacity 0.2s;
  opacity: 0.3;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.picker__nav--prev:hover, .picker__nav--next:hover {
  opacity: 1;
}
.picker__nav--prev::after, .picker__nav--next::after {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  background: url("/media/img/arrow-down.svg") no-repeat center center/contain;
}
.picker__nav--prev {
  padding-right: 0.5rem;
}
.picker__nav--prev::after {
  margin-left: auto;
  transform: rotate(0.25turn);
}
.picker__nav--next {
  padding-left: 0.5rem;
}
.picker__nav--next::after {
  transform: rotate(-0.25turn);
}
.picker__nav--disabled {
  pointer-events: none;
}
.picker__table {
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 17rem;
  width: 100%;
  table-layout: fixed;
}
.picker th,
.picker td {
  text-align: center;
  width: 14.28571%;
  padding: 0.2rem;
}
.picker th {
  padding-bottom: 0.8rem;
}
.picker__weekday, .picker__day {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.64286em;
  border-radius: 13px;
  padding: 0.2em;
}
.picker__day {
  transition: color 0.2s;
  cursor: pointer;
}
.picker__day:hover {
  color: #ae0e1f;
}
.picker__day--outfocus {
  color: #333;
}
.picker__day--selected {
  background-color: #ae0e1f;
  color: inherit !important;
}
.picker__day--reserved {
  background-color: #6f0f0f;
  color: inherit !important;
}
.picker__day--disabled {
  pointer-events: none;
  color: transparent !important;
  border-color: transparent;
  background-color: transparent;
}

.voucher button {
  width: 100%;
}
@media only screen and (min-width: 1px) {
  .voucher label {
    grid-area: label;
  }
  .voucher input {
    grid-area: input;
  }
  .voucher .error_messages {
    grid-area: error_messages;
  }
  .voucher button {
    grid-area: button;
  }
  .voucher .form__items {
    display: grid;
    grid-template: "label          empty" "input          button" "error_messages error_messages"/1fr max-content;
    gap: 0 0;
  }
  .voucher .label,
  .voucher .field,
  .voucher .form_item {
    display: contents;
  }
  .voucher input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .voucher button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.voucher .form__errors {
  display: none;
}
.voucher .label label {
  font-weight: 400;
}
.voucher .input {
  margin-bottom: 0;
}
.voucher .input input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.voucher .input input, .voucher .input input:active, .voucher .input input:focus, .voucher .input input:valid {
  border-color: #333;
}
.voucher .input input:focus {
  box-shadow: 0 0 0 0 transparent;
}
.voucher .input .field {
  display: block;
  grid-area: input;
}
.voucher .input .field input {
  grid-area: null;
}
.voucher .input:not(.valid) .field {
  margin-right: -3px;
}
.voucher .input.valid input {
  font-weight: 700;
  padding-right: 2rem;
}
.voucher .input.valid .field {
  position: relative;
}
.voucher .input.valid .field::after {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("/media/img/ico-check-primary.svg") no-repeat center center/contain;
  right: 0.7rem;
}
.voucher .submit_button .field {
  margin-top: 0;
}
.voucher .submit_button .like_button,
.voucher .submit_button button {
  background-color: #0f0f0f;
  border-color: #333;
  border-width: 1px;
  padding: 0;
  width: 3rem;
  height: 100%;
}
.voucher .submit_button .like_button::after,
.voucher .submit_button button::after {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  background: url("/media/img/arrow-down.svg") no-repeat center center/contain;
  transform: rotate(-0.25turn);
}
.voucher .submit_button .like_button > span,
.voucher .submit_button button > span {
  display: none;
}
.voucher .submit_button .like_button:hover,
.voucher .submit_button button:hover {
  background-color: #191919;
}
.voucher .submit_button .like_button {
  grid-area: button;
  border-color: #ae0e1f;
  position: static !important;
  display: flex !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.voucher .submit_button .like_button::after {
  background-image: url("/media/img/ico-close-inverse.svg");
}

.recording_notice {
  background-color: #ececec;
  color: #191919;
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
}

.tooltip {
  color: #fff;
  float: right;
  padding: 0.5rem 0.2rem;
  cursor: help;
  margin: -0.6rem 0 -0.5rem 0.4rem;
  position: relative;
}
.tooltip::before {
  height: 1.5em;
  width: 1.5em;
  font-weight: 700;
  font-size: 0.5625rem;
  line-height: 1em;
  content: '?';
  background-color: #ae0e1f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tooltip[data-text]::after, .tooltip:not([data-text]) .tooltip__text {
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  font-size: 0.6875rem;
  line-height: 1.36364em;
  content: attr(data-text);
  cursor: auto;
  background-color: #191919;
  border: 1px solid #333;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(253, 253, 253, 0.1);
  padding: 0.5em 0.9em;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 17em;
  z-index: 1;
}
.tooltip[data-text]::after:hover::after, .tooltip:not([data-text]) .tooltip__text:hover::after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.tooltip[data-text]:hover::after, .tooltip:not([data-text]):hover .tooltip__text {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.tooltip__more_link {
  color: #ae0e1f;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  margin-top: 1em;
}
.tooltip__more_link:hover {
  text-decoration: none;
}
.tooltip--no_icon::before {
  display: none;
}
.tooltip--info::before {
  background-color: #444;
  content: 'i';
}

.rating {
  display: flex;
  gap: 7px;
}
.rating__star {
  height: 20px;
  width: 20px;
  background: url("/media/img/rating/star-inactive.svg") no-repeat center center/contain;
}
.rating[data-rating='1'] .rating__star:nth-child(-n + 1) {
  background-image: url("/media/img/rating/star-active.svg");
}
.rating[data-rating='1.5'] .rating__star:nth-child(-n + 1) {
  background-image: url("/media/img/rating/star-active.svg");
}
.rating[data-rating='1.5'] .rating__star:nth-child(2) {
  background-image: url("/media/img/rating/star-half.svg");
}
.rating[data-rating='2'] .rating__star:nth-child(-n + 2) {
  background-image: url("/media/img/rating/star-active.svg");
}
.rating[data-rating='2.5'] .rating__star:nth-child(-n + 2) {
  background-image: url("/media/img/rating/star-active.svg");
}
.rating[data-rating='2.5'] .rating__star:nth-child(3) {
  background-image: url("/media/img/rating/star-half.svg");
}
.rating[data-rating='3'] .rating__star:nth-child(-n + 3) {
  background-image: url("/media/img/rating/star-active.svg");
}
.rating[data-rating='3.5'] .rating__star:nth-child(-n + 3) {
  background-image: url("/media/img/rating/star-active.svg");
}
.rating[data-rating='3.5'] .rating__star:nth-child(4) {
  background-image: url("/media/img/rating/star-half.svg");
}
.rating[data-rating='4'] .rating__star:nth-child(-n + 4) {
  background-image: url("/media/img/rating/star-active.svg");
}
.rating[data-rating='4.5'] .rating__star:nth-child(-n + 4) {
  background-image: url("/media/img/rating/star-active.svg");
}
.rating[data-rating='4.5'] .rating__star:nth-child(5) {
  background-image: url("/media/img/rating/star-half.svg");
}
.rating[data-rating='5'] .rating__star:nth-child(-n + 5) {
  background-image: url("/media/img/rating/star-active.svg");
}
.rating[data-rating='5.5'] .rating__star:nth-child(-n + 5) {
  background-image: url("/media/img/rating/star-active.svg");
}
.rating[data-rating='5.5'] .rating__star:nth-child(6) {
  background-image: url("/media/img/rating/star-half.svg");
}

.credit_form {
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
}
.credit_form button {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .credit_form label {
    grid-area: label;
  }
  .credit_form input {
    grid-area: input;
  }
  .credit_form .error_messages {
    grid-area: error_messages;
  }
  .credit_form button {
    grid-area: button;
  }
  .credit_form .form__items {
    display: grid;
    grid-template: "label          empty" "input          button" "error_messages error_messages"/1fr max-content;
    gap: 0 2rem;
  }
  .credit_form .label,
  .credit_form .field,
  .credit_form .form_item {
    display: contents;
  }
}

.payment_card {
  cursor: help;
}
.payment_cards {
  margin-top: 1.2rem;
}
.payment_cards__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
}

.safety_payment {
  margin-top: 4vh;
}
.safety_payment__note {
  font-size: 0.75rem;
  line-height: 1.33333em;
  color: #989898;
  margin-bottom: 1rem;
}

.footer .footer_cards {
  padding-bottom: 2rem;
  padding-top: 2rem;
  background-color: #050505;
}
.footer .payment_cards,
.footer .safety_payment {
  margin-top: 0;
  text-align: center;
}
.footer .safety_payment {
  padding-top: 1rem;
}
.footer .payment_cards__list {
  justify-content: center;
}

.slick-arrow {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  height: 4rem;
  width: 4rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0f0f0f;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: calc(50% - 16.5px);
  top: calc(50% - 16.5px);
  height: 33px;
  width: 33px;
  background: url("/media/img/arrow-right-xlarge.svg") no-repeat center center/contain;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::after {
  transform: scale(-1);
}
.slick-arrow.slick-prev:active {
  margin-left: -1px;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:active {
  margin-right: -1px;
}

.remaining_voucher_discount_amount {
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #333;
  margin-top: 2rem;
}
@media only screen and (min-width: 451px) {
  .remaining_voucher_discount_amount {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media only screen and (max-width: 450px) {
  .remaining_voucher_discount_amount {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media only screen and (min-width: 451px) {
  .remaining_voucher_discount_amount {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .remaining_voucher_discount_amount {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.remaining_voucher_discount_amount__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
.remaining_voucher_discount_amount__headline {
  font-weight: 700;
  color: #ae0e1f;
  margin-bottom: 1em;
}
.remaining_voucher_discount_amount__result {
  margin-top: 1.5rem;
  text-align: center;
}
.remaining_voucher_discount_amount__result__label {
  font-size: 0.75rem;
  line-height: 1.33333em;
}
.remaining_voucher_discount_amount__result__value {
  font-size: 1.125rem;
  line-height: 1.55556em;
  font-weight: 700;
  margin-top: 0.2em;
}
.remaining_voucher_discount_amount .form__items {
  display: grid;
  grid-template: 'label' 'input' 'button' 'errors' / 1fr;
}
.remaining_voucher_discount_amount .input {
  display: contents;
  grid-area: input;
}
.remaining_voucher_discount_amount .input .label {
  grid-area: label;
}
.remaining_voucher_discount_amount .input input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.remaining_voucher_discount_amount .input .error_messages {
  grid-area: errors;
}
.remaining_voucher_discount_amount .submit_button {
  grid-area: button;
  margin-top: 0;
}
.remaining_voucher_discount_amount .submit_button button {
  padding-bottom: 0.6em;
  padding-top: 0.6em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}

.service {
  background-color: #0f0f0f;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 1.8rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.service ul li {
  font-size: 0.875rem;
  line-height: 1.42857em;
  margin: 0 !important;
  padding: 1.2em 0 1.2em 4.5em;
}
.service ul li:not(:last-child) {
  border-bottom: 1px solid #333;
}
.service ul li::before {
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #ae0e1f url("/media/img/ico-check.svg") no-repeat center center/12.5px;
  left: 1.2em;
}
.service__price {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 2rem;
  line-height: 1.34375em;
  margin-bottom: 0;
  color: #ae0e1f;
}
@media only screen and (max-width: 600px) {
  .service__price {
    font-size: 1.5rem;
    line-height: 1.33333em;
  }
}
.service__button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
}
.service__button:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.service__button:active, .service__button:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.service__button.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.service__buttons {
  margin-top: auto;
  padding-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 601px) {
  .services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 1.3rem;
  }
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  .services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.3rem;
  }
}
@media only screen and (max-width: 450px) {
  .services {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1.3rem;
  }
}

.nwcsp_plugin_wrapper {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 600px) {
  .nwcsp_plugin_wrapper {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .nwcsp_plugin_wrapper {
    padding-top: 3rem;
  }
}
.nwcsp_plugins_wrapper_inner > .nwcsp_plugin_wrapper + .nwcsp_plugin_wrapper, .nwcsp_plugins_wrapper_inner > .nwcsp_plugin_wrapper + .plugin_group {
  border-top: 1px solid #333;
}
.nwcsp_plugin_wrapper.nwcsp_1_col + .nwcsp_plugin_wrapper, .nwcsp_plugin_wrapper.nwcsp_1_col + .plugin_group {
  border-top-width: 0;
}

.nwcsp_title {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 2rem;
  line-height: 1.34375em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .nwcsp_title {
    font-size: 1.5rem;
    line-height: 1.33333em;
  }
}
.nwcsp_title::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #ae0e1f;
  left: 0;
  bottom: 0;
  width: 8em;
}
.nwcsp_title_outer {
  display: contents;
}

.nwcsp_perex {
  font-weight: 600;
}

.nwcsp_item_title {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 1.5rem;
  line-height: 1.33333em;
}
@media only screen and (max-width: 600px) {
  .nwcsp_item_title {
    font-size: 1rem;
    line-height: 1.375em;
    margin-bottom: 1em;
  }
}

.plugin_header {
  max-width: 60rem;
}

.nwcsp_item_ico_description {
  display: none;
}

.thanks_backlink {
  margin-top: 2rem;
}
.thanks_backlink a {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
}
.thanks_backlink a:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.thanks_backlink a:active, .thanks_backlink a:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.thanks_backlink a.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}

.nwcsp_item_button a {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
}
.nwcsp_item_button a:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.nwcsp_item_button a:active, .nwcsp_item_button a:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.nwcsp_item_button a.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.nwcsp_item_button.emphasised a {
  background-color: #191919;
  border-color: #fefefe;
}
.nwcsp_item_button.emphasised a:hover {
  background-color: #989898;
  border-color: #fefefe;
}
.nwcsp_item_button.emphasised a.disabled {
  background-color: #191919;
}

.nwcsp_item_button_group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.nwcsp_item_button_group:not(:only-child) {
  margin-top: 3rem;
}

.nwcsp_cont {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  width: 100%;
}
@media only screen and (min-width: 451px) {
  .nwcsp_cont {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.plugin_group--text_video {
  position: relative;
  overflow: hidden;
  background-color: #050505;
}
.plugin_group--text_video::before {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -60vw;
  right: -60vw;
  border-left: 220vw solid #0f0f0f;
  border-top: 320px solid transparent;
  border-bottom: 320px solid transparent;
  z-index: 1;
}
.plugin_group--text_video .nwcsp_plugin_wrapper {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.plugin_group--text_video .nwcsp_1_col {
  text-align: left;
}
.plugin_group--text_video .nwcsp_1_col .nwcsp_item_button_group {
  justify-content: flex-start;
}
.plugin_group--text_video .nwcsp_1_col .nwcsp_title::after {
  left: 0;
  transform: none;
}
@media only screen and (max-width: 850px) {
  .plugin_group--text_video .nwcsp_1_col {
    text-align: center;
    padding-bottom: 0;
  }
  .plugin_group--text_video .nwcsp_1_col .nwcsp_item_button_group {
    justify-content: center;
  }
  .plugin_group--text_video .nwcsp_1_col .nwcsp_title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.plugin_group--text_video .nwcsp_youtube .plugin_header {
  display: none;
}
.plugin_group--text_video + .nwcsp_1_col .nwcsp_item_button_group:only-child {
  margin-top: -4rem;
}
@media only screen and (max-width: 600px) {
  .plugin_group--text_video + .nwcsp_1_col .nwcsp_item_button_group:only-child {
    margin-top: -3rem;
  }
}
.plugin_group--text_video + .nwcsp_1_col .nwcsp_item_button_group:only-child .nwcsp_item_button {
  z-index: 1;
}
@media only screen and (min-width: 851px) {
  .plugin_group--text_video {
    padding-bottom: 4rem;
    padding-top: 4rem;
    display: grid;
    grid-template-areas: 'text video';
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 851px) and (max-width: 600px) {
  .plugin_group--text_video {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 851px) and (max-width: 600px) {
  .plugin_group--text_video {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 851px) {
  .plugin_group--text_video .nwcsp_cont {
    max-width: 690px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .plugin_group--text_video .nwcsp_1_col {
    grid-area: text;
  }
  .plugin_group--text_video .nwcsp_1_col .nwcsp_cont {
    margin-right: 0;
  }
  .plugin_group--text_video .nwcsp_youtube {
    grid-area: video;
  }
  .plugin_group--text_video .nwcsp_youtube .nwcsp_cont {
    margin-left: 0;
  }
  .plugin_group--text_video .nwcsp_youtube .outer_video_wrapper {
    max-width: 515px;
    margin-right: 0;
    width: 100%;
  }
  .plugin_group--text_video + .nwcsp_1_col .nwcsp_item_button_group:only-child .nwcsp_item_button {
    position: relative;
    margin-top: -2rem;
  }
  .plugin_group--text_video--studio {
    grid-template-columns: 45% 55%;
  }
  .plugin_group--text_video--studio .nwcsp_1_col .nwcsp_cont {
    max-width: calc(690px - 10%);
  }
  .plugin_group--text_video--studio .nwcsp_youtube .nwcsp_cont {
    max-width: calc(690px + 10%);
  }
  .plugin_group--text_video--studio::before {
    display: none;
  }
  .plugin_group--text_video--studio .nwcsp_youtube .outer_video_wrapper {
    max-width: initial;
  }
}

.plugin_group--form_map_socials {
  background-color: #050505;
  display: grid;
}
.plugin_group--form_map_socials .nwcsp_contact_form {
  grid-area: form;
}
.plugin_group--form_map_socials .nwcsp_gmap {
  grid-area: map;
}
.plugin_group--form_map_socials .nwcsp_signpost.socials {
  grid-area: socials;
}
@media only screen and (min-width: 851px) {
  .plugin_group--form_map_socials {
    grid-template-areas: 'form map' 'form socials';
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 5vw;
  }
  .plugin_group--form_map_socials .nwcsp_cont {
    max-width: 690px;
  }
  .plugin_group--form_map_socials .nwcsp_contact_form .nwcsp_cont {
    margin-right: 0;
    padding-right: 0;
  }
  .plugin_group--form_map_socials .nwcsp_gmap {
    padding-bottom: 0;
  }
  .plugin_group--form_map_socials .nwcsp_gmap .nwcsp_cont {
    margin-left: 0;
    padding-left: 0;
  }
  .plugin_group--form_map_socials .nwcsp_signpost.socials .nwcsp_cont {
    margin-left: 0;
    padding-left: 0;
  }
  .plugin_group--form_map_socials .nwcsp_signpost.socials .nwcsp_cont .nwcsp_title {
    font-weight: 700;
    margin-bottom: 0.4em;
    font-size: 1.5rem;
    line-height: 1.33333em;
    margin-bottom: 1.7em;
  }
}
@media only screen and (min-width: 851px) and (max-width: 600px) {
  .plugin_group--form_map_socials .nwcsp_signpost.socials .nwcsp_cont .nwcsp_title {
    font-size: 1rem;
    line-height: 1.375em;
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 1381px) {
  .plugin_group--form_map_socials {
    grid-gap: 0 4rem;
  }
}
@media only screen and (max-width: 850px) {
  .plugin_group--form_map_socials {
    grid-template-areas: 'map' 'form' 'socials';
  }
  .plugin_group--form_map_socials .nwcsp_contact_form {
    padding-bottom: 0;
  }
  .plugin_group--form_map_socials .nwcsp_contact_form .nwcsp_title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .plugin_group--form_map_socials .nwcsp_contact_form .plugin_header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .plugin_group--form_map_socials .nwcsp_contact_form .plugin_header,
  .plugin_group--form_map_socials .nwcsp_contact_form .form {
    max-width: initial;
  }
  .plugin_group--form_map_socials .nwcsp_contact_form .submit_button {
    display: flex;
    justify-content: center;
  }
  .plugin_group--form_map_socials .nwcsp_gmap {
    text-align: center;
    padding-bottom: 0;
  }
  .plugin_group--form_map_socials .nwcsp_gmap .nwcsp_title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .plugin_group--form_map_socials .nwcsp_gmap .plugin_header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .plugin_group--form_map_socials .nwcsp_gmap .nwcsp_item_button_group {
    justify-content: center;
  }
  .plugin_group--form_map_socials .nwcsp_signpost.socials .nwcsp_title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .plugin_group--form_map_socials .nwcsp_signpost.socials .plugin_header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .plugin_group--form_map_socials .nwcsp_signpost.socials .plugin_signpost_items {
    margin-left: auto;
    margin-right: auto;
  }
}

.plugin_group--form_left_right {
  background-color: #191919;
  display: grid;
}
.plugin_group--form_left_right .nwcsp_contact_form {
  grid-area: form;
}
.plugin_group--form_left_right .nwcsp_paragraph_left_right {
  grid-area: leftRight;
}
@media only screen and (min-width: 851px) {
  .plugin_group--form_left_right {
    grid-template-areas: 'form leftRight';
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5vw;
  }
  .plugin_group--form_left_right .nwcsp_cont {
    max-width: 690px;
  }
  .plugin_group--form_left_right .nwcsp_contact_form .nwcsp_cont {
    margin-right: 0;
    padding-right: 0;
  }
  .plugin_group--form_left_right .nwcsp_paragraph_left_right {
    text-align: left;
  }
  .plugin_group--form_left_right .nwcsp_paragraph_left_right .nwcsp_item_button_group {
    justify-content: flex-start;
  }
  .plugin_group--form_left_right .nwcsp_paragraph_left_right .nwcsp_title::after {
    left: 0;
    transform: none;
  }
  .plugin_group--form_left_right .nwcsp_paragraph_left_right .nwcsp_cont {
    margin-left: 0;
    padding-left: 0;
  }
  .plugin_group--form_left_right .nwcsp_paragraph_left_right .plugin_header {
    text-align: left;
  }
  .plugin_group--form_left_right .nwcsp_paragraph_left_right.no_sides .nwcsp_item_group {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1381px) {
  .plugin_group--form_left_right {
    grid-gap: 4rem;
  }
}
@media only screen and (max-width: 850px) {
  .plugin_group--form_left_right {
    grid-template-areas: 'leftRight' 'form';
  }
  .plugin_group--form_left_right .nwcsp_contact_form .nwcsp_title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .plugin_group--form_left_right .nwcsp_contact_form .plugin_header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .plugin_group--form_left_right .nwcsp_contact_form .plugin_header,
  .plugin_group--form_left_right .nwcsp_contact_form .form {
    max-width: initial;
  }
  .plugin_group--form_left_right .nwcsp_contact_form .submit_button {
    display: flex;
    justify-content: center;
  }
}

.plugin_group--service_person {
  padding-bottom: 4rem;
  padding-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .plugin_group--service_person {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .plugin_group--service_person {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 451px) {
  .plugin_group--service_person {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .plugin_group--service_person {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 1201px) {
  .plugin_group--service_person {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 1.3rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1200px) {
  .plugin_group--service_person {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .plugin_group--service_person {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1.3rem;
  }
}
.plugin_group--service_person .services,
.plugin_group--service_person .plugin_signpost_item,
.plugin_group--service_person .plugin_signpost_items,
.plugin_group--service_person .nwcsp_service_signpost,
.plugin_group--service_person .nwcsp_cont,
.plugin_group--service_person .item_cont,
.plugin_group--service_person .nwcsp_signpost.team .plugin_header {
  display: contents !important;
}
.plugin_group--service_person .nwcsp_signpost.team {
  margin-left: auto;
  margin-right: auto;
  max-width: 49rem;
  padding-bottom: 0;
  padding-top: 0;
  container-type: inline-size;
  background-color: transparent;
  align-self: center;
  width: 100%;
}
.plugin_group--service_person .nwcsp_signpost.team hr {
  display: block;
  border-width: 0;
  margin: 0;
  height: auto;
}
.plugin_group--service_person .nwcsp_signpost.team hr::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  clear: both;
  visibility: hidden;
  height: 0;
}
.plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='tel']),
.plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='mailto']) {
  font-weight: 700;
  color: currentcolor;
}
.plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='tel']) [href^='tel'],
.plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='tel']) [href^='mailto'],
.plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='mailto']) [href^='tel'],
.plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='mailto']) [href^='mailto'] {
  color: currentcolor;
}
@media only screen and (min-width: 451px) {
  .plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='tel']) [href^='tel'],
  .plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='tel']) [href^='mailto'],
  .plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='mailto']) [href^='tel'],
  .plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='mailto']) [href^='mailto'] {
    white-space: nowrap;
  }
}
.plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='tel']) [href^='tel']:not(:last-of-type),
.plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='tel']) [href^='mailto']:not(:last-of-type),
.plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='mailto']) [href^='tel']:not(:last-of-type),
.plugin_group--service_person .nwcsp_signpost.team hr + p:has([href^='mailto']) [href^='mailto']:not(:last-of-type) {
  margin-right: 3rem;
}
@container (min-width: 651px) {
  .plugin_group--service_person .nwcsp_signpost.team .plugin_header {
    text-align: left;
  }
  .plugin_group--service_person .nwcsp_signpost.team .plugin_header .nwcsp_item_button_group {
    justify-content: flex-start;
  }
  .plugin_group--service_person .nwcsp_signpost.team .plugin_header .nwcsp_title::after {
    left: 0;
    transform: none;
  }
  .plugin_group--service_person .nwcsp_signpost.team .nwcsp_cont {
    text-align: left;
  }
  .plugin_group--service_person .nwcsp_signpost.team .picture_tag_image {
    float: left;
    margin-right: 2rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .plugin_group--service_person .plugin_header {
    grid-column: span 3;
  }
  .plugin_group--service_person .nwcsp_service_signpost:has(.service:last-child:nth-child(3n)) + .nwcsp_signpost.team {
    grid-column: span 3;
  }
  .plugin_group--service_person .nwcsp_service_signpost:has(.service:last-child:nth-child(3n+1)) + .nwcsp_signpost.team {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1200px) {
  .plugin_group--service_person .plugin_header {
    grid-column: span 2;
  }
  .plugin_group--service_person .nwcsp_service_signpost:has(.service:last-child:nth-child(2n)) + .nwcsp_signpost.team {
    grid-column: span 2;
  }
}

.nwcsp_1_col {
  text-align: center;
  background-color: #050505;
}
.nwcsp_1_col .nwcsp_item_button_group {
  justify-content: center;
}
.nwcsp_1_col .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_1_col .nwcsp_perex {
  margin-bottom: 1.5em;
}
.nwcsp_1_col .nwcsp_item_button_group:only-child .nwcsp_item_button a {
  gap: 1em;
}
.nwcsp_1_col .nwcsp_item_button_group:only-child .nwcsp_item_button a::after {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  position: static;
  background: transparent url("/media/img/ico-reservation.svg") no-repeat center center/contain;
}
.nwcsp_1_col .with_ico {
  text-align: left;
  display: grid;
  grid-template-areas: 'title image' 'text  image' 'text  image';
  grid-template-columns: 0.9fr 1.1fr;
  grid-gap: 0 8vw;
  align-items: center;
}
.nwcsp_1_col .with_ico .nwcsp_item_button_group {
  justify-content: flex-start;
}
.nwcsp_1_col .with_ico .nwcsp_title::after {
  left: 0;
  transform: none;
}
@media only screen and (min-width: 1381px) {
  .nwcsp_1_col .with_ico {
    grid-gap: 0 7rem;
  }
}
@media only screen and (max-width: 850px) {
  .nwcsp_1_col .with_ico {
    grid-template-areas: 'title' 'text' 'image';
    grid-template-columns: 1fr;
  }
}
.nwcsp_1_col .with_ico.with_buttons {
  grid-template-areas: 'title image' 'text  image' 'btns  image';
}
@media only screen and (max-width: 850px) {
  .nwcsp_1_col .with_ico.with_buttons {
    grid-template-areas: 'title' 'text' 'image' 'btns';
  }
}
.nwcsp_1_col .with_ico .nwcsp_image {
  grid-area: image;
}
@media only screen and (max-width: 850px) {
  .nwcsp_1_col .with_ico .nwcsp_image {
    margin-top: 3rem;
  }
}
.nwcsp_1_col .with_ico .nwcsp_image img[src*='.svg'] {
  width: 100%;
}
.nwcsp_1_col .with_ico .nwcsp_title {
  grid-area: title;
  align-self: end;
}
.nwcsp_1_col .with_ico .nwcsp_item_text {
  grid-area: text;
  align-self: start;
}
.nwcsp_1_col .with_ico .nwcsp_item_button_group {
  grid-area: btns;
}
@media only screen and (max-width: 850px) {
  .nwcsp_1_col .with_ico {
    text-align: center;
  }
  .nwcsp_1_col .with_ico .nwcsp_item_button_group {
    justify-content: center;
  }
  .nwcsp_1_col .with_ico .nwcsp_title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.nwcsp_1_col.has_photo:not(.down_icon) {
  position: relative;
  overflow: hidden;
}
.nwcsp_1_col.has_photo:not(.down_icon)::before {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -60vw;
  right: -60vw;
  border-left: 220vw solid #0f0f0f;
  border-top: 400px solid transparent;
  border-bottom: 400px solid transparent;
  z-index: 1;
}
.nwcsp_1_col.has_photo:not(.down_icon) .nwcsp_cont {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 851px) {
  .nwcsp_1_col.has_photo:not(.down_icon) .nwcsp_cont {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 851px) and (max-width: 600px) {
  .nwcsp_1_col.has_photo:not(.down_icon) .nwcsp_cont {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 851px) and (max-width: 600px) {
  .nwcsp_1_col.has_photo:not(.down_icon) .nwcsp_cont {
    padding-top: 3rem;
  }
}

.nwcsp_1_col.has_photo:not(.down_icon).shape a {
  color: inherit;
}
.nwcsp_1_col.has_photo:not(.down_icon).shape::before {
  border-left-width: 0;
  border-right: 220vw solid #ae0e1f;
}
@media only screen and (min-width: 851px) {
  .nwcsp_1_col.has_photo:not(.down_icon).shape .with_ico {
    grid-template-areas: 'image title' 'image text' 'image text';
    grid-template-columns: 1.1fr 0.9fr;
  }
  .nwcsp_1_col.has_photo:not(.down_icon).shape .with_ico .nwcsp_title::after {
    border-bottom-color: #fff;
  }
  .nwcsp_1_col.has_photo:not(.down_icon).shape .with_ico.with_buttons {
    grid-template-areas: 'image title' 'image text' 'image btns';
  }
}
.nwcsp_1_col.has_photo:not(.down_icon) + .nwcsp_1_col.has_photo:not(.down_icon) {
  border-top-width: 0;
}
.nwcsp_1_col.has_photo:not(.down_icon) + .nwcsp_1_col.has_photo:not(.down_icon),
.nwcsp_1_col.has_photo:not(.down_icon) + .plugin_group--text_video, .plugin_group--text_video + .nwcsp_1_col.has_photo:not(.down_icon) {
  margin-top: -4rem;
}
@media only screen and (max-width: 600px) {
  .nwcsp_1_col.has_photo:not(.down_icon) + .nwcsp_1_col.has_photo:not(.down_icon),
  .nwcsp_1_col.has_photo:not(.down_icon) + .plugin_group--text_video, .plugin_group--text_video + .nwcsp_1_col.has_photo:not(.down_icon) {
    margin-top: -3rem;
  }
}
.nwcsp_1_col.justify_align {
  text-align: left;
  text-align: justify;
}
.nwcsp_1_col.justify_align .nwcsp_item_button_group {
  justify-content: flex-start;
}
.nwcsp_1_col.justify_align .nwcsp_title::after {
  left: 0;
  transform: none;
}
.nwcsp_1_col.down_icon {
  padding-bottom: 3rem;
  padding-top: 3rem;
  background-color: #191919;
}
.nwcsp_1_col.down_icon .nwcsp_title {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 1.5rem;
  line-height: 1.33333em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .nwcsp_1_col.down_icon .nwcsp_title {
    font-size: 1rem;
    line-height: 1.375em;
    margin-bottom: 1em;
  }
}
.nwcsp_1_col.down_icon .nwcsp_title::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #ae0e1f;
  left: 0;
  bottom: 0;
  width: 8em;
}
.nwcsp_1_col.down_icon .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_1_col.down_icon .with_ico {
  text-align: center;
  grid-template-areas: 'title' 'text' 'btns' 'image';
  grid-template-columns: 1fr;
}
.nwcsp_1_col.down_icon .with_ico .nwcsp_item_button_group {
  justify-content: center;
}
.nwcsp_1_col.down_icon .with_ico .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_1_col.down_icon .with_ico .picture_tag_image {
  margin-top: 2rem;
}
.nwcsp_1_col.down_icon .with_ico .picture_tag_image img {
  box-shadow: 0 0 0 0 transparent;
  max-width: 80px;
}
.nwcsp_1_col.highlighted {
  font-weight: 600;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
  background-color: #ae0e1f;
}
.nwcsp_1_col.highlighted .wysiwyg_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
.nwcsp_1_col.highlighted:last-child {
  border-bottom: 1px solid #333;
}

.nwcsp_paragraph_left_right .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_paragraph_left_right .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_paragraph_left_right .paginator_wrapper {
  display: flex;
  justify-content: center;
  margin-top: -20rem;
  padding-top: 17rem;
  position: relative;
}
.nwcsp_paragraph_left_right .paginator_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: linear-gradient(to bottom, transparent, #0f0f0f 80%);
}
.nwcsp_paragraph_left_right .paginator_wrapper .paginator_item {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
  background-color: #191919;
  border-color: #fefefe;
  gap: 1em;
  display: inline-flex !important;
  position: relative;
  border-color: transparent;
}
.nwcsp_paragraph_left_right .paginator_wrapper .paginator_item:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.nwcsp_paragraph_left_right .paginator_wrapper .paginator_item:active, .nwcsp_paragraph_left_right .paginator_wrapper .paginator_item:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.nwcsp_paragraph_left_right .paginator_wrapper .paginator_item.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.nwcsp_paragraph_left_right .paginator_wrapper .paginator_item:hover {
  background-color: #989898;
  border-color: #fefefe;
}
.nwcsp_paragraph_left_right .paginator_wrapper .paginator_item.disabled {
  background-color: #191919;
}
.nwcsp_paragraph_left_right .paginator_wrapper .paginator_item::after {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  position: static;
  background: transparent url("/media/img/arrow-right-xlarge.svg") no-repeat center center/contain;
}
.nwcsp_paragraph_left_right .paginator_wrapper .paginator_item .waiter-inspire .waiter-inspire-text {
  display: none;
}
.nwcsp_paragraph_left_right .paginator_wrapper .paginator_item .waiter-inspire .waiter-inspire-img-helper {
  margin-left: auto;
  margin-right: auto;
  max-width: 2rem;
}
.nwcsp_paragraph_left_right .paginator_wrapper .paginator_item::after {
  transform: rotate(0.25turn);
}
.nwcsp_paragraph_left_right svg {
  fill: #ae0e1f;
  stroke: #ae0e1f;
}
.nwcsp_paragraph_left_right .nwcsp_item_group {
  overflow: hidden;
  height: 850px;
}
.nwcsp_paragraph_left_right .nwcsp_item_group.opened {
  height: auto;
}
.nwcsp_paragraph_left_right .nwcsp_item_group.opened + .fake_paginator {
  display: none;
}
.nwcsp_paragraph_left_right_item .slick-track {
  display: flex;
}
.nwcsp_paragraph_left_right_item .slick-list {
  overflow: hidden;
}
.nwcsp_paragraph_left_right_item .slick-slide {
  float: none;
  height: auto;
}
.nwcsp_paragraph_left_right_item .nwjs_carousel {
  overflow: hidden;
}
.nwcsp_paragraph_left_right_item .nwjs_carousel:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}
.nwcsp_paragraph_left_right_item__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 4rem;
}
.nwcsp_paragraph_left_right_item:first-child .nwcsp_item_button a {
  gap: 1em;
}
.nwcsp_paragraph_left_right_item:first-child .nwcsp_item_button a::after {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  position: static;
  background: transparent url("/media/img/ico-reservation.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 450px) {
  .nwcsp_paragraph_left_right_item {
    text-align: center;
  }
  .nwcsp_paragraph_left_right_item .nwcsp_item_button_group {
    justify-content: center;
  }
  .nwcsp_paragraph_left_right_item svg {
    max-width: 5rem !important;
  }
  .nwcsp_paragraph_left_right_item .nwcsp_item_ico {
    display: flex;
    justify-content: center;
  }
}
.nwcsp_paragraph_left_right:not(.no_sides) {
  background-color: #050505;
}
.nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_cont {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: inherit;
  width: auto;
}
.nwcsp_paragraph_left_right:not(.no_sides) .paginator_wrapper {
  z-index: 2;
}
.nwcsp_paragraph_left_right:not(.no_sides) .paginator_wrapper::before {
  background-image: linear-gradient(to bottom, transparent, #050505 80%);
}
.nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item {
  margin-top: 5vh;
}
.nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 451px) {
  .nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item:nth-child(even) {
  position: relative;
  overflow: hidden;
  overflow: visible;
}
.nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item:nth-child(even)::before {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -60vw;
  right: -60vw;
  border-left: 220vw solid #0f0f0f;
  border-top: 400px solid transparent;
  border-bottom: 400px solid transparent;
  z-index: 1;
}
.nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item:first-child {
  margin-top: 3vh;
}
.nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item svg {
  max-width: 10rem;
}
@media only screen and (min-width: 601px) {
  .nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item .picture_tag_image {
    text-align: center;
  }
  .nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item .picture_tag_image img {
    border-radius: 4px;
  }
  .nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item:nth-child(even) .nwcsp_paragraph_left_right_item__inner {
    grid-template-columns: 1.9fr minmax(0, 1fr);
  }
  .nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item:nth-child(even) .nwcsp_item_ico:first-child {
    order: 1;
    justify-self: end;
    max-width: 100%;
  }
  .nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item:nth-child(even) .nwcsp_item_body:last-child {
    order: -1;
  }
  .nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item:nth-child(odd) .nwcsp_paragraph_left_right_item__inner {
    grid-template-columns: minmax(0, 1fr) 1.9fr;
  }
}
@media only screen and (min-width: 601px) {
  .nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_paragraph_left_right_item .nwcsp_paragraph_left_right_item__inner {
    align-items: center;
  }
}
.nwcsp_paragraph_left_right:not(.no_sides) .nwcsp_cont > .nwcsp_item_group:first-child .nwcsp_paragraph_left_right_item:first-child {
  margin-top: 0;
}
.nwcsp_paragraph_left_right.no_sides {
  background-color: #191919;
}
.nwcsp_paragraph_left_right.no_sides .paginator_wrapper::before {
  background-image: linear-gradient(to bottom, transparent, #191919 80%);
}
.nwcsp_paragraph_left_right.no_sides .nwcsp_item_group {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.nwcsp_paragraph_left_right.no_sides .nwcsp_paragraph_left_right_item {
  margin-top: 3rem;
}
.nwcsp_paragraph_left_right.no_sides .nwcsp_paragraph_left_right_item svg {
  max-width: 5rem;
}
@media only screen and (min-width: 451px) {
  .nwcsp_paragraph_left_right.no_sides .nwcsp_paragraph_left_right_item .nwcsp_paragraph_left_right_item__inner {
    grid-template-columns: 6fr 1fr;
  }
  .nwcsp_paragraph_left_right.no_sides .nwcsp_paragraph_left_right_item :first-child {
    order: 1;
    justify-self: end;
  }
  .nwcsp_paragraph_left_right.no_sides .nwcsp_paragraph_left_right_item :last-child {
    order: -1;
  }
}

.nwcsp_youtube .outer_video_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  border-radius: 4px;
  overflow: hidden;
}
.nwcsp_youtube .outer_video_wrapper .video_play_button_default {
  position: absolute;
  left: calc(50% - 4.85rem);
  top: calc(50% - 4.85rem);
  height: 9.7rem;
  width: 9.7rem;
  background-color: #e52121;
}
.nwcsp_youtube .outer_video_wrapper .video_play_button_default::after {
  position: absolute;
  left: calc(50% - 1rem);
  top: calc(50% - 1rem);
  height: 2rem;
  width: 2rem;
  background: url("/media/img/arrow-video.svg") no-repeat center center/contain;
  border-width: 0;
}
@media only screen and (max-width: 850px) {
  .nwcsp_youtube .outer_video_wrapper .video_play_button_default {
    display: none;
  }
}
.nwcsp_youtube .outer_video_wrapper .video_preview:hover .video_play_button_default {
  background-color: #a41717;
}
@media only screen and (min-width: 861px) {
  .nwcsp_youtube:not(.nwcsp_youtube_gallery) .nwcsp_title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .nwcsp_youtube:not(.nwcsp_youtube_gallery) .plugin_header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.nwcsp_youtube_gallery .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_youtube_gallery .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_youtube_gallery .nwcsp_cont {
  padding-left: 0;
  padding-right: 0;
}
.nwcsp_youtube_gallery .plugin_header {
  padding-left: 4rem;
  padding-right: 4rem;
}
.nwcsp_youtube_gallery .outer_video_wrapper .video_play_button_default {
  position: absolute;
  left: calc(50% - 2.25rem);
  top: calc(50% - 2.25rem);
  height: 4.5rem;
  width: 4.5rem;
}
.nwcsp_youtube_gallery .outer_video_wrapper .video_play_button_default::after {
  position: absolute;
  left: calc(50% - 0.85rem);
  top: calc(50% - 0.85rem);
  height: 1.7rem;
  width: 1.7rem;
}
.nwcsp_youtube_gallery .outer_video_wrapper,
.nwcsp_youtube_gallery .texts {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
.nwcsp_youtube_gallery .video_item {
  padding: 1.8rem;
}
.nwcsp_youtube_gallery .videos {
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
}
.nwcsp_youtube_gallery .videos .slick-track {
  display: flex;
}
.nwcsp_youtube_gallery .videos .slick-list {
  overflow: hidden;
}
.nwcsp_youtube_gallery .videos .slick-slide {
  float: none;
  height: auto;
}
.nwcsp_youtube_gallery .videos .nwjs_carousel {
  overflow: hidden;
}
.nwcsp_youtube_gallery .videos:not(.slick-initialized) {
  display: flex;
  justify-content: flex-start;
}
.nwcsp_youtube_gallery .videos:not(.slick-initialized) > * {
  display: none;
}
@media only screen and (min-width: 901px) {
  .nwcsp_youtube_gallery .videos:not(.slick-initialized) > *:nth-child(-n + 3) {
    display: flex;
    width: 33.33333%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 900px) {
  .nwcsp_youtube_gallery .videos:not(.slick-initialized) > *:nth-child(-n + 2) {
    display: flex;
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .nwcsp_youtube_gallery .videos:not(.slick-initialized) > *:first-child {
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .nwcsp_youtube_gallery .videos,
  .nwcsp_youtube_gallery .videos .slick-track {
    align-items: center;
  }
}
.nwcsp_youtube_gallery .nwcsp_item_title {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 1rem;
  line-height: 1.375em;
  margin-top: 1rem;
}

.nwcsp_gmap .gmap {
  border-radius: 4px;
  height: 242px;
  margin-top: 2rem;
}
.nwcsp_gmap .nwcsp_item_button a {
  gap: 1em;
}
.nwcsp_gmap .nwcsp_item_button a::after {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  position: static;
  background: transparent url("/media/img/ico-reservation.svg") no-repeat center center/contain;
}
.nwcsp_gmap .nwcsp_item_button_group {
  margin-top: 2rem;
}
.nwcsp_gmap address a {
  font-weight: 700;
  padding-left: 1.5rem;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.nwcsp_gmap address a strong {
  text-decoration: underline;
}
.nwcsp_gmap address a em {
  font-weight: 400;
  font-style: normal;
  color: #ae0e1f;
}
.nwcsp_gmap address a::before {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  background: url("/media/img/ico-pin.svg") no-repeat center center/contain;
  left: 0;
  top: 0.4em;
}
.nwcsp_gmap address a:hover strong {
  text-decoration: none;
}
.nwcsp_gmap address:not(:last-child) {
  margin-bottom: 1.25rem;
}
.nwcsp_gmap .wysiwyg_wrapper h4 {
  font-size: 1rem;
  line-height: 1.75em;
  color: #ae0e1f;
  margin-bottom: 0;
}
@media only screen and (min-width: 851px) and (max-width: 1150px) {
  .nwcsp_gmap .wysiwyg_cols--2 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 550px) {
  .nwcsp_gmap .wysiwyg_cols--2 {
    grid-template-columns: 1fr;
  }
}
.nwcsp_gmap .external_link {
  padding: 0.5em;
  margin: 0.5em -0.5em -0.5em;
}

.nwcsp_contact_form .plugin_header,
.nwcsp_contact_form .form {
  max-width: 550px;
}
.nwcsp_contact_form .agreement_evidence + .agreement_evidence {
  margin-top: -0.7rem;
}
.nwcsp_contact_form .form_thanks {
  color: #ae0e1f;
}
@media only screen and (max-width: 646px) {
  .nwcsp_contact_form .nwcsp_title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .nwcsp_contact_form .plugin_header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .nwcsp_contact_form .submit_button {
    display: flex;
    justify-content: center;
  }
}

.nwcsp_signpost .item_cont {
  display: block;
}
.nwcsp_signpost.base .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_signpost.base .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_signpost.base .nwcsp_title {
  margin-bottom: 2em;
}
@media only screen and (min-width: 451px) {
  .nwcsp_signpost.base .plugin_signpost_items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_signpost.base .plugin_signpost_items {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 2.5rem;
  }
}
.nwcsp_signpost.base .plugin_signpost_button {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.nwcsp_signpost.base .signpost_item {
  display: grid;
  grid-template-areas: 'icon title';
  grid-template-columns: 25px 1fr;
  grid-gap: 0.7rem 1rem;
  align-content: start;
}
.nwcsp_signpost.base .signpost_item--has_text {
  grid-template-areas: 'icon title' 'text text';
}
.nwcsp_signpost.base .signpost_item__icon {
  grid-area: icon;
  align-self: center;
}
.nwcsp_signpost.base .signpost_item__icon svg {
  fill: #ae0e1f;
}
.nwcsp_signpost.base .signpost_item__title {
  grid-area: title;
  color: #ae0e1f;
  margin-bottom: 0;
}
.nwcsp_signpost.base .signpost_item__text {
  grid-area: text;
}
.nwcsp_signpost.rehearsals {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  background-color: #050505;
  text-align: center;
  position: relative;
}
.nwcsp_signpost.rehearsals .nwcsp_cont {
  padding-left: 4rem;
  padding-right: 4rem;
}
.nwcsp_signpost.rehearsals .item_cont {
  width: 100%;
}
.nwcsp_signpost.rehearsals .nwcsp_item_title {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
  margin-bottom: 0;
  white-space: nowrap;
}
.nwcsp_signpost.rehearsals .nwcsp_item_title::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #ae0e1f;
  left: 0;
  bottom: 0;
  width: 3em;
}
.nwcsp_signpost.rehearsals .nwcsp_item_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_signpost.rehearsals .nwcsp_item_title::after {
  display: none;
}
.nwcsp_signpost.rehearsals .wysiwyg_wrapper {
  font-weight: 600;
  color: #989898;
}
.nwcsp_signpost.rehearsals .plugin_signpost_item:first-child .nwcsp_item_title {
  color: #ae0e1f;
}
.nwcsp_signpost.rehearsals .plugin_signpost_item:first-child .nwcsp_item_title::after {
  display: block;
}
.nwcsp_signpost.rehearsals .plugin_signpost_items {
  position: static;
}
.nwcsp_signpost.rehearsals .plugin_signpost_items .slick-track {
  display: flex;
}
.nwcsp_signpost.rehearsals .plugin_signpost_items .slick-list {
  overflow: hidden;
}
.nwcsp_signpost.rehearsals .plugin_signpost_items .slick-slide {
  float: none;
  height: auto;
}
.nwcsp_signpost.rehearsals .plugin_signpost_items .nwjs_carousel {
  overflow: hidden;
}
.nwcsp_signpost.rehearsals .plugin_signpost_items:not(.slick-initialized) {
  display: flex;
  justify-content: flex-start;
}
.nwcsp_signpost.rehearsals .plugin_signpost_items:not(.slick-initialized) > * {
  display: none;
}
@media only screen and (min-width: 771px) {
  .nwcsp_signpost.rehearsals .plugin_signpost_items:not(.slick-initialized) > *:nth-child(-n + 3) {
    display: flex;
    width: 33.33333%;
  }
}
@media only screen and (min-width: 451px) and (max-width: 770px) {
  .nwcsp_signpost.rehearsals .plugin_signpost_items:not(.slick-initialized) > *:nth-child(-n + 2) {
    display: flex;
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_signpost.rehearsals .plugin_signpost_items:not(.slick-initialized) > *:first-child {
    display: flex;
    width: 100%;
  }
}
.nwcsp_signpost.rehearsals .plugin_signpost_items,
.nwcsp_signpost.rehearsals .plugin_signpost_items .slick-track {
  align-items: end;
}
.nwcsp_signpost.advantages svg {
  margin-left: auto;
  margin-right: auto;
  max-width: 64px;
}
.nwcsp_signpost.advantages .nwcsp_item_title {
  margin-bottom: 0;
  margin-top: 1em;
}
.nwcsp_signpost.advantages .plugin_signpost_items {
  justify-items: center;
  text-align: center;
}
@media only screen and (min-width: 851px) {
  .nwcsp_signpost.advantages .plugin_signpost_items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  .nwcsp_signpost.advantages .plugin_signpost_items {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 3rem;
  }
}
.nwcsp_signpost.advantages + .nwcsp_plugin_wrapper {
  border-top-width: 0;
}
.nwcsp_signpost.advantages .plugin_signpost_button__inner {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: 3rem;
}
.nwcsp_signpost.socials .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_signpost.socials .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_signpost.socials svg {
  margin-left: auto;
  margin-right: auto;
  max-width: 40px;
}
.nwcsp_signpost.socials .item_cont {
  background-color: #ae0e1f;
  border-radius: 4px;
  padding: 0.7rem;
}
.nwcsp_signpost.socials a.item_cont {
  transition: background-color 0.2s;
}
.nwcsp_signpost.socials a.item_cont:hover {
  background-color: #6f0f0f;
}
.nwcsp_signpost.socials .plugin_signpost_items {
  margin-left: auto;
  margin-right: auto;
  max-width: 25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.nwcsp_signpost.rating, .nwcsp_signpost.team, .nwcsp_signpost.process {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  background-color: #050505;
}
.nwcsp_signpost.rating .nwcsp_title::after, .nwcsp_signpost.team .nwcsp_title::after, .nwcsp_signpost.process .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_signpost.rating .plugin_header, .nwcsp_signpost.team .plugin_header, .nwcsp_signpost.process .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_signpost.rating .nwcsp_cont, .nwcsp_signpost.team .nwcsp_cont, .nwcsp_signpost.process .nwcsp_cont {
  padding-left: 0;
  padding-right: 0;
}
.nwcsp_signpost.rating .plugin_header, .nwcsp_signpost.team .plugin_header, .nwcsp_signpost.process .plugin_header {
  padding-left: 4rem;
  padding-right: 4rem;
}
.nwcsp_signpost.rating .item_cont {
  padding: 4rem 3rem;
}
@media only screen and (max-width: 850px) {
  .nwcsp_signpost.rating .item_cont {
    padding: 2rem 3vw;
    text-align: center;
  }
  .nwcsp_signpost.rating .item_cont .rating {
    justify-content: center;
  }
}
.nwcsp_signpost.rating .wysiwyg_wrapper {
  margin-top: 1rem;
}
.nwcsp_signpost.rating .plugin_signpost_items {
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
}
.nwcsp_signpost.rating .plugin_signpost_items .slick-track {
  display: flex;
}
.nwcsp_signpost.rating .plugin_signpost_items .slick-list {
  overflow: hidden;
}
.nwcsp_signpost.rating .plugin_signpost_items .slick-slide {
  float: none;
  height: auto;
}
.nwcsp_signpost.rating .plugin_signpost_items .nwjs_carousel {
  overflow: hidden;
}
.nwcsp_signpost.rating .plugin_signpost_items:not(.slick-initialized) {
  display: flex;
  justify-content: flex-start;
}
.nwcsp_signpost.rating .plugin_signpost_items:not(.slick-initialized) > * {
  display: none;
}
@media only screen and (min-width: 901px) {
  .nwcsp_signpost.rating .plugin_signpost_items:not(.slick-initialized) > *:nth-child(-n + 3) {
    display: flex;
    width: 33.33333%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 900px) {
  .nwcsp_signpost.rating .plugin_signpost_items:not(.slick-initialized) > *:nth-child(-n + 2) {
    display: flex;
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .nwcsp_signpost.rating .plugin_signpost_items:not(.slick-initialized) > *:first-child {
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .nwcsp_signpost.rating .plugin_signpost_items,
  .nwcsp_signpost.rating .plugin_signpost_items .slick-track {
    align-items: center;
  }
}
.nwcsp_signpost.team, .nwcsp_signpost.process {
  text-align: center;
}
.nwcsp_signpost.team .item_cont, .nwcsp_signpost.process .item_cont {
  padding: 1.8rem;
}
.nwcsp_signpost.team .wysiwyg_wrapper, .nwcsp_signpost.process .wysiwyg_wrapper {
  margin-top: 1rem;
}
.nwcsp_signpost.team .plugin_signpost_items, .nwcsp_signpost.process .plugin_signpost_items {
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
}
.nwcsp_signpost.team .plugin_signpost_items .slick-track, .nwcsp_signpost.process .plugin_signpost_items .slick-track {
  display: flex;
}
.nwcsp_signpost.team .plugin_signpost_items .slick-list, .nwcsp_signpost.process .plugin_signpost_items .slick-list {
  overflow: hidden;
}
.nwcsp_signpost.team .plugin_signpost_items .slick-slide, .nwcsp_signpost.process .plugin_signpost_items .slick-slide {
  float: none;
  height: auto;
}
.nwcsp_signpost.team .plugin_signpost_items .nwjs_carousel, .nwcsp_signpost.process .plugin_signpost_items .nwjs_carousel {
  overflow: hidden;
}
.nwcsp_signpost.team .plugin_signpost_items:not(.slick-initialized), .nwcsp_signpost.process .plugin_signpost_items:not(.slick-initialized) {
  display: flex;
  justify-content: flex-start;
}
.nwcsp_signpost.team .plugin_signpost_items:not(.slick-initialized) > *, .nwcsp_signpost.process .plugin_signpost_items:not(.slick-initialized) > * {
  display: none;
}
@media only screen and (min-width: 1201px) {
  .nwcsp_signpost.team .plugin_signpost_items:not(.slick-initialized) > *:nth-child(-n + 4), .nwcsp_signpost.process .plugin_signpost_items:not(.slick-initialized) > *:nth-child(-n + 4) {
    display: flex;
    width: 25%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .nwcsp_signpost.team .plugin_signpost_items:not(.slick-initialized) > *:nth-child(-n + 3), .nwcsp_signpost.process .plugin_signpost_items:not(.slick-initialized) > *:nth-child(-n + 3) {
    display: flex;
    width: 33.33333%;
  }
}
@media only screen and (min-width: 651px) and (max-width: 900px) {
  .nwcsp_signpost.team .plugin_signpost_items:not(.slick-initialized) > *:nth-child(-n + 2), .nwcsp_signpost.process .plugin_signpost_items:not(.slick-initialized) > *:nth-child(-n + 2) {
    display: flex;
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .nwcsp_signpost.team .plugin_signpost_items:not(.slick-initialized) > *:first-child, .nwcsp_signpost.process .plugin_signpost_items:not(.slick-initialized) > *:first-child {
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .nwcsp_signpost.team .plugin_signpost_items,
  .nwcsp_signpost.team .plugin_signpost_items .slick-track, .nwcsp_signpost.process .plugin_signpost_items,
  .nwcsp_signpost.process .plugin_signpost_items .slick-track {
    align-items: center;
  }
}
.nwcsp_signpost.team .picture_tag_image {
  margin-left: auto;
  margin-right: auto;
  max-width: 256px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.nwcsp_signpost.team .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.nwcsp_signpost.team .picture_tag_image::after {
  content: "";
  display: block;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: rgba(174, 14, 31, 0.8);
  mix-blend-mode: darken;
}
.nwcsp_signpost.process svg {
  fill: #ae0e1f;
}
.nwcsp_signpost.process .nwcsp_item_image {
  margin-left: auto;
  margin-right: auto;
  max-width: 64px;
  margin-bottom: 1.5rem;
}
.nwcsp_signpost.process .item_cont .nwcsp_item_button {
  color: #ae0e1f;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 1rem;
}
.nwcsp_signpost.process .item_cont .nwcsp_item_button:hover {
  text-decoration: none;
}
.nwcsp_signpost.process a.item_cont:hover .nwcsp_item_button {
  text-decoration: none;
}
.nwcsp_signpost.process .plugin_signpost_button {
  margin-top: 1rem;
}
.nwcsp_signpost.process .plugin_signpost_button__inner {
  gap: 1em;
}
.nwcsp_signpost.process .plugin_signpost_button__inner::after {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  position: static;
  background: transparent url("/media/img/ico-reservation.svg") no-repeat center center/contain;
}

.nwcsp_reservation {
  background-color: #050505;
  position: relative;
}
.nwcsp_reservation .form {
  position: static !important;
}
@media only screen and (max-width: 850px) {
  .nwcsp_reservation .waiter-inspire {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    display: flex;
  }
}

.tabs__header {
  cursor: pointer;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  padding: 3vh 1rem;
}
.tabs__header__title {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 1.5rem;
  line-height: 1.33333em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
  margin-bottom: 0 !important;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .tabs__header__title {
    font-size: 1rem;
    line-height: 1.375em;
    margin-bottom: 1em;
  }
}
.tabs__header__title::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #ae0e1f;
  left: 0;
  bottom: 0;
  width: 3em;
}
.tabs__header__title::after {
  left: 50%;
  transform: translateX(-50%);
}
.tabs__header__title::after {
  display: none;
}
.tabs__header__subtitle {
  font-weight: 600;
  color: #989898;
}
.tabs__headers__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.tabs__header.active {
  cursor: default;
}
.tabs__header.active .tabs__header__title {
  color: #ae0e1f;
}
.tabs__header.active .tabs__header__title::after {
  display: block;
}

.price_box {
  font-weight: 700;
  padding-bottom: 3vh;
  padding-top: 3vh;
  display: grid;
  grid-template-areas: 'time price';
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.2rem 1rem;
  align-items: baseline;
  text-align: center;
}
.price_box__time {
  grid-area: time;
}
.price_box__price {
  font-size: 1.5rem;
  line-height: 1.33333em;
  grid-area: price;
}
@media only screen and (max-width: 600px) {
  .price_box__price {
    text-align: right;
  }
}
.price_box:not(:last-of-type) {
  border-bottom: 1px solid #ae0e1f;
}

.pricing_bottom_text {
  text-align: center;
}

.pricing_button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
  gap: 1em;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.pricing_button:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.pricing_button:active, .pricing_button:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.pricing_button.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.pricing_button::after {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  position: static;
  background: transparent url("/media/img/ico-reservation.svg") no-repeat center center/contain;
}

.nwcsp_pricing {
  padding-top: 0;
}
.nwcsp_pricing .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_pricing .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_pricing .nwcsp_cont {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: inherit;
  width: auto;
}
.nwcsp_pricing .tabs__headers__inner,
.nwcsp_pricing .tabs__bodies {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: 100%;
}
@media only screen and (min-width: 451px) {
  .nwcsp_pricing .tabs__headers__inner,
  .nwcsp_pricing .tabs__bodies {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_pricing .tabs__headers__inner,
  .nwcsp_pricing .tabs__bodies {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.nwcsp_pricing .tabs__headers {
  background-color: #050505;
}
.nwcsp_pricing .pricing_button {
  margin-top: 1rem;
}
.nwcsp_pricing .pricing_bottom_text {
  margin-top: 1rem;
}
@media only screen and (min-width: 401px) {
  .nwcsp_pricing .tabs__body .tabs__header, .nwcsp_pricing .tabs__body.inactive {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .nwcsp_pricing .tabs__header {
    cursor: default;
    padding-bottom: 0;
  }
  .nwcsp_pricing .tabs__header__title {
    font-size: 1.5rem;
    line-height: 1.33333em;
  }
  .nwcsp_pricing .tabs__headers {
    display: none;
  }
  .nwcsp_pricing .tabs__body:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.price_group {
  background-color: #0f0f0f;
  border: 1px solid #333;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  max-width: 25rem;
  width: 100%;
  text-align: center;
}
.price_groups {
  align-items: center;
  margin-top: 3rem;
}
@media only screen and (min-width: 901px) {
  .price_groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 1.5rem;
  }
}
@media only screen and (max-width: 900px) {
  .price_groups {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1.5rem;
  }
}
.price_group__label {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 1.5rem;
  line-height: 1.33333em;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 600px) {
  .price_group__label {
    font-size: 1rem;
    line-height: 1.375em;
    margin-bottom: 1em;
  }
}
.price_group__label__equals {
  display: block;
}
.price_group__percentage {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 3.5rem;
  line-height: 1.35714em;
  color: #ae0e1f;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .price_group__percentage {
    font-size: 2rem;
    line-height: 1.34375em;
  }
}
.price_group__discount {
  font-weight: 700;
  color: #ae0e1f;
}
.price_group__text {
  margin-top: 1rem;
}
.price_group__text__note__highlight {
  font-weight: 700;
}
.price_group__button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
  margin-top: 2rem;
}
.price_group__button:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.price_group__button:active, .price_group__button:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.price_group__button.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.price_group__inner {
  padding: 2rem;
}
.price_group__highlight {
  font-weight: 700;
  background-color: #ae0e1f;
  text-transform: uppercase;
  padding: 0.85em 1.5em;
}
.price_group--extended .price_group__label {
  margin-bottom: 0;
}
.price_group--highlighted {
  box-shadow: 0 6px 30px 10px rgba(253, 253, 253, 0.1);
}
@media only screen and (max-width: 900px) {
  .price_group--highlighted {
    grid-row-start: 1;
  }
}
.price_group--highlighted .price_group__percentage {
  font-size: 4.5rem;
  line-height: 1.22222em;
}
@media only screen and (max-width: 600px) {
  .price_group--highlighted .price_group__percentage {
    font-size: 3.5rem;
    line-height: 1.35714em;
  }
}

.nwcsp_pricegroup {
  background-color: #050505;
}
.nwcsp_pricegroup .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_pricegroup .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_pricegroup .nwcsp_title__extended {
  font-size: 75%;
}
.nwcsp_pricegroup .plugin_text {
  text-align: center;
}
.nwcsp_pricegroup .plugin_text a {
  font-weight: 700;
  color: #ae0e1f;
}
.nwcsp_pricegroup + .nwcsp_1_col {
  margin-top: -4rem;
}
@media only screen and (max-width: 600px) {
  .nwcsp_pricegroup + .nwcsp_1_col {
    margin-top: -3rem;
  }
}

.nwcsp_voucherpromotion {
  text-align: center;
}
.nwcsp_voucherpromotion .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_voucherpromotion .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_voucherpromotion .nwcsp_item_button_group {
  justify-content: center;
}
.nwcsp_voucherpromotion .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_voucherpromotion button {
  width: 100%;
}
@media only screen and (min-width: 1px) {
  .nwcsp_voucherpromotion label {
    grid-area: label;
  }
  .nwcsp_voucherpromotion input {
    grid-area: input;
  }
  .nwcsp_voucherpromotion .error_messages {
    grid-area: error_messages;
  }
  .nwcsp_voucherpromotion button {
    grid-area: button;
  }
  .nwcsp_voucherpromotion .form__items {
    display: grid;
    grid-template: "label          empty" "input          button" "error_messages error_messages"/1fr max-content;
    gap: 0 1rem;
  }
  .nwcsp_voucherpromotion .label,
  .nwcsp_voucherpromotion .field,
  .nwcsp_voucherpromotion .form_item {
    display: contents;
  }
}
.nwcsp_voucherpromotion .nwcsp_cont {
  max-width: 666px;
}
.nwcsp_voucherpromotion .wysiwyg_wrapper {
  text-align: center;
}
.nwcsp_voucherpromotion .form {
  margin-top: 2rem;
  text-align: left;
}
.nwcsp_voucherpromotion .form .waiter-inspire .waiter-inspire-text {
  display: none;
}
.nwcsp_voucherpromotion .form .waiter-inspire .waiter-inspire-img-helper {
  margin-left: auto;
  margin-right: auto;
  max-width: 3rem;
}
.nwcsp_voucherpromotion .form .waiter-inspire {
  background-color: transparent;
}

@media only screen and (max-width: 600px) {
  .nwcsp_tab {
    text-align: center;
  }
  .nwcsp_tab .nwcsp_title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .nwcsp_tab .plugin_header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.nwcsp_tab .nwcsp_item_title,
.nwcsp_tab .tab_headers,
.nwcsp_tab .nwcsp_item {
  display: none;
}
.nwcsp_tab .tab_header {
  transition: color 0.2s;
  font-weight: 600;
  padding: 1.3rem 1.4rem;
  cursor: pointer;
}
@media only screen and (min-width: 601px) {
  .nwcsp_tab .tab_header {
    position: relative;
    padding-right: 3.5rem;
  }
  .nwcsp_tab .tab_header::after {
    transition: transform 0.2s;
    content: "";
    display: block;
    position: absolute;
    height: 1rem;
    width: 1rem;
    background: url("/media/img/arrow-down-large-primary.svg") no-repeat center center/contain;
    right: 1.5rem;
    top: 1.8rem;
  }
}
.nwcsp_tab .nwcsp_item {
  padding: 0.2rem 1.4rem 1.3rem;
}
.nwcsp_tab .tab_button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #ae0e1f;
  border: 2px solid #ae0e1f;
  border-radius: 4px;
  padding: 0.8em 1.9em;
  color: inherit;
  text-transform: uppercase;
  background-color: #191919;
  border-color: #fefefe;
  position: relative;
  padding-right: 3.5rem;
  border-color: transparent;
  margin-bottom: 1.3rem;
}
.nwcsp_tab .tab_button:hover {
  background-color: #6f0f0f;
  border-color: #6f0f0f;
}
.nwcsp_tab .tab_button:active, .nwcsp_tab .tab_button:focus {
  background-color: #ae0e1f;
  border-color: #fefefe;
}
.nwcsp_tab .tab_button.disabled {
  background-color: #989898;
  border-color: #989898;
  cursor: not-allowed;
}
.nwcsp_tab .tab_button:hover {
  background-color: #989898;
  border-color: #fefefe;
}
.nwcsp_tab .tab_button.disabled {
  background-color: #191919;
}
.nwcsp_tab .tab_button::after {
  transition: transform 0.2s;
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  background: url("/media/img/arrow-down-large-primary.svg") no-repeat center center/contain;
  right: 1.5rem;
  top: 1rem;
}
.nwcsp_tab .tab_button__text--hide {
  display: none;
}
@media only screen and (min-width: 601px) {
  .nwcsp_tab .tab_button {
    display: none;
  }
}
.nwcsp_tab .tab_body {
  background-color: #050505;
  border: 1px solid #333;
}
.nwcsp_tab .tab_body + .tab_body {
  margin-top: 1rem;
}
.nwcsp_tab .tab_body.active .tab_header {
  color: #ae0e1f;
}
.nwcsp_tab .tab_body.active .tab_header::after {
  transform: rotate(0.5turn);
}
.nwcsp_tab .tab_body.active .tab_button::after {
  transform: rotate(0.5turn);
}
.nwcsp_tab .tab_body.active .tab_button__text--show {
  display: none;
}
.nwcsp_tab .tab_body.active .tab_button__text--hide {
  display: block;
}

.nwcsp_additionalservice {
  background-color: #050505;
}
.nwcsp_additionalservice .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_additionalservice .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_additionalservice .service {
  position: relative;
  overflow: hidden;
}
.nwcsp_additionalservice .service__title {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 1.5rem;
  line-height: 1.33333em;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .nwcsp_additionalservice .service__title {
    font-size: 1rem;
    line-height: 1.375em;
    margin-bottom: 1em;
  }
}
.nwcsp_additionalservice .service__price {
  margin-top: -1rem;
  margin-bottom: 0;
}
.nwcsp_additionalservice .service__button {
  background-color: #191919;
  border-color: #fefefe;
}
.nwcsp_additionalservice .service__button:hover {
  background-color: #989898;
  border-color: #fefefe;
}
.nwcsp_additionalservice .service__button.disabled {
  background-color: #191919;
}
.nwcsp_additionalservice .service__sash {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.33333em;
  background-color: #ae0e1f;
  padding: 0.4em 3.5em;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 22em;
  transform: rotate(-0.875turn) translateX(30%);
}
.nwcsp_additionalservice .services {
  margin-top: 3rem;
}

.nwcsp_sound .nwcsp_image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.nwcsp_sound .nwcsp_image img,
.nwcsp_sound .nwcsp_image svg {
  border: 2px solid #fefefe;
  border-right-color: transparent;
  border-top-color: transparent;
  stroke: #ae0e1f;
}
.nwcsp_sound .sound {
  cursor: pointer;
}
.nwcsp_sound .sound__title {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.33333em;
  position: relative;
  padding-right: 23px;
  padding-bottom: 0.7rem;
  margin-top: 0.7rem;
  display: inline-block;
}
.nwcsp_sound .sound__title::before, .nwcsp_sound .sound__title::after {
  transition: opacity 0.2s;
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  right: 0;
  top: 2px;
}
.nwcsp_sound .sound__title::before {
  background-image: url("/media/img/ico-play.svg");
  opacity: 0;
}
.nwcsp_sound .sound__title::after {
  background-image: url("/media/img/ico-pause.svg");
  opacity: 1;
}
.nwcsp_sound .sound:hover .sound__title {
  text-decoration: underline;
}
.nwcsp_sound .sound.paused .sound__title::before {
  opacity: 1;
}
.nwcsp_sound .sound.paused .sound__title::after {
  opacity: 0;
}

.nwcsp_service_signpost .nwcsp_title::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_service_signpost .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_service_signpost .plugin_header {
  margin-bottom: 2em;
}
.nwcsp_service_signpost .service__title {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 1rem;
  line-height: 1.375em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.nwcsp_service_signpost .service__button--first {
  background-color: #191919;
  border-color: #fefefe;
}
.nwcsp_service_signpost .service__button--first:hover {
  background-color: #989898;
  border-color: #fefefe;
}
.nwcsp_service_signpost .service__button--first.disabled {
  background-color: #191919;
}

.page_header {
  min-height: 20vh;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page_header > ._cont {
  padding-bottom: 3rem;
  padding-top: 3rem;
  max-width: 60rem;
}
.page_header__bg_image {
  overflow: hidden;
  position: relative;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  position: relative;
  z-index: -1;
}
.page_header__bg_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.page_header__bg_image::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(5, 5, 5, 0.8);
}
.page_header .main_headline {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 2.5rem;
  line-height: 1.35em;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .page_header .main_headline {
    font-size: 2rem;
    line-height: 1.34375em;
  }
}
.page_header .main_headline::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #ae0e1f;
  left: 0;
  bottom: 0;
  width: 5em;
}
.page_header .main_headline::after {
  left: 50%;
  transform: translateX(-50%);
}
.page_header .main_headline:last-child {
  margin-bottom: 0;
}
.page_header .main_perex {
  font-style: italic;
}
.page_header .back_button {
  margin-top: -1rem;
}

.back_button {
  gap: 1em;
  transition: color 0.2s;
  display: inline-flex;
  flex-direction: row-reverse;
  padding: 1em;
  justify-content: center;
  align-items: center;
}
.back_button::after {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  position: static;
  background: transparent url("/media/img/arrow-right-xlarge.svg") no-repeat center center/contain;
}
.back_button:hover {
  color: #ae0e1f;
}
.back_button::after {
  height: 1.5em;
  width: 1.5em;
  transform: scaleX(-1);
}
.back_button__after_banner {
  background-color: #050505;
  display: flex;
  justify-content: center;
}

#gtx-trans {
  display: none !important;
}

.header_link {
  transition: color 0.2s;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  gap: 1ch;
  align-items: center;
  padding: 0.8em 1rem;
  white-space: nowrap;
}
.header_link svg {
  transition: fill 0.2s;
  height: 1.1em;
  width: 1.1em;
  fill: #fefefe;
}
.header_link:hover svg {
  fill: #ee1128;
}
.header_link:hover {
  color: #ee1128;
}
@media only screen and (max-width: 500px) {
  .header_link--credit .header_link__label {
    display: none;
  }
}
.header_link--facebook, .header_link--instagram {
  padding: 0.4em;
}
.header_link--facebook svg, .header_link--instagram svg {
  height: 1.4em;
  width: 1.4em;
}
.header_link--facebook {
  margin-left: 0.6rem;
}
.header_link--instagram {
  margin-right: auto;
}
@media only screen and (max-width: 420px) {
  .header_link {
    font-size: 3.8vw;
  }
}
.header_links {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 500px) {
  .header_links {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 850px) {
  .header__top {
    background-color: #0f0f0f;
    position: relative;
    z-index: 55;
  }
}
@media only screen and (max-width: 500px) {
  .header__top ._cont {
    padding-left: 0;
    padding-right: 0;
  }
}
.header__menu {
  background-color: #191919;
}
@media only screen and (max-width: 850px) {
  .header__menu {
    position: relative;
  }
  .header__menu::before {
    content: "";
    display: block;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 12;
    background-color: #191919;
  }
  .header__menu .header__logo {
    position: relative;
    z-index: 12;
  }
}
.header__menu__inner {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  display: grid;
  grid-template-areas: 'logo menu languages';
  grid-template-columns: max-content 1fr max-content;
  place-items: center end;
  grid-gap: 2rem;
}
@media only screen and (min-width: 851px) and (max-width: 1320px) {
  .header__menu__inner {
    grid-gap: 1vw;
  }
}
@media only screen and (max-width: 850px) {
  .header__menu__inner {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.header__logo {
  margin: -1rem;
  padding: 1rem;
}
.header__logo::before {
  content: '';
  display: block;
  padding-bottom: 10.6383%;
}
.header__logo::before {
  background: transparent url("/media/img/logo.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 850px), screen and (min-width: 1321px) {
  .header__logo::before {
    width: 188px;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1320px) {
  .header__logo::before {
    width: 13vw;
  }
}

.footer .menu_item_title {
  margin-left: -0.7em;
  margin-right: -0.7em;
  display: block;
  padding: 0.4em 0.7em;
}
.footer li > .menu_item_title {
  font-weight: 600;
  color: #989898;
}
.footer ul a:hover {
  text-decoration: underline;
}
.footer .level-1 {
  padding-bottom: 3vh;
  padding-top: 3vh;
  display: grid;
  grid-template-columns: repeat(2, minmax(25%, auto));
  justify-content: center;
  gap: 5vw;
}
.footer .level-1 > li > .menu_item_title {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 501px) {
  .footer .level-1 {
    grid-template-columns: repeat(2, minmax(25%, auto));
  }
}
@media only screen and (max-width: 500px) {
  .footer .level-1 {
    grid-template-columns: auto;
    text-align: center;
  }
}

.copyright_n_agreement {
  font-size: 0.75rem;
  line-height: 1.33333em;
  color: #989898;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 2em;
}

.copyright,
.footer_agreement,
.footer_agreement .tooltip {
  display: inline;
}

.footer_agreement .tooltip:not([data-text]) {
  float: none;
}
.footer_agreement .tooltip:not([data-text]) .tooltip__text {
  text-align: left;
  inset: auto 0 100% auto;
}

.cron_page_wrapper .cron_job {
  margin-bottom: 30px;
}
.cron_page_wrapper .cron_job p {
  margin-top: 10px;
}
.cron_page_wrapper .cron_job table {
  border-collapse: collapse;
  margin-top: 30px;
}
.cron_page_wrapper .cron_job table th,
.cron_page_wrapper .cron_job table td {
  padding: 10px 13px;
  vertical-align: top;
}
.cron_page_wrapper .cron_job table th {
  font-weight: bold;
}
.cron_page_wrapper .cron_job table td {
  font-style: oblique;
}
.cron_page_wrapper .cron_job table td.running, .cron_page_wrapper .cron_job table td.lock_no {
  color: #FF851B;
}
.cron_page_wrapper .cron_job table td.stucked, .cron_page_wrapper .cron_job table td.stuck {
  color: #FF4136;
}
.cron_page_wrapper .cron_job table td.lock, .cron_page_wrapper .cron_job table td.idle {
  color: #01FF70;
}
.cron_page_wrapper .cron_job table tbody tr:nth-of-type(odd) th,
.cron_page_wrapper .cron_job table tbody tr:nth-of-type(odd) td {
  background-color: #fafafa;
}
.cron_page_wrapper .cron_job table tbody tr.disabled td {
  color: #aaa;
  font-style: oblique;
}
.cron_page_wrapper .cron_job table tbody tr.disabled td * {
  color: #aaa;
  font-style: oblique;
}
