/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/locomotive-scroll/dist/locomotive-scroll.min.css ***!
  \*********************************************************************************************************************************************/
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{display:inline-block;height:100vh;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;height:100%;vertical-align:top;white-space:nowrap}.c-scrollbar{height:100%;opacity:0;position:absolute;right:0;top:0;transform-origin:center right;transition:transform .3s,opacity .3s;width:11px}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{bottom:0;height:10px;top:auto;transform:scaleY(1);width:100%}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{background-color:#000;border-radius:10px;cursor:-webkit-grab;cursor:grab;margin:2px;opacity:.5;position:absolute;right:0;top:0;width:7px}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{bottom:0;right:auto}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/import-glob-loader/index.js??ruleSet[1].rules[1].use[4]!../vandenberg/src/styles/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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;
}

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;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  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=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* FONT & TEXT STYLING */
@font-face {
  font-family: "coco";
  src: url("/theme/assets/fonts/COCOGOOSELETTERPRESS.woff2") format("woff2"), url("/theme/assets/fonts/COCOGOOSELETTERPRESS.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KazimirText";
  src: url("/theme/assets/fonts/KazimirText-BookIt.woff2") format("woff2"), url("/theme/assets/fonts/KazimirText-BookIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "KazimirText";
  src: url("/theme/assets/fonts/KazimirText-Medium.woff2") format("woff2"), url("/theme/assets/fonts/KazimirText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "KazimirText";
  src: url("/theme/assets/fonts/KazimirText-Regular.woff2") format("woff2"), url("/theme/assets/fonts/KazimirText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rockness";
  src: url("/theme/assets/fonts/Rockness.woff2") format("woff2"), url("/theme/assets/fonts/Rockness.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'coco';
    src: url('/theme/assets/fonts/Mont-Bold.woff2') format('woff2'),
        url('/theme/assets/fonts/Mont-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
} */
h1, h2, h3, h4, h5, h6 {
  font-family: "coco", sans-serif;
  text-transform: uppercase;
}

h1, h2.size--big {
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  h1, h2.size--big {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  h1 br, h2.size--big br {
    display: none;
  }
}

h2, h2 a, .--auto-size {
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  h2, h2 a, .--auto-size {
    font-size: 30px;
  }
}

h3, h3 a {
  font-size: 30px;
  line-height: 1.1;
  font-weight: normal;
}

h4, h4 a {
  font-size: 1.063rem;
  line-height: 1.875rem;
  font-weight: normal;
}

h5, h5 a {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: normal;
}

h6, h6 a {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: normal;
}

p, a, u, span, select, section, td, th, option, form, input, b, strong, ul, ol, li, textarea, label, button, input, iframe, table {
  font-family: "KazimirText";
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

p {
  font-style: italic;
}

span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h2 .underline, h1 .underline {
  line-height: 78px;
}
@media (max-width: 991.98px) {
  h2 .underline, h1 .underline {
    line-height: 42px;
  }
}

.underline {
  position: relative;
  display: inline-block;
}
.underline svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: translateY(60%);
  z-index: -1;
}

.color {
  position: relative;
  display: inline-block;
  color: var(--yellow);
}
.color * {
  color: var(--yellow);
}

p a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

b, strong {
  font-weight: bold;
}

.split-parent {
  overflow: hidden;
}

.split-child {
  display: inline-block;
  opacity: 0;
  transform: translateY(120px) rotate(35deg);
  transform-origin: top left;
  visibility: hidden;
}

h1 {
  opacity: 0;
  visibility: hidden;
}

p b {
  font-weight: 500;
}

.footer {
  position: relative;
  padding-bottom: 40px;
}
.footer p {
  font-style: normal;
  font-weight: normal;
}
.footer h3 {
  color: var(--yellow);
  font-family: "KazimirText", sans-serif;
  text-transform: unset;
  font-size: 32px;
  line-height: 38px;
}
.footer h3 a {
  color: inherit;
  line-height: inherit;
}
@media (max-width: 991.98px) {
  .footer__inner .footer__top {
    flex-direction: column;
  }
}
.footer__contact {
  height: 100%;
}
@media (max-width: 991.98px) {
  .footer__contact {
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer__contact p {
  margin-bottom: 0;
}
.footer .footer__bottom__right {
  margin-top: 30px;
}
.footer p.copyright {
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 30px;
}
.footer p.copyright a {
  font-weight: 500;
}
.footer p.copyright a:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}
.footer p.copyright span {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

@font-face {
  font-family: "Social";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("/theme/assets/fonts/social_media.woff2") format("woff2"), url("/theme/assets/fonts/social_media.woff") format("woff");
}
.icon-social {
  font-style: normal;
  font-family: "Social";
}
.icon-social.icon-facebook:before {
  content: "\f09a";
}
.icon-social.icon-twitter:before {
  content: "\f099";
}
.icon-social.icon-envelope:before {
  content: "\f0e0";
}
.icon-social.icon-linkedin:before {
  content: "\f0e1";
}
.icon-social.icon-youtube-play:before {
  content: "\f16a";
}
.icon-social.icon-instagram:before {
  content: "\f16d";
}
.icon-social.icon-google:before {
  content: "\f1a0";
}
.icon-social.icon-behance:before {
  content: "\f1b4";
}
.icon-social.icon-pinterest-p:before {
  content: "\f231";
}
.icon-social.icon-whatsapp:before {
  content: "\f232";
}
.icon-social.icon-vimeo:before {
  content: "\f27d";
}

.--icon {
  position: relative;
  margin-bottom: 18px;
}
.--icon__icon {
  width: 40px;
}
.--icon.--reverse .--icon__icon {
  margin-left: 15px;
}

.form-field-container {
  width: 100%;
}
.form-field-container.radius {
  width: 150px;
}
@media (max-width: 991.98px) {
  .form-field-container.radius {
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  .form-field-container.radius {
    width: 100%;
  }
}
.form-field-container.--icon-input .form-field__label {
  left: 50px;
}
.form-field-container.--icon-input .form-field__input, .form-field-container.--icon-input .form-field__select, .form-field-container.--icon-input .form-field__textarea {
  padding-left: 50px;
}
.form-field-container.--icon-input svg {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .form-default-search:not(.title-search) .place-search .form-field-container--mixed.--text {
    flex-flow: row wrap;
  }
  .form-default-search:not(.title-search) .place-search .form-field-container--mixed.--text .form-field-container:first-child {
    margin-bottom: 0;
    width: 100%;
  }
  .form-default-search:not(.title-search) .place-search .form-field-container--mixed.--text .form-field-container:first-child input, .form-default-search:not(.title-search) .place-search .form-field-container--mixed.--text .form-field-container:first-child select {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form-default-search:not(.title-search) .place-search .form-field-container--mixed.--text .form-field-container:last-child input, .form-default-search:not(.title-search) .place-search .form-field-container--mixed.--text .form-field-container:last-child select {
    border-top-right-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
  }
}

.load-container svg {
  transform: scale(0);
}

.button {
  position: relative;
  height: auto;
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  border: 0;
  padding: 0;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 0px;
}
.button:hover {
  background-color: rgb(241, 240, 240);
}
.button:hover a {
  color: var(--black);
}
.button:focus {
  outline: none;
}
.button a {
  line-height: 28px;
  min-height: 47px;
  color: inherit;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 0px;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  color: white;
  padding-bottom: 13px;
  padding-top: 15px;
  font-size: 18px;
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  text-align: center;
}
@media (max-width: 1199.98px) {
  .button a {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.button.--right {
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .button.--right {
    margin-left: 0;
  }
}
.button.--center {
  margin-right: auto;
  margin-left: auto;
}

/* DISPLAY FLEX STYLING */
.fl-container {
  display: flex;
}

.fl-row {
  flex-direction: row;
}

.fl-column {
  flex-direction: column;
}

.fl-wrap {
  flex-wrap: wrap;
}

.jc-start {
  justify-content: flex-start;
}

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

.jc-end {
  justify-content: flex-end;
}

.jc-between {
  justify-content: space-between;
}

.ai-center {
  align-items: center;
}

.ai-end {
  align-items: flex-end;
}

.hours {
  position: relative;
}
.hours .label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translate(40%) rotate(-5deg);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .hours .label {
    right: 50%;
    white-space: nowrap;
  }
}
.hours .label-label {
  position: relative;
}
.hours .label-label:nth-child(1) {
  z-index: 2;
}
.hours .label-label span {
  position: relative;
  z-index: 1;
  font-family: "rockness", sans-serif;
  font-weight: normal;
  font-size: 33px;
  line-height: 43px;
}
.hours .label-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--yellow);
  opacity: 0.8;
}
.hours .label-label:nth-child(1)::before {
  width: calc(100% + 20px);
  left: -10px;
}
.hours .label-label:nth-child(2)::before {
  width: calc(100% + 56px);
  left: -25px;
  transform: rotate(-0.8deg);
  top: -5px;
}
.hours--image {
  position: relative;
}
.hours--content {
  position: relative;
  z-index: 2;
  margin-top: -14px;
}

/* IMAGE STYLING */
picture {
  position: relative;
  display: block;
  line-height: 0;
  height: 0;
}
picture img {
  position: absolute;
  top: 0;
}

.width-cover {
  width: 100%;
  height: 100%;
}

.width-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.height-contain {
  width: 100%;
  height: 100%;
}

.height-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.parallax-img {
  width: 100%;
  height: 100%;
}

.parallax-img img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -10%;
}
@media (max-width: 991.98px) {
  .parallax-img img {
    height: 100%;
    margin-top: 0;
  }
}

.reveal-image {
  overflow: hidden;
}

.full-link-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}

.image-element {
  position: relative;
  display: flex;
  flex-direction: column;
}
.image-element-text {
  display: inline-block;
  margin-right: 20px;
  margin-left: auto;
  z-index: 4;
}
.image-element-text-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 31px;
}
.image-element-text svg {
  margin-top: 2px;
}
.image-element-text span {
  font-family: "rockness", sans-serif;
  font-weight: normal;
  font-size: 43px;
  line-height: 50px;
  color: var(--yellow);
  transform: rotate(8deg) translateX(17px);
  position: relative;
  z-index: 3;
}

.images {
  position: relative;
}
.images-item {
  position: relative;
  width: 44%;
  height: 100%;
}
.images-item:nth-child(1) {
  margin-top: 55px;
}
.images .image.image--lazy {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.images .image.image--lazy.--loaded {
  visibility: visible;
  opacity: 1;
}

.items-slider .swiper-slide:hover picture {
  transform: scale(0.97);
}
.items-slider h3 {
  margin-top: 20px;
  text-align: center;
}
.items-slider picture {
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  .order-form .form-field__select__selector {
    width: 100% !important;
  }
}
.order-form-step {
  padding: 35px 0;
}
.order-form-step:nth-child(1) {
  padding-top: 0;
}
.order-form-step-title {
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 70px;
}
.order-form-step-gegevens {
  width: 66.6666666667%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .order-form-step-gegevens {
    width: 100%;
  }
}
.order-form-step-products {
  width: 66.6666666667%;
}
@media (max-width: 991.98px) {
  .order-form-step-products {
    width: 100%;
  }
}
.order-form-step-cats {
  width: 33.3333333333%;
}
@media (max-width: 991.98px) {
  .order-form-step-cats {
    width: 100%;
  }
}
.order-form-step-cats ul, .order-form-step-cats li {
  padding-left: 0;
  list-style: none;
}
.order-form-step-cats ul h4, .order-form-step-cats li h4 {
  color: white;
}
.order-form .product-card-ingredienten {
  width: 100%;
}
.order-form .product-card-ingredienten ul {
  padding-left: 17px;
  font-style: italic;
}
.order-form .product-card-ingredienten ul li {
  font-size: 14px;
  line-height: 18px;
}
.order-form .products-overview {
  position: relative;
  background: var(--yellow);
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: black;
}
.order-form .products-overview h3 {
  margin-bottom: 30px;
}
.order-form .products-overview hr {
  border-color: black;
  border-bottom: 0;
}
.order-form .products-overview-product {
  padding-bottom: 15px;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}
.order-form .products-overview-product:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: 0px solid black;
  margin-bottom: 0;
}
.order-form .form-group hr {
  width: 100%;
}
.order-form .form-group__fields_step--title {
  margin-bottom: 43px;
  position: relative;
  width: 100%;
}
.order-form .form-group .form-field-container .form-field.select {
  display: flex;
}
.order-form .form-group .form-field-container .form-field.select .form-field__select__selector, .order-form .form-group .form-field-container .form-field.select label {
  display: inline-block;
  width: auto;
  position: relative;
  min-width: 200px;
}
.order-form .form-group .form-field-container .form-field.select .form-field__select__selector svg {
  position: absolute;
  top: 50%;
  right: 20px;
  filter: brightness(0) invert(1);
  transform: translateY(-50%) rotate(180deg);
  pointer-events: none;
}
.order-form .category {
  margin-bottom: 40px;
}
.order-form .category-sub {
  margin-top: 40px;
}
.order-form .category .products {
  position: relative;
  padding-top: 10px;
}
.order-form .category .products .product {
  margin-bottom: 10px;
}
.order-form .category .products .product *:not(h4) {
  font-style: italic;
}
.order-form .category .products .product *:not(h4) h4 {
  font-style: normal;
}
.order-form .category .products .product:nth-last-child(1) {
  margin-bottom: 0;
}
.order-form .category .products .product-name h4 svg {
  margin-left: 13px;
}
@media (max-width: 991.98px) {
  .order-form .category .products .product-name {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .order-form .category .products .product-price {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
  }
}
.order-form .category .products .product-price-unit {
  width: 100px;
  text-align: right;
  padding-left: 10px;
}
@media (max-width: 991.98px) {
  .order-form .category .products .product-price-unit {
    width: auto;
    margin-right: auto;
  }
}
.order-form .category .products .product-price-money {
  text-align: left;
}
.order-form .category .products .product-price-quantity {
  position: relative;
  margin-left: 40px;
}
.order-form .category .products .product-price-quantity input[type=number]::-webkit-inner-spin-button,
.order-form .category .products .product-price-quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order-form .category .products .product-price-quantity input[type=number] {
  -moz-appearance: textfield;
}
.order-form .category .products .product-price-quantity input {
  background-color: transparent;
  color: white;
  outline: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
  display: block;
  min-width: unset;
  border: 1px solid transparent;
  text-align: center;
  max-width: 100px;
  font-style: normal;
}
.order-form .category .products .product-price-quantity input:focus {
  outline: 0;
}
.order-form .category .products .product-price-quantity .quantity-nav {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.order-form .category .products .product-price-quantity .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 23px;
  height: 23px;
  border: 2px solid var(--yellow);
  text-align: center;
  color: var(--yellow);
  font-size: 15px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
}
.order-form .category .products .product-price-quantity .quantity-button:hover {
  border-color: white;
  color: white;
}
.order-form .product-card {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
}
.order-form .product-card h4 {
  cursor: pointer;
}
.order-form .product-card h4 svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(-180deg);
}
.order-form .product-card:not(.active-acc) h4 svg {
  transform: rotate(0deg);
}
.order-form .total-price {
  font-size: 22px;
}
.order-form .product-card-ingredienten {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.order-form .product-card-ingredienten-inner {
  padding-bottom: 40px;
}
.order-form .product-card-ingredienten h4 {
  opacity: 0.2;
}

.paragraph h2 {
  margin-bottom: 2rem;
}
.paragraph p {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .paragraph p br {
    display: none;
  }
}
.paragraph b {
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}
.paragraph a {
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: 600;
  text-decoration: underline 2px transparent;
  transition: text-decoration-color 0.4s ease;
}
.paragraph a:hover {
  text-decoration-color: inherit;
}
.paragraph .underline {
  color: var(--yellow);
}

.plate--container {
  padding-left: 12%;
  padding-right: 12%;
  max-width: none;
}
@media (max-width: 1199.98px) {
  .plate--container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.plate--page-content-wrapper {
  overflow: hidden;
}

.plate--column {
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 1199.98px) {
  .plate--column {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.plate--row {
  margin-right: -8px;
  margin-left: -8px;
}

.render-content {
  position: relative;
}
.render-content.hide-content {
  display: none;
}

.section-container {
  position: relative;
}
.section-container.--left-np .plate--container {
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .section-container.--left-np .plate--container {
    padding-left: 30px;
  }
}
.section-container.--right-np .plate--container {
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .section-container.--right-np .plate--container {
    padding-right: 30px;
  }
}
.section-container.fullwidth {
  overflow: hidden;
}
.section-container.fullwidth .plate--container {
  padding-left: 0;
  padding-right: 0;
}
.section-container.indent .plate--container {
  padding-left: 12%;
  padding-right: 12%;
}
@media (max-width: 1199.98px) {
  .section-container.indent .plate--container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.section-container.has-bg::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: inherit;
  position: absolute;
  top: -1px;
  z-index: 0;
}

.section-content-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11.7vw;
  line-height: 1.3;
  color: white;
  opacity: 0.2;
  left: -30px;
  text-transform: uppercase;
  font-family: "coco", sans-serif;
}
@media (min-width: 1200px) {
  .section-content-text {
    font-size: 160px;
  }
}

::selection {
  color: black;
  background: rgba(255, 255, 255, 0.5);
}

.quote {
  position: relative;
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .quote {
    padding: 30px 0;
  }
}
.quote p, .quote h3, .quote h6 {
  color: white;
  text-align: center;
}
.quote h3 {
  font-family: "KazimirText", sans-serif;
  margin-bottom: 0px;
  font-size: 55px;
  line-height: 60px;
  font-weight: normal;
  font-style: italic;
  text-transform: unset;
}
@media (max-width: 991.98px) {
  .quote h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
.quote h6 {
  margin-bottom: 7px;
}
.quote p {
  opacity: 0.5;
}
.quote p.small {
  margin-bottom: 0;
}

.mix-block {
  position: relative;
}
.mix-block-left {
  width: 36%;
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .mix-block-left {
    width: 100%;
    padding-top: 0;
  }
}
.mix-block-right {
  width: 55%;
}
@media (max-width: 991.98px) {
  .mix-block-right {
    width: 100%;
  }
}
.mix-block-image {
  position: relative;
}
.mix-block-content {
  margin-left: 73px;
  max-width: 360px;
  padding-bottom: 150px;
  margin-right: auto;
}
.mix-block-content .button {
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  .mix-block-content {
    margin-left: 0;
    max-width: unset;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border-radius: 50%;
  border-top-color: transparent;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #007bff;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #e83e8c;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #28a745;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #17a2b8;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

:root {
  --white:#fff;
  --white-light:hsla(0,0%,100%,0.1);
  --black:#000;
  --dark-blue:#120b38;
  --dark-blue-light:rgba(18,11,56,0.2);
  --green:#008375;
  --green-light:rgba(0,131,118,0.1);
  --yellow:#ffae39;
  --grey:#f4f4f4;
  --purple:#4e469e;
  --purple-light:rgba(78,70,158,0.1);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p:empty {
  display: none;
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 1023.98px) {
  html {
    height: -webkit-fill-available;
  }
  html .plate--column {
    min-height: unset;
  }
}

body.lock-scroll {
  overflow: hidden;
}
body.lock-scroll .navigation .navbar-toggler .bars .bar {
  background: #fff;
}
body.lock-scroll .navigation .navbar-toggler .bars .bar-1 {
  transform: translateX(9px) rotate(45deg) translateY(13px);
}
body.lock-scroll .navigation .navbar-toggler .bars .bar-2 {
  opacity: 0;
  transform: scale(0);
}
body.lock-scroll .navigation .navbar-toggler .bars .bar-3 {
  transform: translateX(9px) rotate(-45deg) translateY(-13px);
}
body.lock-scroll .navbar-collapse {
  transform: translateX(0);
}
@media (max-width: 1023.98px) {
  body.lock-scroll .navbar-collapse .background-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1023.98px) {
  body {
    height: 100vh;
    height: -webkit-fill-available;
  }
}

body, html {
  width: 100%;
  height: 100vh;
  background-image: url(/theme/assets/images/bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: repeat;
}
@media (max-width: 767.98px) {
  body, html {
    height: auto;
  }
}

body {
  background-color: #222121;
  color: #fff;
}

main.leave {
  z-index: 2;
}
main.come, main.leave {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
main.come {
  z-index: 3;
  right: 0;
}
main.come-lower {
  z-index: 1;
}

datalist {
  -webkit-appearance: none;
}

.config-mode .plate--page-content-wrapper {
  overflow: hidden;
}
.config-mode [data-scroll] {
  transform: none !important;
  visibility: visible !important;
}

[data-scroll] {
  visibility: hidden;
}
[data-scroll].is-inview {
  visibility: visible;
}

.main-content-wrapper {
  position: relative;
}

.main-content {
  width: 100%;
}
.main-content-wrapper {
  overflow: hidden;
}
.main-content-wrapper::-webkit-scrollbar {
  display: none;
}
.main-content-wrapper-image {
  position: absolute;
  background: transparent;
  z-index: -1;
  opacity: 1;
}
.main-content-wrapper-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-content-wrapper-image-inner .main-content-wrapper-image-inner-image {
  height: 100%;
  width: 100%;
}
.main-content-wrapper-image.--left-down {
  width: 40%;
  padding-top: 40%;
  bottom: 50px;
  left: 0;
  transform: translateX(-20%);
}
.main-content-wrapper-image.--right-down {
  width: 53%;
  padding-top: 53%;
  right: 0;
  bottom: 0;
  transform: translate(25%, 25%);
}
.main-content-wrapper-image.--right-up {
  width: 26%;
  right: 0;
  top: 187px;
  padding-top: 47.84%;
}
.main-content .o-scroll {
  width: 100%;
}

body *::-webkit-scrollbar {
  display: none;
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
  z-index: 110;
  transition: transform 0.5s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .navigation {
    width: 100%;
    z-index: 112;
  }
}
.navigation .navbar-inner {
  width: 100%;
}
.navigation .navbar-brand-wrapper .navbar-brand {
  position: relative;
  height: 87px;
  width: 168px;
  z-index: 11;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .navigation .navbar-brand-wrapper .navbar-brand {
    height: 60.9px;
    width: 117.6px;
  }
}
.navigation .navbar-brand-wrapper .logo {
  height: 100%;
  width: 100%;
  transition: all 0.25s linear;
  position: absolute;
  left: 0;
  top: 0;
}
.navigation .navbar-brand-wrapper .logo.--invert {
  filter: brightness(0) invert(1);
}
.navigation .navbar-toggler {
  z-index: 100;
  padding: 0;
  border: 0;
  width: 33px;
  height: 33px;
  cursor: pointer;
  margin-left: auto;
  display: none;
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  .navigation .navbar-toggler {
    display: block;
  }
}
.navigation .navbar-toggler .bars {
  height: auto;
  width: 100%;
}
.navigation .navbar-toggler .bars .bar {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 8px;
  transition: all 0.15s linear;
}
.navigation .navbar-toggler .bars .bar-3 {
  margin-bottom: 0;
}
.navigation .navbar-toggler:focus {
  outline: none;
}

@media (max-width: 1199.98px) {
  .navbar-collapse {
    height: 100vh;
    width: 100vw;
    max-height: -webkit-fill-available;
    background: #1a1919;
    top: 0;
    left: 0;
    position: fixed;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 160px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .navbar-collapse {
    justify-content: flex-start;
  }
}
@media (max-width: 1199.98px) {
  .navbar-collapse__inner {
    border-bottom-color: currentcolor !important;
    border-bottom-style: none !important;
    border-bottom-width: medium !important;
  }
}
.navbar-collapse .navbar-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .navbar-collapse .navbar-nav {
    flex-flow: column nowrap;
    align-items: flex-start;
    padding-right: 0;
    padding-top: 30%;
  }
}
@media (max-width: 767.98px) {
  .navbar-collapse .navbar-nav {
    padding-top: 160px;
  }
}

.nav-item {
  position: relative;
}
@media (max-width: 1199.98px) {
  .nav-item {
    overflow: hidden;
  }
  .nav-item.active a.nav-link {
    color: #fff;
  }
  .nav-item .indicator {
    display: none;
  }
}
.nav-item .nav-link {
  position: relative;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.5s ease;
  padding: 0 20px;
}
@media (max-width: 1199.98px) {
  .nav-item .nav-link {
    font-size: 5.714vw;
    line-height: 1.6;
    text-align: left;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
    color: var(--white);
    font-family: coco, sans-serif;
    text-transform: uppercase;
    padding-bottom: 30px;
  }
}
.nav-item:last-child .nav-link {
  padding-right: 0;
}
.nav-item.active .indicator {
  position: absolute;
  bottom: -1px;
  left: 50%;
  height: 14px;
  width: 14px;
  transform: translate(-50%, 50%);
  border-radius: 100%;
  background: #fff;
  border: 2px solid var(--white);
}
.nav-item:first-child .indicator {
  transform: translate(calc(-50% - 8px), 50%);
}
.nav-item:first-child .nav-link {
  padding-left: 0;
}
.nav-item.dropdown {
  overflow: visible;
}
.nav-item.dropdown .dropdown-arrow {
  position: relative;
  display: none;
  transform: rotate(90deg);
  top: -3px;
  margin-left: 8px;
  cursor: pointer;
}
.nav-item.dropdown .dropdown-arrow.active {
  transform: rotate(-90deg);
  transition: transform 0.6s cubic-bezier(0.905, 0.025, 0.145, 1);
}
.nav-item.dropdown .dropdown-menu {
  position: absolute;
  width: 200px;
  text-align: left;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  padding: 8px 20px;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}
.nav-item.dropdown .dropdown-menu .dropdown-item {
  color: var(--white-transparent-5);
  line-height: 1.125rem;
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.5s ease, transform 0.8s cubic-bezier(0.905, 0.025, 0.145, 1), opacity 0.8s cubic-bezier(0.905, 0.025, 0.145, 1);
  transform: translateY(20px);
  opacity: 0;
}
.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--white);
}

.form-errors {
  margin-top: 16px;
}
.form-errors * {
  font-size: 0.688rem;
  line-height: 0.9rem;
}
.form-errors p {
  margin-bottom: 0;
}

.footer {
  position: relative;
}
.footer p {
  font-size: 16px;
}

.social-media {
  position: relative;
}
.social-media__icons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.social-media__icons path {
  fill: #fff;
}
.social-media p {
  font-size: 16px;
  margin-bottom: 0;
}
.social-media__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: auto;
  margin-left: 20px;
  margin-right: 0;
  border-radius: 0;
}
.social-media__icon svg {
  height: 18px;
  width: 18px;
  z-index: 1;
}
.social-media__icon:hover:before {
  transform: scale(1.1);
}

.swiper-button-next, .swiper-button-prev {
  line-height: 0;
  height: auto;
  transform: translateY(-50%);
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev {
  transform: rotate(180deg) translateY(50%);
}

.post-header {
  padding-top: 234px;
  padding-bottom: 95px;
  position: relative;
}
.post-header .section-content-text {
  bottom: 0;
  top: unset;
}
.post-header-bgtext h1 {
  height: 0;
  visibility: hidden !important;
  opacity: 0;
  margin-bottom: 0;
  margin-bottom: 16px;
}
.post-header p {
  margin-bottom: 0;
  line-height: 28px;
}
.post-header .post-header__image-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.post-header__image {
  position: absolute;
  width: 50%;
  margin-bottom: auto;
  top: 141px;
  right: -80px;
  max-height: 800px;
  max-width: 800px;
  height: 100vh;
}
.post-header__image picture {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 0 !important;
}
.post-header__image picture img {
  -o-object-position: right top;
  object-position: right top;
}
.post-header .button {
  margin-top: 23px;
}
.post-header-has-image {
  padding-bottom: 136px;
  padding-top: 287px;
}
.post-header-has-image .plate--container {
  padding-right: 0;
}
.post-header-has-image .post-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-header-has-image .image-element-text {
  position: absolute;
  display: inline-block;
  margin-right: 20px;
  margin-left: auto;
  text-align: center;
  z-index: 4;
}
.post-header-has-image .image-element-text-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 31px;
}
@media (max-width: 1023.98px) {
  .post-header-has-image .image-element-text-inner {
    transform: translate(-73px, -73px);
  }
}
.post-header-has-image .image-element-text svg {
  margin-top: 2px;
  transform: rotateY(180deg);
}
.post-header-has-image .image-element-text span {
  font-family: rockness, sans-serif;
  font-weight: 400;
  font-size: 43px;
  line-height: 50px;
  color: var(--yellow);
  transform: rotate(-8deg) translateX(-17px);
  position: relative;
  z-index: 3;
  text-align: center;
}
.post-header-has-image .post-header__content {
  width: 50%;
}
@media (max-width: 1023.98px) {
  .post-header-has-image .post-header__content {
    width: 100%;
    position: relative;
    z-index: 5;
  }
}
.post-header-has-image .post-header__content p {
  max-width: 420px;
}
@media (max-width: 1023.98px) {
  .post-header-has-image .post-header__content p {
    max-width: unset;
  }
}

.footer:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: inherit;
  position: absolute;
  top: -1px;
  z-index: -1;
}

.result {
  background-color: var(--grey);
}
.result .items-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 125px;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .result .items-container {
    padding-bottom: 50px;
  }
}
.result .items-container .items:after {
  content: "";
  height: 1px;
  width: calc(33.33333% - 10.33333px);
  position: relative;
}

.pagination {
  margin-top: 55px;
}
.pagination ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
}
.pagination ul li {
  padding-left: 10px;
  padding-right: 10px;
}
.pagination ul li p {
  color: #fff;
}

.form-group-last .checkbox {
  margin-top: 10px;
  margin-bottom: 35px;
}

.form-field-container {
  position: relative;
  margin-bottom: 25px;
}
.form-field-container .form-field {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
}
.form-field-container .form-field label {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0;
  padding-right: 0;
  z-index: 0;
  pointer-events: none;
  transform-origin: left;
  font-weight: 500;
  transition: transform 0.5s ease;
  display: inline-block;
  margin: 0 0 11px;
  font-family: coco, sans-serif;
  text-transform: uppercase;
}
.form-field-container .form-field label.--desk {
  display: none;
}
@media (min-width: 768px) {
  .form-field-container .form-field label.--desk {
    display: block;
  }
}
.form-field-container .form-field label.--mob {
  display: none;
}
@media (max-width: 767.98px) {
  .form-field-container .form-field label.--mob {
    display: block;
  }
}
.form-field-container .form-field__input, .form-field-container .form-field__select, .form-field-container .form-field__textarea, .form-field-container .form-field label {
  background-color: transparent;
  color: #fff;
}
.form-field-container .form-field__input, .form-field-container .form-field__select, .form-field-container .form-field__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: 0;
  width: 100%;
  z-index: 5;
  height: 48px;
  border-radius: 0;
  padding: 10px 15px;
  font-weight: 400;
  transition: all 0.5s ease;
  border: 2px solid #fff;
}
.form-field-container .form-field__textarea {
  min-height: 193px;
  border-radius: 0;
}
.form-field-container .form-field__range {
  height: 66px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background: transparent;
}
.form-field-container .form-field__range:focus {
  outline: none;
}
.form-field-container .form-field__range::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #495561;
  border-radius: 2px;
}
.form-field-container .form-field__range::-webkit-slider-thumb {
  border: 16px solid var(--green);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--white);
  -webkit-appearance: none;
  margin-top: -29px;
}
@media (max-width: 1023.98px) {
  .form-field-container .form-field__range::-webkit-slider-thumb {
    border-left-color: var(--green);
    border-left-style: solid;
    border-left-width: 8px;
    border-bottom-color: var(--green);
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-right-color: var(--green);
    border-right-style: solid;
    border-right-width: 8px;
    border-top-color: var(--green);
    border-top-style: solid;
    border-top-width: 8px;
    height: 30px;
    width: 30px;
    margin-top: -15px;
  }
}
.form-field-container .form-field.checkbox .option-group .option, .form-field-container .form-field.radio .option-group .option {
  margin-right: 30px;
}
.form-field-container .form-field.checkbox .option-group .option label, .form-field-container .form-field.radio .option-group .option label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative !important;
  pointer-events: auto;
  top: 0;
  left: 0;
}
.form-field-container .form-field.checkbox .option-group .option label input, .form-field-container .form-field.radio .option-group .option label input {
  position: relative;
  width: 22px;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid var(--white);
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.form-field-container .form-field.checkbox .option-group .option label input:before, .form-field-container .form-field.radio .option-group .option label input:before {
  content: url(/theme/assets/images/check.svg);
  width: 25px;
  height: 25px;
  bottom: 1px;
  left: 2px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
  transform: rotate(18deg);
}
.form-field-container .form-field.checkbox .option-group .option label input:checked:before, .form-field-container .form-field.radio .option-group .option label input:checked:before {
  opacity: 1;
  transform: rotate(0deg);
}
.form-field-container .form-field.checkbox .option-group .option {
  margin-right: 0;
}
.form-field-container .form-field.checkbox .option-group .option label input {
  border-radius: 0 !important;
  transform: translateY(-2px);
}
.form-field-container .form-field.checkbox .option-group .option label input:before {
  border-radius: 0;
}
.form-field-container .form-field.checkbox .option-group .option label p {
  margin-bottom: 0;
  font-size: 18px;
  opacity: 1;
  text-transform: none;
}
.form-field-container .form-field.checkbox .option-group .option label p a {
  color: inherit !important;
  text-decoration: underline;
}
.form-field-container .form-field.form-field-range datalist {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: -22px;
  padding-top: 0;
}
.form-field-container .form-field.form-field-range option {
  width: 1px;
  min-width: 1px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 30px;
  background-position-y: 0;
  background-position-x: center;
  z-index: -1;
  padding: 0;
  min-height: 0;
  color: var(--white);
  position: relative;
  font-size: 12px;
  letter-spacing: -0.12px;
  line-height: 20px;
}
.form-field-container .form-field.form-field-range option:not(:first-of-type):not(:last-of-type):before {
  content: "";
  height: 100%;
  width: 1px !important;
  position: absolute !important;
  top: -36px;
  display: block;
  background-color: #495561;
}
.form-field-container .form-field.form-field-range option:first-child:before, .form-field-container .form-field.form-field-range option:last-child:before {
  width: 0;
}
.form-field-container .form-field.form-field-range .form-field__range__bubble {
  position: absolute;
  width: 60px;
  height: 30px;
  text-align: center;
  color: #fff;
  display: inline-block;
  left: 0;
  margin-left: -1%;
}
.form-field-container .form-field .select-arrow {
  top: 8px;
}
.form-field-container.whole {
  width: 100%;
}
.form-field-container.half {
  width: calc(50% - 23px);
}
@media (max-width: 1199.98px) {
  .form-field-container.half {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767.98px) {
  .form-field-container.half {
    width: 100%;
  }
}

.invalid {
  border-color: red !important;
}

.form-field-file {
  line-height: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}
