*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-64 {
  height: 16rem;
}

.h-full {
  height: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-grow {
  flex-grow: 1;
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

.gap-6 {
  gap: 1.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

.font-semibold {
  font-weight: 600;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

/* utility classes */

body,p{
  font-family: "Darker Grotesque", sans-serif;
}

h1 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  font-family: "Unkempt", cursive;
}

h2 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  font-family: "Unkempt", cursive;
}

h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  font-family: "Unkempt", cursive;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

li {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

section {
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}

.primary-button {
  margin-top: 0.75rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 11 120 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: white !important;
  text-decoration: none !important;
}

.primary-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(153 215 238 / var(--tw-bg-opacity, 1));
}

.blog-overview-page .blog-overview-grid img {
  border-radius: 0.75rem;
}

.single-post .post img {
  border-radius: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* custom css */

.custom-shape-divider-bottom-1720886252 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1720886252 svg {
  position: relative;
  display: block;
  width: calc(132% + 1.3px);
  height: 61px;
}

.custom-shape-divider-bottom-1720886252 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-top-1720886923 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1720886923 svg {
  position: relative;
  display: block;
  width: calc(132% + 1.3px);
  height: 61px;
}

.custom-shape-divider-top-1720886923 .shape-fill {
  fill: #FFFFFF;
}

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

.koffer-bestelformulier input[type="text"], .koffer-bestelformulier input[type="email"], .koffer-bestelformulier select, #gratis-ebook input[type="email"], #contact input[type="text"], #contact input[type="email"], #contact textarea{
  border-radius: 10px;
  padding: 5px;
  width: 100%;
  margin-bottom: 20px;
}

.koffer-bestelformulier input[type="submit"], #gratis-ebook input[type="submit"], #contact input[type="submit"], .gform_button{
  background-color: #EB0B78;
  padding: 15px 30px;
  color: white;
  font-size: 25px;
  border-radius: 9999px;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
}

.koffer-bestelformulier .gfield_label{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.koffer-bestelformulier .ginput_container_mollie_components{
  display: none;
}

.koffer-bestelformulier .gform-field-label--type-sub{
  display: none;
}

#gratis-ebook .gform_footer{
  margin-top: 0;
  padding-top: 0;
}

#gratis-ebook input[type="submit"]{
  margin-top: 0;
}

.list-disc li{
  list-style-type: disc;
}

.single-koffer-body iframe{
  max-width: 100%;
}

.single-koffer-body a{
  text-decoration: underline;
}

/* navigation */

.site-header{
  position: relative;
  z-index: 50;
}

.main-navigation{
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.main-navigation__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 80rem;
  min-height: 5.5rem;
  margin: 0 auto;
  padding: 0.8rem 1rem;
  gap: 1rem;
}

.main-navigation__brand{
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.main-navigation__brand img{
  display: block;
  width: auto;
  height: 4.25rem;
}

.main-navigation__menu{
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.main-navigation__menu a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.45rem 0.8rem;
  border-radius: 9999px;
  color: #475569;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.main-navigation__menu a:hover{
  background: #f8fafc;
  color: #172554;
}

.main-navigation__menu .main-navigation__cta{
  margin-left: 0.35rem;
  padding-right: 1.05rem;
  padding-left: 1.05rem;
  background: #EB0B78;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(190, 24, 93, 0.18);
}

.main-navigation__menu .main-navigation__cta:hover{
  background: #be185d;
  color: #fff;
}

.main-navigation__toggle{
  display: none;
  width: 2.85rem;
  height: 2.85rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 9999px;
  background: #fff;
  color: #172554;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.main-navigation__toggle-line{
  display: block;
  width: 1.2rem;
  height: 0.13rem;
  border-radius: 9999px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.main-navigation.is-open .main-navigation__toggle-line:nth-child(2){
  transform: translateY(0.41rem) rotate(45deg);
}

.main-navigation.is-open .main-navigation__toggle-line:nth-child(3){
  opacity: 0;
}

.main-navigation.is-open .main-navigation__toggle-line:nth-child(4){
  transform: translateY(-0.41rem) rotate(-45deg);
}

/* homepage */

.homepage{
  background: #fff;
}

.section-eyebrow{
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  background: #e0f2fe;
  color: #075985;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 36rem;
  margin-bottom: 0;
  padding: 7rem 1rem 8rem;
  background-size: cover;
  background-position: center;
}

.home-hero__overlay{
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 44%, rgba(255, 255, 255, 0.18) 100%),
        linear-gradient(180deg, rgba(153, 215, 238, 0.28), rgba(247, 168, 201, 0.2));
}

.home-hero__inner{
  display: flex;
  align-items: center;
  min-height: 23rem;
}

.home-hero__content{
  max-width: 41rem;
}

.home-hero__eyebrow{
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.9rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.88);
  color: #be185d;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.home-hero h1{
  max-width: 13ch;
  margin: 0;
  font-size: 5rem;
  line-height: 0.98;
  color: #172554;
}

