@import url(https://use.typekit.net/mqi2glk.css);
.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0}
/*
! tailwindcss v3.3.2 | 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: currentColor; /* 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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::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;
}
@font-face {
    font-family: vag-rundschrift-d, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
@font-face {
    font-family: vag-rundschrift-d, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: raleway, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
@font-face {
    font-family: raleway, sans-serif;
    font-weight: 300;
    font-style: italic;
  }
@font-face {
    font-family: raleway, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: raleway, sans-serif;
    font-weight: 400;
    font-style: italic;
  }
@font-face {
    font-family: raleway, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
@font-face {
    font-family: raleway, sans-serif;
    font-weight: 700;
    font-style: italic;
  }
html{
  width: 100vw;
  overflow-x: hidden;
}
body{
  min-height: 100vh;
  width: 100vw;
  font-family: raleway, sans-serif;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
    -webkit-font-smoothing: antialiased;
}
body svg{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
h1,
  h2,
  h3,
  h4{
  font-family: vag-rundschrift-d, sans-serif;
}
h1 a,
  h2 a,
  h3 a,
  h4 a{
  text-decoration-line: underline;
}
*, ::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:  ;
}
::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:  ;
}
.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;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1325px){
  .container{
    max-width: 1325px;
  }
}
@media (min-width: 1500px){
  .container{
    max-width: 1500px;
  }
}
.prose{
  color: #333;
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 1.25em;
}
.prose :where(p):not(:where([class~="not-prose"] *)):not(:last-of-type){
  margin-bottom: 20px;
}
.prose :where(p):not(:where([class~="not-prose"] *)):last-of-type{
  margin-bottom: 0px;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: #00983A;
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(a):not(:where([class~="not-prose"] *)):hover{
  color: #005130;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: #393939;
  font-weight: unset;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.1111111;
  font-family: vag-rundschrift-d, sans-serif;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: #393939;
  font-weight: unset;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.3333333;
  font-family: vag-rundschrift-d, sans-serif;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: #393939;
  font-weight: unset;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: vag-rundschrift-d, sans-serif;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: #393939;
  font-weight: unset;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
  font-family: vag-rundschrift-d, sans-serif;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 0;
  width: 100%;
  max-height: 550px;
  object-fit: contain;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: #808080;
  font-size: 14px;
  line-height: 1.4285714;
  margin-top: 12px;
  font-style: italic;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
  max-width: 100%;
  max-height: 550px;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(p):not(:where([class~="not-prose"] *)):not(:last-of-type){
  margin-bottom: 40px;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-lg :where(a):not(:where([class~="not-prose"] *)){
  color: #00983A;
}
.prose-lg :where(a):not(:where([class~="not-prose"] *)):hover{
  color: #005130;
}
/**
   * Buttons
   */
