/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
/* Vendors */
/* -------------------------------------------
	Base
--------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  overflow-x: hidden;
}

figure {
  margin: 0;
}

/* Default link styles */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

/* -------------------------------------------
	Fonts
--------------------------------------------*/
/* -------------------------------------------
	Colours
--------------------------------------------*/
/* -------------------------------------------
	Breakpoints
--------------------------------------------*/
/* -------------------------------------------
	Transitions
--------------------------------------------*/
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* -------------------------------------------
	Helpers
--------------------------------------------*/
/*
  1. Algemene style regels zet je hier neer
*/
img {
  max-width: 100%;
}

svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

/* Flex helpers */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-ajbottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-ajtop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Colours */
.white {
  color: white;
}

.black {
  color: black;
}

/* Text styles */
.title {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.title--uppercase {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.7px;
  font-size: 0.875em;
}

.title--huge {
  font-size: 3.875em;
}
@media (max-width: 1024px) {
  .title--huge {
    font-size: 2.875em;
  }
}
@media (max-width: 600px) {
  .title--huge {
    font-size: 2.25em;
  }
}

.ls0 {
  letter-spacing: 0px;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls11 {
  letter-spacing: 11px;
}

/* Margin */
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 30px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

/* Padding */
.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pt115 {
  padding-top: 115px;
}

.pt150 {
  padding-top: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb115 {
  padding-bottom: 115px;
}

.pb150 {
  padding-bottom: 150px;
}

/* Width */
.w50 {
  width: 50%;
}

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

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

.f-medium {
  font-weight: 500;
}

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

/* Font style */
.italic {
  font-style: italic;
}

/* Font transform */
.uppercase {
  text-transform: uppercase;
}

/* Font decoration */
.line-through {
  text-decoration: line-through;
}

.blue {
  color: #00121C;
}
.blue:hover {
  color: #00121C;
}

.underline {
  text-decoration: underline;
}

/* Font align */
.ta-left {
  text-align: left;
}

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

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

.hidden {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

hr {
  border: 1px solid #58322f;
  margin-top: 25px;
}

.btn-green {
  background-color: #fff7e9;
  border: 2px solid #40705c;
  color: #40705c;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-green:hover {
  background-color: #fff7e9;
  border: 2px solid #40705c;
  color: #40705c;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
	1. Hier komen de standaard typografie regels
	2. Denk hierbij aan h1,h2,h3,p etc.
*/
body {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.3333333333em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 3em;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.75em;
  }
}

h2 {
  font-size: 1.875em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.25em;
  }
}

h3 {
  font-size: 1.875em;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.25em;
  }
}

h4 {
  font-size: 1.875em;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.25em;
  }
}

h5 {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.25em;
  }
}

h6 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 15px 0;
}
@media (max-width: 768px) {
  h6 {
    font-size: 1.25em;
  }
}