.home-hero__intro{
  max-width: 35rem;
  margin: 1.25rem 0 0;
  color: #334155;
  font-size: 1.55rem;
  line-height: 1.35;
}

.home-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1.75rem;
}

.home-hero__primary{
  margin-top: 0;
}

.home-hero__secondary{
  display: inline-block;
  padding: 0.95rem 1.3rem;
  border: 2px solid rgba(15, 23, 42, 0.14);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.82);
  color: #172554;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
}

.home-hero__secondary:hover{
  background: #fff;
}

.home-hero__notes{
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.75rem;
}

.home-hero__notes span{
  padding: 0.45rem 0.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.74);
  color: #334155;
  font-size: 1rem;
  font-weight: 700;
}

.home-intro{
  margin-bottom: 0;
  padding: 4.5rem 1rem 3.5rem;
}

.home-intro__grid{
  display: grid;
  gap: 3rem;
  align-items: center;
}

.home-intro__media{
  position: relative;
}

.home-intro__media::before{
  content: "";
  position: absolute;
  inset: 1.25rem -1rem -1rem 1rem;
  z-index: -1;
  border-radius: 1.5rem;
  background: #f9d87f;
}

.home-intro__media video{
  display: block;
  width: 100%;
  border-radius: 1.25rem;
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.18);
}

.home-intro__content{
  max-width: 37rem;
}

.home-intro__logo{
  display: block;
  width: 10rem;
  max-width: 55%;
  margin: 0 0 1rem;
}

.home-intro__content h2{
  margin-top: 0;
  line-height: 1.08;
}

.home-intro__content p{
  color: #334155;
  line-height: 1.55;
}

.home-koffers{
  margin-bottom: 0;
  padding: 5rem 1rem;
  background: #fff7fb;
}

