/*!
Theme Name: TekCreative 2.0
Theme URI: https://tekcreative.co.uk/
Author: Greg Sofroni
Author URI: https://www.linkedin.com/in/greg-sofroni/
Description: TekCreative WordPress base theme
Version: 2.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TekCreative is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

html,
main {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 242 / var(--tw-bg-opacity, 1));
}

body {
}

section {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

section ul {
  padding-left: 1.5rem;
}

section ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

section ol {
  padding-left: 1.5rem;
}

section ol li {
  margin-bottom: 0.5rem;
  list-style-type: decimal;
}

/** Paddings */

section.top_extra_small {
  padding-top: 1.75rem;
}

@media (min-width: 768px) {
  section.top_extra_small {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  section.top_extra_small {
    padding-top: 2.5rem;
  }
}

section.top_small {
  padding-top: 60px;
}

@media (min-width: 768px) {
  section.top_small {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  section.top_small {
    padding-top: 5rem;
  }
}

section.top_large {
  padding-top: 60px;
}

@media (min-width: 768px) {
  section.top_large {
    padding-top: 5rem;
  }
}

@media (min-width: 1024px) {
  section.top_large {
    padding-top: 120px;
  }
}

section.top_extra_large {
  padding-top: 120px;
}

@media (min-width: 768px) {
  section.top_extra_large {
    padding-top: 10rem;
  }
}

@media (min-width: 1024px) {
  section.top_extra_large {
    padding-top: 200px;
  }
}

section.bottom_extra_small {
  padding-bottom: 1.75rem;
}

@media (min-width: 768px) {
  section.bottom_extra_small {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  section.bottom_extra_small {
    padding-bottom: 2.5rem;
  }
}

section.bottom_small {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  section.bottom_small {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  section.bottom_small {
    padding-bottom: 5rem;
  }
}

section.bottom_large {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  section.bottom_large {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  section.bottom_large {
    padding-bottom: 120px;
  }
}

section.bottom_extra_large {
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  section.bottom_extra_large {
    padding-bottom: 10rem;
  }
}

@media (min-width: 1024px) {
  section.bottom_extra_large {
    padding-bottom: 200px;
  }
}

section.top_none {
  padding-top: 0px;
}

section.bottom_none {
  padding-bottom: 0px;
}

/** Margins */

section.margin_top_small {
  margin-top: 60px;
}

@media (min-width: 768px) {
  section.margin_top_small {
    margin-top: 4rem;
  }
}

@media (min-width: 1024px) {
  section.margin_top_small {
    margin-top: 5rem;
  }
}

section.margin_top_large {
  margin-top: 60px;
}

@media (min-width: 768px) {
  section.margin_top_large {
    margin-top: 5rem;
  }
}

@media (min-width: 1024px) {
  section.margin_top_large {
    margin-top: 120px;
  }
}

section.margin_bottom_small {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  section.margin_bottom_small {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  section.margin_bottom_small {
    margin-bottom: 5rem;
  }
}

section.margin_bottom_large {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  section.margin_bottom_large {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  section.margin_bottom_large {
    margin-bottom: 120px;
  }
}

section.margin_top_none {
  margin-top: 0px;
}

section.margin_bottom_none {
  margin-bottom: 0px;
}

/** Background colours */

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

section.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
}

section.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 55 67 / var(--tw-bg-opacity, 1));
}

section.tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
}

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

section.body {
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
}

section.grey {
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 243 / var(--tw-bg-opacity, 1));
}

section.primary .heading-001,
    section.primary .subheading-001,
    section.primary .content-001,
    section.primary .content-001 p,
    section.secondary .heading-001,
    section.secondary .subheading-001,
    section.secondary .content-001,
    section.secondary .content-001 p,
    section.tertiary .heading-001,
    section.tertiary .subheading-001,
    section.tertiary .content-001,
    section.tertiary .content-001 p,
    section.quaternary .heading-001,
    section.quaternary .subheading-001,
    section.quaternary .content-001,
    section.quaternary .content-001 p,
    section.white .heading-001,
    section.white .subheading-001,
    section.white .content-001,
    section.white .content-001 p {
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

section.primary .subheading-001,
    section.primary .content-001,
    section.secondary .subheading-001,
    section.secondary .content-001,
    section.tertiary .subheading-001,
    section.tertiary .content-001,
    section.quaternary .subheading-001,
    section.quaternary .content-001,
    section.white .subheading-001,
    section.white .content-001 {
  position: relative;
  z-index: 1;
}

section.primary h1,
    section.primary h2,
    section.primary h3,
    section.primary h4,
    section.primary h5,
    section.primary h6,
    section.primary p,
    section.primary .heading-001,
    section.primary .subheading-001,
    section.primary .content-001,
    section.secondary h1,
    section.secondary h2,
    section.secondary h3,
    section.secondary h4,
    section.secondary h5,
    section.secondary h6,
    section.secondary p,
    section.secondary .heading-001,
    section.secondary .subheading-001,
    section.secondary .content-001,
    section.tertiary h1,
    section.tertiary h2,
    section.tertiary h3,
    section.tertiary h4,
    section.tertiary h5,
    section.tertiary h6,
    section.tertiary p,
    section.tertiary .heading-001,
    section.tertiary .subheading-001,
    section.tertiary .content-001,
    section.quaternary h1,
    section.quaternary h2,
    section.quaternary h3,
    section.quaternary h4,
    section.quaternary h5,
    section.quaternary h6,
    section.quaternary p,
    section.quaternary .heading-001,
    section.quaternary .subheading-001,
    section.quaternary .content-001,
    section.white h1,
    section.white h2,
    section.white h3,
    section.white h4,
    section.white h5,
    section.white h6,
    section.white p,
    section.white .heading-001,
    section.white .subheading-001,
    section.white .content-001 {
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

section.primary h1 a, section.primary h2 a, section.primary h3 a, section.primary h4 a, section.primary h5 a, section.primary h6 a, section.primary p a, section.primary .heading-001 a, section.primary .subheading-001 a, section.primary .content-001 a, section.secondary h1 a, section.secondary h2 a, section.secondary h3 a, section.secondary h4 a, section.secondary h5 a, section.secondary h6 a, section.secondary p a, section.secondary .heading-001 a, section.secondary .subheading-001 a, section.secondary .content-001 a, section.tertiary h1 a, section.tertiary h2 a, section.tertiary h3 a, section.tertiary h4 a, section.tertiary h5 a, section.tertiary h6 a, section.tertiary p a, section.tertiary .heading-001 a, section.tertiary .subheading-001 a, section.tertiary .content-001 a, section.quaternary h1 a, section.quaternary h2 a, section.quaternary h3 a, section.quaternary h4 a, section.quaternary h5 a, section.quaternary h6 a, section.quaternary p a, section.quaternary .heading-001 a, section.quaternary .subheading-001 a, section.quaternary .content-001 a, section.white h1 a, section.white h2 a, section.white h3 a, section.white h4 a, section.white h5 a, section.white h6 a, section.white p a, section.white .heading-001 a, section.white .subheading-001 a, section.white .content-001 a {
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: #F4FF00;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

section.primary h1 a:hover, section.primary h2 a:hover, section.primary h3 a:hover, section.primary h4 a:hover, section.primary h5 a:hover, section.primary h6 a:hover, section.primary p a:hover, section.primary .heading-001 a:hover, section.primary .subheading-001 a:hover, section.primary .content-001 a:hover, section.secondary h1 a:hover, section.secondary h2 a:hover, section.secondary h3 a:hover, section.secondary h4 a:hover, section.secondary h5 a:hover, section.secondary h6 a:hover, section.secondary p a:hover, section.secondary .heading-001 a:hover, section.secondary .subheading-001 a:hover, section.secondary .content-001 a:hover, section.tertiary h1 a:hover, section.tertiary h2 a:hover, section.tertiary h3 a:hover, section.tertiary h4 a:hover, section.tertiary h5 a:hover, section.tertiary h6 a:hover, section.tertiary p a:hover, section.tertiary .heading-001 a:hover, section.tertiary .subheading-001 a:hover, section.tertiary .content-001 a:hover, section.quaternary h1 a:hover, section.quaternary h2 a:hover, section.quaternary h3 a:hover, section.quaternary h4 a:hover, section.quaternary h5 a:hover, section.quaternary h6 a:hover, section.quaternary p a:hover, section.quaternary .heading-001 a:hover, section.quaternary .subheading-001 a:hover, section.quaternary .content-001 a:hover, section.white h1 a:hover, section.white h2 a:hover, section.white h3 a:hover, section.white h4 a:hover, section.white h5 a:hover, section.white h6 a:hover, section.white p a:hover, section.white .heading-001 a:hover, section.white .subheading-001 a:hover, section.white .content-001 a:hover {
  text-decoration-color: transparent;
}

section.body .heading-001,
    section.body .subheading-001,
    section.body .content-001,
    section.body .content-001 p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

section.body .subheading-001,
    section.body .content-001 {
  position: relative;
  z-index: 1;
}

section.body h1,
    section.body h2,
    section.body h3,
    section.body h4,
    section.body h5,
    section.body h6,
    section.body p,
    section.body .heading-001,
    section.body .subheading-001,
    section.body .content-001 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

section.body h1 a, section.body h2 a, section.body h3 a, section.body h4 a, section.body h5 a, section.body h6 a, section.body p a, section.body .heading-001 a, section.body .subheading-001 a, section.body .content-001 a {
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
  text-decoration-color: #F4FF00;
}

section.body .heading-001,
    section.body .subheading-001,
    section.body .content-001,
    section.body .content-001 p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

section.body .tns-nav button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

section.body .tns-nav-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

section.body .tns-controls button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

section.body .tns-controls button svg {
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

section .tns-controls button {
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
}

picture {
  display: flex;
}

#page p + p {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  #page p + p {
    margin-top: 1rem;
  }
}

#page p + ul,
    #page p + ol,
    #page p + h1,
    #page p + h2,
    #page p + h3,
    #page p + h4,
    #page p + h5,
    #page p + h6 {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  #page p + ul,
    #page p + ol,
    #page p + h1,
    #page p + h2,
    #page p + h3,
    #page p + h4,
    #page p + h5,
    #page p + h6 {
    margin-top: 1rem;
  }
}

#page a:not(.btn):not(.header a):not(.footer a):not(.btn) {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#page a:not(.btn):not(.header a):not(.footer a):not(.btn):hover {
  text-decoration-color: transparent;
}

#page object,
  #page svg {
  pointer-events: none;
}

#page ul {
  padding-left: 1.5rem;
}

#page ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

#page ol {
  padding-left: 1.5rem;
}

#page ol li {
  margin-bottom: 0.5rem;
  list-style-type: decimal;
}

/** Animations */

@keyframes infinite_scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/** Admin bar */

.admin-bar .header--transparent,
  .admin-bar .header--fixed {
  padding-top: 46px;
}

@media (min-width: 768px) {
  .admin-bar .header--transparent,
  .admin-bar .header--fixed {
    padding-top: 2rem;
  }
}

.admin-bar .header--transparent .mobile-menu__submenu.mobile-menu__submenu--depth-1-wrapper,
      .admin-bar .header--transparent .mobile-menu__submenu.mobile-menu__submenu--depth-2-wrapper,
      .admin-bar .header--fixed .mobile-menu__submenu.mobile-menu__submenu--depth-1-wrapper,
      .admin-bar .header--fixed .mobile-menu__submenu.mobile-menu__submenu--depth-2-wrapper {
  top: 137px;
  height: -moz-fit-content;
  height: fit-content;
}

.admin-bar .header--fixed.sticky {
  padding-top: 0px;
}

@media (min-width: 768px) {
  .admin-bar .header--fixed.sticky {
    padding-top: 2rem;
  }
}

.admin-bar .header--fixed.sticky .mobile-menu__submenu.mobile-menu__submenu--depth-1-wrapper,
      .admin-bar .header--fixed.sticky .mobile-menu__submenu.mobile-menu__submenu--depth-2-wrapper {
  top: 6rem;
  height: 92dvh;
}

.admin-bar .mobile-menu {
  top: 45px;
}

.admin-bar .mobile-menu .mobile-menu__menu {
  height: 84dvh;
}

.admin-bar .mobile-menu__submenu.menu__submenu--depth-1-wrapper {
  top: 137px;
  height: 84dvh;
}

.admin-bar.sticky-header .mobile-menu {
  top: 0px;
}

.admin-bar.sticky-header .mobile-menu .mobile-menu__menu {
  height: 90dvh;
}

.admin-bar.sticky-header .mobile-menu__submenu.menu__submenu--depth-1-wrapper {
  top: 92px;
  height: 90dvh;
}

/** Accesibility Skip to Content button */

