/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main.scss ***!
  \******************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
! tailwindcss v3.4.10 | 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] {
  display: none;
}
*, ::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:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@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;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-\[-10\%\]{
  inset: -10%;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-12{
  bottom: -3rem;
}
.-bottom-16{
  bottom: -4rem;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-bottom-20{
  bottom: -5rem;
}
.-bottom-24{
  bottom: -6rem;
}
.-bottom-32{
  bottom: -8rem;
}
.-bottom-4{
  bottom: -1rem;
}
.-left-32{
  left: -8rem;
}
.-left-4{
  left: -1rem;
}
.-left-52{
  left: -13rem;
}
.-left-60{
  left: -15rem;
}
.-left-8{
  left: -2rem;
}
.-left-\[0\.4rem\]{
  left: -0.4rem;
}
.-left-\[0\.8rem\]{
  left: -0.8rem;
}
.-left-\[1\.8rem\]{
  left: -1.8rem;
}
.-left-\[2\.1rem\]{
  left: -2.1rem;
}
.-right-32{
  right: -8rem;
}
.-right-4{
  right: -1rem;
}
.-right-52{
  right: -13rem;
}
.-right-60{
  right: -15rem;
}
.-right-8{
  right: -2rem;
}
.-right-\[0\.8rem\]{
  right: -0.8rem;
}
.-right-\[1\.5rem\]{
  right: -1.5rem;
}
.-top-14{
  top: -3.5rem;
}
.-top-16{
  top: -4rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-20{
  top: -5rem;
}
.-top-24{
  top: -6rem;
}
.-top-32{
  top: -8rem;
}
.-top-4{
  top: -1rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-\[1\.2rem\]{
  bottom: 1.2rem;
}
.bottom-\[unset\]{
  bottom: unset;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-24{
  left: 6rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-40{
  left: 10rem;
}
.left-6{
  left: 1.5rem;
}
.left-8{
  left: 2rem;
}
.left-\[30\%\]{
  left: 30%;
}
.left-\[70\%\]{
  left: 70%;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-2{
  right: 0.5rem;
}
.right-20{
  right: 5rem;
}
.right-24{
  right: 6rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-40{
  right: 10rem;
}
.right-6{
  right: 1.5rem;
}
.right-8{
  right: 2rem;
}
.right-9{
  right: 2.25rem;
}
.right-96{
  right: 24rem;
}
.right-\[unset\]{
  right: unset;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-16{
  top: 4rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-56{
  top: 14rem;
}
.top-8{
  top: 2rem;
}
.top-\[90\%\]{
  top: 90%;
}
.top-full{
  top: 100%;
}
.-z-10{
  z-index: -10;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[60\]{
  z-index: 60;
}
.z-\[80\]{
  z-index: 80;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-1{
  margin-bottom: 0.25rem !important;
}
.-mt-0{
  margin-top: -0px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[14\/9\]{
  aspect-ratio: 14/9;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-\[4\/5\]{
  aspect-ratio: 4/5;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-44{
  height: 11rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[144px\]{
  height: 144px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[58px\]{
  height: 58px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[40rem\]{
  max-height: 40rem;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-screen{
  max-height: 100vh;
}
.w-0\.5{
  width: 0.125rem;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-24{
  width: 6rem;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[103px\]{
  width: 103px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[14rem\]{
  width: 14rem;
}
.w-\[256px\]{
  width: 256px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[340px\]{
  width: 340px;
}
.w-\[75\%\]{
  width: 75%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[330px\]{
  min-width: 330px;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[840px\]{
  max-width: 840px;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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-3{
  --tw-rotate: -3deg;
  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));
}
.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-text{
  cursor: text;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.scroll-auto{
  scroll-behavior: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-\[\#DBDBDB\]{
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gewGrey{
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-opacity-20{
  --tw-border-opacity: 0.2;
}
.bg-\[\#FAFAFA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-gewGreen{
  --tw-bg-opacity: 1;
  background-color: rgb(75 206 151 / var(--tw-bg-opacity));
}
.bg-gewGrey{
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity));
}
.bg-gewLightGrey{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-8{
  padding: 2rem;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-\[90px\]{
  padding-bottom: 90px;
}
.pl-12{
  padding-left: 3rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[35px\]{
  padding-top: 35px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.indent-4{
  text-indent: 1rem;
}
.align-bottom{
  vertical-align: bottom;
}
.font-magicb{
  font-family: "Magical Brush", serif;
}
.font-roboto{
  font-family: Roboto, serif;
}
.text-15{
  font-size: 15px;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[35px\]{
  font-size: 35px;
}
.text-\[45px\]{
  font-size: 45px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[60px\]{
  font-size: 60px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.leading-\[40px\]{
  line-height: 40px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-none{
  line-height: 1;
}
.-tracking-\[2px\]{
  letter-spacing: -2px;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gewGreen{
  --tw-text-opacity: 1;
  color: rgb(75 206 151 / var(--tw-text-opacity));
}
.text-gewGrey{
  --tw-text-opacity: 1;
  color: rgb(219 219 219 / var(--tw-text-opacity));
}
.text-gewPink{
  --tw-text-opacity: 1;
  color: rgb(201 54 117 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}
.placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-70{
  opacity: 0.7;
}
.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);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.brightness-0{
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert-0{
  --tw-invert: invert(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(a4e97f5a2a64f0ab1323.eot);
  src: url(a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"), url(295183786cd8a1389865.woff) format("woff"), url(c94f7671dcc99dce43e2.ttf) format("truetype"), url(2630a3e3eab21c607e21.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Hidden elements
 *
 * @source core/modules/system/css/components/hidden.module.css
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  /**
  * The .focusable class extends the .visually-hidden class to allow
  * the element to be focusable when navigated to via the keyboard.
  */
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

/**
 * Visual styles for fields.
 * @source core/themes/starterkit_theme/css/components/field.css
 */
.field__label{
  font-weight: 700;
}

.field[class*=field--name-]{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/**
 * Forms
 */
form.user-login-form, form.user-pass{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
form .form-item{
  margin-bottom: 1rem;
}
form .form-item label{
  font-weight: 700;
}
form .form-item input,
form .form-item textarea,
form .form-item select{
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 1rem;
}
form .form-item input.error,
form .form-item textarea.error,
form .form-item select.error{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
form .form-required::after{
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  background-repeat: no-repeat;
  vertical-align: super;
  content: "";
  /* Use a background image to prevent screen readers from announcing the text. */
  background-image: url("/core/misc/icons/ee0000/required.svg");
  background-size: 6px 6px;
}
form .form-actions{
  margin-top: 1rem;
}
form .form-submit{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
form .form-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

#tfa-entry-form{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  #tfa-entry-form{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  #tfa-entry-form{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  #tfa-entry-form{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  #tfa-entry-form{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  #tfa-entry-form{
    max-width: 1536px;
  }
}

#tfa-entry-form{
  margin-bottom: 1.5rem;
}

#tfa-entry-form #tfa-entry-form{
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.container #tfa-entry-form{
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

body{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Roboto, serif;
  width: 100%;
  background-image: url(a2d3cf407f1806811a39.webp);
  background-repeat: repeat-y;
  background-size: cover; /* Ensures it covers the full width */
  background-color: hsla(0, 0%, 100%, 0.3);
  background-blend-mode: multiply;
  max-width: 100vw;
}
body section.main{
  overflow-x: hidden;
}

@font-face {
  font-family: "Roboto";
  src: url(3c9d0f6513f7cfe91016.ttf) format("truetype");
  font-weight: 400 500 600 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magical Brush";
  src: url(64740b90159289a6fde6.otf) format("opentype");
  font-weight: 400 500 600 700;
  font-style: normal;
  font-display: swap;
}
body{
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  body{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.h1{
  margin-bottom: 1rem;
  font-family: "Magical Brush", serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 45px;
  line-height: 46px;
}
.h1 p {
  font-size: 45px;
  line-height: 46px;
}
@media (min-width: 1024px) {
  .h1 {
    font-size: 60px;
    line-height: 61px;
  }
  .h1 p {
    font-size: 60px;
    line-height: 61px;
  }
}

.h2{
  margin-bottom: 1rem;
  font-family: "Magical Brush", serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 36px;
  line-height: 37px;
}
.h2 p {
  font-size: 36px;
  line-height: 37px;
}
@media (min-width: 1024px) {
  .h2 {
    font-size: 48px;
    line-height: 49px;
  }
  .h2 p {
    font-size: 48px;
    line-height: 49px;
  }
}

.h3{
  margin-bottom: 1rem;
  font-family: "Magical Brush", serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 28px;
  line-height: 29px;
}
.h3 p {
  font-size: 28px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .h3 {
    font-size: 32px;
    line-height: 33px;
  }
  .h3 p {
    font-size: 32px;
    line-height: 33px;
  }
}

.h4{
  margin-bottom: 1rem;
  font-family: "Magical Brush", serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 20px;
  line-height: 21px;
}
.h4 p {
  font-size: 20px;
  line-height: 21px;
}
@media (min-width: 1024px) {
  .h4 {
    font-size: 26px;
    line-height: 27px;
  }
  .h4 p {
    font-size: 26px;
    line-height: 27px;
  }
}

b,
strong{
  font-weight: 600;
}

p{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
p a{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.wyswyg a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.wyswyg a:hover{
  --tw-text-opacity: 1;
  color: rgb(73 154 157 / var(--tw-text-opacity));
}
.wyswyg p{
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  .wyswyg p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .wyswyg p{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.wyswyg h1{
  margin-bottom: 1rem;
  padding-top: 2.5rem;
  font-family: Roboto, serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: 45px;
  line-height: 46px;
}
@media (min-width: 1024px) {
  .wyswyg h1 {
    font-size: 60px;
    line-height: 61px;
  }
}
.wyswyg h2{
  margin-bottom: 1rem;
  padding-top: 2.5rem;
  font-family: Roboto, serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: 36px;
  line-height: 37px;
}
@media (min-width: 1024px) {
  .wyswyg h2 {
    font-size: 48px;
    line-height: 49px;
  }
}
.wyswyg h3{
  margin-bottom: 1rem;
  padding-top: 2.5rem;
  font-family: Roboto, serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: 28px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .wyswyg h3 {
    font-size: 32px;
    line-height: 33px;
  }
}
.wyswyg h4{
  margin-bottom: 1rem;
  padding-top: 2.5rem;
  font-family: Roboto, serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: 20px;
  line-height: 21px;
}
@media (min-width: 1024px) {
  .wyswyg h4 {
    font-size: 26px;
    line-height: 27px;
  }
}
.wyswyg .bulletify ol,
.wyswyg li{
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  .wyswyg .bulletify ol,
.wyswyg li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .wyswyg .bulletify ol,
.wyswyg li{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.bulletify ul,
.bulletify ol{
  margin-bottom: 1rem;
}
.bulletify ul{
  list-style-type: disc;
  padding-inline-start: 2rem;
}
.bulletify ol{
  list-style-type: decimal;
  padding-inline-start: 2rem;
}

.home-hero p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  .home-hero p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.home-quote p{
  font-family: "Magical Brush", serif;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -2px;
}

@media (min-width: 768px){
  .home-quote p{
    font-size: 60px;
    line-height: 65px;
  }
}

@media (min-width: 1024px){
  .home-quote p{
    font-size: 85px;
    line-height: 90px;
  }
}

.detail-quote p{
  text-align: center;
  font-family: "Magical Brush", serif;
  font-size: 20px;
}

@media (min-width: 768px){
  .detail-quote p{
    font-size: 28px;
  }
}

.block-subtitle p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  .block-subtitle p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.block-subtitle h1,
.block-subtitle h2,
.block-subtitle h3,
.block-subtitle h4,
.block-subtitle h5,
.block-subtitle h6{
  font-family: "Magical Brush", serif;
  font-size: 28px;
}
@media (min-width: 768px){
  .block-subtitle h1,
.block-subtitle h2,
.block-subtitle h3,
.block-subtitle h4,
.block-subtitle h5,
.block-subtitle h6{
    font-size: 32px;
  }
}

#event-detail-description a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

#event-detail-description a:hover{
  --tw-text-opacity: 1;
  color: rgb(73 154 157 / var(--tw-text-opacity));
}
#event-detail-description p{
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  #event-detail-description p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#event-detail-description h1{
  margin-bottom: 1rem;
  font-family: Roboto, serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: 45px;
  line-height: 46px;
}
@media (min-width: 1024px) {
  #event-detail-description h1 {
    font-size: 60px;
    line-height: 61px;
  }
}
#event-detail-description h2{
  margin-bottom: 1rem;
  font-family: Roboto, serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: 36px;
  line-height: 37px;
}
@media (min-width: 1024px) {
  #event-detail-description h2 {
    font-size: 48px;
    line-height: 49px;
  }
}
#event-detail-description h3{
  margin-bottom: 1rem;
  font-family: Roboto, serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: 28px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  #event-detail-description h3 {
    font-size: 32px;
    line-height: 33px;
  }
}
#event-detail-description h4{
  margin-bottom: 1rem;
  font-family: Roboto, serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: 20px;
  line-height: 21px;
}
@media (min-width: 1024px) {
  #event-detail-description h4 {
    font-size: 26px;
    line-height: 27px;
  }
}
#event-detail-description ol,
#event-detail-description li{
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  #event-detail-description ol,
#event-detail-description li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#event-detail-description ul{
  list-style-type: disc;
  padding-inline-start: 2rem;
}
#event-detail-description ol{
  list-style-type: decimal;
  padding-inline-start: 2rem;
}

button{
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button-gew{
  position: relative;
  cursor: pointer;
  border-style: none;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Magical Brush", serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-gew.overview-btn {
  padding-top: 0.75rem !important;
}
.button-gew.interactive-click {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.button-gew.btn-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-gew.btn-tiny {
  background-image: url(044d9b2ae9a0c4c12ac6.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 76px;
  min-height: 50px;
}
@media (max-width: 768px) {
  .button-gew.btn-tiny {
    background-image: url(044d9b2ae9a0c4c12ac6.svg);
  }
}
.button-gew.btn-tiny-grey {
  background-image: url(4a8c350d8ac47980d024.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 76px;
  min-height: 50px;
}
@media (max-width: 768px) {
  .button-gew.btn-tiny-grey {
    background-image: url(044d9b2ae9a0c4c12ac6.svg);
  }
}
.button-gew.btn-small {
  background-image: url(cb96a953d19b91e65546.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 121px;
  min-height: 30px;
}
@media (max-width: 768px) {
  .button-gew.btn-small {
    background-image: url(408b5801f38c6244714b.svg);
  }
}
.button-gew.btn-small-black {
  background-image: url(3dc9844f3f202d0294dd.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 60px;
  min-height: 10px;
}
.button-gew.btn-small-black:hover{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.button-gew.btn-med {
  background-image: url(a0720a0c726f219a01c5.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 187px;
  min-height: 51px;
}
@media (max-width: 768px) {
  .button-gew.btn-med {
    background-image: url(cf23b45613bd0efe1239.svg);
  }
}
.button-gew.btn-med-grey {
  background-image: url(a7020e05f00c2914d4cb.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 187px;
  min-height: 51px;
}
@media (max-width: 768px) {
  .button-gew.btn-med-grey {
    background-image: url(da6c99018e9e72d5098a.svg);
  }
}
.button-gew.btn-modal-black {
  background-image: url(cb37decdb4e1fa07cbc2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 187px;
  min-height: 51px;
}
.button-gew.btn-large {
  background-image: url(dd5c3f026065121839da.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 267px;
  min-height: 51px;
}
@media (max-width: 768px) {
  .button-gew.btn-large {
    background-image: url(cf23b45613bd0efe1239.svg);
  }
}
.button-gew.btn-large-white {
  background-image: url(7534d8749ba0e20550e5.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 267px;
  min-height: 51px;
}
@media (max-width: 768px) {
  .button-gew.btn-large-white {
    background-image: url(5d165115fb1d1578df76.svg);
  }
}
.button-gew.btn-large-black {
  background-image: url(37c12b5caa50cdf709d4.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 267px;
  min-height: 51px;
}
@media (max-width: 768px) {
  .button-gew.btn-large-black {
    background-image: url(cb37decdb4e1fa07cbc2.svg);
  }
}
.button-gew.btn-interactive {
  background-image: url(871aca50fda6bd0abd3f.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 100px;
  min-height: 120px;
  transition: all 0.1s ease;
}
.button-gew.btn-interactive-click {
  background-image: url(e82b634bad6d083e3a7e.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 100px;
  min-height: 120px;
  transition: all 0.1s ease;
}
.button-gew.btn-interactive-click .yesno {
  transition: all 0.3s ease;
}
.button-gew.btn-interactive-click:hover {
  transform: rotate(-1.47deg);
}

.btn {
  transition: transform 0.3s ease;
}

.btn:hover {
  transform: rotate(-1.47deg);
}

.download-btn::after {
  content: url(77a23d7e92bea69548ac.svg);
  height: 1.5rem;
  width: 1.5rem;
}

.tema-checkbox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tema-checkbox input[type=checkbox] {
  display: none;
  margin-right: 1rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
  display: block;
  width: 20px;
  height: 20px;
}
.tema-checkbox input[type=checkbox]:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(b1862e47e00332773389.svg);
}

.tema-checkbox input[type=checkbox]{
  cursor: pointer;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tema-checkbox input[type=checkbox]:hover{
  opacity: 0.6;
}

.filter-tag{
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Magical Brush", serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.filter-tag:hover{
  opacity: 0.8;
}
.filter-tag.clear{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.filter-tag.clear:hover{
  --tw-border-opacity: 0.7;
}
.filter-tag span{
  font-size: 15px;
}

.filter-tag--remove{
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  --tw-invert: invert(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  width: 10px;
  height: 10px;
  background-image: url(0933dc23709b24bac16a.svg);
}

.site-logo {
  display: inline-block; /* Ensure the logo is inline with other elements */
}
.site-logo .site-logo__image {
  width: 120px; /* Default desktop width */
  height: 56px; /* Default desktop height */
  -o-object-fit: contain;
     object-fit: contain; /* Ensure the logo scales properly within its box */
}
@media (max-width: 768px) {
  .site-logo .site-logo__image {
    /* Mobile styles */
    width: 72px; /* Mobile width */
    height: 25px; /* Mobile height */
  }
}

.mobile-menu-icon,
.mobile-menu-icon-home{
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  background-image: url(4fce8549997c22e275cc.svg);
}

.mobile-menu-icon-close{
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  width: 15px;
  height: 12px;
  background-image: url(00db1c9f915dcbc8b027.svg);
}

.nav-primary{
  margin-left: 0px;
  margin-right: 0px;
  display: none;
  align-items: center;
}

.nav-primary > :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)));
}

@media (min-width: 1024px){
  .nav-primary{
    display: flex;
  }
}

@media (min-width: 1280px){
  .nav-primary > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.nav-primary ul{
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.nav-primary li{
  position: relative;
}
.nav-primary li.menu-item--expanded{
  position: relative;
}
.nav-primary li.menu-item--expanded::marker{
  --tw-content: none;
  content: var(--tw-content);
}
.nav-primary li a.is-active + img {
  display: block !important;
}
.nav-primary li a:hover + img {
  display: block !important;
}
.nav-primary li img {
  height: 0.75rem;
  width: 100%;
  position: absolute;
  display: none;
}
.nav-primary li a{
  position: relative;
  display: inline-block;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.nav-primary li:first-child{
  display: none;
}

.nav-social-media{
  margin-left: 0px;
  margin-right: 0px;
  display: none;
  align-items: center;
}

.nav-social-media > :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)));
}

@media (min-width: 1024px){
  .nav-social-media{
    display: flex;
  }
}

@media (min-width: 1280px){
  .nav-social-media > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.nav-social-media ul{
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.nav-social-media li.menu-item--expanded{
  position: relative;
}
.nav-social-media li.menu-item--expanded::marker{
  --tw-content: none;
  content: var(--tw-content);
}

#mobile-menu{
  overflow-x: hidden;
  font-family: Roboto, serif;
  background-image: url(9ab2379926aec0a48b9a.webp); /* Specify the image path */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  background-size: cover; /* Ensure the image covers the entire background */
  background-position: center; /* Center the image */
}

.mobile-no-scroll {
  overflow: hidden;
  height: 100vh; /* lock the viewport height */
}

.nav-desktop-hamburger{
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.nav-desktop-hamburger li{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.nav-desktop-hamburger li.menu-item--expanded{
  position: relative;
}
.nav-desktop-hamburger li.menu-item--expanded::marker{
  --tw-content: none;
  content: var(--tw-content);
}
.nav-desktop-hamburger li a.is-active + img {
  display: block !important;
}
.nav-desktop-hamburger li a:hover + img {
  display: block !important;
}
.nav-desktop-hamburger li img{
  position: absolute;
  left: 0px;
  top: 75%;
  width: 100%;
  height: 0.75rem;
  display: none;
}
.nav-desktop-hamburger li > a{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.nav-social-media-mobile{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.nav-social-media-mobile ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.misc-menu-mobile{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.misc-menu-mobile li a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.misc-menu-mobile li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 206 151 / var(--tw-bg-opacity));
}
.misc-menu-mobile li a.is-active{
  --tw-bg-opacity: 1;
  background-color: rgb(75 206 151 / var(--tw-bg-opacity));
}

.footer-links{
  margin-top: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px){
  .footer-links{
    margin-top: 1.25rem;
    flex-direction: row;
    align-items: flex-end;
    gap: 4rem;
  }
}

@media (min-width: 1024px){
  .footer-links{
    gap: 8rem;
  }
}
.footer-links .nav-footer ul{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-links .nav-footer li:first-child{
  display: none;
}
.footer-links .nav-footer li a{
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
@media (min-width: 1024px){
  .footer-links .nav-footer li a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.footer-links .nav-footer li a.is-active, .footer-links .nav-footer li a:hover{
  font-weight: 700;
}
.footer-links .nav-footer li img {
  display: none;
}

.nav-desktop-footer .menu{
  margin-left: 0px;
  margin-right: 0px;
  display: block;
}

@media (min-width: 768px){
  .nav-desktop-footer .menu{
    display: flex;
    align-items: center;
  }
  .nav-desktop-footer .menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1280px){
  .nav-desktop-footer .menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.nav-desktop-footer .menu li.menu-item--expanded{
  position: relative;
}
.nav-desktop-footer .menu li.menu-item--expanded::marker{
  --tw-content: none;
  content: var(--tw-content);
}
.nav-desktop-footer .menu li a{
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
@media (min-width: 1024px){
  .nav-desktop-footer .menu li a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.nav-desktop-footer .menu li a.is-active, .nav-desktop-footer .menu li a:hover{
  font-weight: 700;
}

.formmy .form-item label,
.formmy .form-item .fieldset-legend,
form .form-item label,
form .form-item .fieldset-legend{
  font-family: Roboto, serif;
  font-weight: 400 !important;
}
.formmy .form-required:after,
form .form-required:after{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.formmy .fieldset-wrapper,
form .fieldset-wrapper{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.formmy input[type=text],
.formmy input[type=email],
.formmy select,
form input[type=text],
form input[type=email],
form select {
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  border: none;
  box-sizing: border-box;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 1px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.formmy .select-col,
form .select-col{
  position: relative;
}
.formmy .select-col:after,
form .select-col:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  right: 10px;
  z-index: -1;
  top: 45%;
  transform: translateY(-50%);
}
.formmy input[type=text]::-moz-placeholder, form input[type=text]::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(24 53 60 / var(--tw-text-opacity));
}
.formmy input[type=text]::placeholder,
form input[type=text]::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(24 53 60 / var(--tw-text-opacity));
}
.formmy input[type=email]::-moz-placeholder, form input[type=email]::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(24 53 60 / var(--tw-text-opacity));
}
.formmy input[type=email]::placeholder,
form input[type=email]::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(24 53 60 / var(--tw-text-opacity));
}
.formmy textarea::-moz-placeholder, form textarea::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(24 53 60 / var(--tw-text-opacity));
}
.formmy textarea::placeholder,
form textarea::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(24 53 60 / var(--tw-text-opacity));
}
.formmy textarea,
form textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  display: inline-block;
  border: none;
  box-sizing: border-box;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 1px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.formmy input[type=checkbox],
form input[type=checkbox] {
  padding: 12px 12px;
  width: 10px;
  height: 10px;
  display: inline-block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border: 2px solid #d6d6d6;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.formmy input[type=checkbox]:checked::before,
form input[type=checkbox]:checked::before {
  content: url(c553024aad4cfd9254df.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: black;
}
.formmy .webform-checkbox .js-form-item,
form .webform-checkbox .js-form-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.formmy .form-checkbox,
form .form-checkbox {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.formmy input[type=submit],
form input[type=submit]{
  margin-top: 6rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-start;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  border-style: none;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Magical Brush", serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.formmy input[type=submit].overview-btn,
form input[type=submit].overview-btn {
  padding-top: 0.75rem;
}
.formmy input[type=submit].interactive-click,
form input[type=submit].interactive-click {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.formmy input[type=submit].btn-center,
form input[type=submit].btn-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.formmy input[type=submit].btn-tiny,
form input[type=submit].btn-tiny {
  background-image: url(044d9b2ae9a0c4c12ac6.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 76px;
  min-height: 50px;
}
@media (max-width: 768px) {
  .formmy input[type=submit].btn-tiny,
form input[type=submit].btn-tiny {
    background-image: url(044d9b2ae9a0c4c12ac6.svg);
  }
}
.formmy input[type=submit].btn-tiny-grey,
form input[type=submit].btn-tiny-grey {
  background-image: url(4a8c350d8ac47980d024.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 76px;
  min-height: 50px;
}
@media (max-width: 768px) {
  .formmy input[type=submit].btn-tiny-grey,
form input[type=submit].btn-tiny-grey {
    background-image: url(044d9b2ae9a0c4c12ac6.svg);
  }
}
.formmy input[type=submit].btn-small,
form input[type=submit].btn-small {
  background-image: url(cb96a953d19b91e65546.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 121px;
  min-height: 30px;
}
@media (max-width: 768px) {
  .formmy input[type=submit].btn-small,
form input[type=submit].btn-small {
    background-image: url(408b5801f38c6244714b.svg);
  }
}
.formmy input[type=submit].btn-small-black,
form input[type=submit].btn-small-black {
  background-image: url(3dc9844f3f202d0294dd.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 60px;
  min-height: 10px;
}
.formmy input[type=submit].btn-small-black:hover,
form input[type=submit].btn-small-black:hover{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.formmy input[type=submit].btn-med,
form input[type=submit].btn-med {
  background-image: url(a0720a0c726f219a01c5.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 187px;
  min-height: 51px;
}
@media (max-width: 768px) {
  .formmy input[type=submit].btn-med,
form input[type=submit].btn-med {
    background-image: url(cf23b45613bd0efe1239.svg);
  }
}
.formmy input[type=submit].btn-med-grey,
form input[type=submit].btn-med-grey {
  background-image: url(a7020e05f00c2914d4cb.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 187px;
  min-height: 51px;
}
@media (max-width: 768px) {
  .formmy input[type=submit].btn-med-grey,
form input[type=submit].btn-med-grey {
    background-image: url(da6c99018e9e72d5098a.svg);
  }
}
.formmy input[type=submit].btn-modal-black,
form input[type=submit].btn-modal-black {
  background-image: url(cb37decdb4e1fa07cbc2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 187px;
  min-height: 51px;
}
.formmy input[type=submit].btn-large,
form input[type=submit].btn-large {
  background-image: url(dd5c3f026065121839da.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 267px;
  min-height: 51px;
}
@media (max-width: 768px) {
  .formmy input[type=submit].btn-large,
form input[type=submit].btn-large {
    background-image: url(cf23b45613bd0efe1239.svg);
  }
}
.formmy input[type=submit].btn-large-white,
form input[type=submit].btn-large-white {
  background-image: url(7534d8749ba0e20550e5.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 267px;
  min-height: 51px;
}
@media (max-width: 768px) {
  .formmy input[type=submit].btn-large-white,
form input[type=submit].btn-large-white {
    background-image: url(5d165115fb1d1578df76.svg);
  }
}
.formmy input[type=submit].btn-large-black,
form input[type=submit].btn-large-black {
  background-image: url(37c12b5caa50cdf709d4.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 267px;
  min-height: 51px;
}
@media (max-width: 768px) {
  .formmy input[type=submit].btn-large-black,
form input[type=submit].btn-large-black {
    background-image: url(cb37decdb4e1fa07cbc2.svg);
  }
}
.formmy input[type=submit].btn-interactive,
form input[type=submit].btn-interactive {
  background-image: url(871aca50fda6bd0abd3f.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 100px;
  min-height: 120px;
  transition: all 0.1s ease;
}
.formmy input[type=submit].btn-interactive-click,
form input[type=submit].btn-interactive-click {
  background-image: url(e82b634bad6d083e3a7e.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 100px;
  min-height: 120px;
  transition: all 0.1s ease;
}
.formmy input[type=submit].btn-interactive-click .yesno,
form input[type=submit].btn-interactive-click .yesno {
  transition: all 0.3s ease;
}
.formmy input[type=submit].btn-interactive-click:hover,
form input[type=submit].btn-interactive-click:hover {
  transform: rotate(-1.47deg);
}
.formmy input[type=submit],
form input[type=submit] {
  transition: transform 0.3s ease;
}
.formmy input[type=submit]:hover,
form input[type=submit]:hover {
  transform: rotate(-1.47deg);
}
.formmy input[type=submit],
form input[type=submit] {
  background-image: url(a0720a0c726f219a01c5.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  min-width: 187px;
  min-height: 51px;
}
.formmy input[type=submit]:hover,
form input[type=submit]:hover{
  background-color: transparent;
}

.loader{
  display: none;
  height: 3rem;
  width: 3rem;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.loader{
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 5px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.loader.active{
  display: inline-block;
}
.loader.loader-small{
  height: 1.5rem;
  width: 1.5rem;
}

.error-message{
  --tw-text-opacity: 1;
  color: rgb(201 54 117 / var(--tw-text-opacity));
}

.required-aestrik{
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(201 54 117 / var(--tw-text-opacity));
}

.bg-actueel-image {
  mask-image: url(1912e54dc8c2776ccb87.svg);
  -webkit-mask-image: url(1912e54dc8c2776ccb87.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  padding: 70px 0px 30px 0px;
}
@media (max-width: 520px) {
  .bg-actueel-image {
    mask-size: cover;
    -webkit-mask-size: cover;
  }
}
@media (min-width: 768px) {
  .bg-actueel-image {
    mask-position: 10rem;
    -webkit-mask-position: 10rem;
  }
}
@media (min-width: 1024px) {
  .bg-actueel-image {
    mask-position: 17rem;
    -webkit-mask-position: 17rem;
  }
}
@media (min-width: 1280px) {
  .bg-actueel-image {
    mask-position: 25rem;
    -webkit-mask-position: 25rem;
  }
}
@media (min-width: 1536px) {
  .bg-actueel-image {
    mask-position: 33rem;
    -webkit-mask-position: 33rem;
  }
}

.bg-hero-image {
  padding: 6rem 0rem 0rem 0rem;
}
@media (min-width: 768px) {
  .bg-hero-image {
    padding: 12rem 0rem 0rem 0rem;
  }
}

.bg-actueel-detail-image {
  background-image: url(4b9e84e27435988840eb.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0px 30px 0px;
}
@media (min-width: 768px) {
  .bg-actueel-detail-image {
    padding: 70px 0px 30px 0px;
    background-size: contain;
  }
}
.bg-actueel-detail-image .svg-bg {
  width: 100%;
  color: #5383d7;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-activity-detail-image {
  background-image: url(cb49f5fa0fcb6f7f5f47.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0px 30px 0px;
}
@media (min-width: 768px) {
  .bg-activity-detail-image {
    padding: 70px 0px 30px 0px;
    background-size: contain;
  }
}

.bg-activity-image {
  mask-image: url(6456dd888f73fbc07401.svg);
  -webkit-mask-image: url(6456dd888f73fbc07401.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  padding: 65px 0px 45px 0px;
}
@media (max-width: 520px) {
  .bg-activity-image {
    mask-size: cover;
    -webkit-mask-size: cover;
  }
}

.bg-watdoen-image {
  mask-image: url(23feba59e1d6052d91f3.svg);
  -webkit-mask-image: url(23feba59e1d6052d91f3.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  padding: 75px 0px 65px 0px;
}
@media (max-width: 520px) {
  .bg-watdoen-image {
    mask-size: cover;
    -webkit-mask-size: cover;
  }
}
@media (min-width: 768px) {
  .bg-watdoen-image {
    mask-position: 10rem;
    -webkit-mask-position: 9rem;
  }
}
@media (min-width: 1024px) {
  .bg-watdoen-image {
    mask-position: 17rem;
    -webkit-mask-position: 16rem;
  }
}
@media (min-width: 1280px) {
  .bg-watdoen-image {
    mask-position: 25rem;
    -webkit-mask-position: 24rem;
  }
}
@media (min-width: 1536px) {
  .bg-watdoen-image {
    mask-position: 33rem;
    -webkit-mask-position: 32rem;
  }
}

.bg-quote-image {
  background-image: url(58fdd1a09221d05fca23.svg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 6rem 0rem 6rem 0rem;
}
@media (min-width: 768px) {
  .bg-quote-image {
    background: none;
  }
}
@media (min-width: 1280px) {
  .bg-quote-image {
    background: none;
  }
}

.bg-quote-image-detail {
  background-image: url(d3392984c647db0b7f83.svg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 4rem 0rem 4rem 0rem;
  z-index: -10;
}
@media (min-width: 768px) {
  .bg-quote-image-detail {
    padding: 1rem 0rem 1rem 0rem;
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 1280px) {
  .bg-quote-image-detail {
    padding: 4rem 0rem 4rem 0rem;
    background-size: contain;
    background-position: center;
  }
}

.ajax-loading{
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(0dcf44a10cbe004cef0f.gif);
}
.ajax-loading.not-active{
  display: none;
}

.nav-icon-white:before{
  height: 11.667px;
  width: 14px;
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (prefers-color-scheme: dark){
  .nav-icon-white:before{
    --tw-invert: invert(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

.nav-icon-white:before {
  content: url(e5faf7d3f4176968d8d4.svg);
}

.nav-icon-after-white:after{
  width: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: url(e5faf7d3f4176968d8d4.svg);
  filter: invert(100%) sepia(33%) saturate(2%) hue-rotate(356deg) brightness(106%) contrast(100%);
}
.nav-icon-after-white:hover:after {
  filter: inherit;
}

.gallery-carousel .slick-dots{
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.gallery-carousel .slick-dots li button{
  border-radius: 9999px;
  width: 10px;
  height: 10px;
  background: white;
  text-indent: -9999px;
  border: 2px solid #18353c;
}
.gallery-carousel .slick-dots li.slick-active button, .gallery-carousel .slick-dots li:hover button{
  --tw-bg-opacity: 1;
  background-color: rgb(75 206 151 / var(--tw-bg-opacity));
}
.gallery-carousel .slick-list{
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-wrap-gallery .slick-disabled{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.login-form {
  border-radius: 5px;
}
.login-form input[type=text] {
  width: 75%;
  padding: 12px 20px;
  margin: 8px 0 20px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: transparent;
}
.login-form input[type=text]#loginPassword,
.login-form input[type=text]#password,
.login-form input[type=text]#password_confirmation {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0 20px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: transparent;
}
.login-form input[type=text]::-moz-placeholder{
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.6;
}
.login-form input[type=text]::placeholder{
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.6;
}
.login-form input[type=password],
.login-form select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0 20px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: transparent;
}
.login-form input[type=password]::-moz-placeholder{
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.6;
}
.login-form input[type=password]::placeholder{
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.6;
}
.login-form textarea::-moz-placeholder{
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.6;
}
.login-form textarea::placeholder{
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.6;
}
.login-form textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  background-color: transparent;
}
.login-form input[type=checkbox] {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: transparent;
}
.login-form input[type=submit] {
  width: 100%;
  background-color: black;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.login-form input[type=submit]:hover {
  background-color: black;
  color: white;
}

#myEvent{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  #myEvent{
    background-size: cover;
    background-position: left;
  }
}

#myEvent {
  background-image: url(0986d133b39c37c67994.svg);
  background-repeat: no-repeat;
}
#myEvent:hover {
  background-image: url(e94e61fb148f9ed7991d.svg);
  background-size: contain;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  #myEvent:hover{
    background-size: cover;
    background-position: left;
  }
}
#myEvent.button-active {
  background-image: url(e94e61fb148f9ed7991d.svg);
  background-size: contain;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  #myEvent.button-active{
    background-size: cover;
    background-position: left;
  }
}

#myProfile{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  #myProfile{
    background-size: cover;
    background-position: right;
  }
}

#myProfile {
  background-image: url(0986d133b39c37c67994.svg);
  background-repeat: no-repeat;
}
#myProfile:hover {
  background-image: url(e94e61fb148f9ed7991d.svg);
  background-size: contain;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  #myProfile:hover{
    background-size: cover;
    background-position: right;
  }
}
#myProfile.button-active {
  background-image: url(e94e61fb148f9ed7991d.svg);
  background-size: contain;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  #myProfile.button-active{
    background-size: cover;
    background-position: right;
  }
}

.int-button{
  z-index: 50;
  height: 6rem;
  width: 6rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px){
  .int-button{
    height: 8rem;
    width: 8rem;
  }
}

.int-button {
  background-image: url(387a601ca396ebb53ed5.svg);
  background-size: cover;
}
.int-button:hover {
  background-image: url(533128779752410c9c01.svg);
  transform: rotate(2deg);
}
.int-button.clicked {
  background-image: url(b2c67490b4a38d02f879.svg);
}
.int-button.clicked:hover {
  transform: none;
}

.thumbs-button{
  position: relative;
  height: 5.75rem;
  width: 4.5rem;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px){
  .thumbs-button{
    height: 7.75rem;
    width: 6.5rem;
  }
}

.thumbs-button {
  background-image: url(60a432ccf7bb7907e39a.svg);
  background-size: cover;
}
.thumbs-button:hover {
  transform: rotate(2deg);
}
.thumbs-button.clicked {
  background-image: url(b2c67490b4a38d02f879.svg);
}
.thumbs-button.clicked:hover {
  transform: none;
}

.thumbs-up,
.thumbs-down{
  position: absolute;
  z-index: 10;
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 1024px){
  .thumbs-up,
.thumbs-down{
    height: 2.5rem;
    width: 2.5rem;
  }
}

.thumbs-up,
.thumbs-down {
  background-size: cover;
}
.thumbs-up.clicked,
.thumbs-down.clicked{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.thumbs-up {
  background-image: url(c9f99c317acb5e75d6bc.svg);
  top: 1rem;
  left: 50%;
  --tw-translate-x: -50%;
  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));
}

.thumbs-down {
  background-image: url(e1c8453e7531cd73860f.svg);
  bottom: 1rem;
  left: 50%;
  --tw-translate-x: -50%;
  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));
}

.feedback-yes.clicked,
.feedback-no.clicked{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.bg-feedback {
  background-image: url(16d52ac9541aa0977470.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-width: 320px;
}
@media (max-width: 1023px) {
  .bg-feedback {
    min-width: 250px;
  }
}

.result-heart{
  display: flex;
  align-items: center;
  gap: 1rem; /* Aligns items to the bottom */
}
.result-heart:before{
  height: 20px;
  width: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: url(64e39dc33efef754d9dc.svg);
}

.result-thumbs-up{
  display: flex;
  align-items: center;
  gap: 1rem; /* Aligns items to the bottom */
}
.result-thumbs-up:before{
  height: 20px;
  width: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: url(61ab4230e9295a0413ea.svg);
}

.result-thumbs-down{
  display: flex;
  align-items: center;
  gap: 1rem; /* Aligns items to the bottom */
}
.result-thumbs-down:before{
  height: 20px;
  width: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: url(f3748b2fd457b31e8b0c.svg);
}

.result-feedback{
  display: flex;
  align-items: flex-start;
  gap: 1rem; /* Aligns items to the bottom */
}
.result-feedback:before{
  height: 32px;
  width: 23px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: url(92bea20598b589583233.svg);
}

.result-more{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* Aligns items to the bottom */
}
.result-more:after{
  height: 18px;
  width: 18px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: url(8e757be7818401ef4dd6.svg);
}

.result-dropdown{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* Aligns items to the bottom */
}
.result-dropdown:after{
  height: 18px;
  width: 18px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: url(8e757be7818401ef4dd6.svg);
}

.open-quote-home{
  position: absolute;
  left: 0px;
  top: -1.5rem;
  --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));
  font-family: "Magical Brush", serif;
  font-size: 40px;
}

@media (min-width: 768px){
  .open-quote-home{
    font-size: 60px;
  }
}

@media (min-width: 1024px){
  .open-quote-home{
    font-size: 85px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .open-quote-home{
    left: 5rem;
    top: 5rem;
  }
}
@media (min-width: 1280px) {
  .open-quote-home{
    left: 5rem;
    top: 5rem;
  }
}

.open-quote-actueel{
  position: absolute;
  left: 0px;
  top: -1rem;
  --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));
  text-align: center;
  font-family: "Magical Brush", serif;
  font-size: 20px;
}

@media (min-width: 768px){
  .open-quote-actueel{
    font-size: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .open-quote-actueel{
    left: -0.75rem;
    top: -1rem;
  }
}
@media (min-width: 1280px) {
  .open-quote-actueel{
    left: -1rem;
    top: -1rem;
  }
}
@media (min-width: 768px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .md\:container{
      max-width: 1536px;
    }
  }
}
@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .xl\:container{
      max-width: 1536px;
    }
  }
}
.placeholder\:font-roboto::-moz-placeholder{
  font-family: Roboto, serif;
}
.placeholder\:font-roboto::placeholder{
  font-family: Roboto, serif;
}
.placeholder\:text-base::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
}
.placeholder\:text-base::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
}
.focus-within\:ring-2:focus-within{
  --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(2px + 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);
}
.focus-within\:ring-\[\#275ec5\]:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 94 197 / var(--tw-ring-opacity));
}
.hover\:border-transparent:hover{
  border-color: transparent;
}
.hover\:bg-\[\#F8F8F8\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:font-bold:hover{
  font-weight: 700;
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:opacity-60:hover{
  opacity: 0.6;
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hover\:invert:hover{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:grayscale-0{
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 640px){
  .sm\:z-\[70\]{
    z-index: 70;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:w-56{
    width: 14rem;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:-bottom-12{
    bottom: -3rem;
  }
  .md\:-bottom-16{
    bottom: -4rem;
  }
  .md\:-bottom-8{
    bottom: -2rem;
  }
  .md\:-left-32{
    left: -8rem;
  }
  .md\:-left-4{
    left: -1rem;
  }
  .md\:-left-8{
    left: -2rem;
  }
  .md\:-right-12{
    right: -3rem;
  }
  .md\:-right-2{
    right: -0.5rem;
  }
  .md\:-right-28{
    right: -7rem;
  }
  .md\:-right-32{
    right: -8rem;
  }
  .md\:-right-56{
    right: -14rem;
  }
  .md\:-top-10{
    top: -2.5rem;
  }
  .md\:-top-16{
    top: -4rem;
  }
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:bottom-36{
    bottom: 9rem;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:left-24{
    left: 6rem;
  }
  .md\:left-4{
    left: 1rem;
  }
  .md\:left-8{
    left: 2rem;
  }
  .md\:left-\[80\%\]{
    left: 80%;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:right-16{
    right: 4rem;
  }
  .md\:right-24{
    right: 6rem;
  }
  .md\:right-6{
    right: 1.5rem;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:top-2{
    top: 0.5rem;
  }
  .md\:top-20{
    top: 5rem;
  }
  .md\:top-24{
    top: 6rem;
  }
  .md\:top-4{
    top: 1rem;
  }
  .md\:top-\[80\%\]{
    top: 80%;
  }
  .md\:top-full{
    top: 100%;
  }
  .md\:z-20{
    z-index: 20;
  }
  .md\:z-\[60\]{
    z-index: 60;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-14{
    height: 3.5rem;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:max-h-screen{
    max-height: 100vh;
  }
  .md\:\!w-\[80\%\]{
    width: 80% !important;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-14{
    width: 3.5rem;
  }
  .md\:w-16{
    width: 4rem;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-20{
    width: 5rem;
  }
  .md\:w-24{
    width: 6rem;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-4\/5{
    width: 80%;
  }
  .md\:w-40{
    width: 10rem;
  }
  .md\:w-56{
    width: 14rem;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:max-w-\[400px\]{
    max-width: 400px;
  }
  .md\:max-w-\[460px\]{
    max-width: 460px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-16{
    gap: 4rem;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:bg-contain{
    background-size: contain;
  }
  .md\:p-16{
    padding: 4rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-2{
    padding-bottom: 0.5rem;
  }
  .md\:pb-44{
    padding-bottom: 11rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pb-\[35px\]{
    padding-bottom: 35px;
  }
  .md\:pl-0\.5{
    padding-left: 0.125rem;
  }
  .md\:pl-5{
    padding-left: 1.25rem;
  }
  .md\:pr-0\.5{
    padding-right: 0.125rem;
  }
  .md\:pr-32{
    padding-right: 8rem;
  }
  .md\:pr-5{
    padding-right: 1.25rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-1{
    padding-top: 0.25rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-\[100px\]{
    font-size: 100px;
  }
  .md\:text-\[26px\]{
    font-size: 26px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[45px\]{
    font-size: 45px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:leading-\[110px\]{
    line-height: 110px;
  }
  .md\:marker\:text-15 *::marker{
    font-size: 15px;
  }
  .md\:marker\:text-15::marker{
    font-size: 15px;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:-bottom-24{
    bottom: -6rem;
  }
  .lg\:-left-32{
    left: -8rem;
  }
  .lg\:-left-4{
    left: -1rem;
  }
  .lg\:-left-40{
    left: -10rem;
  }
  .lg\:-left-48{
    left: -12rem;
  }
  .lg\:-left-8{
    left: -2rem;
  }
  .lg\:-left-\[0\.4rem\]{
    left: -0.4rem;
  }
  .lg\:-left-\[0\.5rem\]{
    left: -0.5rem;
  }
  .lg\:-left-\[1\.7rem\]{
    left: -1.7rem;
  }
  .lg\:-left-\[1rem\]{
    left: -1rem;
  }
  .lg\:-left-\[2\.1rem\]{
    left: -2.1rem;
  }
  .lg\:-right-20{
    right: -5rem;
  }
  .lg\:-right-32{
    right: -8rem;
  }
  .lg\:-right-48{
    right: -12rem;
  }
  .lg\:-right-56{
    right: -14rem;
  }
  .lg\:-right-8{
    right: -2rem;
  }
  .lg\:-right-9{
    right: -2.25rem;
  }
  .lg\:-right-\[0\.7rem\]{
    right: -0.7rem;
  }
  .lg\:-right-\[1\.8rem\]{
    right: -1.8rem;
  }
  .lg\:-right-\[1rem\]{
    right: -1rem;
  }
  .lg\:-top-12{
    top: -3rem;
  }
  .lg\:-top-16{
    top: -4rem;
  }
  .lg\:-top-20{
    top: -5rem;
  }
  .lg\:-top-24{
    top: -6rem;
  }
  .lg\:-top-28{
    top: -7rem;
  }
  .lg\:-top-32{
    top: -8rem;
  }
  .lg\:-top-8{
    top: -2rem;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:bottom-24{
    bottom: 6rem;
  }
  .lg\:left-12{
    left: 3rem;
  }
  .lg\:left-40{
    left: 10rem;
  }
  .lg\:left-48{
    left: 12rem;
  }
  .lg\:right-4{
    right: 1rem;
  }
  .lg\:right-48{
    right: 12rem;
  }
  .lg\:top-1\/2{
    top: 50%;
  }
  .lg\:top-1\/3{
    top: 33.333333%;
  }
  .lg\:top-8{
    top: 2rem;
  }
  .lg\:z-\[60\]{
    z-index: 60;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-10{
    height: 2.5rem;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-10{
    width: 2.5rem;
  }
  .lg\:w-12{
    width: 3rem;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-24{
    width: 6rem;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    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));
  }
  .lg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
    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));
  }
  .lg\: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));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:pb-56{
    padding-bottom: 14rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:pl-16{
    padding-left: 4rem;
  }
  .lg\:pl-32{
    padding-left: 8rem;
  }
  .lg\:pr-16{
    padding-right: 4rem;
  }
  .lg\:pr-32{
    padding-right: 8rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-\[60px\]{
    font-size: 60px;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:w-3\/5{
    width: 60%;
  }
  .xl\:w-\[320px\]{
    width: 320px;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

/*# sourceMappingURL=main.css.map*/