.home-section-header{
  max-width: 44rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.home-section-header h2{
  margin: 0;
  line-height: 1.08;
}

.home-section-header p:last-child{
  max-width: 34rem;
  margin: 0.75rem auto 0;
  color: #475569;
}

.home-koffers__grid{
  display: grid;
  gap: 1.25rem;
}

.home-koffer-card{
  overflow: hidden;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-koffer-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 54px rgba(15, 23, 42, 0.16);
}

.home-koffer-card a{
  display: block;
  text-decoration: none;
}

.home-koffer-card img{
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-koffer-card span{
  display: block;
  padding: 1rem 1.1rem 1.15rem;
  color: #172554;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.15;
}

.home-koffers__empty{
  grid-column: 1 / -1;
  text-align: center;
}

.home-koffers__cta{
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.home-ebook{
  position: relative;
  margin-bottom: 0;
  padding: 7rem 1rem;
}

.home-ebook__grid{
  display: grid;
  gap: 3rem;
  align-items: center;
}

.home-ebook__image img{
  display: block;
  width: min(100%, 28rem);
  margin: 0 auto;
  border-radius: 2rem;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
}

.home-ebook__content{
  max-width: 38rem;
}

.home-ebook__content h2{
  margin-top: 0;
}

.home-ebook__content ul{
  margin: 1.25rem 0;
  padding-left: 1.25rem;
}

.home-ebook__content li{
  list-style-type: disc;
  color: #334155;
}

.home-ebook__content li + li{
  margin-top: 0.45rem;
}

.home-ebook__content p{
  color: #334155;
  line-height: 1.5;
}

.featured-blog-home{
  margin: 4rem 1rem 5rem;
}

.featured-blog-home__inner{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 54rem;
  margin: 0 auto;
  padding: 1.5rem;
  border: 2px dashed rgba(235, 11, 120, 0.22);
  border-radius: 1.25rem;
  background: #fff7fb;
  box-shadow: none;
}

.featured-blog-home__inner h2{
  margin: 0 0 0.25rem;
  font-size: 2rem;
}

.featured-blog-home__inner p{
  margin: 0;
  color: #475569;
}

.featured-blog-home__button{
  flex-shrink: 0;
  margin-top: 0;
}

.site-footer{
  position: relative;
  margin-bottom: 0;
  padding: 7rem 1rem 3.5rem;
}

.site-footer__inner{
  position: relative;
}

.site-footer__grid{
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}

.site-footer__section{
  height: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.site-footer__contact{
  display: flex;
  flex-direction: column;
}

.site-footer__eyebrow{
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.72);
  color: #075985;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer h2{
  margin: 0 0 0.75rem;
  font-size: 2rem;
  line-height: 1.1;
}

.site-footer h3{
  margin: 0 0 1rem;
  color: #172554;
  font-size: 1.5rem;
  line-height: 1.1;
}

.site-footer p{
  color: #334155;
  line-height: 1.5;
}

.site-footer p:last-child{
  margin-bottom: 0;
}

.site-footer a{
  color: #be185d;
  font-weight: 800;
  text-decoration: none;
}

.site-footer a:hover{
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer__details{
  display: grid;
  gap: 0.85rem;
  margin-top: 0;
}

.site-footer__details span{
  display: block;
  color: #475569;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer__details address,
.site-footer__details a{
  display: block;
  margin-top: 0.2rem;
  color: #172554;
  font-size: 1.12rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.site-footer__links{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.5rem;
}

.site-footer__links a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border-radius: 9999px;
  background: #EB0B78;
  color: #fff;
  box-shadow: 0 10px 24px rgba(190, 24, 93, 0.2);
}

.site-footer__links a:not(.site-footer__review-link){
  width: 2.75rem;
}

.site-footer__links a:hover{
  background: #be185d;
  text-decoration: none;
}

.site-footer__review-link{
  padding: 0 1rem;
}

.site-footer__practical{
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.28);
}

.site-footer__form p{
  margin: 0 0 0.85rem;
}

.site-footer__form .gform_wrapper{
  margin-top: 1.25rem;
}

.site-footer__form #gform_wrapper_9{
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.32);
}

.site-footer__form #gform_9{
  display: grid;
  gap: 1rem;
}

.site-footer__form #gform_fields_9{
  display: grid;
  gap: 0.9rem;
}

.site-footer__form #gform_wrapper_9 .gfield{
  margin: 0;
}

.site-footer__form #gform_wrapper_9 .gfield--type-honeypot{
  display: none !important;
}

.site-footer__form #gform_wrapper_9 .gfield_label,
.site-footer__form #gform_wrapper_9 legend.gfield_label{
  display: block;
  margin: 0 0 0.35rem;
  color: #172554;
  font-size: 0.95rem !important;
  font-weight: 800;
  line-height: 1.2;
}

.site-footer__form #gform_wrapper_9 input[type="text"],
.site-footer__form #gform_wrapper_9 input[type="email"],
.site-footer__form #gform_wrapper_9 textarea{
  width: 100%;
  min-height: 2.85rem;
  margin: 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
  color: #172554;
  font-size: 1.05rem;
  line-height: 1.3;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.site-footer__form #gform_wrapper_9 textarea{
  min-height: 8rem;
  resize: vertical;
}

.site-footer__form #gform_wrapper_9 input[type="text"]:focus,
.site-footer__form #gform_wrapper_9 input[type="email"]:focus,
.site-footer__form #gform_wrapper_9 textarea:focus{
  border-color: #EB0B78;
  outline: none;
  box-shadow: 0 0 0 3px rgba(235, 11, 120, 0.16);
}