p {
  font-size: 1.125em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  p {
    font-size: 1em;
    line-height: 1.375em;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  line-height: 1.5em;
}

svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

a,
a:active,
a:hover,
a:visited {
  color: black;
}

/* -------------------------------------------
	Layout
--------------------------------------------*/
body {
  overflow-x: hidden;
}

body {
  background: white;
  cursor: default;
}

.wrapper {
  padding-right: 24px;
  padding-left: 24px;
  margin: 0 auto;
  max-width: 1440px;
  width: 90vw;
}
@media (max-width: 1024px) {
  .wrapper {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrapper--large {
  max-width: 1680px;
  width: calc(90vw + 244px);
}
@media (max-width: 1680px) {
  .wrapper--large {
    width: 100%;
  }
}

/* -------------------------------------------
	Forms
--------------------------------------------*/
.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 0;
  border-radius: 20px;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Changed from -webkit-box and -ms-flexbox to flex */
  font-size: 1.2857142857em;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s all cubic-bezier(0.35, 0, 0.65, 1);
  transition: 0.2s all cubic-bezier(0.35, 0, 0.65, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.btn.is-disabled {
  cursor: no-drop;
}

.btn:disabled {
  opacity: 0.5;
}

.btn--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1px;
  padding: 0;
  text-align: center;
  width: 39px;
  height: 39px;
}

.btn--icon .icon {
  fill: white;
  width: 12px;
}

.btn--inline {
  display: inline-block;
}

.btn:hover {
  opacity: 1;
}

.btn:focus {
  outline: none;
}

.btn:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.btn:active:after {
  -webkit-transition: 0.1s all cubic-bezier(0.35, 0, 0.65, 1);
  transition: 0.1s all cubic-bezier(0.35, 0, 0.65, 1);
  -webkit-transform: scale(1.05) skewX(-20deg);
          transform: scale(1.05) skewX(-20deg);
}

.btn--brown {
  background-color: #58322f;
  color: #fff7e9;
}
.btn--brown:active, .btn--brown:hover, .btn--brown:visited {
  color: #fff7e9;
}

.btn--beige {
  background-color: #fff7e9;
  color: black;
}

.btn--green, .woocommerce a.button {
  background-color: #40705c;
  color: #fff7e9;
}
.btn--green:active, .woocommerce a.button:active, .btn--green:hover, .woocommerce a.button:hover, .btn--green:visited, .woocommerce a.button:visited {
  color: #fff7e9;
}

/* -------------------------------------------
	Components
--------------------------------------------*/
.blocks-overview {
  padding-bottom: 80px;
}

.blocks-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .blocks-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-block {
  display: inline-block;
  margin: 0 20px 20px 0;
  max-width: 400px;
  position: relative;
  width: 30%;
}
@media (max-width: 1280px) {
  .single-block {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .single-block {
    margin: 20px 0;
    width: 90%;
  }
}

.single-block img {
  display: block;
  width: 400px;
  z-index: 1;
}
@media (max-width: 500px) {
  .single-block img {
    height: auto;
    width: 100%;
  }
}

.block-title {
  bottom: 0;
  left: 20px;
  line-height: 28px;
  position: absolute;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  z-index: 2;
}

.block {
  padding: 24px 0;
  position: relative;
}

.block .wrapper {
  position: relative;
  z-index: 3;
}

.block--salmon {
  background-color: #dba684;
  padding: 40px 0 80px 0;
}

.block--salmon .wrapper {
  width: 800px;
}
@media (max-width: 1024px) {
  .block--salmon .wrapper {
    width: 100%;
  }
}

.block--salmon ul {
  list-style-type: disc;
  margin-left: 20px;
}

.block--beige {
  background-color: #fff7e9;
  position: relative;
}

.block--beige .wrapper {
  margin-bottom: 80px;
  max-width: 900px;
}
@media (max-width: 768px) {
  .block--beige .wrapper {
    margin-bottom: 80px;
  }
}

.block--beige .shape--left {
  bottom: unset;
  top: -30px;
}

.block--beige .shape--right {
  bottom: -30px;
  right: -150px;
  rotate: 18deg;
  top: unset;
}

.block--beige .block--lower-afbeelding {
  bottom: -220px;
  -webkit-filter: blur(1.3px);
          filter: blur(1.3px);
  left: -170px;
  opacity: 0.8;
  position: absolute;
}
@media (max-width: 768px) {
  .block--beige .block--lower-afbeelding {
    display: none;
  }
}

.block--right {
  background-color: #fff7e9;
  overflow: hidden;
}

.block--right p {
  max-width: 700px;
}

.block--right .block--lower-afbeelding {
  bottom: -120px;
  position: absolute;
  right: 0;
}
@media (max-width: 500px) {
  .block--right .block--lower-afbeelding {
    display: none;
  }
}

.block--complaints {
  background: #40705c;
  padding: 80px 0;
}

.block--complaints .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 500px) {
  .block--complaints .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block--complaints .wrapper div {
  background: #fff7e9;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4285714286em;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  width: 220px;
}
@media (max-width: 1024px) {
  .block--complaints .wrapper div {
    font-size: 1em;
    width: 150px;
  }
}
@media (max-width: 768px) {
  .block--complaints .wrapper div {
    font-size: 0.8571428571em;
    width: 120px;
  }
}
@media (max-width: 500px) {
  .block--complaints .wrapper div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4285714286em;
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .block--complaints .wrapper div img {
    width: 80%;
  }
}

.block--green {
  background-color: #40705c;
}

.block--green .wrapper article {
  background-color: #fff7e9;
  border-radius: 20px;
  padding: 30px;
  max-width: 750px;
}

.block--aroma-bottom .wrapper {
  width: 1000px;
}
@media (max-width: 768px) {
  .block--aroma-bottom .wrapper {
    width: 100%;
  }
}
.block--aroma-bottom .block--lower-afbeelding {
  right: -100px;
}
@media (max-width: 768px) {
  .block--aroma-bottom .block--lower-afbeelding {
    display: none;
  }
}

.block--introductie {
  background-color: #fff7e9;
}

.boek-massage {
  background-color: #dba684;
  min-height: 400px;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  z-index: 3;
}

.boek-massage .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  width: 100vw;
}
@media (max-width: 1024px) {
  .boek-massage .wrapper {
    padding-left: 24px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .boek-massage .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.boek-massage-block {
  background: #fff7e9;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 1024px) {
  .boek-massage-block {
    margin: 20px 0;
  }
}

.boek-massage-block ul {
  list-style-type: disc;
  margin-left: 20px;
}

.boek-massage-block ul li {
  margin-right: 5px;
}

.boek-massage-block--left {
  max-width: 700px;
}

.boek-massage-block--right {
  max-width: 365px;
}

.boek-massage-block--right .price {
  display: block;
  font-weight: 700;
  margin: 30px 0;
  text-align: center;
}

.section-breadcrumbs {
  background-color: #dba684;
  padding: 20px 0;
}
.section-breadcrumbs p {
  margin: 0;
}

.breadcrumb {
  padding: 20px 0;
}

.breadcrumb a {
  color: #00121C;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}

.columns {
  color: black;
  margin: 48px 0;
}

.columns--home {
  background-color: #fff7e9;
  margin: 0;
}

.columns--home .wrapper {
  max-width: 1100px;
}

.columns--home .column p:last-of-type {
  padding-bottom: 25px;
}

.columns--home .column:nth-child(2) p:first-child,
.columns--home .column:nth-child(3) p:first-child {
  padding-top: 69px;
}

.column-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 48px;
}
@media (max-width: 500px) {
  .column-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 580px;
  padding-bottom: 48px;
  width: 30%;
}
@media (max-width: 500px) {
  .column {
    margin: 0;
    min-height: auto;
    width: 100%;
  }
}
.column h3 {
  line-height: 1;
}
.column img {
  margin: 40px;
}
@media (max-width: 768px) {
  .column img {
    margin: 10px;
  }
}
.column a {
  margin-top: auto;
}

.column-blocks.column-blocks--two {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1000px;
}
@media (max-width: 1280px) {
  .column-blocks.column-blocks--two {
    width: 800px;
  }
}
@media (max-width: 1024px) {
  .column-blocks.column-blocks--two {
    width: 100%;
  }
}
.column-blocks.column-blocks--two .column {
  margin: 10px 0;
  width: 40%;
}
@media (max-width: 1024px) {
  .column-blocks.column-blocks--two .column {
    width: 100%;
  }
}

.column__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.column__list li {
  font-size: 1.125em;
  margin-bottom: 0.5rem;
  position: relative;
}
@media (max-width: 500px) {
  .column__list li {
    font-size: 1em;
  }
}

.events {
  background-color: #fff7e9;
  padding: 24px 0 48px 0;
  position: relative;
}

.events .wrapper {
  position: relative;
  width: 1000px;
  z-index: 3;
}
@media (max-width: 1280px) {
  .events .wrapper {
    width: 100%;
  }
}

.events .block--green {
  border-radius: 20px;
}
.events .block--green .wrapper {
  color: #fff7e9;
  width: 100%;
}
.events .block--green a {
  color: #fff7e9;
}

.event-rows {
  margin: 48px 0;
}

.event-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background-color: #40705c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0;
  padding: 10px 20px;
}
@media (max-width: 1024px) {
  .event-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}

.event-row p {
  font-size: 1.1428571429em;
}

.event-date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff7e9;
  border-radius: 20px;
  color: #58322f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 170px;
}
@media (max-width: 500px) {
  .event-date {
    height: 40px;
  }
  .event-date:has(> time) {
    height: 80px;
  }
}

.event-date date {
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  .event-date date {
    padding: 0;
  }
}

.event-date time {
  font-size: 1.7142857143em;
  font-weight: 700;
}
@media (max-width: 500px) {
  .event-date time {
    font-size: 1.2857142857em;
  }
}

.event-text {
  color: #fff7e9;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 0 20px;
  max-width: 550px;
}

.event-text h4 {
  line-height: 1;
}

.event-text ul {
  list-style-type: circle;
}

.event-text ul li {
  margin-left: 16px;
}

.event-text a {
  color: white;
}

.event-action {
  color: #fff7e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 5px;
  gap: 15px;
  width: 190px;
}
.event-action:hover, .event-action:link, .event-action:visited {
  color: #fff7e9;
}
@media (max-width: 1024px) {
  .event-action {
    margin: 20px 0;
  }
}

.event-action svg {
  display: inline-block;
  vertical-align: middle;
}

header.header {
  background: #58322f;
}
header.header .wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  line-height: unset;
  margin: 10px 0 0 0;
  width: 125px;
}

.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 680px;
}
@media (max-width: 900px) {
  .header__navigation {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .header__navigation {
    display: none;
  }
}

.header__navigation a {
  color: #fff7e9;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 1.4285714286em;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 900px) {
  .header__navigation a {
    font-size: 1.1428571429em;
  }
}
.header__navigation a:hover {
  text-decoration: underline;
}
.header__navigation a:active, .header__navigation a:hover, .header__navigation a:focus, .header__navigation a:link, .header__navigation a:visited {
  color: #fff7e9;
}

.header__navigation a.header__navigation-item--is-active {
  border-bottom: 2px solid #fff7e9;
  font-weight: 700;
}
.header__navigation a.header__navigation-item--is-active:hover {
  text-decoration: none;
}

.header__navigation-item--cart {
  color: #fff7e9;
  font-weight: 700;
}
.header__navigation-item--cart:active, .header__navigation-item--cart:hover, .header__navigation-item--cart:focus, .header__navigation-item--cart:link, .header__navigation-item--cart:visited {
  color: #fff7e9;
}
.header__navigation-item--cart svg {
  height: 40px;
  width: 40px;
}

#mobileMenuIcon {
  display: none;
}
@media (max-width: 768px) {
  #mobileMenuIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header__navigation--mobile {
  cursor: pointer;
}
.header__navigation--mobile.hamburger-menu {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 50px;
}
.header__navigation--mobile.hamburger-menu .bar {
  background-color: #fff7e9;
  border-radius: 20px;
  height: 5px;
  margin: 6px 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 40px;
}
.header__navigation--mobile.hamburger-menu.active .bar:nth-child(1) {
  -webkit-transform: translateY(25px) rotate(45deg);
          transform: translateY(25px) rotate(45deg);
}
.header__navigation--mobile.hamburger-menu.active .bar:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.header__navigation--mobile.hamburger-menu.active .bar:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.mobile-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  opacity: 0;
  padding-bottom: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
}
.mobile-dropdown a {
  color: #fff7e9;
  display: inline-block;
  font-size: 1.1428571429em;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  padding: 10px 15px;
  position: relative;
}
.mobile-dropdown.show {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.hero {
  margin: 0;
}

.hero.hero--logo {
  position: relative;
}

.hero img {
  display: block;
  height: auto;
  width: 100%;
}

.hero--logo img.hero--logo-overlay {
  height: 350px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .hero--logo img.hero--logo-overlay {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .hero--logo img.hero--logo-overlay {
    height: 180px;
  }
}

.image-left {
  background-color: #fff7e9;
  padding-bottom: 48px;
}

.image-left .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 180px;
  width: 100vw;
}
@media (max-width: 1280px) {
  .image-left .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 24px;
  }
}