.btn-secondary-red{
  position: relative;
  display: inline-flex;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px){
  .btn-secondary-red{
    width: auto;
  }
}
.btn-secondary-red > span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary-red{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(227 37 23 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.btn-secondary-red:hover{
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.btn-primary-red{
  position: relative;
  display: inline-flex;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px){
  .btn-primary-red{
    width: auto;
  }
}
.btn-primary-red > span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary-red{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(227 37 23 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.btn-primary-red:hover{
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.btn-primary-red{
  --tw-bg-opacity: 1;
  background-color: rgb(227 37 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary-red:hover{
  --tw-bg-opacity: 0;
}
.btn-primary-red svg{
  fill: #FFFFFF;
}
.btn-primary-red:hover svg{
  fill: #e32517;
}
.btn-primary-green{
  position: relative;
  display: inline-flex;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px){
  .btn-primary-green{
    width: auto;
  }
}
.btn-primary-green > span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary-green{
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 58 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary-green:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary-green svg{
  fill: #FFFFFF;
}
.btn-secondary-green{
  position: relative;
  display: inline-flex;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px){
  .btn-secondary-green{
    width: auto;
  }
}
.btn-secondary-green > span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary-green{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 152 58 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 152 58 / var(--tw-text-opacity));
}
.btn-secondary-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary-green svg{
  fill: #00983a;
}
.btn-secondary-dark-green{
  position: relative;
  display: inline-flex;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px){
  .btn-secondary-dark-green{
    width: auto;
  }
}
.btn-secondary-dark-green > span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary-dark-green{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 111 68 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 111 68 / var(--tw-text-opacity));
}
.btn-secondary-dark-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary-dark-green svg{
  fill: #006F44;
}
.btn-secondary-dark-green.btn-loading::before{
  content: var(--tw-content);
  background-image: url("../images/svg/loader-animated-dark-green.svg");
}
.btn-primary-pink{
  position: relative;
  display: inline-flex;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px){
  .btn-primary-pink{
    width: auto;
  }
}
.btn-primary-pink > span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 243 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.btn-primary-pink:hover{
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.btn-primary-pink svg{
  fill: #e32517;
}
.btn-secondary-black{
  position: relative;
  display: inline-flex;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px){
  .btn-secondary-black{
    width: auto;
  }
}
.btn-secondary-black > span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary-black{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(57 57 57 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}
.btn-secondary-black:hover{
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}
.btn-secondary-black svg{
  fill: #393939;
}
.btn-secondary-white{
  position: relative;
  display: inline-flex;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px){
  .btn-secondary-white{
    width: auto;
  }
}
.btn-secondary-white > span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary-white{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary-white svg{
  fill: #FFFFFF;
}
.btn-icon-right svg{
  margin-left: 0.5rem;
}
.btn-loading::before{
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2rem;
  width: 2rem;
  --tw-translate-x: -50%;
  --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));
  background-image: url("../images/svg/loader-animated.svg");
  background-size: contain;
  opacity: 0;
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.group-loading[data-group-loading] .btn-loading::before{
  content: var(--tw-content);
  opacity: 1;
}
.group-loading[data-group-loading=true] .btn-loading{
  pointer-events: none;
}
.group-loading[data-group-loading=true] .btn-loading span {
    opacity: 0;
  }
/**
   * Links
   */
.link{
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration-line: underline;
}
.link-red{
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.link-red:hover{
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.link-underline{
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.link-underline::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(57 57 57 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.link-underline-red{
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.link-underline-red::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(57 57 57 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.link-underline-red{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.link-underline-red::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(227 37 23 / var(--tw-bg-opacity));
}
.link-underline-red:hover{
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .link-underline-red{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.link-underline-green{
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.link-underline-green::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(57 57 57 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.link-underline-green{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 152 58 / var(--tw-text-opacity));
}
.link-underline-green::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 58 / var(--tw-bg-opacity));
}
.link-underline-green:hover{
  --tw-text-opacity: 1;
  color: rgb(0 152 58 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .link-underline-green{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.link-underline-white{
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.link-underline-white::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(57 57 57 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.link-underline-white{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.link-underline-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.link-underline-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .link-underline-white{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.anchor{
  position: relative;
  top: -7rem;
  display: block;
  height: 0px;
}
/**
   * Forms
   */
.form-field{
  position: relative;
}
.form-label{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.form-field-error{
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.group-error[data-group-error] .form-field-error{
  display: block;
}
.form-field-error code{
  border-radius: 0.125rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  padding: 0.25rem;
}
.form-input{
  height: 3rem;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.form-input::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.group-error[data-group-error] .form-input{
  border-color: rgb(227 37 23 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
}
.form-textarea{
  height: 10rem;
  min-height: 54px;
  width: 100%;
  resize: vertical;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.group-error[data-group-error] .form-textarea{
  border-color: rgb(227 37 23 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
}
.form-input-icon{
  height: 3rem;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.form-input-icon::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.group-error[data-group-error] .form-input-icon{
  border-color: rgb(227 37 23 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
}
.form-input-icon{
  padding-left: 2.75rem;
}
.form-select{
  display: inline-flex;
  height: 3rem;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: space-between;
  text-overflow: ellipsis;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.form-checkbox{
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.form-checkbox input[type=checkbox]{
  position: absolute;
  top: 2px;
  cursor: pointer;
}
.form-checkbox input[type=checkbox]::before{
  position: absolute;
  left: 0px;
  top: 0px;
  margin-right: 0.5rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  background-size: contain;
}
.form-checkbox input[type=checkbox]:focus::before{
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  outline: 2px solid transparent;
  outline-offset: 2px;
  content: var(--tw-content);
  --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(0px + 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);
}
.group-error[data-group-error] .form-checkbox input[type=checkbox]::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(227 37 23 / var(--tw-border-opacity));
}
.form-checkbox input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
  }
.form-checkbox input[type=checkbox]:checked::before{
  background-image: url("../images/svg/check-green.svg");
  background-size: 90%;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.form-checkbox span,
  .form-checkbox label{
  display: block;
  cursor: pointer;
  padding-left: 2rem;
}
.form-checkbox-small{
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.form-checkbox-small input[type=checkbox]{
  position: absolute;
  top: -2px;
  cursor: pointer;
}
.form-checkbox-small input[type=checkbox]::before{
  position: absolute;
  left: 0px;
  top: 0px;
  margin-right: 0.5rem;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  background-size: contain;
}
.form-checkbox-small input[type=checkbox]:focus::before{
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  outline: 2px solid transparent;
  outline-offset: 2px;
  content: var(--tw-content);
  --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(0px + 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);
}
.group-error[data-group-error] .form-checkbox-small input[type=checkbox]::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(227 37 23 / var(--tw-border-opacity));
}
.form-checkbox-small input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
  }
.form-checkbox-small input[type=checkbox]:checked::before{
  background-image: url("../images/svg/check-green.svg");
  background-size: 90%;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.form-checkbox-small span,
  .form-checkbox-small label{
  display: block;
  cursor: pointer;
  padding-left: 1.5rem;
}
.form-radio-card{
  position: relative;
}
.form-radio-card::after{
  position: absolute;
  left: -0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-x: -50%;
  --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));
  border-radius: 9999px;
  border-width: 1px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 111 68 / var(--tw-border-opacity));
}
.form-radio-card input[type=radio]{
  display: none;
}
.form-radio-card input[type=radio]:checked + span::before{
  position: absolute;
  left: -0.5rem;
  height: 12px;
  width: 12px;
  --tw-translate-x: -50%;
  --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));
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 58 / var(--tw-bg-opacity));
}
.form-radio-button{
  position: relative;
}
.form-radio-button::after{
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1rem;
  width: 1rem;
  --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));
  border-radius: 9999px;
  border-width: 1px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 111 68 / var(--tw-border-opacity));
}
.form-radio-button label{
  padding-left: 1.75rem;
}
.form-radio-button input[type=radio]{
  display: none;
}
.form-radio-button input[type=radio]:checked + span::before{
  position: absolute;
  left: -2px;
  top: 0.25rem;
  height: 10px;
  width: 10px;
  --tw-translate-x: 50%;
  --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));
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 58 / var(--tw-bg-opacity));
}
.form-checkbox-filled{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.form-checkbox-filled label{
  cursor: pointer;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-checkbox-filled label::before{
  position: absolute;
  left: 0px;
  top: 5px;
  display: block;
  height: 15px;
  width: 15px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}
.form-checkbox-filled svg{
  margin-right: 0.5rem;
}
.form-checkbox-filled svg.stroke{
  stroke: #393939;
}
.form-checkbox-filled input[type=checkbox]{
  position: relative;
  z-index: 1;
  opacity: 0;
}
.form-checkbox-filled input[type=checkbox]:checked + label{
  --tw-text-opacity: 1;
  color: rgb(0 152 58 / var(--tw-text-opacity));
}
.form-checkbox-filled input[type=checkbox]:checked + label::before{
  --tw-border-opacity: 1;
  border-color: rgb(0 152 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 58 / var(--tw-bg-opacity));
}
.form-checkbox-filled input[type=checkbox]:checked + label svg{
  fill: #00983a;
}
.form-checkbox-filled input[type=checkbox]:checked + label svg.stroke{
  stroke: #00983a;
}
.form-checkbox-filled:hover label{
  --tw-text-opacity: 1;
  color: rgb(0 152 58 / var(--tw-text-opacity));
}
.form-checkbox-filled:hover label::before{
  --tw-border-opacity: 1;
  border-color: rgb(0 152 58 / var(--tw-border-opacity));
}
.form-checkbox-filled:hover svg{
  fill: #00983a;
}
.form-checkbox-filled:hover svg.stroke{
  stroke: #00983a;
}
.form-checkbox-filled--disabled{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.form-hide-arrows {
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
.form-hide-arrows input::-webkit-outer-spin-button,
  .form-hide-arrows input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
.form-hide-arrows input[type=number] {
    -moz-appearance: textfield;
  }
/**
   * Navigation
   */
.is-scrolled.scrolling-up{
  --tw-translate-y: -0px;
  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));
}
/**
  * Gradient
  */
/**
  * Notices
  */
.notices{
  margin-bottom: 1.5rem;
}
.notices:last-child{
  margin-bottom: 0px;
}
.notices:empty{
  margin-bottom: 0px;
  display: none;
}
.notice{
  margin-bottom: 1.5rem;
  border-left-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.notice:last-child{
  margin-bottom: 0px;
}
.notice code{
  border-radius: 0.125rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding: 0.25rem;
}
.notice a{
  --tw-text-opacity: 1;
  color: rgb(0 111 68 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.notice a:hover{
  text-decoration-line: underline;
}
.notice-error{
  margin-bottom: 1.5rem;
  border-left-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.notice-error:last-child{
  margin-bottom: 0px;
}
.notice-error code{
  border-radius: 0.125rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding: 0.25rem;
}
.notice-error a{
  --tw-text-opacity: 1;
  color: rgb(0 111 68 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.notice-error a:hover{
  text-decoration-line: underline;
}
.notice-error{
  --tw-border-opacity: 1;
  border-color: rgb(227 37 23 / var(--tw-border-opacity));
}
.notice-success{
  margin-bottom: 1.5rem;
  border-left-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.notice-success:last-child{
  margin-bottom: 0px;
}
.notice-success code{
  border-radius: 0.125rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding: 0.25rem;
}
.notice-success a{
  --tw-text-opacity: 1;
  color: rgb(0 111 68 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.notice-success a:hover{
  text-decoration-line: underline;
}
.notice-success{
  --tw-border-opacity: 1;
  border-color: rgb(0 152 58 / var(--tw-border-opacity));
}
/**
   * Images
   */
.image-cover{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-contain{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/**
   * Mapbox
   */
.mapbox-marker{
  z-index: 0;
  height: 5rem;
  width: 3rem;
  background-image: url("../images/svg/mapbox-marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.route-marker{
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  border-radius: 9999px;
  background-size: contain;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.trip-marker{
  height: 4rem;
  width: 1.5rem;
  cursor: pointer;
  background-size: contain;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
    background-repeat: no-repeat;
    background-position: top center;
}
/**
   * Misc
   */
.prose > *:last-child {
    margin-bottom: 0;
  }
.prose-arrow-lists-white ul{
  margin-left: 0px;
  padding-left: 0px;
}
.prose-arrow-lists-white ul li{
  position: relative;
  display: block;
  list-style-type: none;
  padding-left: 1.5rem;
}
.prose-arrow-lists-white ul li::before{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0.5rem;
  height: 0.75rem;
  content: var(--tw-content);
  width: 0.75rem;
}
.prose-arrow-lists-white ul li p:first-child{
  margin-top: 0px;
}
.prose-arrow-lists-white ul li p:last-child{
  margin-bottom: 0px;
}
.prose-arrow-lists-white ul li::before{
  background-image: url("../images/svg/arrow-white.svg");
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.prose-arrow-lists-green ul{
  margin-left: 0px;
  padding-left: 0px;
}
.prose-arrow-lists-green ul li{
  position: relative;
  display: block;
  list-style-type: none;
  padding-left: 1.5rem;
}
.prose-arrow-lists-green ul li::before{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0.5rem;
  height: 0.75rem;
  content: var(--tw-content);
  width: 0.75rem;
}
.prose-arrow-lists-green ul li p:first-child{
  margin-top: 0px;
}
.prose-arrow-lists-green ul li p:last-child{
  margin-bottom: 0px;
}
.prose-arrow-lists-green ul li::before{
  background-image: url("../images/svg/arrow-green.svg");
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
    .accommodation-background-desktop {
      background-image: url("/content/themes/supersage/dist/images/accommodation-background.svg");
      background-size: cover;
    }
  }
@media (max-width: 1024px) {
    .accommodation-background-mobile {
      background-image: url("/content/themes/supersage/dist/images/accommodation-background-mobile.svg");
      margin-top: -47px;
      z-index: 100;
      position: relative;
      background-position: center;
      height: 724px;
    }
  }
.active-tab{
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.active-tab svg{
  --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));
  fill: #FFFFFF;
}
.non-active-tab{
  --tw-text-opacity: 1;
  color: rgb(0 81 48 / var(--tw-text-opacity));
}
@media not all and (min-width: 1024px){
  .non-active-tab{
    --tw-bg-opacity: 1;
    background-color: rgb(242 250 245 / var(--tw-bg-opacity));
  }
}
@media (min-width: 1024px){
  .non-active-tab{
    --tw-text-opacity: 1;
    color: rgb(0 111 68 / var(--tw-text-opacity));
  }
}
.non-active-tab svg{
  fill: #005130;
}
.tooltip-popup{
  top: -39px;
  right: 50%;
  z-index: 2;
  min-height: 320px;
  width: 320px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 37 23 / var(--tw-bg-opacity));
  padding: 15px;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    background-image: url(../images/tree-outline.png);
    background-size: 60%;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.tooltip-popup:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e32517;
    position: absolute;
    top: 40px;
    left: 100%;
  }
.tooltip-popup ul li:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0px;
    transform: translate(-10px, 3px);
    background-image: url(../images/svg/check-white.svg);
    background-size: cover;
    width: 15px;
    height: 15px;
  }
#tommy-booking {
    width: 1px;
    min-width: 100%;
  }
.box-shadow {
    box-shadow: 2px 2px 8px 0px rgba(52, 52, 52, 0.12);
  }
.red-content{
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.red-content bold, .red-content a{
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.red-content a{
  text-decoration-line: underline;
}
.red-content a:hover{
  text-decoration-line: none;
}
/* -------------------------------------------------------------------------- */
/*                            Glide JS Custom Stuff                           */
/* -------------------------------------------------------------------------- */
.glide--swipeable{
  cursor: grab;
}
.glide--dragging{
  cursor: grabbing;
}
.glide__timeline .glide__arrow--disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 243 / var(--tw-bg-opacity));
}
.glide__timeline .glide__arrow--disabled svg{
  fill: #e32517;
}
/* -------------------------------------------------------------------------- */
/*                            Gallery Layout stuff                            */
/* -------------------------------------------------------------------------- */
.gallery-layout{
  display: grid;
  gap: 1rem;
}
.gallery-layout--2 {
    grid-template-areas: "image-0 image-0 image-0 image-1 image-1";
  }
.gallery-layout--2 div{
  height: 15rem;
}
.gallery-layout--3 {
    grid-template-areas: "image-0 image-0 image-1 image-1 image-1" "image-2 image-2 image-2 image-2 image-2";
  }
.gallery-layout--3 div{
  height: 15rem;
}
.gallery-layout--4 {
    grid-template-areas: "image-0 image-0 image-1 image-1 image-1" "image-2 image-2 image-2 image-3 image-3";
  }
.gallery-layout--4 div{
  height: 15rem;
}
.gallery-layout--5 {
    grid-template-areas: "image-0 image-0 image-1 image-1 image-1" "image-2 image-2 image-2 image-3 image-3" "image-4 image-4 image-4 image-4 image-4";
  }
.gallery-layout--5 div{
  height: 15rem;
}
.gallery-layout--6 {
    grid-template-areas: "image-0 image-0 image-1 image-1 image-1" "image-2 image-2 image-2 image-3 image-3" "image-4 image-4 image-5 image-5 image-5";
  }
.gallery-layout--6 div{
  height: 15rem;
}
.gallery-layout--7 {
    grid-template-areas: "image-0 image-0 image-1 image-1 image-1" "image-2 image-3 image-4 image-5 image-6";
  }
.gallery-layout--7 div{
  height: 15rem;
}
.gallery-layout--7 div:nth-last-child(-n+5){
  height: 6rem;
}
.gallery-layout--8 {
    grid-template-areas: "image-0 image-0 image-1 image-1 image-1" "image-2 image-2 image-2 image-2 image-2" "image-3 image-4 image-5 image-6 image-7";
  }
.gallery-layout--8 div{
  height: 15rem;
}
.gallery-layout--8 div:nth-last-child(-n+5){
  height: 6rem;
}
.gallery-layout--9 {
    grid-template-areas: "image-0 image-0 image-1 image-1 image-1" "image-2 image-2 image-2 image-3 image-3" "image-4 image-5 image-6 image-7 image-8";
  }
.gallery-layout--9 div{
  height: 15rem;
}
.gallery-layout--9 div:nth-last-child(-n+5){
  height: 6rem;
}
.image-0 {
    grid-area: image-0;
  }
.image-1 {
    grid-area: image-1;
  }
.image-2 {
    grid-area: image-2;
  }
.image-3 {
    grid-area: image-3;
  }
.image-4 {
    grid-area: image-4;
  }
.image-5 {
    grid-area: image-5;
  }
.image-6 {
    grid-area: image-6;
  }
.image-7 {
    grid-area: image-7;
  }
.image-8 {
    grid-area: image-8;
  }
.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;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-1\/2{
  bottom: -50%;
}
.-bottom-12{
  bottom: -3rem;
}
.-bottom-16{
  bottom: -4rem;
}
.-bottom-24{
  bottom: -6rem;
}
.-bottom-4{
  bottom: -1rem;
}
.-bottom-40{
  bottom: -10rem;
}
.-bottom-5{
  bottom: -1.25rem;
}
.-bottom-72{
  bottom: -18rem;
}
.-bottom-9{
  bottom: -2.25rem;
}
.-bottom-\[1px\]{
  bottom: -1px;
}
.-bottom-\[80px\]{
  bottom: -80px;
}
.-left-1\/2{
  left: -50%;
}
.-left-14{
  left: -3.5rem;
}
.-left-16{
  left: -4rem;
}
.-left-20{
  left: -5rem;
}
.-left-24{
  left: -6rem;
}
.-right-14{
  right: -3.5rem;
}
.-right-2{
  right: -0.5rem;
}
.-right-24{
  right: -6rem;
}
.-right-3{
  right: -0.75rem;
}
.-right-8{
  right: -2rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-10{
  top: -2.5rem;
}
.-top-12{
  top: -3rem;
}
.-top-14{
  top: -3.5rem;
}
.-top-2\/4{
  top: -50%;
}
.-top-28{
  top: -7rem;
}
.-top-32{
  top: -8rem;
}
.-top-4{
  top: -1rem;
}
.-top-5{
  top: -1.25rem;
}
.-top-6{
  top: -1.5rem;
}
.-top-7{
  top: -1.75rem;
}
.-top-8{
  top: -2rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-0\.5{
  left: 0.125rem;
}
.left-1\/2{
  left: 50%;
}
.left-10{
  left: 2.5rem;
}
.left-2\/4{
  left: 50%;
}
.left-5{
  left: 1.25rem;
}
.left-6{
  left: 1.5rem;
}
.left-\[11px\]{
  left: 11px;
}
.left-\[1px\]{
  left: 1px;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[60\%\]{
  left: 60%;
}
.left-\[66\%\]{
  left: 66%;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-2{
  right: 0.5rem;
}
.right-2\/4{
  right: 50%;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.right-8{
  right: 2rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\.5{
  top: 0.375rem;
}
.top-1\/2{
  top: 50%;
}
.top-14{
  top: 3.5rem;
}
.top-16{
  top: 4rem;
}
.top-2{
  top: 0.5rem;
}
.top-2\/4{
  top: 50%;
}
.top-4{
  top: 1rem;
}
.top-6{
  top: 1.5rem;
}
.top-60{
  top: 15rem;
}
.top-7{
  top: 1.75rem;
}
.top-8{
  top: 2rem;
}
.top-\[110\%\]{
  top: 110%;
}
.top-\[48vh\]{
  top: 48vh;
}
.top-\[52px\]{
  top: 52px;
}
.top-\[90\%\]{
  top: 90%;
}
.top-full{
  top: 100%;
}
.left-\[calc\(50\%-16px\)\]{
  left: calc(50% - 16px);
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.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-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[110\]{
  z-index: 110;
}
.z-\[5\]{
  z-index: 5;
}
.z-\[60\]{
  z-index: 60;
}
.z-\[999\]{
  z-index: 999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-0{
  margin: 0px;
}
.m-4{
  margin: 1rem;
}
.m-auto{
  margin: auto;
}
.-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.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-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.\!ml-4{
  margin-left: 1rem !important;
}
.-mb-10{
  margin-bottom: -2.5rem;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.-mb-3{
  margin-bottom: -0.75rem;
}
.-mb-\[13px\]{
  margin-bottom: -13px;
}
.-ml-5{
  margin-left: -1.25rem;
}
.-mr-16{
  margin-right: -4rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mr-2\.5{
  margin-right: -0.625rem;
}
.-mr-4{
  margin-right: -1rem;
}
.-mr-5{
  margin-right: -1.25rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-1\.5{
  margin-top: -0.375rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-24{
  margin-top: -6rem;
}
.-mt-44{
  margin-top: -11rem;
}
.-mt-\[3px\]{
  margin-top: -3px;
}
.-mt-\[5vh\]{
  margin-top: -5vh;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-28{
  margin-bottom: 7rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-36{
  margin-bottom: 9rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[3px\]{
  margin-bottom: 3px;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-16{
  margin-left: 4rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-24{
  margin-left: 6rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-7{
  margin-left: 1.75rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-\[-15px\]{
  margin-left: -15px;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.ml-\[6px\]{
  margin-left: 6px;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-14{
  margin-right: 3.5rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-\[6px\]{
  margin-right: 6px;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-\[8\]{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.inline-grid{
  display: inline-grid;
}
.list-item{
  display: list-item;
}
.hidden{
  display: none;
}
.aspect-\[25\/12\]{
  aspect-ratio: 25/12;
}
.aspect-\[30\/37\]{
  aspect-ratio: 30/37;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-36{
  height: 9rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-52{
  height: 13rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-60{
  height: 15rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[0px\]{
  height: 0px;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[114px\]{
  height: 114px;
}
.h-\[156px\]{
  height: 156px;
}
.h-\[190px\]{
  height: 190px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[270px\]{
  height: 270px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[314px\]{
  height: 314px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[390px\]{
  height: 390px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[400xp\]{
  height: 400xp;
}
.h-\[420px\]{
  height: 420px;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[480px\]{
  height: 480px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[520px\]{
  height: 520px;
}
.h-\[576px\]{
  height: 576px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[650px\]{
  height: 650px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[calc\(100\%-40px\)\]{
  height: calc(100% - 40px);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.\!max-h-0{
  max-height: 0px !important;
}
.max-h-10{
  max-height: 2.5rem;
}
.max-h-12{
  max-height: 3rem;
}
.max-h-16{
  max-height: 4rem;
}
.max-h-20{
  max-height: 5rem;
}
.max-h-4{
  max-height: 1rem;
}
.max-h-52{
  max-height: 13rem;
}
.max-h-6{
  max-height: 1.5rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[220px\]{
  max-height: 220px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[59px\]{
  max-height: 59px;
}
.max-h-\[800px\]{
  max-height: 800px;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-\[100vh\]{
  min-height: 100vh;
}
.min-h-\[114px\]{
  min-height: 114px;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.min-h-\[224px\]{
  min-height: 224px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[490px\]{
  min-height: 490px;
}
.min-h-\[60vh\]{
  min-height: 60vh;
}
.min-h-\[800px\]{
  min-height: 800px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.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-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-40{
  width: 10rem;
}
.w-44{
  width: 11rem;
}
.w-5{
  width: 1.25rem;
}
.w-52{
  width: 13rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-96{
  width: 24rem;
}
.w-\[1080px\]{
  width: 1080px;
}
.w-\[1100px\]{
  width: 1100px;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[1800px\]{
  width: 1800px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[321px\]{
  width: 321px;
}
.w-\[326px\]{
  width: 326px;
}
.w-\[340px\]{
  width: 340px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[420px\]{
  width: 420px;
}
.w-\[450px\]{
  width: 450px;
}
.w-\[48\%\]{
  width: 48%;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[520px\]{
  width: 520px;
}
.w-\[650px\]{
  width: 650px;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[837px\]{
  width: 837px;
}
.w-\[880px\]{
  width: 880px;
}
.w-\[92\%\]{
  width: 92%;
}
.w-\[983px\]{
  width: 983px;
}
.w-\[calc\(100\%\+0\.75rem\)\]{
  width: calc(100% + 0.75rem);
}
.w-\[calc\(100\%\+2rem\)\]{
  width: calc(100% + 2rem);
}
.w-\[calc\(100\%\+32px\)\]{
  width: calc(100% + 32px);
}
.w-\[calc\(100\%-1\.5rem\)\]{
  width: calc(100% - 1.5rem);
}
.w-\[calc\(100\%-32px\)\]{
  width: calc(100% - 32px);
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[196px\]{
  min-width: 196px;
}
.min-w-\[20px\]{
  min-width: 20px;
}
.min-w-\[30px\]{
  min-width: 30px;
}
.min-w-\[600px\]{
  min-width: 600px;
}
.min-w-full{
  min-width: 100%;
}
.min-w-\[228px\]{
  min-width: 228px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1028px\]{
  max-width: 1028px;
}
.max-w-\[1070px\]{
  max-width: 1070px;
}
.max-w-\[112px\]{
  max-width: 112px;
}
.max-w-\[1620px\]{
  max-width: 1620px;
}
.max-w-\[1622px\]{
  max-width: 1622px;
}
.max-w-\[1666px\]{
  max-width: 1666px;
}
.max-w-\[210px\]{
  max-width: 210px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[385px\]{
  max-width: 385px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[527px\]{
  max-width: 527px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[690px\]{
  max-width: 690px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[880px\]{
  max-width: 880px;
}
.max-w-\[976px\]{
  max-width: 976px;
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[1_1_50\%\]{
  flex: 1 1 50%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-0{
  flex-grow: 0;
}
.grow-0{
  flex-grow: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-left{
  transform-origin: left;
}
.-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-x-1\/3{
  --tw-translate-x: -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));
}
.-translate-x-1\/4{
  --tw-translate-x: -25%;
  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-x-2\/4{
  --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-x-\[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));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  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));
}
.-translate-y-1\/4{
  --tw-translate-y: -25%;
  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-2\/4{
  --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));
}
.-translate-y-4{
  --tw-translate-y: -1rem;
  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-\[30px\]{
  --tw-translate-y: -30px;
  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-\[50\%\]{
  --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));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  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-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-x-1\/4{
  --tw-translate-x: 25%;
  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-x-2\/4{
  --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-x-full{
  --tw-translate-x: 100%;
  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-0{
  --tw-translate-y: 0px;
  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\/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));
}
.translate-y-1\/4{
  --tw-translate-y: 25%;
  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-8{
  --tw-translate-y: -2rem;
  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-90{
  --tw-rotate: -90deg;
  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-100{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}
.scale-\[1\.001\]{
  --tw-scale-x: 1.001;
  --tw-scale-y: 1.001;
  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-\[101\%\]{
  --tw-scale-x: 101%;
  --tw-scale-y: 101%;
  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-\[2\]{
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  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;
}
.select-none{
  -webkit-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.appearance-none{
  -webkit-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[110px_1fr\]{
  grid-template-columns: 110px 1fr;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-content-between{
  place-content: space-between;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-20{
  gap: 5rem;
}
.gap-24{
  gap: 6rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-1{
  column-gap: 0.25rem;
}
.gap-x-10{
  column-gap: 2.5rem;
}
.gap-x-11{
  column-gap: 2.75rem;
}
.gap-x-36{
  column-gap: 9rem;
}
.gap-x-5{
  column-gap: 1.25rem;
}
.gap-x-8{
  column-gap: 2rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[28px\]{
  border-radius: 28px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-\[20px\]{
  border-bottom-right-radius: 20px;
}
.rounded-br-\[30px\]{
  border-bottom-right-radius: 30px;
}
.rounded-br-\[32px\]{
  border-bottom-right-radius: 32px;
}
.rounded-br-\[40px\]{
  border-bottom-right-radius: 40px;
}
.rounded-br-\[48px\]{
  border-bottom-right-radius: 48px;
}
.rounded-br-\[4rem\]{
  border-bottom-right-radius: 4rem;
}
.rounded-br-\[50px\]{
  border-bottom-right-radius: 50px;
}
.rounded-tr-\[50px\]{
  border-top-right-radius: 50px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-\[1px\]{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-beige-500{
  --tw-border-opacity: 1;
  border-color: rgb(196 181 154 / var(--tw-border-opacity));
}
.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 230 209 / var(--tw-border-opacity));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(169 204 162 / var(--tw-border-opacity));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(0 152 58 / var(--tw-border-opacity));
}
.border-green-900{
  --tw-border-opacity: 1;
  border-color: rgb(0 81 48 / var(--tw-border-opacity));
}
.border-grey-100{
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.border-grey-200{
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.border-grey-400{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-grey-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.border-b-grey-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.border-t-grey-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.bg-beige-100{
  --tw-bg-opacity: 1;
  background-color: rgb(246 243 239 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 67 103 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(242 250 245 / var(--tw-bg-opacity));
}
.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 247 238 / var(--tw-bg-opacity));
}
.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 230 209 / var(--tw-bg-opacity));
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(169 204 162 / var(--tw-bg-opacity));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 58 / var(--tw-bg-opacity));
}
.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 68 / var(--tw-bg-opacity));
}
.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(0 81 48 / var(--tw-bg-opacity));
}
.bg-grey-100{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-grey-200{
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
.bg-grey-600{
  --tw-bg-opacity: 1;
  background-color: rgb(114 114 114 / var(--tw-bg-opacity));
}
.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(243 146 0 / var(--tw-bg-opacity));
}
.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 243 / var(--tw-bg-opacity));
}
.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(227 37 23 / var(--tw-bg-opacity));
}
.bg-red-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 244 / 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-70{
  --tw-bg-opacity: 0.7;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-\[\#393939\]{
  --tw-gradient-from: #393939 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(57 57 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-black{
  fill: #000000;
}
.fill-blue{
  fill: #004367;
}
.fill-green-100{
  fill: #F2FAF5;
}
.fill-green-400{
  fill: #A9CCA2;
}
.fill-green-500{
  fill: #00983a;
}
.fill-green-700{
  fill: #006F44;
}
.fill-green-900{
  fill: #005130;
}
.fill-grey-500{
  fill: #808080;
}
.fill-grey-800{
  fill: #393939;
}
.fill-orange{
  fill: #F39200;
}
.fill-red{
  fill: #e32517;
}
.fill-white{
  fill: #FFFFFF;
}
.stroke-green-500{
  stroke: #00983a;
}
.stroke-green-700{
  stroke: #006F44;
}
.stroke-green-900{
  stroke: #005130;
}
.stroke-grey-800{
  stroke: #393939;
}
.stroke-white{
  stroke: #FFFFFF;
}
.object-cover{
  object-fit: cover;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.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-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-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-52{
  padding-bottom: 13rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-24{
  padding-left: 6rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[17px\]{
  padding-left: 17px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-28{
  padding-right: 7rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.font-raleway{
  font-family: raleway, sans-serif;
}
.font-rundschrift{
  font-family: vag-rundschrift-d, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-header1{
  font-size: 40px;
  line-height: 56px;
}
.text-header2{
  font-size: 32px;
  line-height: 42px;
}
.text-hero2{
  font-size: 64px;
  line-height: 72px;
}
.text-hero3{
  font-size: 48px;
  line-height: 58px;
}
.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-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.font-thin{
  font-weight: 100;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[38px\]{
  line-height: 38px;
}
.leading-tight{
  line-height: 1.25;
}
.text-beige-700{
  --tw-text-opacity: 1;
  color: rgb(108 79 44 / var(--tw-text-opacity));
}
.text-beige-800{
  --tw-text-opacity: 1;
  color: rgb(107 92 48 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(169 204 162 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(0 152 58 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(0 111 68 / var(--tw-text-opacity));
}
.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(0 81 48 / var(--tw-text-opacity));
}
.text-grey-300{
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.text-grey-500{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-grey-600{
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity));
}
.text-grey-800{
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}
.text-orange{
  --tw-text-opacity: 1;
  color: rgb(243 146 0 / var(--tw-text-opacity));
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.no-underline{
  text-decoration-line: none;
}
.underline-offset-\[5px\]{
  text-underline-offset: 5px;
}
.underline-offset-\[6px\]{
  text-underline-offset: 6px;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-80{
  opacity: 0.8;
}
.shadow-\[0px_2px_10px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  --tw-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-box{
  --tw-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 24px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 0px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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{
  outline-style: solid;
}
.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);
}
.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);
}
.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-none{
  transition-property: none;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.will-change-auto{
  will-change: auto;
}
.breadcrumbs {
  font-size: 14px;
}
.breadcrumbs a {
  text-decoration: underline;
  color: #727272;
  font-weight: 100;
}
.breadcrumbs span {
  color: #727272;
}
.breadcrumbs span.breadcrumb_last {
  color: #9f9f9f;
}

/* -------------------------------------------------------------------------- */
/*                          Import Mixins & Variables                         */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  Variables                                 */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   Mixins                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                             Customize Variables                            */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                           Customize Cookie Notice                          */
/* -------------------------------------------------------------------------- */
.si-cookie-notice {
  color: #333;
  font-family: "Raleway";
  background: #f2faf5;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  /**
      * Cookie Notice Type: Categories
      */
  /**
      * Cookie Notice Type: Basic
      */
}
@media (min-width: 768px) {
  .si-cookie-notice {
    border-radius: 16px;
  }
}
.si-cookie-notice p {
  line-height: 22px;
}
.si-cookie-notice a {
  color: #333;
}
.si-cookie-notice a:hover {
  color: #262626;
}
.si-cookie-notice__details-link {
  font-size: 14px;
  font-family: "Raleway";
  text-decoration: underline !important;
}
.si-cookie-notice__details-link svg {
  fill: #333;
}
.si-cookie-notice__title, .si-cookie-notice__subtitle {
  font-family: vag-rundschrift-d, sans-serif;
  color: #005130;
}
.si-cookie-notice__category {
  color: #333;
  background: white;
  border-color: rgba(51, 51, 51, 0.3);
}
.si-cookie-notice__category-expand-button {
  color: #333;
}
.si-cookie-notice__category-expand-button svg {
  fill: #333;
}
.si-cookie-notice__button {
  font-family: "Raleway";
  font-weight: bold;
  font-size: 14px;
  border-radius: 50px !important;
}
.si-cookie-notice__button--accept {
  color: white;
  background: #00983a;
  border: 0;
}
.si-cookie-notice__button--accept:hover {
  background: #007f30;
}
.si-cookie-notice__button--accept-selection {
  color: #333;
  border: 1px solid #333;
}
.si-cookie-notice__button--accept-selection:hover {
  /* background: white; */
  border-color: black;
  color: black;
}
.si-cookie-notice__button--reject {
  color: #333;
  border: 1px solid #333;
}
.si-cookie-notice__button--reject:hover {
  border-color: black;
  color: black;
}
.si-cookie-notice__toggle-switch {
  background: #cccccc;
}
.si-cookie-notice__toggle-checkbox:checked + .si-cookie-notice__toggle-switch {
  background-color: #00983a;
}
@media (min-width: 768px) {
  .si-cookie-notice__option {
    border-bottom: 1px solid rgba(51, 51, 51, 0.25);
  }
}
.si-cookie-notice__option-button-primary {
  color: white;
  font-family: "Raleway";
  font-weight: bold;
  font-size: 14px;
  background: #00983a;
  border: 0;
  border-radius: 50px !important;
}
.si-cookie-notice__option-button-primary:hover {
  background: #007f30;
}
.si-cookie-notice__option-button-secondary {
  color: #00983a;
  font-family: "Raleway";
  font-size: 14px;
  border: 1px solid #00983a;
  border-radius: 50px !important;
  transition: color 0.2s background 0.2s;
}
.si-cookie-notice__option-button-secondary:hover {
  color: #005130;
  background: #e9f7ee;
}

/* -------------------------------------------------------------------------- */
/*                           Customize Cookie Modal                           */
/* -------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .si-cookie-modal__container {
    border-radius: 16px;
  }
}
.si-cookie-modal a {
  color: #333;
}
.si-cookie-modal a:hover {
  color: #262626;
}
.si-cookie-modal svg {
  fill: #01983a;
}
.si-cookie-modal__container {
  color: #333;
  background: #f2faf5;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.si-cookie-modal__close-button {
  opacity: 1;
}
.si-cookie-modal__close-button svg {
  fill: #666;
}
.si-cookie-modal__title, .si-cookie-modal__group-title {
  font-family: vag-rundschrift-d, sans-serif;
  color: #005130;
}
.si-cookie-modal__close-group svg {
  fill: rgba(51, 51, 51, 0.3);
}
.si-cookie-modal__close-group:hover svg {
  fill: rgba(51, 51, 51, 0.5);
}
.si-cookie-modal__group-list > li {
  border-top: 1px solid rgba(51, 51, 51, 0.25);
}
.si-cookie-modal__cookie-title {
  font-family: "Raleway";
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 1.1;
  color: #005130;
}
.si-cookie-modal__cookie-title svg {
  fill: #01983a;
}
.si-cookie-modal__label, .si-cookie-modal__value {
  font-family: "Raleway";
}
.si-cookie-modal__label {
  color: rgba(51, 51, 51, 0.75);
}

@media (min-width: 768px) {
  .nivon-trip-form {
    background: #F2FAF5;
    padding: 48px;
    border-radius: 48px;
  }
}
.nivon-trip-form__title {
  margin-bottom: 24px;
  font-family: vag-rundschrift-d, sans-serif;
  font-size: 24px;
  color: #005130;
}
.nivon-trip-form__section {
  margin-bottom: 48px;
}
.nivon-trip-form__section:last-of-type {
  margin-bottom: 0;
}
.nivon-trip-form__section textarea {
  height: 160px;
  max-height: 160px;
  min-height: 160px;
  border: 1px solid #E5E5E5;
  border-radius: 25px;
  padding: 20px;
  font-size: 16px;
}
.nivon-trip-form__sub-section {
  margin-top: 48px;
}
.nivon-trip-form__sub-section h5 {
  margin-bottom: 20px;
  font-family: vag-rundschrift-d, sans-serif;
  font-size: 20px;
  color: #005130;
}
.nivon-trip-form__sub-section #d5_nivon_lid_alternatief_adres_span,
.nivon-trip-form__sub-section #d4_nivon_lid_alternatief_adres_span,
.nivon-trip-form__sub-section #d3_nivon_lid_alternatief_adres_span,
.nivon-trip-form__sub-section #d2_nivon_lid_alternatief_adres_span,
.nivon-trip-form__sub-section #d1_nivon_lid_alternatief_adres_span {
  margin-bottom: 20px;
}
.nivon-trip-form__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.nivon-trip-form__field:last-of-type {
  margin-bottom: 0;
}
.nivon-trip-form__field label {
  color: #393939;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.nivon-trip-form__field label a {
  color: #00983a;
  text-decoration: underline;
}
.nivon-trip-form__field input[type=text], .nivon-trip-form__field input[type=date] {
  height: 50px;
  border: 1px solid #E5E5E5;
  border-radius: 25px;
  padding: 0 20px;
  font-size: 16px;
}
.nivon-trip-form__field.error input[type=text], .nivon-trip-form__field.error input[type=date] {
  border-color: #e32517;
}
.nivon-trip-form__field.error .nivon-trip-form__radio-option label {
  color: #e32517;
}
.nivon-trip-form__radio {
  display: grid;
  gap: 4px;
}
.nivon-trip-form__radio-field label, .nivon-trip-form__radio-option label {
  position: relative;
  color: #393939;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
  padding-left: 26px;
  cursor: pointer;
}
.nivon-trip-form__radio-field label::before, .nivon-trip-form__radio-option label::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #00983a;
  background: #00983a;
  border-radius: 50%;
  opacity: 0;
}
.nivon-trip-form__radio-field label::after, .nivon-trip-form__radio-option label::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #005130;
  border-radius: 50%;
}
.nivon-trip-form__radio-field label:hover:before, .nivon-trip-form__radio-option label:hover:before {
  opacity: 50%;
}
.nivon-trip-form__radio-field input, .nivon-trip-form__radio-option input {
  display: none;
}
.nivon-trip-form__radio-field input:checked + label::before, .nivon-trip-form__radio-option input:checked + label::before {
  opacity: 100%;
}
.nivon-trip-form__checkbox-option{
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.nivon-trip-form__checkbox-option input[type=checkbox]{
  position: absolute;
  top: 2px;
  cursor: pointer;
}
.nivon-trip-form__checkbox-option input[type=checkbox]::before{
  position: absolute;
  left: 0px;
  top: 0px;
  margin-right: 0.5rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  background-size: contain;
}
.nivon-trip-form__checkbox-option input[type=checkbox]:focus::before{
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  outline: 2px solid transparent;
  outline-offset: 2px;
  content: var(--tw-content);
  --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(0px + 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);
}
.group-error[data-group-error] .nivon-trip-form__checkbox-option input[type=checkbox]::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(227 37 23 / var(--tw-border-opacity));
}
.nivon-trip-form__checkbox-option input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
}
.nivon-trip-form__checkbox-option input[type=checkbox]:checked::before{
  background-image: url("../images/svg/check-green.svg");
  background-size: 90%;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.nivon-trip-form__checkbox-option span,
.nivon-trip-form__checkbox-option label{
  display: block;
  cursor: pointer;
  padding-left: 2rem;
}
.nivon-trip-form__select {
  position: relative;
}
.nivon-trip-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #393939;
}
.nivon-trip-form__select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #393939;
}
.nivon-trip-form__select select {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 25px;
  font-size: 16px; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.nivon-trip-form__submit {
  background: #00983a;
  color: #fff;
  height: 52px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 32px;
  border-radius: 26px;
  margin-top: 32px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.nivon-trip-form__error-notice {
  color: #e32517;
}
.nivon-trip-form__hidden {
  display: none;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}
@media not all and (min-width: 1024px){
  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .max-lg\:container{
      max-width: 640px;
    }
  }
  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .max-lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }
  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .max-lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .max-lg\:container{
      max-width: 1024px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .max-lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .max-lg\:container{
      max-width: 1024px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  @media (min-width: 1280px){
    .max-lg\:container{
      max-width: 1280px;
    }
  }
  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .max-lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .max-lg\:container{
      max-width: 1024px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  @media (min-width: 1280px){
    .max-lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1325px){
    .max-lg\:container{
      max-width: 1325px;
    }
  }
  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .max-lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .max-lg\:container{
      max-width: 1024px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  @media (min-width: 1280px){
    .max-lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1325px){
    .max-lg\:container{
      max-width: 1325px;
    }
  }
  @media (min-width: 1500px){
    .max-lg\:container{
      max-width: 1500px;
    }
  }
}
@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;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1325px){
    .md\:container{
      max-width: 1325px;
    }
  }
  @media (min-width: 1500px){
    .md\:container{
      max-width: 1500px;
    }
  }
  .md\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .md\:prose-lg :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 1.3333333em;
  }
  .md\:prose-lg :where(p):not(:where([class~="not-prose"] *)):not(:last-of-type){
    margin-bottom: 40px;
  }
  .md\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .md\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }
  .md\:prose-lg :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .md\:prose-lg :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .md\:prose-lg :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .md\:prose-lg :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .md\:prose-lg :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:prose-lg :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:prose-lg :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:prose-lg :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .md\:prose-lg :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .md\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .md\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .md\:prose-lg :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .md\:prose-lg :where(ol):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .md\:prose-lg :where(ul):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .md\:prose-lg :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .md\:prose-lg :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .md\:prose-lg :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .md\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .md\:prose-lg :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .md\:prose-lg :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .md\:prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .md\:prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .md\:prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .md\:prose-lg :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .md\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .md\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .md\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .md\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .md\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .md\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .md\:prose-lg :where(.md\:prose-lg > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .md\:prose-lg :where(.md\:prose-lg > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .md\:prose-lg :where(a):not(:where([class~="not-prose"] *)){
    color: #00983A;
  }
  .md\:prose-lg :where(a):not(:where([class~="not-prose"] *)):hover{
    color: #005130;
  }
  .md\:box-shadow {
    box-shadow: 2px 2px 8px 0px rgba(52, 52, 52, 0.12);
  }
}
@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1325px){
    .lg\:container{
      max-width: 1325px;
    }
  }
  @media (min-width: 1500px){
    .lg\:container{
      max-width: 1500px;
    }
  }
  .lg\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .lg\:prose-lg :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(p):not(:where([class~="not-prose"] *)):not(:last-of-type){
    margin-bottom: 40px;
  }
  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }
  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .lg\:prose-lg :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .lg\:prose-lg :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .lg\:prose-lg :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .lg\:prose-lg :where(a):not(:where([class~="not-prose"] *)){
    color: #00983A;
  }
  .lg\:prose-lg :where(a):not(:where([class~="not-prose"] *)):hover{
    color: #005130;
  }
  .lg\:mask-image-left {
    -webkit-mask-image: url(/content/themes/supersage/dist/images/mask-accommodation-left.svg);
            mask-image: url(/content/themes/supersage/dist/images/mask-accommodation-left.svg);
    -webkit-mask-position: right;
            mask-position: right;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
  .lg\:mask-image-right {
    -webkit-mask-image: url(/content/themes/supersage/dist/images/mask-accommodation-right.svg);
            mask-image: url(/content/themes/supersage/dist/images/mask-accommodation-right.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
.placeholder\:text-base::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
}
.placeholder\:text-lg::placeholder{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.placeholder\:italic::placeholder{
  font-style: italic;
}
.placeholder\:not-italic::placeholder{
  font-style: normal;
}
.placeholder\:text-grey-200::placeholder{
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity));
}
.placeholder\:text-grey-300::placeholder{
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.placeholder\:text-grey-600::placeholder{
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity));
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:-left-3::after{
  content: var(--tw-content);
  left: -0.75rem;
}
.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}
.after\:border-x-\[15px\]::after{
  content: var(--tw-content);
  border-left-width: 15px;
  border-right-width: 15px;
}
.after\:border-y-\[12px\]::after{
  content: var(--tw-content);
  border-top-width: 12px;
  border-bottom-width: 12px;
}
.after\:border-b-transparent::after{
  content: var(--tw-content);
  border-bottom-color: transparent;
}
.after\:border-l-transparent::after{
  content: var(--tw-content);
  border-left-color: transparent;
}
.after\:border-r-transparent::after{
  content: var(--tw-content);
  border-right-color: transparent;
}
.after\:border-t-green-100::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(242 250 245 / var(--tw-border-opacity));
}
.after\:bg-green-500::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 58 / var(--tw-bg-opacity));
}
.after\:bg-grey-500::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}
.after\:bg-red::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(227 37 23 / var(--tw-bg-opacity));
}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.first\:mt-0:first-child{
  margin-top: 0px;
}
.first\:mt-10:first-child{
  margin-top: 2.5rem;
}
.first\:mt-14:first-child{
  margin-top: 3.5rem;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:border-0:last-child{
  border-width: 0px;
}
.odd\:aspect-\[25\/19\]:nth-child(odd){
  aspect-ratio: 25/19;
}
.odd\:aspect-\[25\/33\]:nth-child(odd){
  aspect-ratio: 25/33;
}
.even\:top-16:nth-child(even){
  top: 4rem;
}
.even\:aspect-\[25\/19\]:nth-child(even){
  aspect-ratio: 25/19;
}
.even\:aspect-\[25\/33\]:nth-child(even){
  aspect-ratio: 25/33;
}
.first-of-type\:mt-20:first-of-type{
  margin-top: 5rem;
}
.last-of-type\:mb-0:last-of-type{
  margin-bottom: 0px;
}
.last-of-type\:mr-0:last-of-type{
  margin-right: 0px;
}
.last-of-type\:block:last-of-type{
  display: block;
}
.last-of-type\:hidden:last-of-type{
  display: none;
}
.hover\:bg-green-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 250 245 / var(--tw-bg-opacity));
}
.hover\:bg-green-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(169 204 162 / var(--tw-bg-opacity));
}
.hover\:bg-red-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 244 / var(--tw-bg-opacity));
}
.hover\:text-green-500:hover{
  --tw-text-opacity: 1;
  color: rgb(0 152 58 / var(--tw-text-opacity));
}
.hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgb(0 111 68 / var(--tw-text-opacity));
}
.hover\:text-green-900:hover{
  --tw-text-opacity: 1;
  color: rgb(0 81 48 / var(--tw-text-opacity));
}
.hover\:text-red:hover{
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:after\:w-full:hover::after{
  content: var(--tw-content);
  width: 100%;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:hidden{
  display: none;
}
.group:hover .group-hover\:-translate-x-1{
  --tw-translate-x: -0.25rem;
  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));
}
.group:hover .group-hover\:-translate-x-3{
  --tw-translate-x: -0.75rem;
  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));
}
.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}
.group:hover .group-hover\:translate-x-2{
  --tw-translate-x: 0.5rem;
  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));
}
.group:hover .group-hover\:-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));
}
.group:hover .group-hover\: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));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:fill-blue{
  fill: #004367;
}
.group:hover .group-hover\:fill-green-500{
  fill: #00983a;
}
.group:hover .group-hover\:fill-green-700{
  fill: #006F44;
}
.group:hover .group-hover\:fill-orange{
  fill: #F39200;
}
.group:hover .group-hover\:fill-red{
  fill: #e32517;
}
.group:hover .group-hover\:fill-white{
  fill: #FFFFFF;
}
.group:hover .group-hover\:stroke-white{
  stroke: #FFFFFF;
}
.group:hover .group-hover\:text-red{
  --tw-text-opacity: 1;
  color: rgb(227 37 23 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.toggle-active\:pointer-events-auto[data-active]{
  pointer-events: auto;
}
.toggle-active\:block[data-active]{
  display: block;
}
.toggle-active\:translate-x-0[data-active]{
  --tw-translate-x: 0px;
  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));
}
.group-active[data-group-active] .group-active\:pointer-events-auto{
  pointer-events: auto;
}
.group-active[data-group-active] .group-active\:fixed{
  position: fixed;
}
.group-active[data-group-active] .group-active\:left-0{
  left: 0px;
}
.group-active[data-group-active] .group-active\:mt-10{
  margin-top: 2.5rem;
}
.group-active[data-group-active] .group-active\:block{
  display: block;
}
.group-active[data-group-active] .group-active\:flex{
  display: flex;
}
.group-active[data-group-active] .group-active\:grid{
  display: grid;
}
.group-active[data-group-active] .group-active\:hidden{
  display: none;
}
.group-active[data-group-active] .group-active\:h-auto{
  height: auto;
}
.group-active[data-group-active] .group-active\:translate-x-0{
  --tw-translate-x: 0px;
  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));
}
.group-active[data-group-active] .group-active\:translate-y-0{
  --tw-translate-y: 0px;
  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));
}
.group-active[data-group-active] .group-active\:translate-y-0\.5{
  --tw-translate-y: 0.125rem;
  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));
}
.group-active[data-group-active] .group-active\:translate-y-24{
  --tw-translate-y: 6rem;
  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));
}
.group-active[data-group-active] .group-active\:-rotate-45{
  --tw-rotate: -45deg;
  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));
}
.group-active[data-group-active] .group-active\:rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group-active[data-group-active] .group-active\: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));
}
.group-active[data-group-active] .group-active\:rotate-45{
  --tw-rotate: 45deg;
  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));
}
.group-active[data-group-active] .group-active\:bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 68 / var(--tw-bg-opacity));
}
.group-active[data-group-active] .group-active\:py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.group-active[data-group-active] .group-active\:text-green-900{
  --tw-text-opacity: 1;
  color: rgb(0 81 48 / var(--tw-text-opacity));
}
.group-active[data-group-active] .group-active\:opacity-0{
  opacity: 0;
}
.group-active[data-group-active] .group-active\:opacity-100{
  opacity: 1;
}
.group-active[data-group-active] .group-active\:brightness-100{
  --tw-brightness: brightness(1);
  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-active[data-group-active] .group-active\: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);
}
.group-active-sub[data-group-active-sub] .group-active-sub\:pointer-events-auto{
  pointer-events: auto;
}
.group-active-sub[data-group-active-sub] .group-active-sub\:my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.group-active-sub[data-group-active-sub] .group-active-sub\:mb-4{
  margin-bottom: 1rem;
}
.group-active-sub[data-group-active-sub] .group-active-sub\:mt-4{
  margin-top: 1rem;
}
.group-active-sub[data-group-active-sub] .group-active-sub\:block{
  display: block;
}
.group-active-sub[data-group-active-sub] .group-active-sub\:hidden{
  display: none;
}
.group-active-sub[data-group-active-sub] .group-active-sub\:rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group-active-sub[data-group-active-sub] .group-active-sub\:opacity-100{
  opacity: 1;
}
.group-loading[data-group-loading] .group-loading\:pointer-events-none{
  pointer-events: none;
}
.group-loading[data-group-loading] .group-loading\:opacity-50{
  opacity: 0.5;
}
@media not all and (min-width: 1024px){
  .max-lg\:mb-12{
    margin-bottom: 3rem;
  }
  .max-lg\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .max-lg\:hidden{
    display: none;
  }
  .max-lg\:gap-4{
    gap: 1rem;
  }
  .max-lg\:border-b{
    border-bottom-width: 1px;
  }
  .max-lg\:pb-12{
    padding-bottom: 3rem;
  }
  .max-lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media not all and (min-width: 768px){
  .max-md\:pl-16{
    padding-left: 4rem;
  }
}
@media (min-width: 640px){
  .sm\:-bottom-px{
    bottom: -1px;
  }
  .sm\:top-auto{
    top: auto;
  }
  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:-mr-0{
    margin-right: -0px;
  }
  .sm\:-mr-40{
    margin-right: -10rem;
  }
  .sm\:-mt-\[305px\]{
    margin-top: -305px;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:inline-grid{
    display: inline-grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:aspect-auto{
    aspect-ratio: auto;
  }
  .sm\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  .sm\:h-52{
    height: 13rem;
  }
  .sm\:h-\[226px\]{
    height: 226px;
  }
  .sm\:h-\[350px\]{
    height: 350px;
  }
  .sm\:h-\[360px\]{
    height: 360px;
  }
  .sm\:h-\[420px\]{
    height: 420px;
  }
  .sm\:h-\[460px\]{
    height: 460px;
  }
  .sm\:h-\[720px\]{
    height: 720px;
  }
  .sm\:w-\[1320px\]{
    width: 1320px;
  }
  .sm\:w-\[321px\]{
    width: 321px;
  }
  .sm\:w-\[385px\]{
    width: 385px;
  }
  .sm\:w-\[460px\]{
    width: 460px;
  }
  .sm\:w-\[464px\]{
    width: 464px;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:rounded-br-\[50px\]{
    border-bottom-right-radius: 50px;
  }
  .sm\:p-12{
    padding: 3rem;
  }
  .sm\:pr-4{
    padding-right: 1rem;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-header2{
    font-size: 32px;
    line-height: 42px;
  }
  .sm\:leading-\[52px\]{
    line-height: 52px;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:-bottom-1{
    bottom: -0.25rem;
  }
  .md\:-right-10{
    right: -2.5rem;
  }
  .md\:-right-12{
    right: -3rem;
  }
  .md\:-top-14{
    top: -3.5rem;
  }
  .md\:-top-20{
    top: -5rem;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:right-12{
    right: 3rem;
  }
  .md\:right-4{
    right: 1rem;
  }
  .md\:top-1{
    top: 0.25rem;
  }
  .md\:top-1\/2{
    top: 50%;
  }
  .md\:top-12{
    top: 3rem;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .md\:-mt-56{
    margin-top: -14rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-28{
    margin-bottom: 7rem;
  }
  .md\:mb-3{
    margin-bottom: 0.75rem;
  }
  .md\:mb-32{
    margin-bottom: 8rem;
  }
  .md\:mb-40{
    margin-bottom: 10rem;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-7{
    margin-bottom: 1.75rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:ml-10{
    margin-left: 2.5rem;
  }
  .md\:ml-5{
    margin-left: 1.25rem;
  }
  .md\:mr-0{
    margin-right: 0px;
  }
  .md\:mr-5{
    margin-right: 1.25rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mt-3{
    margin-top: 0.75rem;
  }
  .md\:mt-32{
    margin-top: 8rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-5{
    margin-top: 1.25rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-64{
    margin-top: 16rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:inline-flex{
    display: inline-flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-auto{
    aspect-ratio: auto;
  }
  .md\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  .md\:h-0{
    height: 0px;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:h-32{
    height: 8rem;
  }
  .md\:h-64{
    height: 16rem;
  }
  .md\:h-80{
    height: 20rem;
  }
  .md\:h-9{
    height: 2.25rem;
  }
  .md\:h-96{
    height: 24rem;
  }
  .md\:h-\[300px\]{
    height: 300px;
  }
  .md\:h-\[360px\]{
    height: 360px;
  }
  .md\:h-\[390px\]{
    height: 390px;
  }
  .md\:h-\[400px\]{
    height: 400px;
  }
  .md\:h-\[436px\]{
    height: 436px;
  }
  .md\:h-\[550px\]{
    height: 550px;
  }
  .md\:h-\[600px\]{
    height: 600px;
  }
  .md\:h-\[720px\]{
    height: 720px;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:w-44{
    width: 11rem;
  }
  .md\:w-48{
    width: 12rem;
  }
  .md\:w-52{
    width: 13rem;
  }
  .md\:w-56{
    width: 14rem;
  }
  .md\:w-9{
    width: 2.25rem;
  }
  .md\:w-\[15\%\]{
    width: 15%;
  }
  .md\:w-\[444px\]{
    width: 444px;
  }
  .md\:w-\[448px\]{
    width: 448px;
  }
  .md\:w-\[470px\]{
    width: 470px;
  }
  .md\:w-\[485px\]{
    width: 485px;
  }
  .md\:w-\[660px\]{
    width: 660px;
  }
  .md\:w-\[700px\]{
    width: 700px;
  }
  .md\:w-\[calc\(50\%-32px\/2\)\]{
    width: calc(50% - 32px / 2);
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-3xl{
    max-width: 48rem;
  }
  .md\:max-w-\[360px\]{
    max-width: 360px;
  }
  .md\:max-w-\[463px\]{
    max-width: 463px;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:shrink-0{
    flex-shrink: 0;
  }
  .md\:-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));
  }
  .md\:translate-x-0{
    --tw-translate-x: 0px;
    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));
  }
  .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-col{
    flex-direction: column;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-24{
    gap: 6rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-28{
    column-gap: 7rem;
  }
  .md\:rounded-none{
    border-radius: 0px;
  }
  .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .md\:rounded-bl-\[50px\]{
    border-bottom-left-radius: 50px;
  }
  .md\:rounded-br-\[48px\]{
    border-bottom-right-radius: 48px;
  }
  .md\:rounded-br-\[50px\]{
    border-bottom-right-radius: 50px;
  }
  .md\:border-0{
    border-width: 0px;
  }
  .md\:border-b-\[1px\]{
    border-bottom-width: 1px;
  }
  .md\:border-grey-400{
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
  }
  .md\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgb(242 250 245 / var(--tw-bg-opacity));
  }
  .md\:p-5{
    padding: 1.25rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:font-raleway{
    font-family: raleway, sans-serif;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-header1{
    font-size: 40px;
    line-height: 56px;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:font-normal{
    font-weight: 400;
  }
  .md\:shadow-md{
    --tw-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0px 0px 15px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:first\:mt-20:first-child{
    margin-top: 5rem;
  }
  .md\:first\:mt-44:first-child{
    margin-top: 11rem;
  }
  .md\:odd\:aspect-\[25\/19\]:nth-child(odd){
    aspect-ratio: 25/19;
  }
  .md\:odd\:aspect-\[25\/33\]:nth-child(odd){
    aspect-ratio: 25/33;
  }
  .md\:even\:aspect-\[25\/19\]:nth-child(even){
    aspect-ratio: 25/19;
  }
  .md\:even\:aspect-\[25\/33\]:nth-child(even){
    aspect-ratio: 25/33;
  }
  .group-active[data-group-active] .group-active\:md\:h-16{
    height: 4rem;
  }
  .group-active[data-group-active] .group-active\:md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px){
  .lg\:pointer-events-auto{
    pointer-events: auto;
  }
  .lg\:static{
    position: static;
  }
  .lg\:fixed{
    position: fixed;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:sticky{
    position: sticky;
  }
  .lg\:-bottom-16{
    bottom: -4rem;
  }
  .lg\:-bottom-20{
    bottom: -5rem;
  }
  .lg\:-left-16{
    left: -4rem;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:left-2\/4{
    left: 50%;
  }
  .lg\:left-20{
    left: 5rem;
  }
  .lg\:right-2\/4{
    right: 50%;
  }
  .lg\:top-10{
    top: 2.5rem;
  }
  .lg\:z-10{
    z-index: 10;
  }
  .lg\:z-\[1\]{
    z-index: 1;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }
  .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }
  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .lg\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .lg\:-mb-\[200px\]{
    margin-bottom: -200px;
  }
  .lg\:-ml-4{
    margin-left: -1rem;
  }
  .lg\:-ml-\[124px\]{
    margin-left: -124px;
  }
  .lg\:-mt-0{
    margin-top: -0px;
  }
  .lg\:-mt-40{
    margin-top: -10rem;
  }
  .lg\:-mt-9{
    margin-top: -2.25rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-32{
    margin-bottom: 8rem;
  }
  .lg\:mb-36{
    margin-bottom: 9rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-40{
    margin-bottom: 10rem;
  }
  .lg\:mb-48{
    margin-bottom: 12rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-52{
    margin-bottom: 13rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-80{
    margin-bottom: 20rem;
  }
  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-10{
    margin-left: 2.5rem;
  }
  .lg\:ml-16{
    margin-left: 4rem;
  }
  .lg\:ml-20{
    margin-left: 5rem;
  }
  .lg\:ml-36{
    margin-left: 9rem;
  }
  .lg\:ml-4{
    margin-left: 1rem;
  }
  .lg\:ml-6{
    margin-left: 1.5rem;
  }
  .lg\:ml-8{
    margin-left: 2rem;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-10{
    margin-right: 2.5rem;
  }
  .lg\:mr-16{
    margin-right: 4rem;
  }
  .lg\:mr-20{
    margin-right: 5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-11{
    margin-top: 2.75rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:mt-28{
    margin-top: 7rem;
  }
  .lg\:mt-36{
    margin-top: 9rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:mt-56{
    margin-top: 14rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-auto{
    margin-top: auto;
  }
  .lg\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .lg\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-auto{
    aspect-ratio: auto;
  }
  .lg\:aspect-square{
    aspect-ratio: 1 / 1;
  }
  .lg\:h-14{
    height: 3.5rem;
  }
  .lg\:h-20{
    height: 5rem;
  }
  .lg\:h-24{
    height: 6rem;
  }
  .lg\:h-40{
    height: 10rem;
  }
  .lg\:h-5{
    height: 1.25rem;
  }
  .lg\:h-52{
    height: 13rem;
  }
  .lg\:h-72{
    height: 18rem;
  }
  .lg\:h-96{
    height: 24rem;
  }
  .lg\:h-\[320px\]{
    height: 320px;
  }
  .lg\:h-\[400px\]{
    height: 400px;
  }
  .lg\:h-\[420px\]{
    height: 420px;
  }
  .lg\:h-\[524px\]{
    height: 524px;
  }
  .lg\:h-\[550px\]{
    height: 550px;
  }
  .lg\:h-\[565px\]{
    height: 565px;
  }
  .lg\:h-\[60px\]{
    height: 60px;
  }
  .lg\:h-\[800px\]{
    height: 800px;
  }
  .lg\:h-\[854px\]{
    height: 854px;
  }
  .lg\:h-\[870px\]{
    height: 870px;
  }
  .lg\:h-screen{
    height: 100vh;
  }
  .lg\:max-h-14{
    max-height: 3.5rem;
  }
  .lg\:max-h-20{
    max-height: 5rem;
  }
  .lg\:max-h-6{
    max-height: 1.5rem;
  }
  .lg\:min-h-0{
    min-height: 0px;
  }
  .lg\:min-h-\[224px\]{
    min-height: 224px;
  }
  .lg\:min-h-\[324px\]{
    min-height: 324px;
  }
  .lg\:min-h-\[420px\]{
    min-height: 420px;
  }
  .lg\:min-h-full{
    min-height: 100%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-14{
    width: 3.5rem;
  }
  .lg\:w-20{
    width: 5rem;
  }
  .lg\:w-24{
    width: 6rem;
  }
  .lg\:w-40{
    width: 10rem;
  }
  .lg\:w-5{
    width: 1.25rem;
  }
  .lg\:w-52{
    width: 13rem;
  }
  .lg\:w-96{
    width: 24rem;
  }
  .lg\:w-\[255px\]{
    width: 255px;
  }
  .lg\:w-\[305px\]{
    width: 305px;
  }
  .lg\:w-\[320px\]{
    width: 320px;
  }
  .lg\:w-\[35\%\]{
    width: 35%;
  }
  .lg\:w-\[420px\]{
    width: 420px;
  }
  .lg\:w-\[500px\]{
    width: 500px;
  }
  .lg\:w-\[577px\]{
    width: 577px;
  }
  .lg\:w-\[580px\]{
    width: 580px;
  }
  .lg\:w-\[662px\]{
    width: 662px;
  }
  .lg\:w-\[720px\]{
    width: 720px;
  }
  .lg\:w-\[800px\]{
    width: 800px;
  }
  .lg\:w-\[865px\]{
    width: 865px;
  }
  .lg\:w-\[980px\]{
    width: 980px;
  }
  .lg\:w-\[calc\(100\%\/3-64px\/3\)\]{
    width: calc(100% / 3 - 64px / 3);
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:min-w-\[320px\]{
    min-width: 320px;
  }
  .lg\:max-w-2xl{
    max-width: 42rem;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:max-w-\[320px\]{
    max-width: 320px;
  }
  .lg\:max-w-\[480px\]{
    max-width: 480px;
  }
  .lg\:max-w-\[65ch\]{
    max-width: 65ch;
  }
  .lg\:max-w-\[750px\]{
    max-width: 750px;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:flex-\[0_1_65\%\]{
    flex: 0 1 65%;
  }
  .lg\:-translate-y-2\/4{
    --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-\[176px\]{
    --tw-translate-y: -176px;
    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-full{
    --tw-translate-y: -100%;
    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\:columns-2{
    columns: 2;
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-x-8{
    column-gap: 2rem;
  }
  .lg\:gap-y-8{
    row-gap: 2rem;
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:overflow-visible{
    overflow: visible;
  }
  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .lg\:rounded-\[50px\]{
    border-radius: 50px;
  }
  .lg\:rounded-full{
    border-radius: 9999px;
  }
  .lg\:rounded-none{
    border-radius: 0px;
  }
  .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .lg\:rounded-l-\[50px\]{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .lg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
  .lg\:rounded-bl-\[50px\]{
    border-bottom-left-radius: 50px;
  }
  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }
  .lg\:rounded-br-\[3rem\]{
    border-bottom-right-radius: 3rem;
  }
  .lg\:rounded-br-\[40px\]{
    border-bottom-right-radius: 40px;
  }
  .lg\:rounded-br-\[48px\]{
    border-bottom-right-radius: 48px;
  }
  .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }
  .lg\:rounded-tr-\[40px\]{
    border-top-right-radius: 40px;
  }
  .lg\:border-b-2{
    border-bottom-width: 2px;
  }
  .lg\:border-b-\[1px\]{
    border-bottom-width: 1px;
  }
  .lg\:border-t{
    border-top-width: 1px;
  }
  .lg\:border-t-grey-200{
    --tw-border-opacity: 1;
    border-top-color: rgb(214 214 214 / var(--tw-border-opacity));
  }
  .lg\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(0 67 103 / var(--tw-bg-opacity));
  }
  .lg\:bg-blue-hover{
    --tw-bg-opacity: 1;
    background-color: rgb(242 246 247 / var(--tw-bg-opacity));
  }
  .lg\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgb(242 250 245 / var(--tw-bg-opacity));
  }
  .lg\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgb(0 152 58 / var(--tw-bg-opacity));
  }
  .lg\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgb(0 111 68 / var(--tw-bg-opacity));
  }
  .lg\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgb(243 146 0 / var(--tw-bg-opacity));
  }
  .lg\:bg-orange-hover{
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 242 / var(--tw-bg-opacity));
  }
  .lg\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgb(254 244 243 / var(--tw-bg-opacity));
  }
  .lg\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgb(227 37 23 / var(--tw-bg-opacity));
  }
  .lg\:bg-red-hover{
    --tw-bg-opacity: 1;
    background-color: rgb(254 244 244 / var(--tw-bg-opacity));
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:fill-black{
    fill: #000000;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:p-14{
    padding: 3.5rem;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:p-4{
    padding: 1rem;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-11{
    padding-bottom: 2.75rem;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pl-12{
    padding-left: 3rem;
  }
  .lg\:pl-16{
    padding-left: 4rem;
  }
  .lg\:pl-2{
    padding-left: 0.5rem;
  }
  .lg\:pl-2\.5{
    padding-left: 0.625rem;
  }
  .lg\:pl-6{
    padding-left: 1.5rem;
  }
  .lg\:pl-64{
    padding-left: 16rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pr-14{
    padding-right: 3.5rem;
  }
  .lg\:pr-16{
    padding-right: 4rem;
  }
  .lg\:pr-2{
    padding-right: 0.5rem;
  }
  .lg\:pr-2\.5{
    padding-right: 0.625rem;
  }
  .lg\:pr-20{
    padding-right: 5rem;
  }
  .lg\:pr-24{
    padding-right: 6rem;
  }
  .lg\:pr-32{
    padding-right: 8rem;
  }
  .lg\:pr-6{
    padding-right: 1.5rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-44{
    padding-top: 11rem;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
  .lg\:pt-64{
    padding-top: 16rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:pt-\[76px\]{
    padding-top: 76px;
  }
  .lg\:pt-\[9\.5rem\]{
    padding-top: 9.5rem;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:font-rundschrift{
    font-family: vag-rundschrift-d, sans-serif;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-body{
    font-size: 18px;
    line-height: 28px;
  }
  .lg\:text-header1{
    font-size: 40px;
    line-height: 56px;
  }
  .lg\:text-header2{
    font-size: 32px;
    line-height: 42px;
  }
  .lg\:text-hero{
    font-size: 80px;
    line-height: 88px;
  }
  .lg\:text-hero2{
    font-size: 64px;
    line-height: 72px;
  }
  .lg\:text-hero3{
    font-size: 48px;
    line-height: 58px;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:font-bold{
    font-weight: 700;
  }
  .lg\:font-light{
    font-weight: 300;
  }
  .lg\:font-thin{
    font-weight: 100;
  }
  .lg\:leading-4{
    line-height: 1rem;
  }
  .lg\:leading-6{
    line-height: 1.5rem;
  }
  .lg\:leading-7{
    line-height: 1.75rem;
  }
  .lg\:leading-9{
    line-height: 2.25rem;
  }
  .lg\:leading-\[48px\]{
    line-height: 48px;
  }
  .lg\:text-green-900{
    --tw-text-opacity: 1;
    color: rgb(0 81 48 / var(--tw-text-opacity));
  }
  .lg\:text-grey-800{
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
  }
  .lg\:opacity-100{
    opacity: 1;
  }
  .lg\:last\:mb-40:last-child{
    margin-bottom: 10rem;
  }
  .first-of-type\:lg\:mt-20:first-of-type{
    margin-top: 5rem;
  }
  .lg\:hover\:bg-blue-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(242 246 247 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(242 250 245 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(233 247 238 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(212 230 209 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 111 68 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 146 0 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 242 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-red-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(254 244 244 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }
  .group:hover .lg\:group-hover\:translate-x-2{
    --tw-translate-x: 0.5rem;
    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));
  }
  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }
  .group-active[data-group-active] .group-active\:lg\:top-4{
    top: 1rem;
  }
}
@media (min-width: 1280px){
  .xl\:-bottom-20{
    bottom: -5rem;
  }
  .xl\:-left-24{
    left: -6rem;
  }
  .xl\:-top-10{
    top: -2.5rem;
  }
  .xl\:-top-14{
    top: -3.5rem;
  }
  .xl\:order-1{
    order: 1;
  }
  .xl\:order-2{
    order: 2;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:ml-12{
    margin-left: 3rem;
  }
  .xl\:ml-20{
    margin-left: 5rem;
  }
  .xl\:ml-24{
    margin-left: 6rem;
  }
  .xl\:ml-32{
    margin-left: 8rem;
  }
  .xl\:mr-0{
    margin-right: 0px;
  }
  .xl\:mr-10{
    margin-right: 2.5rem;
  }
  .xl\:mr-20{
    margin-right: 5rem;
  }
  .xl\:mr-24{
    margin-right: 6rem;
  }
  .xl\:mr-6{
    margin-right: 1.5rem;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:aspect-auto{
    aspect-ratio: auto;
  }
  .xl\:h-12{
    height: 3rem;
  }
  .xl\:h-52{
    height: 13rem;
  }
  .xl\:h-64{
    height: 16rem;
  }
  .xl\:h-\[320px\]{
    height: 320px;
  }
  .xl\:h-\[456px\]{
    height: 456px;
  }
  .xl\:h-\[460px\]{
    height: 460px;
  }
  .xl\:h-\[560px\]{
    height: 560px;
  }
  .xl\:h-\[579px\]{
    height: 579px;
  }
  .xl\:h-\[700px\]{
    height: 700px;
  }
  .xl\:h-auto{
    height: auto;
  }
  .xl\:w-12{
    width: 3rem;
  }
  .xl\:w-52{
    width: 13rem;
  }
  .xl\:w-64{
    width: 16rem;
  }
  .xl\:w-96{
    width: 24rem;
  }
  .xl\:w-\[544px\]{
    width: 544px;
  }
  .xl\:w-\[585px\]{
    width: 585px;
  }
  .xl\:w-\[612px\]{
    width: 612px;
  }
  .xl\:w-\[617px\]{
    width: 617px;
  }
  .xl\:w-\[620px\]{
    width: 620px;
  }
  .xl\:w-\[700px\]{
    width: 700px;
  }
  .xl\:w-\[869px\]{
    width: 869px;
  }
  .xl\:w-\[880px\]{
    width: 880px;
  }
  .xl\:w-\[calc\(100\%\+16px\)\]{
    width: calc(100% + 16px);
  }
  .xl\:w-\[calc\(50\%\+16px\)\]{
    width: calc(50% + 16px);
  }
  .xl\:max-w-2xl{
    max-width: 42rem;
  }
  .xl\:max-w-\[1100px\]{
    max-width: 1100px;
  }
  .xl\:max-w-\[608px\]{
    max-width: 608px;
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[270px_1fr\]{
    grid-template-columns: 270px 1fr;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:gap-12{
    gap: 3rem;
  }
  .xl\:gap-20{
    gap: 5rem;
  }
  .xl\:gap-x-10{
    column-gap: 2.5rem;
  }
  .xl\:gap-y-20{
    row-gap: 5rem;
  }
  .xl\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgb(242 250 245 / var(--tw-bg-opacity));
  }
  .xl\:bg-transparent{
    background-color: transparent;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:pl-20{
    padding-left: 5rem;
  }
  .xl\:pl-8{
    padding-left: 2rem;
  }
  .xl\:pr-16{
    padding-right: 4rem;
  }
  .xl\:pr-20{
    padding-right: 5rem;
  }
  .xl\:pr-4{
    padding-right: 1rem;
  }
  .xl\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(242 250 245 / var(--tw-bg-opacity));
  }
  .xl\:hover\:bg-red-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(254 244 244 / var(--tw-bg-opacity));
  }
  .xl\:toggle-hover\:bg-red-hover[data-hover]{
    --tw-bg-opacity: 1;
    background-color: rgb(254 244 244 / var(--tw-bg-opacity));
  }
}
@media (min-width: 1325px){
  .\32xl\:mr-36{
    margin-right: 9rem;
  }
  .\32xl\:w-full{
    width: 100%;
  }
  .\32xl\:max-w-\[631px\]{
    max-width: 631px;
  }
  .\32xl\:max-w-\[827px\]{
    max-width: 827px;
  }
  .\32xl\:shrink{
    flex-shrink: 1;
  }
  .\32xl\:pl-80{
    padding-left: 20rem;
  }
  .\32xl\:pr-40{
    padding-right: 10rem;
  }
}
@media (min-width: 1500px){
  .\33xl\:mr-20{
    margin-right: 5rem;
  }
  .\33xl\:mt-2{
    margin-top: 0.5rem;
  }
  .\33xl\:grid{
    display: grid;
  }
  .\33xl\:w-full{
    width: 100%;
  }
  .\33xl\:max-w-\[718px\]{
    max-width: 718px;
  }
  .\33xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .\33xl\:gap-5{
    gap: 1.25rem;
  }
}
.\[\&\:nth-child\(4n\)\]\:mb-4:nth-child(4n){
  margin-bottom: 1rem;
}
@media (min-width: 768px){
  .md\:\[\&\:nth-child\(4n\)\]\:mb-0:nth-child(4n){
    margin-bottom: 0px;
  }
}
.\[\&\:nth-child\(n\+3\)\]\:-mt-\[10\%\]:nth-child(n+3){
  margin-top: -10%;
}
@media (min-width: 768px){
  .md\:\[\&\:nth-child\(n\+7\)\]\:-mt-\[2\%\]:nth-child(n+7){
    margin-top: -2%;
  }
}
.\[\&\>p\:last-of-type\]\:inline>p:last-of-type{
  display: inline;
}