.site-footer__form #gform_wrapper_9 .ginput_complex{
  display: block;
}

.site-footer__form #gform_wrapper_9 .ginput_container_consent{
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.85rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.48);
}

.site-footer__form #gform_wrapper_9 input[type="checkbox"]{
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  accent-color: #EB0B78;
}

.site-footer__form #gform_wrapper_9 .gfield_consent_label{
  color: #334155;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.site-footer__form #gform_wrapper_9 .gform_footer{
  margin: 0;
  padding: 0;
}

.site-footer__form #gform_wrapper_9 input[type="submit"]{
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin: 0;
  padding: 0.9rem 1.2rem;
  border: 0;
  border-radius: 9999px;
  background: #EB0B78;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 12px 26px rgba(190, 24, 93, 0.22);
}

.site-footer__form #gform_wrapper_9 input[type="submit"]:hover{
  background: #be185d;
}

.site-footer__form #gform_wrapper_9 .gfield_validation_message,
.site-footer__form #gform_wrapper_9 .validation_message{
  margin-top: 0.35rem;
  color: #be123c;
  font-size: 0.95rem;
  font-weight: 700;
}

.site-footer__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  padding: 0.8rem 1.15rem;
  border-radius: 9999px;
  background: #EB0B78;
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(190, 24, 93, 0.2);
}

.site-footer__button:hover{
  background: #be185d;
  text-decoration: none !important;
}

.site-footer__form .gfield_label{
  color: #172554;
  font-size: 1rem !important;
  font-weight: 800;
}

.site-footer__form input[type="text"],
.site-footer__form input[type="email"],
.site-footer__form textarea{
  background: rgba(255, 255, 255, 0.86);
}

@media (min-width: 640px){
  .home-koffers__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .featured-blog-home__inner{
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1024px){
  .home-intro__grid,
    .home-ebook__grid{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .home-koffers__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}

@media (max-width: 760px){
  .main-navigation__inner{
    min-height: 4.75rem;
  }

  .main-navigation__brand img{
    height: 3.65rem;
  }

  .main-navigation__toggle{
    display: inline-flex;
  }

  .main-navigation__menu{
    position: absolute;
    top: calc(100% + 0.65rem);
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0.25rem;
    padding: 0.8rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.4rem);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .main-navigation.is-open .main-navigation__menu{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-navigation__menu a{
    justify-content: flex-start;
    width: 100%;
    min-height: 3rem;
    padding: 0.7rem 0.9rem;
    font-size: 1.2rem;
  }

  .main-navigation__menu .main-navigation__cta{
    justify-content: center;
    margin: 0.35rem 0 0;
  }

  .home-hero{
    min-height: 34rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
    background-position: 62% center;
  }

  .home-hero__overlay{
    background: rgba(255, 255, 255, 0.86);
  }

  .home-hero h1{
    font-size: 3.35rem;
  }

  .home-hero__intro{
    font-size: 1.25rem;
  }

  .home-hero__secondary,
    .home-hero__primary{
    width: 100%;
    text-align: center;
  }

  .home-intro,
    .home-koffers{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .home-ebook{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .featured-blog-home__inner{
    padding: 1.5rem;
  }

  .site-footer{
    padding-top: 5.5rem;
    padding-bottom: 2.5rem;
  }

  .site-footer__section{
    padding: 1.25rem;
  }
}

/* default page template */

.page-template-page-reservatieformulier .gform_wrapper input, .page-template-page-reservatieformulier .gform_wrapper textarea{
  border: 1px solid black;
  border-radius: 10px;
}

.reservation-page{
  background: #fff;
}

.reservation-page .page-hero{
  background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.72), transparent 24rem),
        radial-gradient(circle at 82% 20%, rgba(249, 216, 127, 0.58), transparent 20rem),
        linear-gradient(135deg, #99d7ee 0%, #f7a8c9 55%, #EB0B78 100%) !important;
}

.reservation-page .page-hero__overlay{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)) !important;
}

.reservation-page .page-header-title{
  color: #172554 !important;
  text-shadow: none !important;
}

.reservation-page .page-hero__eyebrow{
  color: #be185d;
}

.reservation-page__body{
  margin-bottom: 0;
  padding: 4rem 1rem 5rem;
}

.reservation-page__container{
  max-width: 56rem;
}

.reservation-page #gform_wrapper_1{
  margin: 0 auto;
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.reservation-page #gform_1{
  display: block;
}

.reservation-page #gform_fields_1{
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.reservation-page #gform_fields_1 > .gfield{
  margin: 0;
  padding: 0;
  list-style: none;
}