.image-left img {
  max-width: 650px;
}
@media (max-width: 1280px) {
  .image-left img {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .image-left img {
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  .image-left img {
    max-width: 230px;
  }
}

.image-left--content {
  margin-left: 48px;
  padding: 48px 0;
  width: 800px;
}
@media (max-width: 1280px) {
  .image-left--content {
    margin-left: 24px;
    max-width: 100%;
  }
}
.image-left--content .flex {
  margin-top: 48px;
}
.image-left--content .btn {
  margin-right: 40px;
}

.image-left {
  background-color: #fff7e9;
  padding-bottom: 48px;
}

.image-left .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 180px;
  width: 100vw;
}
@media (max-width: 1280px) {
  .image-left .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 24px;
  }
}

.image-left img {
  max-width: 650px;
}
@media (max-width: 1280px) {
  .image-left img {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .image-left img {
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  .image-left img {
    max-width: 230px;
  }
}

.image-left--content {
  margin-left: 48px;
  padding: 48px 0;
  width: 800px;
}
@media (max-width: 1280px) {
  .image-left--content {
    margin-left: 24px;
    max-width: 100%;
  }
}
.image-left--content .flex {
  margin-top: 48px;
}
.image-left--content .btn {
  margin-right: 40px;
}

footer.footer {
  background: #58322f;
  color: #fff7e9;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  position: relative;
  z-index: 2;
}
footer.footer h5 {
  margin-bottom: 35px;
  text-transform: none;
}
footer.footer ul li a {
  padding: 5px 0;
}
footer.footer a {
  color: #fff7e9;
  display: block;
  font-size: 1.2857142857em;
  text-decoration: none;
}
footer.footer a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  footer.footer a {
    font-size: 1em;
  }
}

.footer .wrapper.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 24px;
}
@media (max-width: 768px) {
  .footer .wrapper.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .footer__col {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .footer__col {
    width: 100%;
  }
}

.footer__col span {
  display: block;
  font-size: 1.2857142857em;
  margin: 25px 0 0 0;
}
@media (max-width: 1024px) {
  .footer__col span {
    font-size: 1em;
  }
}

.footer__col span:nth-of-type(2) {
  margin: 10px 0 25px 0;
}

footer .footer__col--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 768px) {
  footer .footer__col--logo {
    margin-top: 20px;
  }
}
footer .footer__col--logo a {
  color: #58322f;
}
@media (max-width: 768px) {
  footer .footer__col--logo a {
    margin-top: 10px;
  }
}
footer .footer__col--logo svg {
  height: 170px;
  width: auto;
}
@media (max-width: 768px) {
  footer .footer__col--logo svg {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .footer__logo {
    width: 220px;
  }
}

.footer__logo--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.footer__logo--social a {
  display: inline-block;
}
.footer__logo--social svg {
  height: auto;
  margin-right: 10px;
  width: 40px;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.footer__logo--social a:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.footer__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 48px;
}

footer .footer__row a {
  font-size: 1em;
  margin-right: 10px;
}

.footer__row img {
  margin: 0 10px;
}

section.producten {
  background-color: #fff7e9;
  padding: 24px 0;
}

.producten .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.producten .blocks .product-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dba684;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 20px;
  min-height: 655px;
  padding: 20px;
  width: 30%;
}
@media (max-width: 1100px) {
  .producten .blocks .product-block {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .producten .blocks .product-block {
    width: 100%;
  }
}

.product-block img {
  min-height: 300px;
}

.product-block .name,
.product-block .price {
  font-weight: 700;
}

.product-block .contact-button {
  margin-top: auto;
  width: 250px;
}

.needhelp-section {
  background-color: #fff7e9;
  min-height: 400px;
  overflow: hidden;
  padding: 0 0 80px 0;
  position: relative;
}
@media (max-width: 500px) {
  .needhelp-section {
    min-height: auto;
    padding: 0;
  }
}

.needhelp-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 180px;
  padding-right: 0;
  position: relative;
  width: 100vw;
}
@media (max-width: 1024px) {
  .needhelp-section .wrapper {
    padding-left: 24px;
    width: 100%;
  }
}

