/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main.scss ***!
  \******************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

  .container {
    max-width: 100%;
  }
}
@media (min-width: 1180px) {

  .container {
    max-width: 1180px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-right-\[1px\] {
  right: -1px;
}
.-top-\[1px\] {
  top: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-5 {
  top: 1.25rem;
}
.top-\[200\%\] {
  top: 200%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[500\] {
  z-index: 500;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[81px\] {
  height: 81px;
}
.h-full {
  height: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[109px\] {
  width: 109px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[48px\] {
  width: 48px;
}
.w-full {
  width: 100%;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.max-w-\[574px\] {
  max-width: 574px;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-rdmGray04 {
  --tw-border-opacity: 1;
  border-color: rgb(202 214 218 / var(--tw-border-opacity));
}
.border-rdmGray08 {
  --tw-border-opacity: 1;
  border-color: rgb(124 139 144 / var(--tw-border-opacity));
}
.border-rdmGray11 {
  --tw-border-opacity: 1;
  border-color: rgb(64 75 79 / var(--tw-border-opacity));
}
.border-rdmGreen {
  --tw-border-opacity: 1;
  border-color: rgb(0 129 31 / var(--tw-border-opacity));
}
.border-t-rdmGray04 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 214 218 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-rdmGray {
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 246 / var(--tw-bg-opacity));
}
.bg-rdmGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 31 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.leading-tight {
  line-height: 1.25;
}
.text-rdmGray11 {
  --tw-text-opacity: 1;
  color: rgb(64 75 79 / var(--tw-text-opacity));
}
.text-rdmGreen {
  --tw-text-opacity: 1;
  color: rgb(0 129 31 / var(--tw-text-opacity));
}
.text-rdmRed {
  --tw-text-opacity: 1;
  color: rgb(181 51 34 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-90 {
  opacity: 0.9;
}
.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/**
 * Hidden elements
 *
 * @source core/modules/system/css/components/hidden.module.css
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  /**
  * The .focusable class extends the .visually-hidden class to allow
  * the element to be focusable when navigated to via the keyboard.
  */
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

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

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

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

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

@media (min-width: 100%) {

  #tfa-entry-form {
    max-width: 100%;
  }
}

@media (min-width: 1180px) {

  #tfa-entry-form {
    max-width: 1180px;
  }
}

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

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

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

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #ababab #ececec;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #ececec;
}

*::-webkit-scrollbar-thumb {
  --tw-border-opacity: 1;
  border-color: rgb(202 214 218 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(64 75 79 / var(--tw-bg-opacity));
}

body:not(.modal-open) .modal-basic {
  display: none;
}
body.modal-open::before {
  content: "";
  position: fixed;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
body.modal-open .modal-basic {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 83.333333%;
  --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));
  padding: 2rem;
}
@media (min-width: 768px) {

  body.modal-open .modal-basic {
    width: 66.666667%;
    padding: 3rem;
  }
}

#main {
  margin-left: auto;
  margin-right: auto;
  max-width: 776px;
}

/**
 * Tables
 */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.table-responsive table {
  min-width: -moz-max-content;
  min-width: max-content;
}

table {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(64 75 79 / var(--tw-text-opacity));
}
table tbody tr td {
  padding: 0.5rem;
  text-align: left;
}
@media (min-width: 768px) {

  table tbody tr td {
    min-width: 5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
table tbody tr td:first-child {
  white-space: nowrap;
  width: 1px;
}
table thead th {
  padding: 0.5rem;
  text-align: left;
}
@media (min-width: 768px) {

  table thead th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
table thead th.date-sort {
  background-image: url(4c51a41cf4f917cb3a64.svg);
  background-size: 16px;
  aspect-ratio: 1/1;
  background-position: right center;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
}
table.stripe thead th + th {
  text-align: right;
}
table.stripe tbody tr td + td {
  text-align: right;
}
table.stripe tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
table.stripe tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 246 / var(--tw-bg-opacity));
}

.details-wrapper .wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.details-wrapper .wrapper + .wrapper {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {

  .details-wrapper .wrapper + .wrapper {
    border-left-width: 1px;
  }
}
@media (max-width: 1023px) {

  .details-wrapper .wrapper + .wrapper {
    border-top-width: 1px;
  }
}

@media (min-width: 768px) {

  .qty-card .item-details {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .qty-card .item-details {
    order: 2;
    width: 100%;
  }
}

.tabs-wrapper {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  cursor: pointer;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}
.tabs-wrapper:after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 246 / var(--tw-bg-opacity));
}
.tabs-wrapper .tab {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tabs-wrapper .tab.active::after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 31 / var(--tw-bg-opacity));
}

.steps-wrapper {
  display: flex;
  align-items: stretch;
}

@media (max-width: 767px) {

  .steps-wrapper {
    gap: 0.5rem;
  }
}
.steps-wrapper .tab {
  position: relative;
  width: 100%;
  border-width: 1px;
  border-color: rgb(64 75 79 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.steps-wrapper .tab.prev-arrow-left:before, .steps-wrapper .tab.next-arrow-right:before {
  content: url(e08c214aa0bc44a77327.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -41%);
}
.steps-wrapper .tab.prev-arrow-left {
  --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));
}
.steps-wrapper .tab.active {
  position: relative;
}
.steps-wrapper .tab.active:after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 31 / var(--tw-bg-opacity));
}
@media (max-width: 767px) {

  .steps-wrapper .tab:not(.active) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.steps-wrapper .tab.disabled {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .steps-wrapper .tab.done {
    --tw-bg-opacity: 1;
    background-color: rgb(225 239 226 / var(--tw-bg-opacity));
  }
  .steps-wrapper .tab.done:before {
    content: url(8cec439064ca28c485f4.svg);
    position: absolute;
    transform: translateX(-30px);
  }
}

.step-content:not(.active),
.tab-content:not(.active) {
  display: none;
}

@font-face {
  font-family: "Bolder";
  src: url(7429b447ab86ef957604.woff2) format("woff2"), url(56cdcb10df68ea6134c7.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bolder";
  src: url(4cbb37c6eff85d9b507e.woff2) format("woff2"), url(42fdb9e593f2e43cddce.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bolder";
  src: url(d5e7cbf9ff59ecf9e3a7.woff2) format("woff2"), url(a717ad900a6fd20f83dc.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bolder";
  src: url(8ad5f17056af171798ca.woff2) format("woff2"), url(9c3728c0d5bb6edcd312.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: Bolder, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(64 75 79 / var(--tw-text-opacity));
}
@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
body.freeze {
  overflow: hidden;
}

h1 {
  font-family: Bolder, sans-serif;
}

.h1 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {
  .h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h2 {
  font-family: Bolder, sans-serif;
}

.h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1024px) {
  .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-family: Bolder, sans-serif;
}

.h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

h4 {
  font-family: Bolder, sans-serif;
}

.h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h5 {
  font-family: Bolder, sans-serif;
}

.h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
  .h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

a {
  text-underline-offset: 2px;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

p {
  margin-bottom: 1.5rem;
}
p a {
  --tw-text-opacity: 1;
  color: rgb(0 129 31 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  .text-base {
    font-size: 0.875rem;
  }
}
.site-navigation {
  font-size: 0.875rem;
}

.site-name {
  display: none;
}

ul.menu {
  margin-left: 0;
}

.nav-primary .menu-primary > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.nav-primary .menu-primary > li {
  height: 96px;
}
.nav-primary .menu-primary li {
  display: inline-block;
}
.nav-primary .menu-primary li a,
.nav-primary .menu-primary li button {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav-primary .menu-primary li a:after,
.nav-primary .menu-primary li button:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 129 31 / var(--tw-border-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  content: "";
}
.nav-primary .menu-primary li a:hover:after, .nav-primary .menu-primary li a.is-active:after,
.nav-primary .menu-primary li button:hover:after,
.nav-primary .menu-primary li button.is-active:after {
  width: 100%;
  opacity: 1;
}
.nav-primary .menu-primary li .sub-menu li {
  height: 50px;
}
.nav-primary .menu-primary li.has-dropdown {
  background-image: url(0870987d71b02041eec3.svg);
  background-position: 100% center;
  cursor: pointer;
  background-repeat: no-repeat;
  padding-right: 2rem;
}
.nav-primary .menu-primary li.has-dropdown > span, .nav-primary .menu-primary li.has-dropdown > button {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav-primary .menu-primary li.has-dropdown:not(.active) .sub-menu {
  display: none;
}
.nav-primary .menu-primary li.has-dropdown .sub-menu {
  font-size: 0.875rem;
  position: absolute;
  z-index: 20;
  margin-left: 0px;
  width: -moz-max-content;
  width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-primary .menu-primary li.has-dropdown .sub-menu li {
  display: block;
}
.nav-primary .menu-primary li.has-dropdown .sub-menu li a {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.5rem;
}
.nav-primary .menu-primary li.has-dropdown .sub-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#button-close-mobile-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#button-close-mobile-menu:hover {
  opacity: 0.6;
}

#mobile-panel {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 99999;
  display: none;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 4rem;
  font-size: 1rem;
}
@media (max-width: 767px) {

  #mobile-panel.active {
    display: block;
  }
}

.nav-mobile ul li {
  padding-top: 0px;
}
.nav-mobile ul li a {
  display: flex;
  align-items: center;
  border-left-width: 4px;
  border-style: solid;
  border-left-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.nav-mobile ul li a.is-active {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 129 31 / var(--tw-border-opacity));
}
.nav-mobile ul li.has-dropdown {
  background-image: url(0870987d71b02041eec3.svg);
  background-position: 100% center;
  cursor: pointer;
  background-repeat: no-repeat;
  padding-right: 2rem;
}
.nav-mobile ul li.has-dropdown > span, .nav-mobile ul li.has-dropdown > button {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav-mobile ul li.has-dropdown:not(.active) .sub-menu {
  display: none;
}
.nav-mobile ul li.has-dropdown .sub-menu {
  font-size: 0.875rem;
  position: absolute;
  z-index: 20;
  margin-left: 0px;
  width: -moz-max-content;
  width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-mobile ul li.has-dropdown .sub-menu li {
  display: block;
}
.nav-mobile ul li.has-dropdown .sub-menu li a {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.5rem;
}
.nav-mobile ul li.has-dropdown .sub-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-mobile ul li.has-dropdown {
  background-image: none;
  padding-right: 0px;
}
.nav-mobile ul li.has-dropdown > span, .nav-mobile ul li.has-dropdown > button {
  border-left-width: 4px;
  border-style: solid;
  border-left-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.nav-mobile ul li.has-dropdown > span:after, .nav-mobile ul li.has-dropdown > button:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(2416fec69c98e7fce4bc.svg);
  margin-left: 0.5rem;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}
.nav-mobile ul li.has-dropdown.active > span:after, .nav-mobile ul li.has-dropdown.active > button:after {
  --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));
}
.nav-mobile ul li.has-dropdown .sub-menu {
  width: calc(100% - 2.5rem);
  position: inherit;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

select.goog-te-combo {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 0.5rem;
}

.nav-footer ul {
  display: grid;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px) {

  .nav-footer ul {
    display: flex;
    gap: 1rem;
  }
}

@media (min-width: 768px) {

  .nav-footer ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.nav-footer ul a {
  text-decoration-line: underline;
}
.nav-footer ul a:hover {
  opacity: 0.5;
}

.btn {
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 700;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 75 79 / var(--tw-bg-opacity));
}
.btn.btn-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(201 54 117 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 43 94 / var(--tw-bg-opacity));
}
.btn.btn-arrow:not([class*=arrow]):after {
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn.btn-arrow.arrow-right:after {
  content: "";
  background-image: url(e08c214aa0bc44a77327.svg);
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn.btn-arrow.arrow-right.btn-pink:after {
  background-image: url(c4347212d4e1c7e513cb.svg);
}
.btn.btn-arrow.arrow-left:before {
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  --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-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(e08c214aa0bc44a77327.svg);
}
.btn.btn-arrow.arrow-left.btn-pink:before {
  background-image: url(c4347212d4e1c7e513cb.svg);
}
.btn:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(202 214 218 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(101 117 123 / var(--tw-text-opacity));
}
.btn:disabled:before, .btn:disabled:after {
  filter: invert(45%) sepia(23%) saturate(242%) hue-rotate(151deg) brightness(92%) contrast(87%);
}
.btn:disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 214 218 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(101 117 123 / var(--tw-text-opacity));
  opacity: 0.8;
}

input[type=text], input[type=password] {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(124 139 144 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 11px;
  padding-bottom: 11px;
}
input[type=text].show-alert, input[type=password].show-alert {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(181 51 34 / var(--tw-border-opacity));
}
input[type=text]:not(.show-alert) + .respond-alert, input[type=password]:not(.show-alert) + .respond-alert {
  display: none;
}

.qty-wrapper .plus:hover,
.qty-wrapper .minus:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 75 79 / var(--tw-bg-opacity));
}
.qty-wrapper input[type=number] {
  padding-left: 1rem;
}

textarea {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(124 139 144 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.custom-checkbox {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  width: 23px;
  height: 23px;
}
.custom-checkbox input:checked ~ .checkmark {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 31 / var(--tw-bg-opacity));
}
.custom-checkbox input:checked ~ .checkmark:after {
  content: "";
  background-image: url(c553024aad4cfd9254df.svg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(174deg) brightness(104%) contrast(104%);
  height: 100%;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-checkbox .checkmark {
  height: 23px;
  width: 23px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.custom-checkbox:hover .checkmark {
  --tw-border-opacity: 0.2;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.alert input[type=text], .alert input[type=password] {
  border-bottom: 2px solid #b53322;
}
.alert .error {
  --tw-text-opacity: 1;
  color: rgb(181 51 34 / var(--tw-text-opacity));
}

.datepicker {
  background-image: url(cc40b186aca174b69bf4.svg);
  background-repeat: no-repeat;
  padding-left: 2.25rem !important;
  background-position: 0.5rem center;
}

.daterangepicker {
  top: 100%;
  left: auto !important;
  width: 100%;
  font-family: Bolder, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(64 75 79 / var(--tw-text-opacity));
}
.daterangepicker:after, .daterangepicker:before {
  display: none;
}
.daterangepicker .calendar-table td {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .daterangepicker .calendar-table td {
    font-size: 0.875rem;
  }
}
.daterangepicker .calendar-table td {
  border-radius: 0 !important;
  padding: 0.75rem 0.9rem;
}
.daterangepicker .calendar-table td:not(.in-range):not(.active):not(.available) {
  border: initial !important;
}
.daterangepicker .calendar-table td.in-range {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 129 31 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.daterangepicker .calendar-table td.in-range.end-date {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.daterangepicker .calendar-table td.active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 129 31 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 31 / var(--tw-bg-opacity));
}
.daterangepicker .calendar-table td.active:hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 129 31 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 31 / var(--tw-bg-opacity));
}
.daterangepicker .calendar-table td.available:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.daterangepicker .calendar-table td.available:hover:after {
  content: "";
  color: inherit;
  position: absolute;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(181 51 34 / var(--tw-border-opacity));
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  left: -1px;
  top: -1px;
}
.daterangepicker .drp-calendar {
  max-width: inherit;
}
.daterangepicker .drp-calendar.right {
  float: right;
}
.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
  padding: 0;
}
@media (max-width: 980px) {
  .daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
    width: 100%;
  }
}
.daterangepicker .drp-selected {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 129 31 / var(--tw-text-opacity));
}
@media (max-width: 767px) {
  .daterangepicker .drp-selected {
    font-size: 0.875rem;
  }
}
.daterangepicker .drp-buttons .btn {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .daterangepicker .drp-buttons .btn {
    font-size: 0.875rem;
  }
}
.daterangepicker .drp-buttons .btn:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 129 31 / var(--tw-text-opacity));
}

.respond-alert:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(5f05bb5ca57960da4778.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-\[30px\]::before {
  content: var(--tw-content);
  left: 30px;
}

.before\:right-\[15px\]::before {
  content: var(--tw-content);
  right: 15px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-\[16px\]::before {
  content: var(--tw-content);
  height: 16px;
}

.before\:w-\[16px\]::before {
  content: var(--tw-content);
  width: 16px;
}

.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --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));
}

.before\:rotate-45::before {
  content: var(--tw-content);
  --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));
}

.before\:border-l::before {
  content: var(--tw-content);
  border-left-width: 1px;
}

.before\:border-t::before {
  content: var(--tw-content);
  border-top-width: 1px;
}

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

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

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:bg-rdmGray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 246 / var(--tw-bg-opacity));
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-\[109px\] {
    width: 109px;
  }

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

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

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

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

  .md\:pt-0 {
    padding-top: 0px;
  }

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

@media (min-width: 1024px) {

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[96px\] {
    height: 96px;
  }

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

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }
}

@media (min-width: 1536px) {

  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }
}

@media (max-width: 767px) {

  .mdMax\:order-2 {
    order: 2;
  }

  .mdMax\:hidden {
    display: none;
  }

  .mdMax\:w-full {
    width: 100%;
  }

  .mdMax\:max-w-\[160px\] {
    max-width: 160px;
  }

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

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

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