.reservation-page #gform_wrapper_1 .gfield--type-honeypot{
  display: none !important;
}

.reservation-page #gform_wrapper_1 .gsection{
  margin: 1.25rem 0 0;
  padding: 1.2rem 1.25rem;
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, #e0f2fe, #fff7fb);
}

.reservation-page #gform_wrapper_1 .gsection:first-of-type{
  margin-top: 0;
}

.reservation-page #gform_wrapper_1 .gsection_title{
  margin: 0;
  color: #172554;
  font-size: 2rem;
  line-height: 1.05;
}

.reservation-page #gform_wrapper_1 .gfield_label,
.reservation-page #gform_wrapper_1 legend.gfield_label{
  display: block;
  margin: 0 0 0.45rem;
  color: #172554;
  font-size: 1.18rem !important;
  font-weight: 800;
  line-height: 1.2;
}

.reservation-page #gform_wrapper_1 .gfield_required{
  color: #EB0B78;
}

.reservation-page #gform_wrapper_1 .gform-field-label--type-sub,
.reservation-page #gform_wrapper_1 .gfield_description{
  display: block;
  margin: 0 0 0.45rem;
  color: #475569;
  font-size: 1.08rem !important;
  line-height: 1.42;
}

.reservation-page #gform_wrapper_1 input[type="text"],
.reservation-page #gform_wrapper_1 input[type="email"],
.reservation-page #gform_wrapper_1 input[type="tel"],
.reservation-page #gform_wrapper_1 input[type="number"],
.reservation-page #gform_wrapper_1 textarea,
.reservation-page #gform_wrapper_1 select{
  width: 100%;
  min-height: 3rem;
  margin: 0;
  padding: 0.78rem 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 0.85rem;
  background: #fff;
  color: #172554;
  font-size: 1.16rem;
  line-height: 1.3;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.reservation-page #gform_wrapper_1 textarea{
  min-height: 9rem;
  resize: vertical;
}

.reservation-page #gform_wrapper_1 .ginput_container_date{
  position: relative;
  display: block;
}

.reservation-page #gform_wrapper_1 .ginput_container_date input.gdatepicker_with_icon{
  padding-right: 3.35rem;
}

.reservation-page #gform_wrapper_1 .ginput_container_date .ui-datepicker-trigger{
  position: absolute !important;
  top: 50% !important;
  right: 1rem !important;
  display: block !important;
  width: 1.3rem !important;
  height: 1.3rem !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%);
  opacity: 0.72;
  cursor: pointer;
}

.reservation-page #gform_wrapper_1 .ginput_container_date .ui-datepicker-trigger:hover{
  opacity: 1;
}

.reservation-page #gform_wrapper_1 input:focus,
.reservation-page #gform_wrapper_1 textarea:focus,
.reservation-page #gform_wrapper_1 select:focus{
  border-color: #EB0B78;
  outline: none;
  box-shadow: 0 0 0 3px rgba(235, 11, 120, 0.15);
}

.reservation-page #gform_wrapper_1 .ginput_complex{
  display: grid;
  gap: 0.9rem;
}

.reservation-page #gform_wrapper_1 .ginput_complex > span{
  display: block;
  width: 100%;
}

.reservation-page #gform_wrapper_1 .gfield_checkbox,
.reservation-page #gform_wrapper_1 .gfield_radio{
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}