.needhelp-section img {
  position: absolute;
  right: 0;
  top: -210px;
}
@media (max-width: 1280px) {
  .needhelp-section img {
    width: 450px;
  }
}
@media (max-width: 1024px) {
  .needhelp-section img {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .needhelp-section img {
    display: none;
  }
}

.needhelp-section .image-right--content {
  width: 500px;
}

.needhelp-section .image-right--content .btn {
  margin-bottom: 40px;
  max-width: 300px;
}

.shape {
  position: absolute;
}
@media (max-width: 500px) {
  .shape {
    display: none;
  }
}

.shape--left {
  bottom: -110px;
  left: -70px;
  rotate: -13.67deg;
}

.shape--right {
  top: 70px;
  right: -60px;
}

.shape--sunflower {
  bottom: -120px;
  right: 0;
  width: 270px;
}
@media (max-width: 500px) {
  .shape--sunflower {
    display: none;
  }
}

.slider {
  background-color: #40705c;
  color: #fff7e9;
  padding: 60px 0;
}

.slider .wrapper {
  width: 1100px;
}
@media (max-width: 1280px) {
  .slider .wrapper {
    width: 100%;
  }
}

.slider--full {
  background-color: #dba684;
  color: #58322f;
  position: relative;
  z-index: 3;
}

.slider--full h4 {
  text-align: center;
}

.swiper--tips .swiper-slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  color: #58322f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  text-align: center;
  min-height: 200px;
}
.swiper--tips .swiper-slide.swiper-slide--beige {
  background-color: #fff7e9;
}
.swiper--tips .swiper-slide.swiper-slide--salmon {
  background-color: #dba684;
}
.swiper--tips .swiper-button-next,
.swiper--tips .swiper-button-prev {
  color: #58322f;
}

