*, ::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.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-\[2\.5\%\] {
  left: 2.5%;
}
.left-\[3\.2rem\] {
  left: 3.2rem;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.right-\[2\.75rem\] {
  right: 2.75rem;
}
.right-\[3\.75rem\] {
  right: 3.75rem;
}
.right-\[4rem\] {
  right: 4rem;
}
.top-0 {
  top: 0px;
}
.top-3 {
  top: 0.75rem;
}
.top-\[-1rem\] {
  top: -1rem;
}
.top-\[0\.25rem\] {
  top: 0.25rem;
}
.top-\[50\%\] {
  top: 50%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1020\] {
  z-index: 1020;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.float-right {
  float: right;
}
.-m-0 {
  margin: -0px;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-\[56px\] {
  margin-left: 56px;
  margin-right: 56px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[3\.75rem\] {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-\[1px\] {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-60 {
  margin-bottom: 15rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0\.1rem\] {
  margin-bottom: 0.1rem;
}
.mb-\[0\.625rem\] {
  margin-bottom: 0.625rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[0\.1rem\] {
  margin-top: 0.1rem;
}
.mt-\[0\.55rem\] {
  margin-top: 0.55rem;
}
.mt-\[1\.875rem\] {
  margin-top: 1.875rem;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[5rem\] {
  margin-top: 5rem;
}
.mt-\[81px\] {
  margin-top: 81px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[145\/100\] {
  aspect-ratio: 145/100;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[\.75rem\] {
  height: .75rem;
}
.h-\[0\.12rem\] {
  height: 0.12rem;
}
.h-\[1\.375rem\] {
  height: 1.375rem;
}
.h-\[1\.875rem\] {
  height: 1.875rem;
}
.h-\[1024px\] {
  height: 1024px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[2\.5rem\] {
  height: 2.5rem;
}
.h-\[2\.85rem\] {
  height: 2.85rem;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[6\.25rem\] {
  height: 6.25rem;
}
.h-\[98\%\] {
  height: 98%;
}
.h-\[calc\(100\%-17rem\)\] {
  height: calc(100% - 17rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-header {
  height: 5.25rem;
}
.h-screen {
  height: 100vh;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-\[125rem\] {
  max-height: 125rem;
}
.max-h-\[3\.25rem\] {
  max-height: 3.25rem;
}
.max-h-\[calc\(100vh-5rem\)\] {
  max-height: calc(100vh - 5rem);
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[18\.75rem\] {
  min-height: 18.75rem;
}
.min-h-\[24\.25rem\] {
  min-height: 24.25rem;
}
.min-h-\[6rem\] {
  min-height: 6rem;
}
.min-h-\[7\.8rem\] {
  min-height: 7.8rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-17 {
  width: 4.25rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-37 {
  width: 9.25rem;
}
.w-4 {
  width: 1rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[\.75rem\] {
  width: .75rem;
}
.w-\[1\.375rem\] {
  width: 1.375rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[2\.5rem\] {
  width: 2.5rem;
}
.w-\[2\.85rem\] {
  width: 2.85rem;
}
.w-\[28\.125rem\] {
  width: 28.125rem;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[6\.25rem\] {
  width: 6.25rem;
}
.w-\[95\%\] {
  width: 95%;
}
.w-full {
  width: 100%;
}
.w-inputHeader {
  width: 31.25rem;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-80 {
  min-width: 20rem;
}
.max-w-16 {
  max-width: 4rem;
}
.max-w-\[18rem\] {
  max-width: 18rem;
}
.max-w-\[37\.5rem\] {
  max-width: 37.5rem;
}
.max-w-\[390px\] {
  max-width: 390px;
}
.max-w-\[41\.875rem\] {
  max-width: 41.875rem;
}
.max-w-\[43rem\] {
  max-width: 43rem;
}
.max-w-\[47\.6rem\] {
  max-width: 47.6rem;
}
.max-w-\[47rem\] {
  max-width: 47rem;
}
.max-w-\[50rem\] {
  max-width: 50rem;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[64rem\] {
  max-width: 64rem;
}
.max-w-\[90rem\] {
  max-width: 90rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-site {
  max-width: 90rem;
}
.max-w-standard {
  max-width: 47.65rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-1\/5 {
  flex-basis: 20%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes fadeIn {

  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fadeIn .4s cubic-bezier(.4,0,.2,1) forwards;
}
@keyframes fadeOut {

  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
  }

  100% {
    display: none;
    opacity: 0;
  }
}
.animate-fade-out {
  animation: fadeOut .4s cubic-bezier(.4,0,.2,1) forwards;
}
.animate-moveInRightMenu {
  animation: moveInRightMenu .5s cubic-bezier(.4,0,.2,1) forwards;
}
@keyframes moveInTop {

  0% {
    display: none;
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }

  1% {
    display: block;
  }

  100% {
    display: block;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate-moveInTop {
  animation: moveInTop .5s cubic-bezier(.4,0,.2,1) forwards;
}
.animate-moveOutRightMenu {
  animation: moveOutRightMenu .5s cubic-bezier(.4,0,.2,1) forwards;
}
@keyframes moveOutTop {

  0% {
    display: block;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  99% {
    display: block;
  }

  100% {
    display: none;
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
.animate-moveOutTop {
  animation: moveOutTop .5s cubic-bezier(.4,0,.2,1) forwards;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 3s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.content-stretch {
  align-content: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[0\.9rem\] {
  border-radius: 0.9rem;
}
.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}
.rounded-\[1rem\] {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-r-\[1\.5rem\] {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-\[1\.5rem\] {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-\[1\.5rem\] {
  border-bottom-right-radius: 1.5rem;
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity, 1));
}
.border-greyLight {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(217 61 4 / var(--tw-border-opacity, 1));
}
.border-orangeLight {
  --tw-border-opacity: 1;
  border-color: rgb(240 177 155 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-orange {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 61 4 / var(--tw-border-opacity, 1));
}
.bg-\[\#D93D04\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 61 4 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0fdf4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fef2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 95 115 / var(--tw-bg-opacity, 1));
}
.bg-blueDark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 58 / var(--tw-bg-opacity, 1));
}
.bg-blueLight {
  --tw-bg-opacity: 1;
  background-color: rgb(153 201 211 / var(--tw-bg-opacity, 1));
}
.bg-blueLightest {
  --tw-bg-opacity: 1;
  background-color: rgb(204 228 233 / var(--tw-bg-opacity, 1));
}
.bg-blueSuperLight {
  --tw-bg-opacity: 1;
  background-color: rgb(229 241 244 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-greyLight {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(217 61 4 / var(--tw-bg-opacity, 1));
}
.bg-orangeLightDark {
  --tw-bg-opacity: 1;
  background-color: rgb(247 216 205 / var(--tw-bg-opacity, 1));
}
.bg-orangeLightest {
  --tw-bg-opacity: 1;
  background-color: rgb(251 235 230 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 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));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-blueDark {
  --tw-gradient-to: #00303A var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-10 {
  padding: 2.5rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-20 {
  padding: 5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[3\.75rem\] {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[0\.2rem\] {
  padding-bottom: 0.2rem;
}
.pb-\[1\.1rem\] {
  padding-bottom: 1.1rem;
}
.pb-\[1\.875rem\] {
  padding-bottom: 1.875rem;
}
.pb-\[3\.125rem\] {
  padding-bottom: 3.125rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[1\.875rem\] {
  padding-left: 1.875rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[5\.5rem\] {
  padding-right: 5.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[1\.875rem\] {
  padding-top: 1.875rem;
}
.pt-\[3\.125rem\] {
  padding-top: 3.125rem;
}
.pt-\[3rem\] {
  padding-top: 3rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-baseline {
  vertical-align: baseline;
}
.align-middle {
  vertical-align: middle;
}
.font-agvFont {
  font-family: din-2014, sans-serif;
}
.font-agvFontNarrow {
  font-family: din-2014-narrow, sans-serif;
}
.font-agvRoundedFont {
  font-family: din-2014-rounded-variable, sans-serif;
}
.\!text-bodyl {
  font-size: 1.25rem !important;
  line-height: 1.875rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[3\.125rem\] {
  font-size: 3.125rem;
}
.text-bodyl {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.text-bodym {
  font-size:  1.0625rem;
  line-height: 1.625rem;
}
.text-bodys {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.text-bodyxs {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.text-l {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-m {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-s {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 2.5rem;
  line-height: 3.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[3\.75rem\] {
  line-height: 3.75rem;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(217 61 4 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#14532d\] {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-\[\#15803c\] {
  --tw-text-opacity: 1;
  color: rgb(21 128 60 / var(--tw-text-opacity, 1));
}
.text-\[\#7f1d1d\] {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-\[\#f87171\] {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(216 216 216 / var(--tw-text-opacity, 1));
}
.text-greyDark {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(217 61 4 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-1 {
  text-underline-offset: 1px;
}
.placeholder-greyDark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 107 107 / var(--tw-placeholder-opacity, 1));
}
.placeholder-greyDark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 107 107 / var(--tw-placeholder-opacity, 1));
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-2 {
  outline-width: 2px;
}
.outline-blue {
  outline-color: #005F73;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.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);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * din-2014:
 *   - http://typekit.com/eulas/00000000000000007735afd9
 *   - http://typekit.com/eulas/00000000000000007735afe1
 *   - http://typekit.com/eulas/00000000000000007735afe4
 *   - http://typekit.com/eulas/00000000000000007735afe8
 *   - http://typekit.com/eulas/00000000000000007735afea
 *   - http://typekit.com/eulas/00000000000000007735afee
 *   - http://typekit.com/eulas/00000000000000007735aff1
 *   - http://typekit.com/eulas/00000000000000007735aff2
 *   - http://typekit.com/eulas/00000000000000007735aff4
 *   - http://typekit.com/eulas/00000000000000007735aff6
 *   - http://typekit.com/eulas/00000000000000007735aff7
 *   - http://typekit.com/eulas/00000000000000007735aff8
 * din-2014-narrow:
 *   - http://typekit.com/eulas/00000000000000007735afdc
 *   - http://typekit.com/eulas/00000000000000007735afe0
 *   - http://typekit.com/eulas/00000000000000007735afe5
 *   - http://typekit.com/eulas/00000000000000007735afe9
 *   - http://typekit.com/eulas/00000000000000007735afeb
 *   - http://typekit.com/eulas/00000000000000007735afef
 *
 * © 2009-2024 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2024-03-13 15:32:48 UTC"}*/

@font-face {
	font-family: "din-2014-rounded-variable";
	src: url("https://use.typekit.net/af/becf63/0000000000000000774b978e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
		url("https://use.typekit.net/af/becf63/0000000000000000774b978e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
		url("https://use.typekit.net/af/becf63/0000000000000000774b978e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@import url("https://p.typekit.net/p.css?s=1&k=tuk7gfn&ht=tk&f=32222.32223.32224.32225.32226.32227.32228.32229.32230.32231.32232.32233.32234.32235.32236.32237.32238.32239&a=88028378&app=typekit&e=css");

@font-face {
	font-family: "din-2014";
	src: url("https://use.typekit.net/af/c2b6e5/00000000000000007735afee/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
		url("https://use.typekit.net/af/c2b6e5/00000000000000007735afee/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
		url("https://use.typekit.net/af/c2b6e5/00000000000000007735afee/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "din-2014";
	src: url("https://use.typekit.net/af/2bc98d/00000000000000007735aff1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
		url("https://use.typekit.net/af/2bc98d/00000000000000007735aff1/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
		url("https://use.typekit.net/af/2bc98d/00000000000000007735aff1/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
}

@font-face {
	font-family: "din-2014";
	src: url("https://use.typekit.net/af/1fe1ce/00000000000000007735aff6/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
		url("https://use.typekit.net/af/1fe1ce/00000000000000007735aff6/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
		url("https://use.typekit.net/af/1fe1ce/00000000000000007735aff6/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
}

@font-face {
	font-family: "din-2014";
	src: url("https://use.typekit.net/af/dc88f0/00000000000000007735aff7/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),
		url("https://use.typekit.net/af/dc88f0/00000000000000007735aff7/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),
		url("https://use.typekit.net/af/dc88f0/00000000000000007735aff7/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 800;
	font-stretch: normal;
}

@font-face {
	font-family: "din-2014-narrow";
	src: url("https://use.typekit.net/af/2bdaca/00000000000000007735afe5/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
		url("https://use.typekit.net/af/2bdaca/00000000000000007735afe5/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
		url("https://use.typekit.net/af/2bdaca/00000000000000007735afe5/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "din-2014-narrow";
	src: url("https://use.typekit.net/af/ceff00/00000000000000007735afe9/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
		url("https://use.typekit.net/af/ceff00/00000000000000007735afe9/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
		url("https://use.typekit.net/af/ceff00/00000000000000007735afe9/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
}

@font-face {
	font-family: "din-2014-narrow";
	src: url("https://use.typekit.net/af/6be18e/00000000000000007735afeb/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
		url("https://use.typekit.net/af/6be18e/00000000000000007735afeb/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
		url("https://use.typekit.net/af/6be18e/00000000000000007735afeb/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
}

@font-face {
	font-family: "din-2014-narrow";
	src: url("https://use.typekit.net/af/1354e5/00000000000000007735afef/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),
		url("https://use.typekit.net/af/1354e5/00000000000000007735afef/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),
		url("https://use.typekit.net/af/1354e5/00000000000000007735afef/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 800;
	font-stretch: normal;
}

#epi-navigator {
	position: absolute;
	top: 0;
	right: left;
	background: #f7542b;
	border: 1px solid #f7542b;
	height: 32px;
	width: 136px;
	z-index: 1200;
}

#epi-navigator span {
		background: url('/logo/epi-logo.svg') center center no-repeat;
		display: block;
		height: 16px;
		text-indent: -9999em;
		margin-top: 7px;
	}

.tk-din-2014 {
	font-family: "din-2014", sans-serif;
}

.tk-din-2014-narrow {
	font-family: "din-2014-narrow", sans-serif;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

*:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #005F73;
}

/* For iphones to prevent inconsistent behaviour */
@media (hover: none) and (pointer: coarse) {
	*:focus-visible {
		outline: none !important;
		box-shadow: none !important;
	}
}

slide-over {
	display: block;
}

.mobile-dialog {
	position: fixed;
	margin: 0;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	border: 0;
}

.desktop-dialog {
	position: fixed;
	margin-right: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 28.125rem;
	max-width: 100%;
	max-height: 100%;
	border: 0;
	padding: 0 2rem;
}

.subscribe-dialog {
	position: fixed;
	margin: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100vh;
	max-width: 100%;
	max-height: 100%;
	border: 0;
}

slide-over dialog[open] {
	animation: moveInRight 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.5);
}

slide-over dialog[open].closing {
	animation: moveOutRight 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

dialog::backdrop {
	background: transparent;
}

.search-overlay {
	content: "";
	display: block;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 6rem;
	left: 0;
	z-index: 40;
	transition: opacity 0.3s ease-in-out;
}

.menu-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 49;
	animation: fadeOut 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.menu-open .menu-overlay {
	display: block;
	animation: fadeIn 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.text-underline {
	text-decoration-line: underline !important;
}

.text-line-through {
	text-decoration-line: line-through;
	color: #d93d04 !important;
}

.textlink-with-arrow {
	position: relative !important;
	list-style-type: none !important;
	display: flex;
	align-items: center;
	font-weight: 700;
	text-decoration: underline !important;
	cursor: pointer;
	color: #d93d04 !important;
	text-decoration: none !important;
}

.textlink-with-arrow:hover {
	text-decoration: underline !important;
	cursor: pointer;
	color: #d93d04 !important;
}

.textlink-with-arrow::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	font-weight: 700;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 26px;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjRDkzRDA0IiBkPSJNNDM4LjYgMjc4LjZjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNsLTE2MC0xNjBjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zTDMzOC44IDIyNCAzMiAyMjRjLTE3LjcgMC0zMiAxNC4zLTMyIDMyczE0LjMgMzIgMzIgMzJsMzA2LjcgMEwyMzMuNCAzOTMuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMGwxNjAtMTYweiIvPjwvc3ZnPg==");
	flex-shrink: 0;
}

/* .textlink-with-arrow::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	font-weight: 400;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath d="M336 0c-8.8 0-16 7.2-16 16s7.2 16 16 16H457.4L212.7 276.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 54.6V176c0 8.8 7.2 16 16 16s16-7.2 16-16V16c0-8.8-7.2-16-16-16H336zM64 32C28.7 32 0 60.7 0 96V448c0 35.3 28.7 64 64 64H416c35.3 0 64-28.7 64-64V304c0-8.8-7.2-16-16-16s-16 7.2-16 16V448c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H208c8.8 0 16-7.2 16-16s-7.2-16-16-16H64z"/%3E%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: auto;
	flex-shrink: 0;
}
 */

/* textlink-as-table */

.textlink-as-table {
	padding-left: 0px !important;
}

.textlink-as-table li {
	position: relative !important;
	list-style-type: none !important;
	padding: 15px 20px 15px 20px !important;
	display: flex;
	align-items: center;
}

.textlink-as-table li:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #d93d04;
}

.textlink-as-table li a {
	text-decoration: none !important;
}

.textlink-as-table li:nth-child(odd) {
	background-color: #e5f1f4;
}

.textlink-as-table li::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	font-weight: 700;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 26px;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjRDkzRDA0IiBkPSJNNDM4LjYgMjc4LjZjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNsLTE2MC0xNjBjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zTDMzOC44IDIyNCAzMiAyMjRjLTE3LjcgMC0zMiAxNC4zLTMyIDMyczE0LjMgMzIgMzIgMzJsMzA2LjcgMEwyMzMuNCAzOTMuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMGwxNjAtMTYweiIvPjwvc3ZnPg==");
	flex-shrink: 0;
}

/* .textlink-as-table li::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	font-weight: 400;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath d="M336 0c-8.8 0-16 7.2-16 16s7.2 16 16 16H457.4L212.7 276.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 54.6V176c0 8.8 7.2 16 16 16s16-7.2 16-16V16c0-8.8-7.2-16-16-16H336zM64 32C28.7 32 0 60.7 0 96V448c0 35.3 28.7 64 64 64H416c35.3 0 64-28.7 64-64V304c0-8.8-7.2-16-16-16s-16 7.2-16 16V448c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H208c8.8 0 16-7.2 16-16s-7.2-16-16-16H64z"/%3E%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: auto;
	flex-shrink: 0;
} */

/* Cookie Settings link cursor */

.cookiecursor {
	cursor: pointer;
}

/* cta button */
.cta-button {
	display: inline-block;
	padding: 0.8rem 1rem;
	background-color: #d93d04;
	color: white !important;
	text-decoration: none !important;
	border-radius: 24px;
	margin: 0 0 1rem;
	transition: background-color 0.2s ease-in-out;
}

.cta-button:hover {
	color: white !important;
	background-color: #ae3103;
}

/* quote */

.quote {
	padding: 2.5rem;
	border-radius: 24px 24px 24px 0px;
	border: 2px solid #d93d04;
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: 32px !important;
	letter-spacing: 0.800000011920929px;
	text-align: left;
	color: #d93d04 !important;
}

/*styles for curly quotes to text*/
.curly-quotes {
	position: relative;
	display: inline-block;
}

.curly-quotes::before {
	content: '”';
	position: absolute;
	left: -12px;
}

.curly-quotes::after {
	content: '”';
	position: absolute;
}

.max-h-standard {
	max-height: 40rem;
}

.rounded-2xl {
	border-radius: 1rem;
}

@media (min-width:768px) {
	.wider-field {
		width: 41%;
	}
}

/* Animation keyframes */
@keyframes moveOutRight {
	0% {
		display: block;
		transform: translate3d(0, 0, 0);
		box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.5);
	}

	99% {
		display: block;
	}

	100% {
		display: none;
		transform: translate3d(100%, 0, 0);
		box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0);
	}
}

@keyframes moveInRight {
	0% {
		display: none;
		transform: translate3d(100%, 0, 0);
		box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0);
	}

	1% {
		display: block;
	}

	100% {
		display: block;
		transform: translate3d(0, 0, 0);
		box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.5);
	}
}

@keyframes moveOutRightMenu {
	0% {
		display: block;
		transform: translate3d(0, 0, 0);
	}

	99% {
		display: block;
	}

	100% {
		display: none;
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes moveInRightMenu {
	0% {
		display: none;
		transform: translate3d(100%, 0, 0);
	}

	1% {
		display: block;
	}

	100% {
		display: block;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes moveInRight {
	0% {
		display: none;
		transform: translate3d(100%, 0, 0);
		box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0);
	}

	1% {
		display: block;
	}

	100% {
		display: block;
		transform: translate3d(0, 0, 0);
		box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.5);
	}
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:border-none:first-child {
  border-style: none;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:pb-32:last-child {
  padding-bottom: 8rem;
}

.last-of-type\:border-none:last-of-type {
  border-style: none;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 61 4 / var(--tw-border-opacity, 1));
}

.hover\:border-orangeDark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(174 49 3 / var(--tw-border-opacity, 1));
}

.hover\:border-orangeLightest:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 235 230 / var(--tw-border-opacity, 1));
}

.hover\:bg-greyLight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orangeDark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 49 3 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orangeLightest:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 235 230 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orangeSuperLight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 242 / var(--tw-bg-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:underline-offset-1:hover {
  text-underline-offset: 1px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-0:focus {
  outline-width: 0px;
}

.focus\:outline-black:focus {
  outline-color: #222222;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-\[3px\]:focus-visible {
  outline-width: 3px;
}

.focus-visible\:outline-\[\#d93d04\]:focus-visible {
  outline-color: #d93d04;
}

.group:hover .group-hover\:cursor-pointer {
  cursor: pointer;
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.group:focus-visible .group-focus-visible\:outline {
  outline-style: solid;
}

.group.menu-open .group-\[\.menu-open\]\:z-\[1010\] {
  z-index: 1010;
}

@media (min-width: 640px) {

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[10rem\] {
    height: 10rem;
  }

  .sm\:h-\[6\.1rem\] {
    height: 6.1rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-\[47\.6rem\] {
    max-width: 47.6rem;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:px-\[2rem\] {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:text-bodyButton {
    font-size: .75rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {

  .md\:relative {
    position: relative;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:left-\[-3rem\] {
    left: -3rem;
  }

  .md\:left-\[4\.2rem\] {
    left: 4.2rem;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:top-\[-2rem\] {
    top: -2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-\[40rem\] {
    height: 40rem;
  }

  .md\:max-h-40 {
    max-height: 10rem;
  }

  .md\:max-h-\[26rem\] {
    max-height: 26rem;
  }

  .md\:max-h-\[30rem\] {
    max-height: 30rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-smallImage {
    width: 23.21875rem;
  }

  .md\:min-w-60 {
    min-width: 15rem;
  }

  .md\:max-w-\[20rem\] {
    max-width: 20rem;
  }

  .md\:max-w-\[23\.125rem\] {
    max-width: 23.125rem;
  }

  .md\:max-w-\[41\.875rem\] {
    max-width: 41.875rem;
  }

  .md\:flex-\[20\%\] {
    flex: 20%;
  }

  .md\:flex-\[60\%\] {
    flex: 60%;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-b-\[1\.5rem\] {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-r-\[1\.5rem\] {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-t-\[1\.5rem\] {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-bl-\[1\.5rem\] {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-tr-\[1\.5rem\] {
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:bg-blueSuperLight {
    --tw-bg-opacity: 1;
    background-color: rgb(229 241 244 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-\[3rem\] {
    padding-top: 3rem;
  }

  .md\:text-bodyButton {
    font-size: .75rem;
    line-height: 1.25rem;
  }

  .md\:text-bodym {
    font-size:  1.0625rem;
    line-height: 1.625rem;
  }

  .md\:text-orange {
    --tw-text-opacity: 1;
    color: rgb(217 61 4 / var(--tw-text-opacity, 1));
  }

  .md\:hover\:bg-orangeLightest:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 235 230 / var(--tw-bg-opacity, 1));
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-32 {
    right: 8rem;
  }

  .lg\:right-\[-1rem\] {
    right: -1rem;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:top-\[5\.25rem\] {
    top: 5.25rem;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-\[1px\] {
    margin-top: 1px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-27 {
    height: 27.5rem;
  }

  .lg\:max-h-\[122rem\] {
    max-height: 122rem;
  }

  .lg\:max-h-\[30rem\] {
    max-height: 30rem;
  }

  .lg\:max-h-\[31\.2rem\] {
    max-height: 31.2rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-menu {
    width: 28.12rem;
  }

  .lg\:min-w-80 {
    min-width: 20rem;
  }

  .lg\:max-w-\[682px\] {
    max-width: 682px;
  }

  .lg\:max-w-text {
    max-width: 37.5rem;
  }

  .lg\:flex-\[36\%\] {
    flex: 36%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:basis-1\/12 {
    flex-basis: 8.333333%;
  }

  .lg\:translate-y-\[-40px\] {
    --tw-translate-y: -40px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-bl-\[1\.5rem\] {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-br-\[1\.5rem\] {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-l-orange {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 61 4 / var(--tw-border-opacity, 1));
  }

  .lg\:bg-blueSuperLight {
    --tw-bg-opacity: 1;
    background-color: rgb(229 241 244 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-blueSuperSuperLight {
    --tw-bg-opacity: 1;
    background-color: rgb(242 248 249 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-\[1\.875rem\] {
    padding-bottom: 1.875rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-\[10rem\] {
    padding-left: 10rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-\[17rem\] {
    padding-right: 17rem;
  }

  .lg\:pr-\[3\.75rem\] {
    padding-right: 3.75rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:text-orange {
    --tw-text-opacity: 1;
    color: rgb(217 61 4 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1280px) {

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-\[30\%\] {
    width: 30%;
  }

  .xl\:w-\[50\%\] {
    width: 50%;
  }

  .xl\:w-\[61\%\] {
    width: 61%;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:basis-2\/3 {
    flex-basis: 66.666667%;
  }
}

.\[\&_a\:hover\]\:no-underline a:hover {
  text-decoration-line: none;
}

.\[\&_a\]\:block a {
  display: block;
}

.\[\&_a\]\:rounded-full a {
  border-radius: 9999px;
}

.\[\&_a\]\:bg-orange a {
  --tw-bg-opacity: 1;
  background-color: rgb(217 61 4 / var(--tw-bg-opacity, 1));
}

.\[\&_a\]\:px-3 a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_a\]\:py-2 a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&_a\]\:text-bodym a {
  font-size:  1.0625rem;
  line-height: 1.625rem;
}

.\[\&_a\]\:font-bold a {
  font-weight: 700;
}

.\[\&_a\]\:leading-6 a {
  line-height: 1.5rem;
}

.\[\&_a\]\:tracking-wider a {
  letter-spacing: 0.05em;
}

.\[\&_a\]\:text-orange a {
  --tw-text-opacity: 1;
  color: rgb(217 61 4 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}

.\[\&_bold\]\:font-bold bold {
  font-weight: 700;
}

.\[\&_bold\]\:text-orange bold {
  --tw-text-opacity: 1;
  color: rgb(217 61 4 / var(--tw-text-opacity, 1));
}

.\[\&_h1\]\:mb-6 h1 {
  margin-bottom: 1.5rem;
}

.\[\&_h1\]\:text-l h1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.\[\&_h1\]\:text-orange h1 {
  --tw-text-opacity: 1;
  color: rgb(217 61 4 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:mb-2 h2 {
  margin-bottom: 0.5rem;
}

.\[\&_h2\]\:mb-5 h2 {
  margin-bottom: 1.25rem;
}

.\[\&_h2\]\:mb-6 h2 {
  margin-bottom: 1.5rem;
}

.\[\&_h2\]\:text-m h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.\[\&_h2\]\:leading-8 h2 {
  line-height: 2rem;
}

.\[\&_h2\]\:text-\[\#222222\] h2 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:text-orange h2 {
  --tw-text-opacity: 1;
  color: rgb(217 61 4 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:mb-6 h3 {
  margin-bottom: 1.5rem;
}

.\[\&_h3\]\:text-s h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.\[\&_h3\]\:text-orange h3 {
  --tw-text-opacity: 1;
  color: rgb(217 61 4 / var(--tw-text-opacity, 1));
}

.\[\&_h4\]\:mb-6 h4 {
  margin-bottom: 1.5rem;
}

.\[\&_h4\]\:text-bodym h4 {
  font-size:  1.0625rem;
  line-height: 1.625rem;
}

.\[\&_h4\]\:text-orange h4 {
  --tw-text-opacity: 1;
  color: rgb(217 61 4 / var(--tw-text-opacity, 1));
}

.\[\&_h5\]\:mb-6 h5 {
  margin-bottom: 1.5rem;
}

.\[\&_h5\]\:text-bodym h5 {
  font-size:  1.0625rem;
  line-height: 1.625rem;
}

.\[\&_h5\]\:text-orange h5 {
  --tw-text-opacity: 1;
  color: rgb(217 61 4 / var(--tw-text-opacity, 1));
}

.\[\&_h6\]\:mb-6 h6 {
  margin-bottom: 1.5rem;
}

.\[\&_h6\]\:text-s h6 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.\[\&_h6\]\:text-orange h6 {
  --tw-text-opacity: 1;
  color: rgb(217 61 4 / var(--tw-text-opacity, 1));
}

.\[\&_li\]\:mb-6 li {
  margin-bottom: 1.5rem;
}

.\[\&_li\]\:text-black li {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.\[\&_ol\]\:list-decimal ol {
  list-style-type: decimal;
}

.\[\&_ol\]\:pb-4 ol {
  padding-bottom: 1rem;
}

.\[\&_ol\]\:pl-5 ol {
  padding-left: 1.25rem;
}

.\[\&_ol\]\:text-bodym ol {
  font-size:  1.0625rem;
  line-height: 1.625rem;
}

.\[\&_ol\]\:text-bodys ol {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.\[\&_p\]\:mb-10 p {
  margin-bottom: 2.5rem;
}

.\[\&_p\]\:mb-6 p {
  margin-bottom: 1.5rem;
}

.\[\&_p\]\:text-bodym p {
  font-size:  1.0625rem;
  line-height: 1.625rem;
}

.\[\&_p\]\:text-bodys p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.\[\&_p\]\:leading-6 p {
  line-height: 1.5rem;
}

.\[\&_p\]\:tracking-wide p {
  letter-spacing: 0.025em;
}

.\[\&_p\]\:tracking-wider p {
  letter-spacing: 0.05em;
}

.\[\&_p\]\:text-black p {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.\[\&_span\]\:mr-1 span {
  margin-right: 0.25rem;
}

.\[\&_span\]\:leading-6 span {
  line-height: 1.5rem;
}

.\[\&_span\]\:tracking-wider span {
  letter-spacing: 0.05em;
}

.\[\&_span\]\:text-orange span {
  --tw-text-opacity: 1;
  color: rgb(217 61 4 / var(--tw-text-opacity, 1));
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

.\[\&_ul\]\:pb-4 ul {
  padding-bottom: 1rem;
}

.\[\&_ul\]\:pl-5 ul {
  padding-left: 1.25rem;
}

.\[\&_ul\]\:text-bodym ul {
  font-size:  1.0625rem;
  line-height: 1.625rem;
}

.\[\&_ul\]\:text-bodys ul {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.\[\&_ul\]\:text-white ul {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_ul_li\]\:list-disc ul li {
  list-style-type: disc;
}

.\[\&_ul_li\]\:p-1 ul li {
  padding: 0.25rem;
}

.\[\&_ul_li\]\:marker\:text-orange * ul li::marker {
  color: rgb(217 61 4 );
}

.\[\&_ul_li\]\:marker\:text-orange ul li::marker {
  color: rgb(217 61 4 );
}

.\[\&_ul_li_li\]\:list-none ul li li {
  list-style-type: none;
}

.\[\&_ul_li_li\]\:pl-1 ul li li {
  padding-left: 0.25rem;
}

.\[\&_ul_li_li\]\:before\:mr-2 ul li li::before {
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.\[\&_ul_li_li\]\:before\:text-black ul li li::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.\[\&_ul_li_li\]\:before\:content-\[\'-\'\] ul li li::before {
  --tw-content: '-';
  content: var(--tw-content);
}