.reservation-page #gform_wrapper_1 .gfield_checkbox li,
.reservation-page #gform_wrapper_1 .gfield_radio li{
  display: flex !important;
  gap: 0.8rem !important;
  align-items: center !important;
  min-height: 3.15rem !important;
  margin: 0 !important;
  padding: 0.9rem 1.05rem !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 0.9rem !important;
  background: #f8fafc !important;
  list-style: none;
}

.reservation-page #gform_wrapper_1 input[type="checkbox"],
.reservation-page #gform_wrapper_1 input[type="radio"]{
  flex: 0 0 auto;
  width: 1.12rem;
  height: 1.12rem;
  margin: 0;
  accent-color: #EB0B78;
}

.reservation-page #gform_wrapper_1 .gfield_checkbox label,
.reservation-page #gform_wrapper_1 .gfield_radio label{
  color: #172554;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.25;
}

.reservation-page #gform_wrapper_1 .reservatie-extraatje{
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.reservation-page #gform_wrapper_1 .reservatie-extraatje .ginput_container_singleproduct{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem 1rem;
  align-items: center;
}

.reservation-page #gform_wrapper_1 .reservatie-extraatje .ginput_product_price_label{
  display: none;
}

.reservation-page #gform_wrapper_1 .reservatie-extraatje .ginput_product_price{
  color: #be185d;
  font-size: 1.3rem !important;
  font-weight: 900;
}

.reservation-page #gform_wrapper_1 .reservatie-extraatje .ginput_quantity_label{
  color: #475569;
  font-size: 1rem !important;
  font-weight: 800;
  text-transform: uppercase;
}

.reservation-page #gform_wrapper_1 .reservatie-extraatje input[type="number"]{
  width: 5.25rem;
  min-height: 2.65rem;
  text-align: center;
}

.reservation-page #gform_wrapper_1 .gfield_total,
.reservation-page #gform_wrapper_1 #field_1_37{
  padding: 1.1rem;
  border-radius: 1rem;
  background: #fff7fb;
  border: 1px solid rgba(235, 11, 120, 0.16);
}

.reservation-page #gform_wrapper_1 .ginput_total{
  display: inline-block;
  color: #be185d;
  font-size: 2rem !important;
  font-weight: 900;
  line-height: 1;
}

.reservation-page #gform_wrapper_1 .gfield_html{
  padding: 1rem;
  border-radius: 1rem;
  background: #f8fafc;
  color: #475569;
  font-size: 1.1rem;
  line-height: 1.45;
}

.reservation-page #gform_wrapper_1 .gform_footer{
  margin: 1.5rem 0 0;
  padding: 0;
}

.reservation-page #gform_wrapper_1 input[type="submit"]{
  width: 100%;
  margin: 0;
  padding: 1rem 1.35rem;
  border: 0;
  border-radius: 9999px;
  background: #EB0B78;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.1;
  box-shadow: 0 14px 30px rgba(190, 24, 93, 0.22);
}

.reservation-page #gform_wrapper_1 input[type="submit"]:hover{
  background: #be185d;
}

.reservation-page #gform_wrapper_1 .validation_message,
.reservation-page #gform_wrapper_1 .gfield_validation_message{
  margin-top: 0.4rem;
  color: #be123c;
  font-size: 1.05rem;
  font-weight: 800;
}

@media (min-width: 720px){
  .reservation-page #gform_wrapper_1{
    padding: 2rem;
  }

  .reservation-page #gform_wrapper_1 .ginput_complex{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reservation-page #gform_wrapper_1 .ginput_full,
    .reservation-page #gform_wrapper_1 .address_line_1{
    grid-column: 1 / -1;
  }

  .reservation-page #gform_wrapper_1 .gfield_checkbox,
    .reservation-page #gform_wrapper_1 .gfield_radio{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reservation-page #gform_wrapper_1 .reservatie-extraatje .ginput_container_singleproduct{
    grid-template-columns: minmax(0, 1fr) auto auto;
  }
}

.page-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 0;
  padding: 6.5rem 1rem 7rem;
  background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.7), transparent 24rem),
        linear-gradient(135deg, #99d7ee 0%, #f9d87f 52%, #f7a8c9 100%);
}