.skip-to-content {
  position: absolute;
  left: -100%;
  top: 1.25rem;
  z-index: 2;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 243 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  text-decoration-color: transparent;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.skip-to-content:focus {
  left: 1.25rem;
}

/** Load defined custom fonts from folder */

/* Ramidots */

@font-face {
  font-family: 'Ramidots';

  src: url('./assets/fonts/ramidots/Ramidots.otf') format('opentype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Ramidots';

  src: url('./assets/fonts/ramidots/Ramidots%20Italic.otf') format('opentype');

  font-weight: 400;

  font-style: italic;

  font-display: swap;
}

/* Brandon Grotesque */

@font-face {
  font-family: 'Brandon Grotesque';

  src: url('./assets/fonts/brandon-grotesque/HvDTrial_Brandon_Grotesque_thin-BF64a625c9034b9.otf') format('opentype');

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';

  src: url('./assets/fonts/brandon-grotesque/HvDTrial_Brandon_Grotesque_thin_italic-BF64a625c918a96.otf') format('opentype');

  font-weight: 100;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';

  src: url('./assets/fonts/brandon-grotesque/HvDTrial_Brandon_Grotesque_light-BF64a625c93e709.otf') format('opentype');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';

  src: url('./assets/fonts/brandon-grotesque/HvDTrial_Brandon_Grotesque_light_italic-BF64a625c93ac64.otf') format('opentype');

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';

  src: url('./assets/fonts/brandon-grotesque/HvDTrial_Brandon_Grotesque_regular-BF64a625c9311e1.otf') format('opentype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';

  src: url('./assets/fonts/brandon-grotesque/HvDTrial_Brandon_Grotesque_regular_italic-BF64a625c94445e.otf') format('opentype');

  font-weight: 400;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';

  src: url('./assets/fonts/brandon-grotesque/HvDTrial_Brandon_Grotesque_medium-BF64a625c84a521.otf') format('opentype');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';

  src: url('./assets/fonts/brandon-grotesque/HvDTrial_Brandon_Grotesque_medium_italic-BF64a625c928c55.otf') format('opentype');

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';

  src: url('./assets/fonts/brandon-grotesque/HvDTrial_Brandon_Grotesque_bold-BF64a625c9151d5.otf') format('opentype');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';

  src: url('./assets/fonts/brandon-grotesque/HvDTrial_Brandon_Grotesque_bold_italic-BF64a625c93b0ce.otf') format('opentype');

  font-weight: 700;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';

  src: url('./assets/fonts/brandon-grotesque/HvDTrial_Brandon_Grotesque_black-BF64a625c944b08.otf') format('opentype');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';

  src: url('./assets/fonts/brandon-grotesque/HvDTrial_Brandon_Grotesque_black_italic-BF64a625c93406c.otf') format('opentype');

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

.icon-wrap-rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

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

a.yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
}

a.grey_light {
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 243 / var(--tw-bg-opacity, 1));
}

a.blue_dark {
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
}

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

/** GDPR plugin */

#moove_gdpr_cookie_modal .gdpr-icon.moovegdpr-arrow-close:before,
      #moove_gdpr_cookie_modal .gdpr-icon.moovegdpr-arrow-close:after {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 8 8 / var(--tw-bg-opacity, 1)) !important;
}

[data-io] {
  transition-duration: 400ms;
  transition-timing-function: ease;
}

[data-io][data-io][data-io-duration="50"],
body[data-io-duration="50"] [data-io] {
  transition-duration: 50ms;
}

[data-io][data-io][data-io-delay="50"],
body[data-io-delay="50"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="50"].io-animate,
body[data-io-delay="50"] [data-io].io-animate {
  transition-delay: 50ms;
}

[data-io][data-io][data-io-duration="100"],
body[data-io-duration="100"] [data-io] {
  transition-duration: 0.1s;
}

[data-io][data-io][data-io-delay="100"],
body[data-io-delay="100"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="100"].io-animate,
body[data-io-delay="100"] [data-io].io-animate {
  transition-delay: 0.1s;
}

[data-io][data-io][data-io-duration="150"],
body[data-io-duration="150"] [data-io] {
  transition-duration: 0.15s;
}

[data-io][data-io][data-io-delay="150"],
body[data-io-delay="150"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="150"].io-animate,
body[data-io-delay="150"] [data-io].io-animate {
  transition-delay: 0.15s;
}

[data-io][data-io][data-io-duration="200"],
body[data-io-duration="200"] [data-io] {
  transition-duration: 0.2s;
}

[data-io][data-io][data-io-delay="200"],
body[data-io-delay="200"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="200"].io-animate,
body[data-io-delay="200"] [data-io].io-animate {
  transition-delay: 0.2s;
}

[data-io][data-io][data-io-duration="250"],
body[data-io-duration="250"] [data-io] {
  transition-duration: 0.25s;
}

[data-io][data-io][data-io-delay="250"],
body[data-io-delay="250"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="250"].io-animate,
body[data-io-delay="250"] [data-io].io-animate {
  transition-delay: 0.25s;
}

[data-io][data-io][data-io-duration="300"],
body[data-io-duration="300"] [data-io] {
  transition-duration: 0.3s;
}

[data-io][data-io][data-io-delay="300"],
body[data-io-delay="300"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="300"].io-animate,
body[data-io-delay="300"] [data-io].io-animate {
  transition-delay: 0.3s;
}

[data-io][data-io][data-io-duration="350"],
body[data-io-duration="350"] [data-io] {
  transition-duration: 0.35s;
}

[data-io][data-io][data-io-delay="350"],
body[data-io-delay="350"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="350"].io-animate,
body[data-io-delay="350"] [data-io].io-animate {
  transition-delay: 0.35s;
}

[data-io][data-io][data-io-duration="400"],
body[data-io-duration="400"] [data-io] {
  transition-duration: 0.4s;
}

[data-io][data-io][data-io-delay="400"],
body[data-io-delay="400"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="400"].io-animate,
body[data-io-delay="400"] [data-io].io-animate {
  transition-delay: 0.4s;
}

[data-io][data-io][data-io-duration="450"],
body[data-io-duration="450"] [data-io] {
  transition-duration: 0.45s;
}

[data-io][data-io][data-io-delay="450"],
body[data-io-delay="450"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="450"].io-animate,
body[data-io-delay="450"] [data-io].io-animate {
  transition-delay: 0.45s;
}

[data-io][data-io][data-io-duration="500"],
body[data-io-duration="500"] [data-io] {
  transition-duration: 0.5s;
}

[data-io][data-io][data-io-delay="500"],
body[data-io-delay="500"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="500"].io-animate,
body[data-io-delay="500"] [data-io].io-animate {
  transition-delay: 0.5s;
}

[data-io][data-io][data-io-duration="550"],
body[data-io-duration="550"] [data-io] {
  transition-duration: 0.55s;
}

[data-io][data-io][data-io-delay="550"],
body[data-io-delay="550"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="550"].io-animate,
body[data-io-delay="550"] [data-io].io-animate {
  transition-delay: 0.55s;
}

[data-io][data-io][data-io-duration="600"],
body[data-io-duration="600"] [data-io] {
  transition-duration: 0.6s;
}

[data-io][data-io][data-io-delay="600"],
body[data-io-delay="600"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="600"].io-animate,
body[data-io-delay="600"] [data-io].io-animate {
  transition-delay: 0.6s;
}

[data-io][data-io][data-io-duration="650"],
body[data-io-duration="650"] [data-io] {
  transition-duration: 0.65s;
}

[data-io][data-io][data-io-delay="650"],
body[data-io-delay="650"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="650"].io-animate,
body[data-io-delay="650"] [data-io].io-animate {
  transition-delay: 0.65s;
}

[data-io][data-io][data-io-duration="700"],
body[data-io-duration="700"] [data-io] {
  transition-duration: 0.7s;
}

[data-io][data-io][data-io-delay="700"],
body[data-io-delay="700"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="700"].io-animate,
body[data-io-delay="700"] [data-io].io-animate {
  transition-delay: 0.7s;
}

[data-io][data-io][data-io-duration="750"],
body[data-io-duration="750"] [data-io] {
  transition-duration: 0.75s;
}

[data-io][data-io][data-io-delay="750"],
body[data-io-delay="750"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="750"].io-animate,
body[data-io-delay="750"] [data-io].io-animate {
  transition-delay: 0.75s;
}

[data-io][data-io][data-io-duration="800"],
body[data-io-duration="800"] [data-io] {
  transition-duration: 0.8s;
}

[data-io][data-io][data-io-delay="800"],
body[data-io-delay="800"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="800"].io-animate,
body[data-io-delay="800"] [data-io].io-animate {
  transition-delay: 0.8s;
}

[data-io][data-io][data-io-duration="850"],
body[data-io-duration="850"] [data-io] {
  transition-duration: 0.85s;
}

[data-io][data-io][data-io-delay="850"],
body[data-io-delay="850"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="850"].io-animate,
body[data-io-delay="850"] [data-io].io-animate {
  transition-delay: 0.85s;
}

[data-io][data-io][data-io-duration="900"],
body[data-io-duration="900"] [data-io] {
  transition-duration: 0.9s;
}

[data-io][data-io][data-io-delay="900"],
body[data-io-delay="900"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="900"].io-animate,
body[data-io-delay="900"] [data-io].io-animate {
  transition-delay: 0.9s;
}

[data-io][data-io][data-io-duration="950"],
body[data-io-duration="950"] [data-io] {
  transition-duration: 0.95s;
}

[data-io][data-io][data-io-delay="950"],
body[data-io-delay="950"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="950"].io-animate,
body[data-io-delay="950"] [data-io].io-animate {
  transition-delay: 0.95s;
}

[data-io][data-io][data-io-duration="1000"],
body[data-io-duration="1000"] [data-io] {
  transition-duration: 1s;
}

[data-io][data-io][data-io-delay="1000"],
body[data-io-delay="1000"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1000"].io-animate,
body[data-io-delay="1000"] [data-io].io-animate {
  transition-delay: 1s;
}

[data-io][data-io][data-io-duration="1050"],
body[data-io-duration="1050"] [data-io] {
  transition-duration: 1.05s;
}

[data-io][data-io][data-io-delay="1050"],
body[data-io-delay="1050"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1050"].io-animate,
body[data-io-delay="1050"] [data-io].io-animate {
  transition-delay: 1.05s;
}

[data-io][data-io][data-io-duration="1100"],
body[data-io-duration="1100"] [data-io] {
  transition-duration: 1.1s;
}

[data-io][data-io][data-io-delay="1100"],
body[data-io-delay="1100"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1100"].io-animate,
body[data-io-delay="1100"] [data-io].io-animate {
  transition-delay: 1.1s;
}

[data-io][data-io][data-io-duration="1150"],
body[data-io-duration="1150"] [data-io] {
  transition-duration: 1.15s;
}

[data-io][data-io][data-io-delay="1150"],
body[data-io-delay="1150"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1150"].io-animate,
body[data-io-delay="1150"] [data-io].io-animate {
  transition-delay: 1.15s;
}

[data-io][data-io][data-io-duration="1200"],
body[data-io-duration="1200"] [data-io] {
  transition-duration: 1.2s;
}

[data-io][data-io][data-io-delay="1200"],
body[data-io-delay="1200"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1200"].io-animate,
body[data-io-delay="1200"] [data-io].io-animate {
  transition-delay: 1.2s;
}

[data-io][data-io][data-io-duration="1250"],
body[data-io-duration="1250"] [data-io] {
  transition-duration: 1.25s;
}

[data-io][data-io][data-io-delay="1250"],
body[data-io-delay="1250"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1250"].io-animate,
body[data-io-delay="1250"] [data-io].io-animate {
  transition-delay: 1.25s;
}

[data-io][data-io][data-io-duration="1300"],
body[data-io-duration="1300"] [data-io] {
  transition-duration: 1.3s;
}

[data-io][data-io][data-io-delay="1300"],
body[data-io-delay="1300"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1300"].io-animate,
body[data-io-delay="1300"] [data-io].io-animate {
  transition-delay: 1.3s;
}

[data-io][data-io][data-io-duration="1350"],
body[data-io-duration="1350"] [data-io] {
  transition-duration: 1.35s;
}

[data-io][data-io][data-io-delay="1350"],
body[data-io-delay="1350"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1350"].io-animate,
body[data-io-delay="1350"] [data-io].io-animate {
  transition-delay: 1.35s;
}

[data-io][data-io][data-io-duration="1400"],
body[data-io-duration="1400"] [data-io] {
  transition-duration: 1.4s;
}

[data-io][data-io][data-io-delay="1400"],
body[data-io-delay="1400"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1400"].io-animate,
body[data-io-delay="1400"] [data-io].io-animate {
  transition-delay: 1.4s;
}

[data-io][data-io][data-io-duration="1450"],
body[data-io-duration="1450"] [data-io] {
  transition-duration: 1.45s;
}

[data-io][data-io][data-io-delay="1450"],
body[data-io-delay="1450"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1450"].io-animate,
body[data-io-delay="1450"] [data-io].io-animate {
  transition-delay: 1.45s;
}

[data-io][data-io][data-io-duration="1500"],
body[data-io-duration="1500"] [data-io] {
  transition-duration: 1.5s;
}

[data-io][data-io][data-io-delay="1500"],
body[data-io-delay="1500"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1500"].io-animate,
body[data-io-delay="1500"] [data-io].io-animate {
  transition-delay: 1.5s;
}

[data-io][data-io][data-io-duration="1550"],
body[data-io-duration="1550"] [data-io] {
  transition-duration: 1.55s;
}

[data-io][data-io][data-io-delay="1550"],
body[data-io-delay="1550"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1550"].io-animate,
body[data-io-delay="1550"] [data-io].io-animate {
  transition-delay: 1.55s;
}

[data-io][data-io][data-io-duration="1600"],
body[data-io-duration="1600"] [data-io] {
  transition-duration: 1.6s;
}

[data-io][data-io][data-io-delay="1600"],
body[data-io-delay="1600"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1600"].io-animate,
body[data-io-delay="1600"] [data-io].io-animate {
  transition-delay: 1.6s;
}

[data-io][data-io][data-io-duration="1650"],
body[data-io-duration="1650"] [data-io] {
  transition-duration: 1.65s;
}

[data-io][data-io][data-io-delay="1650"],
body[data-io-delay="1650"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1650"].io-animate,
body[data-io-delay="1650"] [data-io].io-animate {
  transition-delay: 1.65s;
}

[data-io][data-io][data-io-duration="1700"],
body[data-io-duration="1700"] [data-io] {
  transition-duration: 1.7s;
}

[data-io][data-io][data-io-delay="1700"],
body[data-io-delay="1700"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1700"].io-animate,
body[data-io-delay="1700"] [data-io].io-animate {
  transition-delay: 1.7s;
}

[data-io][data-io][data-io-duration="1750"],
body[data-io-duration="1750"] [data-io] {
  transition-duration: 1.75s;
}

[data-io][data-io][data-io-delay="1750"],
body[data-io-delay="1750"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1750"].io-animate,
body[data-io-delay="1750"] [data-io].io-animate {
  transition-delay: 1.75s;
}

[data-io][data-io][data-io-duration="1800"],
body[data-io-duration="1800"] [data-io] {
  transition-duration: 1.8s;
}

[data-io][data-io][data-io-delay="1800"],
body[data-io-delay="1800"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1800"].io-animate,
body[data-io-delay="1800"] [data-io].io-animate {
  transition-delay: 1.8s;
}

[data-io][data-io][data-io-duration="1850"],
body[data-io-duration="1850"] [data-io] {
  transition-duration: 1.85s;
}

[data-io][data-io][data-io-delay="1850"],
body[data-io-delay="1850"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1850"].io-animate,
body[data-io-delay="1850"] [data-io].io-animate {
  transition-delay: 1.85s;
}

[data-io][data-io][data-io-duration="1900"],
body[data-io-duration="1900"] [data-io] {
  transition-duration: 1.9s;
}

[data-io][data-io][data-io-delay="1900"],
body[data-io-delay="1900"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1900"].io-animate,
body[data-io-delay="1900"] [data-io].io-animate {
  transition-delay: 1.9s;
}

[data-io][data-io][data-io-duration="1950"],
body[data-io-duration="1950"] [data-io] {
  transition-duration: 1.95s;
}

[data-io][data-io][data-io-delay="1950"],
body[data-io-delay="1950"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="1950"].io-animate,
body[data-io-delay="1950"] [data-io].io-animate {
  transition-delay: 1.95s;
}

[data-io][data-io][data-io-duration="2000"],
body[data-io-duration="2000"] [data-io] {
  transition-duration: 2s;
}

[data-io][data-io][data-io-delay="2000"],
body[data-io-delay="2000"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2000"].io-animate,
body[data-io-delay="2000"] [data-io].io-animate {
  transition-delay: 2s;
}

[data-io][data-io][data-io-duration="2050"],
body[data-io-duration="2050"] [data-io] {
  transition-duration: 2.05s;
}

[data-io][data-io][data-io-delay="2050"],
body[data-io-delay="2050"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2050"].io-animate,
body[data-io-delay="2050"] [data-io].io-animate {
  transition-delay: 2.05s;
}

[data-io][data-io][data-io-duration="2100"],
body[data-io-duration="2100"] [data-io] {
  transition-duration: 2.1s;
}

[data-io][data-io][data-io-delay="2100"],
body[data-io-delay="2100"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2100"].io-animate,
body[data-io-delay="2100"] [data-io].io-animate {
  transition-delay: 2.1s;
}

[data-io][data-io][data-io-duration="2150"],
body[data-io-duration="2150"] [data-io] {
  transition-duration: 2.15s;
}

[data-io][data-io][data-io-delay="2150"],
body[data-io-delay="2150"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2150"].io-animate,
body[data-io-delay="2150"] [data-io].io-animate {
  transition-delay: 2.15s;
}

[data-io][data-io][data-io-duration="2200"],
body[data-io-duration="2200"] [data-io] {
  transition-duration: 2.2s;
}

[data-io][data-io][data-io-delay="2200"],
body[data-io-delay="2200"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2200"].io-animate,
body[data-io-delay="2200"] [data-io].io-animate {
  transition-delay: 2.2s;
}

[data-io][data-io][data-io-duration="2250"],
body[data-io-duration="2250"] [data-io] {
  transition-duration: 2.25s;
}

[data-io][data-io][data-io-delay="2250"],
body[data-io-delay="2250"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2250"].io-animate,
body[data-io-delay="2250"] [data-io].io-animate {
  transition-delay: 2.25s;
}

[data-io][data-io][data-io-duration="2300"],
body[data-io-duration="2300"] [data-io] {
  transition-duration: 2.3s;
}

[data-io][data-io][data-io-delay="2300"],
body[data-io-delay="2300"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2300"].io-animate,
body[data-io-delay="2300"] [data-io].io-animate {
  transition-delay: 2.3s;
}

[data-io][data-io][data-io-duration="2350"],
body[data-io-duration="2350"] [data-io] {
  transition-duration: 2.35s;
}

[data-io][data-io][data-io-delay="2350"],
body[data-io-delay="2350"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2350"].io-animate,
body[data-io-delay="2350"] [data-io].io-animate {
  transition-delay: 2.35s;
}

[data-io][data-io][data-io-duration="2400"],
body[data-io-duration="2400"] [data-io] {
  transition-duration: 2.4s;
}

[data-io][data-io][data-io-delay="2400"],
body[data-io-delay="2400"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2400"].io-animate,
body[data-io-delay="2400"] [data-io].io-animate {
  transition-delay: 2.4s;
}

[data-io][data-io][data-io-duration="2450"],
body[data-io-duration="2450"] [data-io] {
  transition-duration: 2.45s;
}

[data-io][data-io][data-io-delay="2450"],
body[data-io-delay="2450"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2450"].io-animate,
body[data-io-delay="2450"] [data-io].io-animate {
  transition-delay: 2.45s;
}

[data-io][data-io][data-io-duration="2500"],
body[data-io-duration="2500"] [data-io] {
  transition-duration: 2.5s;
}

[data-io][data-io][data-io-delay="2500"],
body[data-io-delay="2500"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2500"].io-animate,
body[data-io-delay="2500"] [data-io].io-animate {
  transition-delay: 2.5s;
}

[data-io][data-io][data-io-duration="2550"],
body[data-io-duration="2550"] [data-io] {
  transition-duration: 2.55s;
}

[data-io][data-io][data-io-delay="2550"],
body[data-io-delay="2550"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2550"].io-animate,
body[data-io-delay="2550"] [data-io].io-animate {
  transition-delay: 2.55s;
}

[data-io][data-io][data-io-duration="2600"],
body[data-io-duration="2600"] [data-io] {
  transition-duration: 2.6s;
}

[data-io][data-io][data-io-delay="2600"],
body[data-io-delay="2600"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2600"].io-animate,
body[data-io-delay="2600"] [data-io].io-animate {
  transition-delay: 2.6s;
}

[data-io][data-io][data-io-duration="2650"],
body[data-io-duration="2650"] [data-io] {
  transition-duration: 2.65s;
}

[data-io][data-io][data-io-delay="2650"],
body[data-io-delay="2650"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2650"].io-animate,
body[data-io-delay="2650"] [data-io].io-animate {
  transition-delay: 2.65s;
}

[data-io][data-io][data-io-duration="2700"],
body[data-io-duration="2700"] [data-io] {
  transition-duration: 2.7s;
}

[data-io][data-io][data-io-delay="2700"],
body[data-io-delay="2700"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2700"].io-animate,
body[data-io-delay="2700"] [data-io].io-animate {
  transition-delay: 2.7s;
}

[data-io][data-io][data-io-duration="2750"],
body[data-io-duration="2750"] [data-io] {
  transition-duration: 2.75s;
}

[data-io][data-io][data-io-delay="2750"],
body[data-io-delay="2750"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2750"].io-animate,
body[data-io-delay="2750"] [data-io].io-animate {
  transition-delay: 2.75s;
}

[data-io][data-io][data-io-duration="2800"],
body[data-io-duration="2800"] [data-io] {
  transition-duration: 2.8s;
}

[data-io][data-io][data-io-delay="2800"],
body[data-io-delay="2800"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2800"].io-animate,
body[data-io-delay="2800"] [data-io].io-animate {
  transition-delay: 2.8s;
}

[data-io][data-io][data-io-duration="2850"],
body[data-io-duration="2850"] [data-io] {
  transition-duration: 2.85s;
}

[data-io][data-io][data-io-delay="2850"],
body[data-io-delay="2850"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2850"].io-animate,
body[data-io-delay="2850"] [data-io].io-animate {
  transition-delay: 2.85s;
}

[data-io][data-io][data-io-duration="2900"],
body[data-io-duration="2900"] [data-io] {
  transition-duration: 2.9s;
}

[data-io][data-io][data-io-delay="2900"],
body[data-io-delay="2900"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2900"].io-animate,
body[data-io-delay="2900"] [data-io].io-animate {
  transition-delay: 2.9s;
}

[data-io][data-io][data-io-duration="2950"],
body[data-io-duration="2950"] [data-io] {
  transition-duration: 2.95s;
}

[data-io][data-io][data-io-delay="2950"],
body[data-io-delay="2950"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="2950"].io-animate,
body[data-io-delay="2950"] [data-io].io-animate {
  transition-delay: 2.95s;
}

[data-io][data-io][data-io-duration="3000"],
body[data-io-duration="3000"] [data-io] {
  transition-duration: 3s;
}

[data-io][data-io][data-io-delay="3000"],
body[data-io-delay="3000"] [data-io] {
  transition-delay: 0;
}

[data-io][data-io][data-io-delay="3000"].io-animate,
body[data-io-delay="3000"] [data-io].io-animate {
  transition-delay: 3s;
}

[data-io][data-io][data-io-easing="linear"],
body[data-io-easing="linear"] [data-io] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-io][data-io][data-io-easing="ease"],
body[data-io-easing="ease"] [data-io] {
  transition-timing-function: ease;
}

[data-io][data-io][data-io-easing="ease-in"],
body[data-io-easing="ease-in"] [data-io] {
  transition-timing-function: ease-in;
}

[data-io][data-io][data-io-easing="ease-out"],
body[data-io-easing="ease-out"] [data-io] {
  transition-timing-function: ease-out;
}

[data-io][data-io][data-io-easing="ease-in-out"],
body[data-io-easing="ease-in-out"] [data-io] {
  transition-timing-function: ease-in-out;
}

[data-io][data-io][data-io-easing="ease-in-back"],
body[data-io-easing="ease-in-back"] [data-io] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-io][data-io][data-io-easing="ease-out-back"],
body[data-io-easing="ease-out-back"] [data-io] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-io][data-io][data-io-easing="ease-in-out-back"],
body[data-io-easing="ease-in-out-back"] [data-io] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-io][data-io][data-io-easing="ease-in-sine"],
body[data-io-easing="ease-in-sine"] [data-io] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-io][data-io][data-io-easing="ease-out-sine"],
body[data-io-easing="ease-out-sine"] [data-io] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-io][data-io][data-io-easing="ease-in-out-sine"],
body[data-io-easing="ease-in-out-sine"] [data-io] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-io][data-io][data-io-easing="ease-in-quad"],
body[data-io-easing="ease-in-quad"] [data-io] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-io][data-io][data-io-easing="ease-out-quad"],
body[data-io-easing="ease-out-quad"] [data-io] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-io][data-io][data-io-easing="ease-in-out-quad"],
body[data-io-easing="ease-in-out-quad"] [data-io] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-io][data-io][data-io-easing="ease-in-cubic"],
body[data-io-easing="ease-in-cubic"] [data-io] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-io][data-io][data-io-easing="ease-out-cubic"],
body[data-io-easing="ease-out-cubic"] [data-io] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-io][data-io][data-io-easing="ease-in-out-cubic"],
body[data-io-easing="ease-in-out-cubic"] [data-io] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-io][data-io][data-io-easing="ease-in-quart"],
body[data-io-easing="ease-in-quart"] [data-io] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-io][data-io][data-io-easing="ease-out-quart"],
body[data-io-easing="ease-out-quart"] [data-io] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-io][data-io][data-io-easing="ease-in-out-quart"],
body[data-io-easing="ease-in-out-quart"] [data-io] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-io^="fade"][data-io^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-io^="fade"][data-io^="fade"].io-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-io="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-io="fade-down"] {
  transform: translate3d(0, -100px, 0);
}

[data-io="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}

[data-io="fade-left"] {
  transform: translate3d(100px, 0, 0);
}

[data-io="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}

[data-io="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}

[data-io="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}

[data-io="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}

[data-io^="zoom"][data-io^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-io^="zoom"][data-io^="zoom"].io-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-io="zoom-in"] {
  transform: scale(0.6);
}

[data-io="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-io="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-io="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-io="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-io="zoom-out"] {
  transform: scale(1.2);
}

[data-io="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-io="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-io="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-io="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-io^="slide"][data-io^="slide"] {
  transition-property: transform;
}

[data-io^="slide"][data-io^="slide"].io-animate {
  transform: translateZ(0);
}

[data-io="slide-up"] {
  transform: translate3d(0, 100%, 0);
}

[data-io="slide-down"] {
  transform: translate3d(0, -100%, 0);
}

[data-io="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}

[data-io="slide-left"] {
  transform: translate3d(100%, 0, 0);
}

[data-io^="flip"][data-io^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-io="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-io="flip-left"].io-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-io="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-io="flip-right"].io-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-io="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-io="flip-up"].io-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-io="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-io="flip-down"].io-animate {
  transform: perspective(2500px) rotateX(0);
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `mixings`
 * directory (except for `mixings.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript mixings or WordPress plugins.
 */

/**
 * Parts/layout styles (header, footer, mobile-menu) - always loaded
 * These are on every page so they belong in the main stylesheet
 */

.footer {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer {
    padding-top: 7rem;
  }
}

.footer ul, .footer ol {
  padding-left: 0px !important;
}

.footer ul li, .footer ol li {
  margin-bottom: 0px !important;
  list-style-type: none !important;
}

.footer__top-container {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .footer__top-container {
    flex-direction: row;
  }
}

.footer__top-left {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .footer__top-left {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .footer__top-left {
    width: 66.666667%;
    gap: 3rem;
  }
}

.footer__top-content-wrap {
  max-width: 18rem;
}

@media (min-width: 1024px) {
  .footer__top-content-wrap {
    margin-top: -3rem;
  }
}

.footer__top-form-heading {
  font-size: 18px !important;
  line-height: 110% !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1)) !important;
}

.footer__top-form-content {
  --tw-text-opacity: 1 !important;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1)) !important;
}

.footer__top-form .nf-form-title,
    .footer__top-form .nf-before-form-content,
    .footer__top-form .ninja-forms-req-symbol {
  display: none;
}

.footer__top-form .nf-error .ninja-forms-field[type="email"] {
  --tw-border-opacity: 1;
  border-color: rgb(255 200 0 / var(--tw-border-opacity, 1));
}

.footer__top-form .ninja-forms-field {
  border-radius: 0.125rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 241 234 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.footer__top-form .ninja-forms-field:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

.footer__top-form .nf-error-msg {
  font-size: 12px;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(255 200 0 / var(--tw-text-opacity, 1));
}

.footer__top-form input[type=submit] {
  margin-left: 20% !important;
  height: 2.5rem !important;
  border-radius: 0.125rem;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 255 0 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 14px !important;
  line-height: 110% !important;
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__top-form input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(23 40 29 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer__top-form input[type=submit] {
    margin-left: 0px !important;
  }
}

/* Custom Checkbox Styling using ::before, ::after and bg-check */

.footer__top-form .field-wrap.checkbox-wrap,
    .footer__top-form .list-checkbox-wrap,
    .footer__top-form .checkbox-wrap {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer__top-form .field-wrap.checkbox-wrap .nf-field-label, .footer__top-form .list-checkbox-wrap .nf-field-label, .footer__top-form .checkbox-wrap .nf-field-label {
  order: 2;
  margin: 0px;
  padding: 0px;
}

.footer__top-form .field-wrap.checkbox-wrap .nf-field-label label, .footer__top-form .list-checkbox-wrap .nf-field-label label, .footer__top-form .checkbox-wrap .nf-field-label label {
  margin: 0px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0px;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 14px;
  line-height: 110%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(244 241 234 / var(--tw-text-opacity, 1));
}

.footer__top-form .field-wrap.checkbox-wrap .nf-field-element, .footer__top-form .list-checkbox-wrap .nf-field-element, .footer__top-form .checkbox-wrap .nf-field-element {
  position: relative;
  order: 1;
  margin: 0px;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
  padding: 0px;
}

.footer__top-form .field-wrap.checkbox-wrap .nf-field-element input[type="checkbox"], .footer__top-form .list-checkbox-wrap .nf-field-element input[type="checkbox"], .footer__top-form .checkbox-wrap .nf-field-element input[type="checkbox"] {
  position: absolute;
  inset: 0px;
  z-index: 10;
  margin: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  padding: 0px;
  opacity: 0;
}

.footer__top-form .field-wrap.checkbox-wrap .nf-field-element::before, .footer__top-form .list-checkbox-wrap .nf-field-element::before, .footer__top-form .checkbox-wrap .nf-field-element::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  border-radius: 0.125rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 241 234 / var(--tw-border-opacity, 1));
  background-color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.footer__top-form .field-wrap.checkbox-wrap .nf-field-element::after, .footer__top-form .list-checkbox-wrap .nf-field-element::after, .footer__top-form .checkbox-wrap .nf-field-element::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 234 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  -webkit-mask: url("./assets/vectors/check.svg") no-repeat center / 14px 14px;
  mask: url("./assets/vectors/check.svg") no-repeat center / 14px 14px;
}

.footer__top-form .field-wrap.checkbox-wrap .nf-field-element:has(input[type="checkbox"]:checked)::after,
            .footer__top-form .field-wrap.checkbox-wrap .nf-field-element.nf-field-element--checked::after,
            .footer__top-form .list-checkbox-wrap .nf-field-element:has(input[type="checkbox"]:checked)::after,
            .footer__top-form .list-checkbox-wrap .nf-field-element.nf-field-element--checked::after,
            .footer__top-form .checkbox-wrap .nf-field-element:has(input[type="checkbox"]:checked)::after,
            .footer__top-form .checkbox-wrap .nf-field-element.nf-field-element--checked::after {
  opacity: 1;
}

.footer__top-form .field-wrap.checkbox-wrap input[type="checkbox"]:checked ~ .nf-field-element::after,
        .footer__top-form .field-wrap.checkbox-wrap input[type="checkbox"].nf-checked ~ .nf-field-element::after,
        .footer__top-form .field-wrap.checkbox-wrap label.nf-checked-label::after,
        .footer__top-form .list-checkbox-wrap input[type="checkbox"]:checked ~ .nf-field-element::after,
        .footer__top-form .list-checkbox-wrap input[type="checkbox"].nf-checked ~ .nf-field-element::after,
        .footer__top-form .list-checkbox-wrap label.nf-checked-label::after,
        .footer__top-form .checkbox-wrap input[type="checkbox"]:checked ~ .nf-field-element::after,
        .footer__top-form .checkbox-wrap input[type="checkbox"].nf-checked ~ .nf-field-element::after,
        .footer__top-form .checkbox-wrap label.nf-checked-label::after {
  opacity: 1;
}

/* Standalone / standard input[type="checkbox"] custom check fallback */

.footer__top-form input[type="checkbox"]:not(.ninja-forms-field) {
  position: relative;
  height: 36px;
  width: 36px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 241 234 / var(--tw-border-opacity, 1));
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.footer__top-form input[type="checkbox"]:not(.ninja-forms-field)::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  border-radius: 0.125rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 241 234 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.footer__top-form input[type="checkbox"]:not(.ninja-forms-field)::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 234 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  -webkit-mask: url("./assets/vectors/check.svg") no-repeat center / 14px 14px;
  mask: url("./assets/vectors/check.svg") no-repeat center / 14px 14px;
}

.footer__top-form input[type="checkbox"]:not(.ninja-forms-field):checked::after {
  opacity: 1;
}

.footer__top-heading {
  margin-bottom: 1rem;
  --tw-rotate: -4.5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-align: left !important;
  font-family: Ramidots, sans-serif !important;
  font-size: 64px !important;
  line-height: 100% !important;
  font-weight: 300 !important;
  line-height: 0.96 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) {
  .footer__top-heading {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .footer__top-heading {
    width: -moz-fit-content !important;
    width: fit-content !important;
    font-size: 71px !important;
  }
}

.footer__middle-top {
  padding-top: 7rem;
  padding-bottom: 1.5rem;
}

.footer__middle-top .footer__container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.footer__middle {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .footer__middle {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .footer__middle {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.footer__middle .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__middle-logo {
  display: flex;
  height: 3rem;
  width: auto;
}

@media (min-width: 1024px) {
  .footer__middle-logo {
    width: 66.666667%;
  }
}

.footer__middle-top-buttons {
  display: none !important;
  justify-content: flex-start !important;
}

@media (min-width: 768px) {
  .footer__middle-top-buttons {
    display: flex !important;
  }
}

@media (min-width: 1024px) {
  .footer__middle-top-buttons {
    width: 100%;
    max-width: 18rem;
  }
}

.footer__middle-details {
  width: 100%;
  max-width: 18rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer__middle-details {
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .footer__middle-details {
    padding-top: 0px;
  }
}

.footer__middle-menues {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

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

@media (min-width: 1024px) {
  .footer__middle-menues {
    width: 66.666667%;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

.footer__middle-menues .menu-item {
  width: -moz-fit-content;
  width: fit-content;
}

.footer__middle-menues .menu-item a {
  font-size: 14px;
  line-height: 110%;
  font-weight: 900 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(244 241 234 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__middle-menues .menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
  text-decoration-color: #F4FF00;
}

.footer__middle-content {
  margin-top: 1.25rem;
}

.footer__bottom {
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 1.25rem;
  font-size: 12px;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(244 241 234 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer__bottom {
    padding-bottom: 60px;
  }
}

.footer__bottom .footer__container {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__bottom .footer__container {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer__bottom-left {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer__bottom-left {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .footer__bottom-left {
    align-items: center;
    justify-content: flex-start;
  }
}

.footer__bottom-copy {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 60px;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 12px;
  line-height: 110%;
  font-weight: 900;
  text-transform: uppercase;
}

.footer__bottom-copy .menu-item {
  display: none;
  list-style-type: none;
}

@media (min-width: 1024px) {
  .footer__bottom-copy .menu-item {
    display: flex;
  }
}

.footer__bottom-copy .menu-item a {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__bottom-copy .menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

.footer__bottom-copy-first {
  width: 100%;
}

@media (min-width: 1024px) {
  .footer__bottom-copy-first {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer__bottom-company {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.footer__bottom-company::before {
  left: 0px;
  top: 50%;
  height: 50%;
  width: 1px;
  --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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .footer__bottom-company::before {
    content: var(--tw-content);
    position: absolute;
  }
}

.footer__bottom-company::after {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 50%;
  width: 1px;
  --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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.footer__middle-menu-wrap {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .footer__middle-menu-wrap {
    margin-bottom: 2rem;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .footer__middle-menu-wrap {
    margin-bottom: 0px;
    width: 25%;
  }
}

.footer__middle-menu {
  display: flex;
  flex-direction: column;
}

.footer__middle-menu-heading {
  margin-bottom: 1rem !important;
  width: 100%;
  font-size: 18px !important;
  line-height: 110% !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.footer__scroll-up-btn {
  position: fixed !important;
  right: 1.25rem;
  bottom: 0.5rem;
  z-index: 40;
  display: flex;
  height: 3rem;
  width: 3rem;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .footer__scroll-up-btn {
    bottom: 1.25rem;
  }
}

.footer__scroll-up-btn-icon {
  height: 1.5rem;
  width: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer__contact {
  display: block;
  font-size: 14px;
  line-height: 110%;
  font-weight: 900 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(244 241 234 / var(--tw-text-opacity, 1));
}

.footer__contact--address {
  margin-top: 1.25rem;
}

.footer__contact--email,
    .footer__contact--phone {
  margin-top: 1rem;
  text-decoration-line: underline;
  text-decoration-color: #F4F1EA;
  text-underline-offset: 2px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__contact--email:hover,
    .footer__contact--phone:hover {
  text-decoration-color: transparent;
}

.footer__socials-heading {
  width: 100%;
  font-size: 18px !important;
  line-height: 110% !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1)) !important;
}

.footer__middle-socials {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 448px) {
  .footer__middle-socials {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .footer__middle-socials {
    margin-top: 2rem;
  }
}

/** Mobile menu socials */

.footer__socials {
  display: flex;
  gap: 1rem;
  padding-top: 0px !important;
}

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

.footer__social:hover {
  --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));
}

.footer__social-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.header {
  position: relative;
  z-index: 50;
  max-width: 100%;
}

.header ul,
    .header ol {
  padding-left: 0px !important;
}

.header ul li, .header ol li {
  margin-bottom: 0px !important;
  list-style-type: none !important;
}

.header--transparent {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  max-width: 100%;
  background-color: transparent;
}

.header--fixed {
  padding-top: 0px !important;
}

.header.sticky {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(244 241 234 / var(--tw-text-opacity, 1));
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header.sticky::before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  content: var(--tw-content);
  --tw-shadow: 0px 1px 3px #21222226;
  --tw-shadow-colored: 0px 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.header.sticky .header__bottom {
  display: flex;
  height: 5rem;
}

@media (min-width: 1280px) {
  .header.sticky .header__bottom .header__bottom-right-icons {
    display: none;
  }
}

.header.sticky .header__bottom .header__bottom-left {
  max-width: 4rem;
}

@media (min-width: 768px) {
  .header.sticky .header__bottom .header__bottom-left {
    max-width: 5rem;
  }
}

@media (min-width: 1024px) {
  .header.sticky .header__bottom .header__bottom-left {
    max-width: 100px;
  }
}

.header.sticky .header__bottom-navigation >.header__bottom-list >.menu-item >.header__link {
  --tw-text-opacity: 1;
  color: rgb(244 241 234 / var(--tw-text-opacity, 1));
}

.header.sticky .header__bottom-navigation >.header__bottom-list >.menu-item >.header__link::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(244 255 0 / var(--tw-border-opacity, 1));
}

.header.sticky .header__bottom-navigation >.header__bottom-list >.menu-item >.header__link::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
}

.header.sticky .header__bottom-navigation >.header__bottom-list >.menu-item >.header__link .megamenu__left-img {
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.header.sticky .header__bottom-extra-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-left: 2.5rem;
}

.header.sticky .header__bottom-extra-nav .header__bottom-icon-svg {
  height: 2.5rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 243 / var(--tw-bg-opacity, 1));
}

.header--shadow::before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  --tw-shadow: 0px 12px 16px -4px #21222226;
  --tw-shadow-colored: 0px 12px 16px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.header--white {
  position: relative;
}

.header--white .header__bottom-icon {
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.header--white .header__bottom-icon .header__bottom-icon-svg {
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header--white .header__bottom-right-icons-left {
  --tw-border-opacity: 1;
  border-color: rgb(237 241 243 / var(--tw-border-opacity, 1));
}

.header--white .header__bottom-list >.menu-item >a {
  --tw-text-opacity: 1;
  color: rgb(244 241 234 / var(--tw-text-opacity, 1));
}

.header--white .header__bottom-list >.menu-item >a .megamenu__left-img {
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.header--white .header__bottom-list >.menu-item.menu-item-has-children >.header__link::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(244 255 0 / var(--tw-border-opacity, 1));
}

.header--white .header__bottom-list >.menu-item:hover .header__submenu {
  visibility: visible;
  opacity: 1;
}

.header--white.sticky .header__bottom-icon .header__bottom-icon-svg {
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.header .custom-logo {
  height: 2.5rem;
  width: auto;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .header .custom-logo {
    height: 3rem;
  }
}

.menu-item .header__bottom-list-wrap {
  --tw-translate-x: 66.666667%;
  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));
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 243 / var(--tw-bg-opacity, 1));
  padding: 1.25rem !important;
}

.menu-item .header__bottom-list-wrap .menu__submenu--depth-1-wrapper {
  padding: 0px !important;
}

.menu-item:hover .header__submenu, .menu-item:hover .header__bottom-list-wrap, .header__link:hover .header__submenu, .header__link:hover .header__bottom-list-wrap {
  visibility: visible;
  display: block;
  opacity: 1;
}

.header__bottom-extra-nav {
  display: none;
}

.header__top-mobile {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header__top-mobile .header__bottom-icon {
  font-size: 12px;
  line-height: 110%;
}

.header__bottom {
  position: relative;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .header__bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .header__bottom {
    height: 5rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.header__bottom-icon-svg {
  height: 2rem;
  width: 2rem;
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__bottom-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

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

.header__bottom-left {
  display: flex;
  max-width: 4rem;
  align-items: center;
}

@media (min-width: 768px) {
  .header__bottom-left {
    min-width: 80px;
    max-width: 80px;
  }
}

@media (min-width: 1024px) {
  .header__bottom-left {
    min-width: 140px;
    max-width: 140px;
  }
}

.header__bottom-left a {
  width: 100%;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__bottom-left a:hover {
  text-decoration-color: #F4F1EA;
}

.header__bottom-left a img {
  width: 100%;
  min-width: 140px;
}

.header__bottom-icon {
  text-align: center;
  font-size: 14px;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.header__bottom-navigation {
  display: none;
}

@media (min-width: 1280px) {
  .header__bottom-navigation {
    display: block;
  }
}

/* Level 1 Submenu Container */

.header__bottom-navigation .header__item {
  position: relative;
}

.header__bottom-navigation .header__item > .header__submenu {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 90vw;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 242 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  opacity: 0;
  --tw-shadow: 0px 24px 48px -12px #21222226;
  --tw-shadow-colored: 0px 24px 48px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Show direct child submenu on hover */

.header__bottom-navigation .header__item:hover > .header__submenu,
.header__bottom-navigation .header__item:focus-within > .header__submenu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

/* Level 2+ Nested Submenu (opens to the right of parent item) */

.header__bottom-navigation .header__submenu--nested,
.header__bottom-navigation .header__submenu--depth-2-wrapper {
  top: 0px !important;
  left: 100% !important;
  margin-left: -0.25rem;
}

/* Submenu List & Items (3 rows per column grid) */

.header__bottom-navigation .header__submenu-list {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  margin: 0px;
  list-style-type: none;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 18px;
  padding: 0px;
}

.header__bottom-navigation .header__submenu-list .header__item {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.header__bottom-navigation .header__submenu-list .header__link {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header__bottom-navigation .header__submenu-list .header__link:hover {
  --tw-text-opacity: 1;
  color: rgb(11 63 30 / var(--tw-text-opacity, 1));
}

.header__bottom-navigation .header__submenu-description {
  display: block;
  max-width: 220px;
  white-space: normal;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 12px;
  line-height: 110%;
  font-weight: 300;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.header__bottom-navigation .header__submenu-list .header__item:hover > .header__link {
  --tw-text-opacity: 1;
  color: rgb(11 63 30 / var(--tw-text-opacity, 1));
}

/* Vector Arrow Icons (Chevron without body) */

.header__bottom-navigation .header__submenu-icon {
  pointer-events: none;
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__bottom-navigation .header__submenu-icon--down {
  margin-left: 0.375rem;
  height: 0.625rem;
  width: 0.625rem;
  color: rgb(17 57 29 / 0.7);
}

.header__bottom-navigation .header__submenu-icon--right {
  height: 0.625rem;
  width: 0.625rem;
  --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));
  color: rgb(17 57 29 / 0.7);
}

.header__bottom-navigation .header__item:hover > .header__link .header__submenu-icon--down {
  --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));
}

.header__bottom-navigation .header__item:hover > .header__link .header__submenu-icon--right {
  --tw-translate-x: 0.125rem;
  --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));
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

.header__bottom-list {
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.header__bottom-list .menu__submenu--depth-1-wrapper {
  display: flex;
  justify-content: space-between;
}

.header__bottom-list >.header__item {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header__bottom-list >.header__item:last-child {
  padding-right: 0px;
}

.header__bottom-list >.header__item >.header__link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__bottom-list >.header__item >.header__link:hover {
  text-decoration-color: #F4F1EA;
}

.header__bottom-list >.header__item >.header__link .megamenu__left-img {
  width: 1.5rem;
  padding-right: 0.25rem;
}

.header__bottom-list >.header__item >.header__bottom-list-wrap {
  left: 0px;
  width: -moz-fit-content;
  width: fit-content;
}

.header__bottom-list >.header__item.menu-item-megamenu__two .header__bottom-list-wrap {
  left: 0px;
  width: -moz-fit-content;
  width: fit-content;
}

.header__bottom-list .header__link {
  position: relative;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 16px;
  line-height: 110%;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(244 241 234 / var(--tw-text-opacity, 1));
}

.header__bottom-list .menu__submenu--depth-1 >.header__item {
  position: relative;
}

.header__bottom-list .menu__submenu--depth-1 >.header__item >.header__link {
  display: flex;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.header__bottom-list .menu__submenu--depth-1 >.header__item >.header__link::before {
  display: none !important;
}

.header__bottom-list .menu__submenu--depth-1 >.menu-item {
  position: relative;
}

.header__bottom-list .menu__submenu--depth-1 >.menu-item >.header__link {
  font-size: 16px;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.header__bottom-list .menu__submenu--depth-1 .current-menu-item >.header__link {
  position: relative;
  z-index: 1;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.header__bottom-list .menu__submenu--depth-1 .header__link {
  position: relative;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__bottom-list .menu__submenu--depth-1 .header__link:hover {
  position: relative;
  z-index: 1;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.header__bottom-list .menu__submenu--depth-1 .header__link::before {
  right: 50%;
  width: 0px;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header__bottom-list .menu__submenu--depth-1 .header__link:hover {
  text-decoration-color: #0B3F1E;
}

.header__bottom-list-wrap {
  position: absolute;
  width: 13rem;
  padding-top: 1.75rem;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu__submenu--depth-1-wrapper {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 60px;
  padding-right: 60px;
}

.header__bottom-mobile-white {
  margin-right: 1.25rem;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
}

@media (min-width: 1280px) {
  .header__bottom-mobile-white {
    display: none;
  }
}

.header__bottom-mobile-bars {
  height: 2rem;
  width: 2rem;
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

.header__bottom-center {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.header__bottom-magic-line {
  position: absolute;
  bottom: 1.5rem;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#site-navigation {
  position: relative;
}

.header__bottom-right-contact-info-trigger {
  display: none;
  aspect-ratio: 1;
  width: 5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1280px) {
  .header__bottom-right-contact-info-trigger {
    display: flex;
  }
}

.header__bottom-right-contact-info-trigger:hover .header__bottom-icon-svg {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header__sidebar-trigger--transparent {
  background-color: transparent;
}

.header__sidebar-trigger--body {
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
}

.header__sidebar-trigger--body .header__bottom-icon-svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header__sidebar-trigger--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
}

.header__sidebar-trigger--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 55 67 / var(--tw-bg-opacity, 1));
}

.header__sidebar-trigger--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
}

.header__sidebar-trigger--quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 8 8 / var(--tw-bg-opacity, 1));
}

.header__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1280px) {
  .header__right {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}

.header__bottom-right-search {
  cursor: pointer;
}

.header__bottom-right-search:hover .header__bottom-icon-svg {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header__bottom-right-cart {
  position: relative;
  display: flex;
  cursor: pointer;
  text-decoration-line: none;
}

.header__bottom-right-cart:hover .header__bottom-icon-svg {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header__bottom-mobile-cart {
  height: 2rem;
  width: 2rem;
}

.header__cart-count {
  position: absolute;
  top: -0.375rem;
  right: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  min-width: 18px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.header__cart-count--hidden {
  display: none;
}

.header__bottom-right-account {
  display: flex;
  cursor: pointer;
  text-decoration-line: none;
}

.header__bottom-right-account:hover .header__bottom-icon-svg {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header__bottom-mobile-account {
  height: 2rem;
  width: 2rem;
}

.header__bottom-mobile-label {
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.header__bottom-mobile-search {
  height: 2rem;
  width: 2rem;
}

.header__bottom-mobile-menu {
  cursor: pointer;
}

@media (min-width: 1280px) {
  .header__bottom-mobile-menu {
    display: none;
  }
}

.header__buttons {
  position: relative;
  display: none !important;
  flex-shrink: 0;
}

@media (min-width: 1280px) {
  .header__buttons {
    display: flex !important;
  }
}

.header__cta {
  position: absolute;
  top: calc(100% + 8px);
  left: 0px;
  width: 100%;
  text-align: center;
  font-family: Ramidots, sans-serif !important;
  font-size: 24px !important;
  line-height: 100% !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.mobile-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  bottom: 0px;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 2.5rem;
  --tw-shadow: 0px 12px 16px -4px #21222226;
  --tw-shadow-colored: 0px 12px 16px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.is-active {
  right: 0px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu object,
	.mobile-menu svg {
  pointer-events: none;
}

.mobile-menu__close {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.mobile-menu__close .close-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
}

.mobile-menu__close .close-icon svg {
  height: 1.5rem;
  width: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

.mobile-menu__icon {
  height: 0.75rem;
  width: 0.75rem;
}

.mobile-menu__container {
  position: relative;
  display: inline-block;
  height: calc(100dvh - 80px);
  width: 100%;
  max-width: 100%;
  overflow-y: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1));
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 1.25rem;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.mobile-menu__container::-webkit-scrollbar {
  display: none;
}

.mobile-menu__logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

.mobile-menu__logo-wrap .custom-logo-link {
  display: flex;
  max-width: 72px;
  align-items: center;
}

@media (min-width: 768px) {
  .mobile-menu__logo-wrap .custom-logo-link {
    max-width: 168px;
  }
}

.mobile-menu__logo {
  display: flex;
  max-height: 2.5rem;
  width: 140px;
  align-items: center;
  gap: 0.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.mobile-menu__logo-link {
  max-width: 168px;
  align-items: center;
}

.mobile-menu__container-title {
  display: flex;
  justify-content: center;
  padding-bottom: 1.25rem;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
}

.mobile-menu__menu {
  display: flex;
  height: 100dvh;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 0.5rem;
  padding-bottom: 3.5rem;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

/* Firefox */

.mobile-menu__menu::-webkit-scrollbar {
  display: none;
  width: 0.5rem;
}

.mobile-menu__menu::-webkit-scrollbar-track {
  display: none;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 243 / var(--tw-bg-opacity, 1));
}

.mobile-menu__menu::-webkit-scrollbar-thumb {
  display: none;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #FFFFFF;
}

.mobile-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 36px;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(244 241 234 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__link--depth-1 {
  font-size: 20px;
  line-height: 110%;
}

.mobile-menu__link .megamenu__right-plus {
  display: none;
}

.mobile-menu__menu-wrap > .mobile-menu__item > .mobile-menu__link,
.mobile-menu__menu-wrap > .menu-item > .mobile-menu__link {
  position: relative;
  padding-left: 1.75rem;
}

.mobile-menu__toggle-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: -50%;
  --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));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  --tw-text-opacity: 1;
  color: rgb(43 121 70 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__submenu-description {
  display: none;
}

/* Plus rotates to X when parent item is open */

.menu-item-has-children.is-open > .mobile-menu__link .mobile-menu__toggle-icon,
.menu-item-has-children.is-open > a .mobile-menu__toggle-icon {
  --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));
}

.mobile-menu__submenu {
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition-property: max-height,opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Submenu expands when parent has .is-open */

.menu-item-has-children.is-open > .mobile-menu__submenu {
  max-height: 2000px;
  opacity: 1;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex-direction: column;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 > .mobile-menu__item {
  z-index: 1;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(237 241 243 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 > .mobile-menu__item:first-child {
  border-top-width: 0;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 > .mobile-menu__item > .mobile-menu__link {
  text-decoration-color: #FFFFFF;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__submenu--depth-3-wrapper {
  height: 0px;
  opacity: 0;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__submenu--depth-3-wrapper.active {
  height: auto;
  opacity: 1;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__submenu--depth-3-wrapper.active .mobile-menu__item {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(237 241 243 / var(--tw-border-opacity, 1));
  padding-top: 0px;
  padding-bottom: 0.75rem;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__submenu--depth-3-wrapper .mobile-menu__submenu--depth-3 {
  padding-top: 0.75rem;
  padding-left: 0px;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__submenu--depth-3-wrapper .mobile-menu__submenu--depth-3 li.menu-item {
  padding-bottom: 0.5rem;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__submenu--depth-3-wrapper .mobile-menu__submenu--depth-3 li.menu-item .mobile-menu__link {
  font-size: 14px;
  line-height: 110%;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__ctas {
  order: 9999;
  margin-top: 2.5rem;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__ctas .mobile-menu__cta {
  position: relative;
  margin-bottom: 0.5rem;
  height: 6rem;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__ctas .mobile-menu__cta::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  background-image: linear-gradient(180deg, #17281D00 0%, #17281D 100%);
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__ctas .mobile-menu__cta .mobile-menu__cta-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__ctas .mobile-menu__cta .mobile-menu__cta-row {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 100%;
  --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));
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1.75rem;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__ctas .mobile-menu__cta .mobile-menu__cta-row .mobile-menu__cta-title {
  width: 50%;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu-item-has-children.is-open > .mobile-menu__submenu .mobile-menu__submenu--depth-1 .mobile-menu__ctas .mobile-menu__cta .mobile-menu__cta-row .mobile-menu__cta-button {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.menu-item-has-children.is-open > .mobile-menu__submenu .menu__submenu--depth-2 {
  padding-top: 0.625rem;
}

.menu-item-has-children.is-open > .mobile-menu__submenu.mobile-menu__submenu--depth-2-wrapper {
  position: fixed;
  top: 92px;
  right: -9999px;
  z-index: 30;
  height: 90dvh;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 3.5rem;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-item-has-children.is-open > .mobile-menu__submenu.mobile-menu__submenu--depth-2-wrapper::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
}

.menu-item-has-children.is-open > .mobile-menu__submenu.mobile-menu__submenu--depth-2-wrapper.active {
  right: 0px;
}

.menu-item-has-children.is-open > .mobile-menu__submenu.mobile-menu__submenu--depth-2-wrapper.active::-webkit-scrollbar {
  width: 0.5rem;
}

.menu-item-has-children.is-open > .mobile-menu__submenu.mobile-menu__submenu--depth-2-wrapper.active::-webkit-scrollbar-track {
  display: none;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
}

.menu-item-has-children.is-open > .mobile-menu__submenu.mobile-menu__submenu--depth-2-wrapper.active::-webkit-scrollbar-thumb {
  display: none;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #FFFFFF;
}

.mobile-menu__open-submenu,
.mobile-menu__open-submenu--depth-2 {
  position: absolute;
  top: 50%;
  right: -0px;
  height: 2.5rem;
  width: 2.5rem;
  --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;
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-menu__open-submenu::after,
.mobile-menu__open-submenu--depth-2::after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 18px;
  width: 18px;
  --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("./assets/vectors/arrow.svg");
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.mobile-menu__submenu-back,
.mobile-menu__submenu-back--depth-2 {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  height: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-start;
  padding-left: 2.5rem;
  font-size: 16px;
  line-height: 110%;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-menu__submenu-back::before,
.mobile-menu__submenu-back--depth-2::before {
  position: absolute;
  left: 0.625rem;
  top: 50%;
  z-index: 1;
  height: 16px;
  width: 16px;
  --tw-translate-y: -50%;
  --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));
  background-image: url("./assets/vectors/arrow.svg");
  background-size: contain;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.mobile-menu__submenu-back::after,
.mobile-menu__submenu-back--depth-2::after {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  height: 1.75rem;
  width: 1.75rem;
  --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(244 255 0 / var(--tw-bg-opacity, 1));
}

.mobile-menu__open-submenu--depth-3 {
  position: absolute;
  top: 1.25rem;
  margin-left: 1.5rem;
  height: 1rem;
  width: 2.75rem;
  --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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__open-submenu--depth-3.active {
  --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));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__open-submenu-3 {
  position: absolute;
  top: 1.25rem;
  right: 0px;
  margin-left: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  --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;
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-menu__open-submenu-3::after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0.75rem;
  width: 0.75rem;
  --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("./assets/vectors/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  --tw-brightness: brightness(0);
  content: var(--tw-content);
  --tw-invert: invert(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);
}

.mobile-menu__open-submenu-3.active::after {
  top: 57%;
  content: var(--tw-content);
  background-image: url("./assets/vectors/minus.svg");
}

.mobile-menu__menu-wrap-bottom {
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

.mobile-menu__top-menu-title {
  margin-bottom: 0px !important;
  font-family: "Brandon Grotesque", sans-serif !important;
}

.mobile-menu__top-menu-title::before {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.mobile-menu__top-menu-title::after {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.mobile-menu__top-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 448px) {
  .mobile-menu__top-socials {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.25rem;
  }
}

.left-slide-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  height: 100%;
  width: 100%;
  max-width: 24rem;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 1.75rem;
}

@media (min-width: 448px) {
  .left-slide-menu {
    padding-bottom: 15rem;
  }
}

.left-slide-menu.is-active {
  display: flex;
  animation: show_left_slide_menu 0.4s ease-in-out;
  --tw-shadow: 0px 12px 16px -4px #21222226;
  --tw-shadow-colored: 0px 12px 16px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.left-slide-menu .left-slide-menu__heading {
  font-size: 20px;
  line-height: 110%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.left-slide-menu .left-slide-menu__boxe-heading {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(237 241 243 / var(--tw-border-opacity, 1));
  padding-bottom: 0.75rem;
  font-size: 16px;
  line-height: 110%;
}

@media (min-width: 768px) {
  .left-slide-menu .left-slide-menu__boxe-heading {
    margin-bottom: 1.5rem;
  }
}

.left-slide-menu__header {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media (min-width: 448px) {
  .left-slide-menu__header {
    padding-left: 15rem;
    padding-right: 15rem;
    padding-top: 4rem;
  }
}

.left-slide-menu__body {
  position: relative;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  flex: 1 1 0%;
}

@media (min-width: 448px) {
  .left-slide-menu__body {
    margin-left: 15rem;
    margin-right: 1.25rem;
  }
}

.left-slide-menu__content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  overflow: auto;
  overflow-y: scroll;
  padding-right: 2.5rem;
}

.left-slide-menu__content::-webkit-scrollbar {
  width: 0.5rem;
}

.left-slide-menu__content::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.left-slide-menu__content::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 243 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #edf1f3;
}

.left-slide-menu__boxes {
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem;
}

@media (min-width: 768px) {
  .left-slide-menu__boxes {
    row-gap: 2.25rem;
  }
}

.left-slide-menu__close {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(244 255 0 / var(--tw-border-opacity, 1));
  font-size: 24px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 448px) {
  .left-slide-menu__close {
    height: 1.75rem;
    width: 1.75rem;
  }
}

@media (min-width: 768px) {
  .left-slide-menu__close {
    right: 1.75rem;
    top: 1.75rem;
  }
}

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

.left-slide-menu__close:focus,
    .left-slide-menu__close:active {
  --tw-border-opacity: 1;
  border-color: rgb(237 241 243 / var(--tw-border-opacity, 1));
}

.left-slide-menu__close:focus .left-slide-menu__close-icon, .left-slide-menu__close:active .left-slide-menu__close-icon {
  --tw-text-opacity: 1;
  color: rgb(237 241 243 / var(--tw-text-opacity, 1));
}

.left-slide-menu__close-icon {
  pointer-events: none;
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

.left-slide-menu__menu {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  font-size: 16px;
  line-height: 110%;
}

.left-slide-menu__menu a {
  display: block;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.left-slide-menu__menu a:hover {
  text-decoration-color: #FFFFFF;
}

.left-slide-menu__menu--account {
  row-gap: 0.25rem;
  font-size: 14px;
  line-height: 110%;
}

.left-slide-menu__menu--account .left-slide-menu__item .left-slide-menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.left-slide-menu__menu--account .left-slide-menu__item .left-slide-menu__link .megamenu__cta-image {
  height: 1rem;
  width: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-menu__icon-item {
  padding-top: 1.75rem;
}

.mobile-menu__icon-item .mobile-menu__link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 14px;
  line-height: 110%;
}

.mobile-menu__icon-item .mobile-menu__link .megamenu__cta-image {
  height: 1rem;
  width: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-menu__icon-item + .mobile-menu__icon-item {
  padding-top: 0.5rem;
}

.mobile-menu__row {
  position: relative;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 241 243 / var(--tw-border-opacity, 1));
  padding-bottom: 0.375rem;
}

.mobile-menu__row .mobile-menu__submenu-2-button {
  padding-bottom: 0.25rem;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-decoration-color: #F4FF00;
  text-underline-offset: 1px;
}

.mobile-menu__bottom-icon {
  margin-bottom: 0.5rem;
  display: flex;
  height: 2.5rem;
  align-items: center;
  gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 243 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.mobile-menu__bottom-icon-svg {
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

.mobile-menu__menu-wrap-top {
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow-x: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.header__mobile-cta {
  width: 100% !important;
}

/** Mobile menu background modifiers */

.mobile-menu--bg-transparent {
  background-color: transparent;
}

.mobile-menu--bg-transparent .mobile-menu__container,
        .mobile-menu--bg-transparent .mobile-menu__submenu--depth-1-wrapper,
        .mobile-menu--bg-transparent .mobile-menu__submenu--depth-2-wrapper {
  background-color: transparent;
}

.mobile-menu--bg-transparent .mobile-menu__container::before,
        .mobile-menu--bg-transparent .mobile-menu__submenu--depth-1-wrapper::before,
        .mobile-menu--bg-transparent .mobile-menu__submenu--depth-2-wrapper::before {
  content: var(--tw-content);
  background-color: transparent;
}

.mobile-menu--bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-primary .mobile-menu__container,
        .mobile-menu--bg-primary .mobile-menu__submenu--depth-1-wrapper,
        .mobile-menu--bg-primary .mobile-menu__submenu--depth-2-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-primary .mobile-menu__container::before,
        .mobile-menu--bg-primary .mobile-menu__submenu--depth-1-wrapper::before,
        .mobile-menu--bg-primary .mobile-menu__submenu--depth-2-wrapper::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 55 67 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-secondary .mobile-menu__container,
        .mobile-menu--bg-secondary .mobile-menu__submenu--depth-1-wrapper,
        .mobile-menu--bg-secondary .mobile-menu__submenu--depth-2-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 55 67 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-secondary .mobile-menu__container::before,
        .mobile-menu--bg-secondary .mobile-menu__submenu--depth-1-wrapper::before,
        .mobile-menu--bg-secondary .mobile-menu__submenu--depth-2-wrapper::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 55 67 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-tertiary .mobile-menu__container,
        .mobile-menu--bg-tertiary .mobile-menu__submenu--depth-1-wrapper,
        .mobile-menu--bg-tertiary .mobile-menu__submenu--depth-2-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-tertiary .mobile-menu__container::before,
        .mobile-menu--bg-tertiary .mobile-menu__submenu--depth-1-wrapper::before,
        .mobile-menu--bg-tertiary .mobile-menu__submenu--depth-2-wrapper::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 8 8 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-quaternary .mobile-menu__container,
        .mobile-menu--bg-quaternary .mobile-menu__submenu--depth-1-wrapper,
        .mobile-menu--bg-quaternary .mobile-menu__submenu--depth-2-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 8 8 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-quaternary .mobile-menu__container::before,
        .mobile-menu--bg-quaternary .mobile-menu__submenu--depth-1-wrapper::before,
        .mobile-menu--bg-quaternary .mobile-menu__submenu--depth-2-wrapper::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 8 8 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-body .mobile-menu__container,
        .mobile-menu--bg-body .mobile-menu__submenu--depth-1-wrapper,
        .mobile-menu--bg-body .mobile-menu__submenu--depth-2-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-body .mobile-menu__container::before,
        .mobile-menu--bg-body .mobile-menu__submenu--depth-1-wrapper::before,
        .mobile-menu--bg-body .mobile-menu__submenu--depth-2-wrapper::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1));
}

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

.mobile-menu--bg-white .mobile-menu__container,
        .mobile-menu--bg-white .mobile-menu__submenu--depth-1-wrapper,
        .mobile-menu--bg-white .mobile-menu__submenu--depth-2-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.mobile-menu--bg-white .mobile-menu__container::before,
        .mobile-menu--bg-white .mobile-menu__submenu--depth-1-wrapper::before,
        .mobile-menu--bg-white .mobile-menu__submenu--depth-2-wrapper::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/** Mobile menu logo wrap background modifiers */

.mobile-menu__logo-wrap--bg-transparent {
  background-color: transparent;
}

.mobile-menu__logo-wrap--bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
}

.mobile-menu__logo-wrap--bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 55 67 / var(--tw-bg-opacity, 1));
}

.mobile-menu__logo-wrap--bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
}

.mobile-menu__logo-wrap--bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 8 8 / var(--tw-bg-opacity, 1));
}

.mobile-menu__logo-wrap--bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1));
}

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

/** Mobile menu socials */

.mobile-menu__socials {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.mobile-menu__social {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: "Brandon Grotesque", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-menu__social-icon {
  height: 1.25rem;
  width: 1.25rem;
}

/** Mobile menu socials background modifiers */

.mobile-menu__socials--bg-primary .mobile-menu__social {
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-secondary .mobile-menu__social {
  --tw-bg-opacity: 1;
  background-color: rgb(255 55 67 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-tertiary .mobile-menu__social {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-quaternary .mobile-menu__social {
  --tw-bg-opacity: 1;
  background-color: rgb(255 8 8 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-body .mobile-menu__social {
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-transparent .mobile-menu__social {
  background-color: transparent;
}

.mobile-menu__socials--bg-default .mobile-menu__social--facebook {
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-default .mobile-menu__social--instagram {
  --tw-bg-opacity: 1;
  background-color: rgb(195 42 163 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(45deg, #515BD4 0%, #8134AF 27.62%, #DD2A7B 56.17%, #FEDA77 80.04%, #F58529 100%);
}

.mobile-menu__socials--bg-default .mobile-menu__social--youtube {
  --tw-bg-opacity: 1;
  background-color: rgb(204 24 30 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-default .mobile-menu__social--podcast {
  --tw-bg-opacity: 1;
  background-color: rgb(0 81 172 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-default .mobile-menu__social--x {
  --tw-bg-opacity: 1;
  background-color: rgb(8 8 8 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-default .mobile-menu__social--linkedin {
  --tw-bg-opacity: 1;
  background-color: rgb(9 102 194 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-default .mobile-menu__social--tiktok {
  --tw-bg-opacity: 1;
  background-color: rgb(1 1 1 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-default .mobile-menu__social--blog {
  --tw-bg-opacity: 1;
  background-color: rgb(89 89 89 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-default .mobile-menu__social--whatsapp {
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}

.mobile-menu__socials--bg-default .mobile-menu__social--messenger {
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 242 / var(--tw-bg-opacity, 1));
}

.mobile-menu__submenu-icon--down {
  display: none;
}

.mobile-menu__submenu--depth-1-wrapper {
  margin-left: 1.75rem;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@media (min-width: 448px) {
  .container {
    max-width: 448px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@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: 1100px) {
  .container {
    max-width: 1100px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

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

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

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

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  color: #F4FF00;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-inline-start: 1.625em;
  padding-left: 1.5em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-inline-start: 1.625em;
  padding-left: 1.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 500;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 400;
  font-style: normal;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-inline-start: 1em;
  border-left-width: 4px;
  border-left-color: var(--tw-prose-quote-borders);
  padding-left: 1.5em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 0.75em;
  line-height: 1.1;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 36px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 28px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: 24px;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 8px;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 500;
  font-size: 0.875em;
  background-color: #edf1f3;
  border-radius: 4px;
  padding: 0.125em 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[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.5em;
  margin-bottom: 1.5em;
  border-radius: 8px;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
  padding: 1em 1.5em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: 0.875em;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 2px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
  padding: 0.75em 1em;
  text-align: left;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
  padding: 0.75em 1em;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.75em;
  text-align: center;
}

.prose {
  --tw-prose-body: #11391D;
  --tw-prose-headings: #FF0808;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #FF0808;
  --tw-prose-bold: #11391D;
  --tw-prose-bullets: #F4FF00;
  --tw-prose-hr: #edf1f3;
  --tw-prose-quotes: #FF0808;
  --tw-prose-quote-borders: #F4FF00;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #FF3743;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #FF0808;
  --tw-prose-th-borders: #edf1f3;
  --tw-prose-td-borders: #edf1f3;
  --tw-prose-invert-body: #ffffff;
  --tw-prose-invert-headings: #ffffff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #F4FF00;
  --tw-prose-invert-bold: #ffffff;
  --tw-prose-invert-counters: #FFC400;
  --tw-prose-invert-bullets: #F4FF00;
  --tw-prose-invert-quotes: #ffffff;
  --tw-prose-invert-quote-borders: #F4FF00;
  --tw-prose-invert-captions: #FFC400;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #ffffff;
  --tw-prose-invert-pre-code: #e5e7eb;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.5;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}

.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}

.prose :where(p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.125em;
}

/**
 * Global styles (always loaded)
 */

/** General styles */

.no-scroll {
  overflow: hidden;
}

.no-top-padding {
  padding-top: 0px;
}

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

.entry-content-wrap,
main {
  max-width: unset;
  overflow: hidden;
}

/** Container */

.container,
.container-flex {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-flex {
  max-width: 2400px;
}

@media (min-width: 1536px) {
  .container-flex {
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

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

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

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

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

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

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

/** Animations */

/* Define your text-reveal animation */

@keyframes textReveal {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }

  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

/** TNS carousel */

.tns-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 2.5rem;
}

.tns-nav button {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
}

.tns-nav button.tns-nav-active {
  opacity: 1;
}

/** TNS buttons */

.tns-controls {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  display: flex;
}

.tns-controls button {
  z-index: 10;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  display: flex;
  height: 60px;
  width: 60px;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .tns-controls button {
    height: 5rem;
    width: 5rem;
  }
}

.tns-controls button::after {
  position: absolute;
  --tw-content: none;
  content: var(--tw-content);
}

.tns-controls button:last-child {
  --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));
}

.tns-controls button svg {
  height: auto;
  width: 1.75rem;
}

@media (min-width: 1024px) {
  .tns-controls button svg {
    width: 2.5rem;
  }
}

.tns-controls .tns-nav-001__previous {
  --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));
}

/** Loader */

.loader-dual-ring,
.spinner,
.loader-dual-ring-dark {
  position: absolute;
  background-color: "blue";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.loader-dual-ring:after,
.spinner:after {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 8px;
  border-radius: 50%;
  border: 8px solid white;
  border-color: white transparent white transparent;
  animation: loader-dual-ring 1.2s linear infinite;
}

@keyframes loader-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner > div {
  display: none;
}

.spinner:after {
  top: 0;
}

.flipbook-overlay {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.flipbook-overlay .flipbook-main-wrapper {
  left: 50%;
  top: 50%;
  height: 80%;
  width: 80%;
  --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));
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.flipbook-overlay .flipbook-menu-btn-wrapper {
  height: 1.75rem !important;
  width: 1.75rem !important;
  background-color: transparent !important;
}

.flipbook-overlay .flipbook-menu-btn-wrapper .flipbook-icon {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  height: 1.75rem;
  width: 1.75rem;
  fill: #F4FF00 !important;
}

.flipbook-overlay .flipbook-nav .flipbook-icon {
  background-color: transparent !important;
  fill: #F4FF00 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1)) !important;
  filter: none !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.flipbook-overlay .flipbook-nav .flipbook-icon path {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.flipbook-overlay .flipbook-nav .flipbook-icon:hover path {
  --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));
}

.flipbook-overlay .flipbook-currentPageHolder {
  background-color: transparent !important;
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

.flipbook-overlay .flipbook-currentPageHolder .flipbook-currentPageNumber,
    .flipbook-overlay .flipbook-currentPageHolder .flipbook-currentPageInput {
  --tw-text-opacity: 1 !important;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1)) !important;
}

/** Animations */

.rotate,
.fence,
.scale-up-down,
.swing,
.up-down {
  will-change: transform;
}

/** GDPR Plugin */

/** Cookies banner with the plugi - GDPR Cookie Compliance (CCPA, DSGVO, Cookie Consent)*/

body #moove_gdpr_cookie_info_bar {
  top: 50% !important;
  left: 50%;
  max-width: calc(100% - 40px);
  --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));
  overflow: hidden;
  border-radius: 0.375rem;
  border-style: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0 0 10px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  body #moove_gdpr_cookie_info_bar {
    max-width: 550px;
  }
}

@media (min-width: 1024px) {
  body #moove_gdpr_cookie_info_bar {
    max-width: 656px;
  }
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 1.75rem;
}

@media (min-width: 768px) {
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container button {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
  height: 53px;
  width: 100%;
  min-width: 143px !important;
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 57 29 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  font-family: "Brandon Grotesque", sans-serif !important;
  font-size: 16px !important;
  line-height: 110% !important;
  font-weight: 425 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1)) !important;
  opacity: 1 !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container button {
    width: auto;
  }
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
  flex-direction: column;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content h1,
      body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content h2,
      body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content h3,
      body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content h4 {
  margin-bottom: 14px !important;
  font-size: 24px;
  line-height: 100%;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content p {
  text-align: center;
  font-family: "Brandon Grotesque", sans-serif !important;
  font-size: 14px;
  line-height: 110%;
  font-weight: 300 !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content p a {
  font-weight: 500;
  text-decoration-line: underline;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content p a:hover {
  text-decoration-color: transparent;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 1.75rem;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

body .moove_gdpr_cookie_modal_open .moove-gdpr-modal-content {
  border-radius: 0px !important;
}

body .moove_gdpr_cookie_modal_open .moovegdpr-arrow-close {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1)) !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body .moove_gdpr_cookie_modal_open .moovegdpr-arrow-close:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/** Screen loader */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
}

.overlay .top,
  .overlay .bottom,
  .overlay .left,
  .overlay .right {
  position: absolute;
  background: white;
  transition: all 1s ease;
}

/* Initial: full white screen */

.overlay .top {
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}

.overlay .bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  position: absolute;
  transition: all 1s ease;
}

.overlay .left,
  .overlay .right {
  top: 20vh;
  bottom: 20vh;
  width: 30vw;
  height: 100vh;
}

.overlay .left {
  left: 0;
}

.overlay .right {
  right: 0;
}

/**
 * Button Component Styles
 *
 * Color variants: primary, secondary, tertiary, quaternary, body, white, transparent
 * Size variants: sm, lg, xl
 * Type variants: outlined, arrow
 *
 * Usage:
 *   <a class="btn btn-primary">Primary Button</a>
 *   <a class="btn btn-secondary btn-outlined">Outlined Secondary</a>
 *   <a class="btn btn-tertiary btn-sm">Small Tertiary</a>
 */

/** ============================================================================
 * BASE BUTTON STYLES
 * ============================================================================ */

.btn,
.btn-custom a,
input.btn-input,
.alm-load-more-btn,
.rtec-submit-button,
.submit-wrap input[type="submit"] {
  margin: 0px;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  text-decoration-line: none;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 3.5rem;
  min-width: 112px;
  border-radius: 0.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}

@media (min-width: 1024px) {
  .btn,
.btn-custom a,
input.btn-input,
.alm-load-more-btn,
.rtec-submit-button,
.submit-wrap input[type="submit"] {
    height: 60px;
  }
}

.btn,
.btn-custom a,
input.btn-input,
.alm-load-more-btn,
.rtec-submit-button,
.submit-wrap input[type="submit"] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 3px;
  border-color: transparent;
}

.btn:focus, .btn-custom a:focus, input.btn-input:focus, .alm-load-more-btn:focus, .rtec-submit-button:focus, .submit-wrap input[type="submit"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 57 29 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.btn[disabled], .btn-custom a[disabled], input.btn-input[disabled], .alm-load-more-btn[disabled], .rtec-submit-button[disabled], .submit-wrap input[type="submit"][disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn[disabled] span, .btn-custom a[disabled] span, input.btn-input[disabled] span, .alm-load-more-btn[disabled] span, .rtec-submit-button[disabled] span, .submit-wrap input[type="submit"][disabled] span {
  opacity: 0.5;
}

/* Icon spacing for btn-001 pattern */

.btn-001--icon span, .btn-custom a-001--icon span, input.btn-input-001--icon span, .alm-load-more-btn-001--icon span, .rtec-submit-button-001--icon span, .submit-wrap input[type="submit"]-001--icon span {
  padding-right: 0.625rem;
}

.btn-001--icon-left span, .btn-custom a-001--icon-left span, input.btn-input-001--icon-left span, .alm-load-more-btn-001--icon-left span, .rtec-submit-button-001--icon-left span, .submit-wrap input[type="submit"]-001--icon-left span {
  padding-left: 1rem;
  padding-right: 0px;
}

/** ============================================================================
 * COLOR VARIANTS (Solid)
 * ============================================================================ */

/* Primary */

.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(244 255 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 196 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* Primary 2 */

.btn-primary-2 {
  --tw-border-opacity: 1;
  border-color: rgb(255 200 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 200 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-primary-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 196 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* Secondary */

.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(255 55 67 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 55 67 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 8 8 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 8 8 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

/* Tertiary */

.btn-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(255 196 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 255 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* Quaternary */

.btn-quaternary {
  --tw-border-opacity: 1;
  border-color: rgb(255 8 8 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 8 8 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-quaternary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 55 67 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 55 67 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

/* Quinary */

.btn-quinary {
  --tw-border-opacity: 1;
  border-color: rgb(0 248 70 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 248 70 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-quinary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 255 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* Body */

.btn-body {
  --tw-border-opacity: 1;
  border-color: rgb(17 57 29 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-body:hover {
  --tw-border-opacity: 1;
  border-color: rgb(11 63 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(11 63 30 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

/* Body 1 */

.btn-body-1 {
  --tw-border-opacity: 1;
  border-color: rgb(11 63 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(11 63 30 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-body-1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 57 29 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

/* Body 2 */

.btn-body-2 {
  --tw-border-opacity: 1;
  border-color: rgb(23 40 29 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-body-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 57 29 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

/* Body 3 */

.btn-body-3 {
  --tw-border-opacity: 1;
  border-color: rgb(46 81 57 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(46 81 57 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-body-3:hover {
  --tw-border-opacity: 1;
  border-color: rgb(11 63 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(11 63 30 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

/* Light 2 */

.btn-light-2 {
  --tw-border-opacity: 1;
  border-color: rgb(252 252 252 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-light-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 241 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 234 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* Fresh */

.btn-fresh {
  --tw-border-opacity: 1;
  border-color: rgb(169 245 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 245 211 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-fresh:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 224 194 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(147 224 194 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* Human */

.btn-human {
  --tw-border-opacity: 1;
  border-color: rgb(245 201 201 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 201 201 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-human:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 176 176 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(228 176 176 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* Space */

.btn-space {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-space:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* Story */

.btn-story {
  --tw-border-opacity: 1;
  border-color: rgb(247 228 223 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 228 223 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-story:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 194 186 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(212 194 186 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* White */

.btn-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 241 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* Grey */

.btn-grey {
  --tw-border-opacity: 1;
  border-color: rgb(237 241 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(214 223 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(214 223 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* Transparent (Link style) */

.btn-transparent {
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
  height: auto;
  min-height: 0px;
  min-width: 0px;
  padding-left: 0px;
  padding-right: 0.5rem;
  text-align: left;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.btn-transparent:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
  text-decoration-color: transparent;
}

.btn-transparent .btn__icon--right {
  left: 100%;
  right: unset;
}

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

.btn-transparent.btn-white:hover {
  --tw-text-opacity: 1;
  color: rgb(237 241 243 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-human {
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-human:hover {
  --tw-text-opacity: 1;
  color: rgb(228 176 176 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-primary {
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 196 0 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-primary-2 {
  --tw-text-opacity: 1;
  color: rgb(255 200 0 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-primary-2:hover {
  --tw-text-opacity: 1;
  color: rgb(255 196 0 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 55 67 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 8 8 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-tertiary {
  --tw-text-opacity: 1;
  color: rgb(255 196 0 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-quaternary {
  --tw-text-opacity: 1;
  color: rgb(255 8 8 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-quaternary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 55 67 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-quinary {
  --tw-text-opacity: 1;
  color: rgb(0 248 70 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-quinary:hover {
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-body {
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-body:hover {
  --tw-text-opacity: 1;
  color: rgb(11 63 30 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-body-1 {
  --tw-text-opacity: 1;
  color: rgb(11 63 30 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-body-1:hover {
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-body-2 {
  --tw-text-opacity: 1;
  color: rgb(23 40 29 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-body-2:hover {
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-body-3 {
  --tw-text-opacity: 1;
  color: rgb(46 81 57 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-body-3:hover {
  --tw-text-opacity: 1;
  color: rgb(11 63 30 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-light-2 {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-light-2:hover {
  --tw-text-opacity: 1;
  color: rgb(244 241 234 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-fresh {
  --tw-text-opacity: 1;
  color: rgb(169 245 211 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-fresh:hover {
  --tw-text-opacity: 1;
  color: rgb(147 224 194 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-space {
  --tw-text-opacity: 1;
  color: rgb(244 244 242 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-space:hover {
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-story {
  --tw-text-opacity: 1;
  color: rgb(247 228 223 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-story:hover {
  --tw-text-opacity: 1;
  color: rgb(212 194 186 / var(--tw-text-opacity, 1));
}

/** ============================================================================
 * SIZE VARIANTS
 * ============================================================================ */

.btn-sm {
  height: 3rem;
  min-width: unset;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  line-height: 100%;
}

.btn-lg {
  height: 4rem;
  min-width: 180px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 20px;
  line-height: 100%;
}

.btn-xl {
  height: 5rem;
  min-width: 220px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 24px;
  line-height: 100%;
}

/** ============================================================================
 * TYPE VARIANTS
 * ============================================================================ */

/* Outlined buttons */

.btn-outlined {
  border-width: 3px;
  border-style: solid;
  background-color: transparent;
}

.btn-outlined.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(244 255 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 196 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-primary-2 {
  --tw-border-opacity: 1;
  border-color: rgb(255 200 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 200 0 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-primary-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 196 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(255 55 67 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 55 67 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 8 8 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 8 8 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(255 196 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 196 0 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 255 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-quaternary {
  --tw-border-opacity: 1;
  border-color: rgb(255 8 8 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 8 8 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-quaternary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 55 67 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 55 67 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-quinary {
  --tw-border-opacity: 1;
  border-color: rgb(0 248 70 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 248 70 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-quinary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 255 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-body {
  --tw-border-opacity: 1;
  border-color: rgb(17 57 29 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-body:hover {
  --tw-border-opacity: 1;
  border-color: rgb(11 63 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(11 63 30 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-body-1 {
  --tw-border-opacity: 1;
  border-color: rgb(11 63 30 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-body-1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 57 29 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-body-2 {
  --tw-border-opacity: 1;
  border-color: rgb(23 40 29 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-body-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 57 29 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-body-3 {
  --tw-border-opacity: 1;
  border-color: rgb(46 81 57 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(46 81 57 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-body-3:hover {
  --tw-border-opacity: 1;
  border-color: rgb(11 63 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(11 63 30 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-light-2 {
  --tw-border-opacity: 1;
  border-color: rgb(252 252 252 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-light-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 241 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 234 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-fresh {
  --tw-border-opacity: 1;
  border-color: rgb(169 245 211 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(169 245 211 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-fresh:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 224 194 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(147 224 194 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-human {
  --tw-border-opacity: 1;
  border-color: rgb(245 201 201 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-human:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 176 176 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(228 176 176 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-space {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 242 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(244 244 242 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-space:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-story {
  --tw-border-opacity: 1;
  border-color: rgb(247 228 223 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(247 228 223 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-story:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 194 186 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(212 194 186 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

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

.btn-outlined.btn-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* Legacy */

.btn-outlined.btn-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(244 255 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 196 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

/* Full width */

.btn-full {
  width: 100%;
}

/** ============================================================================
 * ICON STYLES
 * ============================================================================ */

.btn__icon {
  height: 18px;
  min-width: 18px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn__icon--left {
  margin-right: 0.5rem;
}

.btn__icon--right {
  margin-left: 0.5rem;
}

.btn__icon--view {
  width: 1.25rem;
}

.btn__icon--arrow-btn-download + span {
  padding-left: 0.5rem;
}

.btn__just-arrow-icon {
  height: 2.5rem;
  width: 2.5rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/** ============================================================================
 * BUTTON GROUP / WRAPPER
 * ============================================================================ */

.buttons__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  row-gap: 0.75rem;
}

@media (min-width: 768px) {
  .buttons__wrap {
    row-gap: 1.25rem;
  }
}

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

.buttons__wrap--right {
  justify-content: flex-end;
}

/** Styles for forms */

.contact-form .nf-field-container {
  margin-bottom: 0.375rem;
}

.contact-form .nf-field-container.textarea-container {
  margin-bottom: 0.625rem;
}

.contact-form .nf-field-container .file_upload-wrap {
  margin-bottom: 1.25rem;
}

.contact-form .nf-field-container .nf-signature-clear-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.contact-form .nf-field-container .nf-signature-clear-button:disabled:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.contact-form .nf-field-container .nf-signature-clear-button {
  --tw-bg-opacity: 1;
  background-color: rgb(180 35 24 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-form .nf-field-container .nf-signature-clear-button:hover {
  --tw-shadow: 0px 0px 80px 0px #00000066 inset;
  --tw-shadow-colored: inset 0px 0px 80px 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);
}

.contact-form .nf-field-container.email-container .nf-error-wrap > div::before, .contact-form .nf-field-container.textbox-container .nf-error-wrap > div::before, .contact-form .nf-field-container.textarea-container .nf-error-wrap > div::before {
  content: var(--tw-content);
  top: -2.5rem;
}

.contact-form .nf-multi-cell .nf-cell {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.contact-form .nf-label-span {
  font-weight: 300;
}

.contact-form .nf-form-content {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) .nf-field-label {
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) .nf-field-label label {
  font-weight: 300;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input,
      .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select,
      .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
  height: 2.5rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  line-height: 110%;
}

@media (min-width: 768px) {
  .contact-form .nf-form-content .field-wrap:not(.submit-wrap) input,
      .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select,
      .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .contact-form .nf-form-content .field-wrap:not(.submit-wrap) input,
      .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select,
      .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
    height: 3rem;
  }
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input::-moz-placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select::-moz-placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 110%;
  opacity: 0.5;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input::placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select::placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea::placeholder {
  font-size: 14px;
  line-height: 110%;
  opacity: 0.5;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M15 1.5L8 8.5L1 1.5' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 14px 9px;
  padding-right: 2.5rem !important;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
  height: 8rem;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).date-wrap .nf-label-span {
  font-weight: 300;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).list-wrap .nf-label-span {
  font-weight: 300;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).list-wrap .nf-field-element ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).list-wrap .nf-field-element li input {
  height: 1rem;
  width: 1rem !important;
  padding: 0.25rem;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).list-wrap .nf-field-element li input[type="radio"] {
  border-radius: 9999px;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).list-wrap .nf-field-element li input[type="radio"].nf-checked {
  --tw-border-opacity: 1;
  border-color: rgb(17 57 29 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
  background-size: cover;
  --tw-shadow: inset 0 0 0px 2px #ffffff;
  --tw-shadow-colored: inset 0 0 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-image: none;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).list-wrap .nf-field-element li input[type="checkbox"].nf-checked {
  --tw-border-opacity: 1;
  border-color: rgb(17 57 29 / var(--tw-border-opacity, 1));
  background-image: url("./assets/vectors/check.svg");
  background-size: 60%;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).checkbox-wrap {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).checkbox-wrap .nf-field-element {
  width: 1rem;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).checkbox-wrap .nf-field-element input[type="checkbox"] {
  margin-top: 0.25rem;
  height: 1rem !important;
  width: 1rem;
  padding: 0.25rem;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).checkbox-wrap .nf-field-element input[type="checkbox"].nf-checked {
  --tw-border-opacity: 1;
  border-color: rgb(17 57 29 / var(--tw-border-opacity, 1));
  background-image: url("./assets/vectors/check.svg");
  background-size: 60%;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).checkbox-wrap .nf-field-description {
  width: 100%;
  font-size: 12px;
  line-height: 110%;
  font-weight: 300;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).checkbox-wrap .nf-field-description p {
  font-size: 12px;
  line-height: 110%;
  font-weight: 300;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).checkbox-wrap .nf-field-label {
  margin-bottom: 0px;
  margin-top: 0px;
  width: calc(100% - 16px);
  padding-bottom: 0px;
  padding-left: 0.5rem;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).checkbox-wrap label {
  display: block;
  font-size: 14px;
  line-height: 110%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).checkbox-wrap label a {
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).checkbox-wrap label a:hover {
  text-decoration-color: transparent;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap).checkbox-wrap .nf-error-wrap > div::before {
  content: var(--tw-content);
  top: 0px;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) .pikaday__container .pikaday__display {
  background-image: url("./assets/vectors/calendar.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
}

.contact-form .submit-container {
  margin-top: 2.5rem;
}

.contact-form .submit-container .nf-field .nf-field-element {
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}

.contact-form .submit-container .nf-field .nf-field-element input {
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
}

.contact-form .nf-error-wrap > div {
  position: relative;
}

.contact-form .nf-error-wrap > div::before {
  position: absolute;
  right: 0px;
  top: 0.125rem;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url("./assets/vectors/error.svg");
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.contact-form .label-right .nf-after-field {
  width: 100%;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with an `entry-title` class on the
 * frontend and to the post heading in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 1280px;
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all content blocks with an `entry-content` class on
 * the frontend and within the block editor.
 *
 * The `$post-content-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */

.entry-content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1em;
  margin-bottom: 1em;
}

.entry-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.entry-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.entry-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  color: #F4FF00;
}

.entry-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.entry-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-inline-start: 1.625em;
  padding-left: 1.5em;
}

.entry-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-inline-start: 1.625em;
  padding-left: 1.5em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 500;
  color: var(--tw-prose-counters);
}

.entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 400;
  font-style: normal;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-inline-start: 1em;
  border-left-width: 4px;
  border-left-color: var(--tw-prose-quote-borders);
  padding-left: 1.5em;
}

.entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 0.75em;
  line-height: 1.1;
}

.entry-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 36px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.entry-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 28px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.entry-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.entry-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: 24px;
}

.entry-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 8px;
}

.entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 500;
  font-size: 0.875em;
  background-color: #edf1f3;
  border-radius: 4px;
  padding: 0.125em 0.375em;
}

.entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.entry-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.entry-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(pre):not(:where([class~="not-prose"],[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.5em;
  margin-bottom: 1.5em;
  border-radius: 8px;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
  padding: 1em 1.5em;
}

.entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: 0.875em;
  font-family: inherit;
  line-height: inherit;
}

.entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.entry-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 2px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
  padding: 0.75em 1em;
  text-align: left;
}

.entry-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.entry-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
  padding: 0.75em 1em;
}

.entry-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.entry-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.entry-content :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.75em;
  text-align: center;
}

.entry-content {
  --tw-prose-body: #11391D;
  --tw-prose-headings: #FF0808;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #FF0808;
  --tw-prose-bold: #11391D;
  --tw-prose-bullets: #F4FF00;
  --tw-prose-hr: #edf1f3;
  --tw-prose-quotes: #FF0808;
  --tw-prose-quote-borders: #F4FF00;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #FF3743;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #FF0808;
  --tw-prose-th-borders: #edf1f3;
  --tw-prose-td-borders: #edf1f3;
  --tw-prose-invert-body: #ffffff;
  --tw-prose-invert-headings: #ffffff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #F4FF00;
  --tw-prose-invert-bold: #ffffff;
  --tw-prose-invert-counters: #FFC400;
  --tw-prose-invert-bullets: #F4FF00;
  --tw-prose-invert-quotes: #ffffff;
  --tw-prose-invert-quote-borders: #F4FF00;
  --tw-prose-invert-captions: #FFC400;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #ffffff;
  --tw-prose-invert-pre-code: #e5e7eb;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.5;
}

.entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.entry-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.entry-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}

.entry-content :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}

.entry-content :where(p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content :where(blockquote p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.125em;
}

.entry-content {
  --tw-prose-body: #334155;
  --tw-prose-headings: #0f172a;
  --tw-prose-lead: #475569;
  --tw-prose-links: #0f172a;
  --tw-prose-bold: #0f172a;
  --tw-prose-counters: #64748b;
  --tw-prose-bullets: #cbd5e1;
  --tw-prose-hr: #e2e8f0;
  --tw-prose-quotes: #0f172a;
  --tw-prose-quote-borders: #e2e8f0;
  --tw-prose-captions: #64748b;
  --tw-prose-kbd: #0f172a;
  --tw-prose-kbd-shadows: rgb(15 23 42 / 10%);
  --tw-prose-code: #0f172a;
  --tw-prose-pre-code: #e2e8f0;
  --tw-prose-pre-bg: #1e293b;
  --tw-prose-th-borders: #cbd5e1;
  --tw-prose-td-borders: #e2e8f0;
  --tw-prose-invert-body: #cbd5e1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #94a3b8;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #94a3b8;
  --tw-prose-invert-bullets: #475569;
  --tw-prose-invert-hr: #334155;
  --tw-prose-invert-quotes: #f1f5f9;
  --tw-prose-invert-quote-borders: #334155;
  --tw-prose-invert-captions: #94a3b8;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #cbd5e1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #475569;
  --tw-prose-invert-td-borders: #334155;
  max-width: none;
}

.entry-content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1));
}

/* Content width from the `theme.json` file */

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

/* Wide width from the `theme.json` file */

.entry-content > .alignwide {
  max-width: 1440px;
}

/* Full width */

.entry-content > .alignfull {
  max-width: none;
}

/**
 * Custom components (ajax-search, search, ninja-form, 404, single-post)
 * are NOT imported here - they are compiled separately and loaded
 * conditionally via TC_Asset_Loader. See: build-block-css.js
 */

/**
 * Blocks, components, and snippets are NOT imported here.
 * They are compiled separately and loaded conditionally via TC_Asset_Loader.
 * See: build-block-css.js
 */

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-40 {
  margin-top: 10rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.w-full {
  width: 100%;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

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

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

.bg-transparent {
  background-color: transparent;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-40 {
  padding-top: 10rem;
}

.align-bottom {
  vertical-align: bottom;
}

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

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

@media (min-width: 1024px) {
  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }
}