.swiper--full .swiper-slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  text-align: center;
}
.swiper--full .swiper-slide p {
  max-width: 750px;
}
.swiper--full .swiper-button-next,
.swiper--full .swiper-button-prev {
  color: #58322f;
}

.trajecten {
  background-color: #dba684;
  padding: 40px 0;
  position: relative;
  z-index: 3;
}

.trajecten .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 900px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .trajecten .wrapper {
    padding-left: 24px;
    width: 100%;
  }
}

.trajecten-block {
  background: #fff7e9;
  border-radius: 20px;
  padding: 30px;
}

.trajecten-block ul {
  list-style-type: disc;
  margin-left: 20px;
}

.trajecten ul li {
  margin-right: 5px;
}

.trajecten-block--half {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-width: 375px;
  min-height: 520px;
}
@media (max-width: 500px) {
  .trajecten-block--half {
    margin-bottom: 20px;
  }
}

.trajecten-block--half .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.trajecten-block--half .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: auto;
}

.trajecten-block--half h5 {
  margin-top: 0;
}

.trajecten-block .price {
  display: block;
  font-weight: 700;
  margin: 7px 0;
  text-align: center;
}

.trajecten-block .price--sub {
  font-weight: normal;
  font-style: italic;
}

.trajecten-block .btn {
  width: 100%;
}