.page-hero--image{
  background-size: cover;
  background-position: center;
  color: #fff;
}

.page-hero__overlay{
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.18);
}

.page-hero--image .page-hero__overlay{
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.58), rgba(20, 20, 20, 0.26));
}

.page-hero__inner{
  max-width: 48rem;
  text-align: center;
}

.page-hero__eyebrow{
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.78);
  color: #334155;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero--image .page-hero__eyebrow{
  background: rgba(255, 255, 255, 0.9);
}

.page-header-title{
  margin: 0;
  font-size: 4rem;
  line-height: 1.02;
}

.page-hero--image .page-header-title{
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.page-hero__intro{
  max-width: 38rem;
  margin: 1rem auto 0;
  color: #334155;
  font-size: 1.55rem;
  line-height: 1.35;
}

.page-hero--image .page-hero__intro{
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

.default-page-body{
  margin-bottom: 0;
  padding: 4rem 1rem 5rem;
  background: #fff;
}

.default-page-article{
  max-width: 46rem;
  margin: 0 auto;
}

.default-page-content{
  color: #334155;
  font-size: 1.25rem;
  line-height: 1.7;
}

.default-page-content > *:first-child{
  margin-top: 0;
}

.default-page-content p{
  font-size: 1.35rem;
  line-height: 1.65;
}

.default-page-content h2,
.default-page-content h3{
  margin-top: 2.5rem;
}

.default-page-content a{
  color: #be185d;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.default-page-content ul,
.default-page-content ol{
  margin: 1.25rem 0;
  padding-left: 1.35rem;
}

.default-page-content li + li{
  margin-top: 0.45rem;
}

.default-page-content ul li{
  list-style-type: disc;
}

.default-page-content ol li{
  list-style-type: decimal;
}

.default-page-content img{
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.default-page-content .wp-block-image,
.default-page-content .wp-block-gallery{
  margin: 2rem 0;
}

.default-page-edit{
  max-width: 46rem;
  margin: 2rem auto 0;
  color: #64748b;
  font-weight: 700;
}

.default-page-cta{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 54rem;
  margin: 4rem auto 0;
  padding: 1.5rem;
  border: 2px dashed rgba(235, 11, 120, 0.22);
  border-radius: 1.25rem;
  background: #fff7fb;
}

.default-page-cta h2{
  margin: 0 0 0.25rem;
  font-size: 2rem;
}

.default-page-cta p{
  margin: 0;
  color: #475569;
}

.default-page-cta__button{
  flex-shrink: 0;
  margin-top: 0;
}

@media (min-width: 768px){
  .default-page-cta{
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 640px){
  .page-hero{
    padding-top: 4.5rem;
    padding-bottom: 5.5rem;
  }

  .page-header-title{
    font-size: 3rem;
  }

  .page-hero__intro{
    font-size: 1.25rem;
  }

  .default-page-body{
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

#content-extraatje p{
  margin-top: 0;
  margin-bottom: 0;
}

.extraatjes-panel{
  position: relative;
  overflow: hidden;
}

.extraatjes-panel::before{
  content: "";
  position: absolute;
  top: -5rem;
  right: -4rem;
  width: 14rem;
  height: 14rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.28);
}

.extraatjes-header{
  position: relative;
  margin-bottom: 2rem;
  max-width: 42rem;
}

.extraatjes-eyebrow{
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.8rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.extraatjes-header h2{
  margin-bottom: 0.75rem;
}

.extraatjes-header p{
  margin: 0;
  max-width: 36rem;
}

.extraatjes-grid{
  position: relative;
  display: grid;
  gap: 1.25rem;
}

.extraatje-card{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.extraatje-media{
  flex-shrink: 0;
}

.extraatje-image{
  display: block;
  width: 7rem;
  height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.extraatje-content{
  min-width: 0;
}

.extraatje-title{
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.extraatje-description p{
  margin: 0;
}

.extraatje-description p + p{
  margin-top: 0.75rem;
}

@media (min-width: 768px){
  .extraatje-card{
    flex-direction: row;
    align-items: flex-start;
  }
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1024px) {
  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