.trajecten-block--bottom {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 30px;
  padding: 20px;
}

.trajecten-block--bottom .strong {
  font-weight: 700;
  max-width: 800px;
}

.trajecten-block--bottom .price {
  text-align: unset;
}

.trajecten .shape--right {
  right: -140px;
  rotate: -37deg;
  top: 0;
}

.trajecten .shape--right.shape--right-two {
  bottom: -20px;
  rotate: 0deg;
  top: unset;
}

.trajecten .shape--left {
  bottom: -40px;
  left: -50px;
  z-index: 2;
}

.trajecten .shape--left.shape--left-image {
  bottom: unset;
  left: -180px;
  rotate: 280deg;
  top: -100px;
  z-index: 1;
}

.uitgelicht {
  background: #40705c;
  overflow: hidden;
  position: relative;
}

.uitgelicht .wrapper {
  padding: 50px 0 80px 0;
}
@media (max-width: 500px) {
  .uitgelicht .wrapper {
    padding: 50px 20px;
    width: 100%;
  }
}

.uitgelicht .wrapper.swiper-container {
  width: 100vw;
}

.swiper-slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.swiper-slide .wrapper {
  max-width: 900px;
}

.uitgelicht h5 {
  color: #fff7e9;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .uitgelicht h5 {
    margin-bottom: 0;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 500px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.uitgelicht .wrapper .box {
  background: #fff7e9;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
@media (max-width: 500px) {
  .uitgelicht .wrapper .box {
    margin-bottom: 20px;
  }
}

.uitgelicht .wrapper .box:nth-child(odd) {
  background-color: #fff7e9;
}

.uitgelicht .wrapper .box:nth-child(even) {
  background-color: #dba684;
}

.uitgelicht .shape--left {
  bottom: unset;
  left: -60px;
  top: 70px;
}

.uitgelicht .shape--right.shape--image {
  bottom: unset;
  top: 240px;
}
@media (max-width: 500px) {
  .uitgelicht .shape--right.shape--image {
    display: block;
    position: relative;
    top: unset;
    width: 150px;
  }
}

.uitgelicht .shape--right {
  bottom: 50px;
  top: unset;
}

.uitgelicht .swiper-button-next,
.uitgelicht .swiper-button-prev {
  color: #fff7e9;
}

.uitgelicht .swiper-button-prev {
  margin-left: 50px;
}

.uitgelicht .swiper-button-next {
  margin-right: 50px;
}

/* -------------------------------------------
	Page
--------------------------------------------*/
.essentiele-olien .block-right .block--lower-afbeelding {
  right: -110px;
}
.essentiele-olien .block-salmon .shape--left {
  left: 0;
}

.page-template-home .breadcrumb {
  display: none;
}

.woocommerce .page-title {
  color: #58322f;
}

.woocommerce p {
  color: #58322f;
}

@media (max-width: 768px) {
  .woocommerce-page .block--salmon {
    padding-top: 10px;
  }
}

.woocommerce-info {
  background: #fff7e9;
  border: 3px solid #40705c;
  border-radius: 5px;
  color: black;
  padding: 1em 2em;
}
.woocommerce-info:before {
  display: none;
}

.woocommerce-message {
  border-top-color: #40705c;
}
.woocommerce-message::before {
  color: #40705c;
}

.woocommerce-shop .block--salmon .wrapper {
  width: 1100px;
}
@media (max-width: 1100px) {
  .woocommerce-shop .block--salmon .wrapper {
    width: 95%;
  }
}

.woocommerce-shop .products.columns-4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.woocommerce-shop .products.columns-4:before {
  content: unset;
}
@media (max-width: 1100px) {
  .woocommerce-shop .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .woocommerce-shop .products.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.woocommerce-page ul.products li.product {
  background: #fff7e9;
  border-radius: 5px;
  float: none;
  margin: 0;
  padding: 10px;
  width: unset;
}

@media (max-width: 768px) {
  .woocommerce-page ul.products[class*=columns-] li.product {
    margin-bottom: 10px;
    width: 100%;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #58322f;
}

.woocommerce ul.products li.product .price {
  color: #58322f;
  font-weight: 700;
}

.woocommerce ul.products li.product .button {
  background-color: #40705c;
  color: white;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product .button {
    margin-right: 10px;
  }
}
.woocommerce ul.products li.product .button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.woocommerce div.product .product_title {
  color: #58322f;
}
.woocommerce div.product .summary .price bdi {
  color: #58322f;
  font-weight: 700;
  padding: 10px;
}
.woocommerce div.product .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.woocommerce div.product .cart .quantity {
  float: none;
}
.woocommerce div.product .cart .quantity input {
  height: 100%;
  text-align: center;
  width: 60px;
}
.woocommerce div.product .cart button.button.alt {
  background-color: #40705c;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.woocommerce div.product .cart button.button.alt:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.woocommerce div.product .product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce div.product .product_meta .sku_wrapper {
  font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #40705c;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #40705c;
  border-color: #40705c;
  color: white;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  border-color: #40705c;
  -webkit-box-shadow: 2px 2px 0 #40705c;
          box-shadow: 2px 2px 0 #40705c;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  border-color: #40705c;
  -webkit-box-shadow: -2px 2px 0 #40705c;
          box-shadow: -2px 2px 0 #40705c;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description em {
  color: #58322f;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h5 {
  color: #58322f;
  font-size: 1.4285714286em;
  margin: 10px 0;
  padding-top: 10px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description p {
  font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li {
  color: #58322f;
}

.woocommerce-cart .block--salmon .wrapper {
  width: 1024px;
}
@media (max-width: 1024px) {
  .woocommerce-cart .block--salmon .wrapper {
    width: 100%;
  }
}
.woocommerce-cart table.shop_table {
  background: #fff7e9;
  border-color: #58322f;
}
.woocommerce-cart table.shop_table tr {
  border-color: #58322f;
}
.woocommerce-cart table.shop_table td {
  border-color: #58322f;
}
.woocommerce-cart table.cart {
  color: #58322f;
}
.woocommerce-cart table.cart img {
  width: 160px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border-color: #40705c;
  min-height: 40px;
  width: 160px;
}
.woocommerce-cart table.shop_table .product-name a {
  color: #58322f;
  font-weight: 600;
}
.woocommerce-cart button.button {
  background-color: #fff7e9;
  border: 2px solid #40705c;
  color: #40705c;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.woocommerce-cart button.button:disabled[disabled] {
  color: #40705c;
}
.woocommerce-cart button.button:hover, .woocommerce-cart button.button:disabled[disabled]:hover {
  background-color: #fff7e9;
  border: 2px solid #40705c;
  color: #40705c;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.woocommerce-cart .cart-collaterals .cart_totals {
  color: #58322f;
}
.woocommerce-cart .wc-proceed-to-checkout {
  height: 90px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #40705c;
  color: white;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #fff7e9;
  border: 2px solid #40705c;
  color: #40705c;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.woocommerce-checkout .wrapper {
  width: 1260px;
}
@media (max-width: 1280px) {
  .woocommerce-checkout .wrapper {
    width: 1000px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-checkout .wrapper {
    width: 100%;
  }
}
.woocommerce-checkout .showlogin {
  text-decoration: underline;
}
.woocommerce-checkout .showlogin:hover {
  text-decoration: none;
}
.woocommerce-checkout h3 {
  color: #58322f;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  background: #fff7e9;
  border-radius: 5px;
  color: #58322f;
}
.woocommerce-checkout .form-row.place-order {
  height: 210px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .woocommerce-checkout .form-row.place-order {
    height: 250px;
  }
}
.woocommerce-checkout .place-order button.button.alt {
  background-color: #40705c;
  color: white;
  font-size: 1.7142857143em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 500px;
}
.woocommerce-checkout .place-order button.button.alt:hover {
  background-color: #fff7e9;
  border: 2px solid #40705c;
  color: #40705c;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.woocommerce-order-received .woocommerce-order {
  background: #fff7e9;
  border-radius: 5px;
  color: #58322f;
  padding: 20px;
}
@media (max-width: 500px) {
  .woocommerce-order-received .woocommerce-column {
    margin-bottom: 20px;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.css ***!
  \**************************************************************************************************************************************************************************/
/**
 * Swiper 11.1.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 21, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

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

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

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
