/*
    Theme Name: Customweb3 2
    Author: thunder::tech
    Description: Custom website theme
*/

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

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  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 {
  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 {
  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 {
  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.
*/

/*
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,
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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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


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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}


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

/*
Reset default styling for dialogs.
*/

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

::-ms-clear {
  display: none;
}

a:focus, button:focus, input[type="submit"]:focus{
  outline: 0 solid rgba(17,17,17, 0);
  outline-offset: 0;
}

.keyboard-navigation a:not(.outline-none):focus, .keyboard-navigation button:not(.outline-none):focus, .keyboard-navigation input[type="submit"]:not(.outline-none):focus{
  outline: 4px solid rgba(17,17,17, 1);
  outline-offset: 4px;
}

@media (max-width: 399px){

  .text-12-16{
    font-size: 0.75rem;
  }

  .text-16-20{
    font-size: 1rem;
  }

  .text-20-24{
    font-size: 1.25rem;
  }

  .text-24-36{
    font-size: 1.5rem;
  }

  .text-36-48{
    font-size: 2.25rem;
  }

  .text-18-22,.h4, .rich-text h4, .h5, .rich-text h5{
    font-size: 1.125rem;
  }

  .text-20-24,.h3, .rich-text h3{
    font-size: 1.25rem;
  }

  .text-24-36,.h2, .rich-text h2{
    font-size: 1.5rem;
  }

  .text-20-24,.h1, .rich-text h1{
    font-size: 1.25rem;
  }
}

@media (min-width: 400px) and (max-width: 799px){

  .text-12-16{
    font-size: calc(12px + 4 * ((100vw - 400px) / 400));
  }

  .text-16-20{
    font-size: calc(16px + 4 * ((100vw - 400px) / 400));
  }

  .text-20-24{
    font-size: calc(20px + 4 * ((100vw - 400px) / 400));
  }

  .text-24-36{
    font-size: calc(24px + 12 * ((100vw - 400px) / 400));
  }

  .text-36-48{
    font-size: calc(36px + 12 * ((100vw - 400px) / 400));
  }

  .text-18-22,.h4, .rich-text h4, .h5, .rich-text h5{
    font-size: calc(18px + 4 * ((100vw - 400px) / 400));
  }

  .text-20-24,.h3, .rich-text h3{
    font-size: calc(20px + 4 * ((100vw - 400px) / 400));
  }

  .text-24-36,.h2, .rich-text h2{
    font-size: calc(24px + 12 * ((100vw - 400px) / 400));
  }

  .text-20-24,.h1, .rich-text h1{
    font-size: calc(20px + 4 * ((100vw - 400px) / 400));
  }
}

@media (min-width: 800px){

  .text-12-16{
    font-size: 1rem;
  }

  .text-16-20{
    font-size: 1.25rem;
  }

  .text-20-24{
    font-size: 1.5rem;
  }

  .text-24-36{
    font-size: 2.25rem;
  }

  .text-36-48{
    font-size: 3rem;
  }

  .text-18-22,.h4, .rich-text h4, .h5, .rich-text h5{
    font-size: 1.375rem;
  }

  .text-20-24,.h3, .rich-text h3{
    font-size: 1.5rem;
  }

  .text-24-36,.h2, .rich-text h2{
    font-size: 2.25rem;
  }

  .text-20-24,.h1, .rich-text h1{
    font-size: 1.5rem;
  }
}

.field-type-checkbox{
  position: relative;
  overflow: hidden;
  display: block;
}

.field-type-checkbox input[type="checkbox"]{
  position: absolute;
  left: -2rem;
  top: 0;
}

.field-type-checkbox label{
  position: relative;
  overflow: hidden;
  display: block;
  padding-left: 1.5rem;
}

.field-type-checkbox label::before{
  width: 1rem;
  height: 1rem;
  border: 1px solid undefined;
  background-color: #ffffff;
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0.125rem;
  left: 0;
  border-radius: 0.125rem;
}

.field-type-checkbox label:hover{
  }

.field-type-checkbox label:hover::before{
  }

.field-type-checkbox label::after{
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0.125rem;
  left: 0;
  border-radius: 0.125rem;
  background-size: contain;
  background-position: center;
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-2%20-2%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cg%20fill%3D%22undefined%22%3E%3Cpolygon%20points%3D%2219.6%2C4.9%209%2C15.5%204.8%2C11.3%202.7%2C13.4%209%2C19.7%2021.7%2C7%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  opacity: 0;
}

.field-type-checkbox label:hover::after{
  }

.field-type-checkbox :focus + label::before{
  outline: none;
}

.field-type-checkbox :focus + label::after{
  }

.field-type-checkbox :focus + label{
  }

.field-type-checkbox :checked + label::after{
  opacity: 1;
}

input[type="file"]{
  margin: 1px 0;
  background-color: transparent;
  display: block;
  cursor: pointer;
}

input[type="file"]::-ms-browse{
  border: 0;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer;
  border-radius: 0.1875rem;
}

input[type="file"]:hover::-ms-browse{
  }

input[type="file"]::-ms-value{
  background-color: transparent;
  margin: 0 0 0 0.75rem;
  padding: 0;
  border: 0;
  display: inline-block;
  cursor: pointer;
}

input[type="file"]::-webkit-file-upload-button{
  border: 0;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer;
  margin-right: 0.5rem;
  border-radius: 0.1875rem;
}

input[type="file"]:hover::-webkit-file-upload-button{
  }

input[type="file"]::file-selector-button{
  border: 0;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  transition: all 0.1s ease-in;
  cursor: pointer;
  margin-right: 0.5rem;
  border-radius: 0.1875rem;
}

input[type="file"]:hover::file-selector-button{
  }

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.inset-0{
  inset: 0;
}

.-right-2{
  right: -0.125rem;
}

.-top-2{
  top: -0.125rem;
}

.left-0{
  left: 0;
}

.right-0{
  right: 0;
}

.right-12{
  right: 0.75rem;
}

.right-24{
  right: 1.5rem;
}

.right-8{
  right: 0.5rem;
}

.top-0{
  top: 0;
}

.top-1\/1{
  top: 100%;
}

.top-12{
  top: 0.75rem;
}

.top-24{
  top: 1.5rem;
}

.top-8{
  top: 0.5rem;
}

.z-10{
  z-index: 10;
}

.z-100{
  z-index: 100;
}

.z-1000{
  z-index: 1000;
}

.z-200{
  z-index: 200;
}

.z-500{
  z-index: 500;
}

.m-20{
  margin: 1.25rem;
}

.m-32{
  margin: 2rem;
}

.m-40{
  margin: 2.5rem;
}

.m-64{
  margin: 4rem;
}

.-mx-16{
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-8{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mx-20{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-40{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-64{
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-8{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-12{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-16{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-20{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-4{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-40{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-64{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.-ml-24{
  margin-left: -1.5rem;
}

.-mr-48{
  margin-right: -3rem;
}

.-mr-64{
  margin-right: -4rem;
}

.-mt-8{
  margin-top: -0.5rem;
}

.mb-16{
  margin-bottom: 1rem;
}

.mb-20{
  margin-bottom: 1.25rem;
}

.mb-24{
  margin-bottom: 1.5rem;
}

.mb-32{
  margin-bottom: 2rem;
}

.mb-4{
  margin-bottom: 0.25rem;
}

.mb-40{
  margin-bottom: 2.5rem;
}

.mb-6{
  margin-bottom: 0.375rem;
}

.mb-64{
  margin-bottom: 4rem;
}

.mb-8{
  margin-bottom: 0.5rem;
}

.ml-0{
  margin-left: 0;
}

.ml-12{
  margin-left: 0.75rem;
}

.ml-14{
  margin-left: 0.875rem;
}

.ml-16{
  margin-left: 1rem;
}

.ml-20{
  margin-left: 1.25rem;
}

.ml-24{
  margin-left: 1.5rem;
}

.ml-32{
  margin-left: 2rem;
}

.ml-4{
  margin-left: 0.25rem;
}

.ml-40{
  margin-left: 2.5rem;
}

.ml-6{
  margin-left: 0.375rem;
}

.ml-64{
  margin-left: 4rem;
}

.ml-8{
  margin-left: 0.5rem;
}

.mr-12{
  margin-right: 0.75rem;
}

.mr-14{
  margin-right: 0.875rem;
}

.mr-16{
  margin-right: 1rem;
}

.mr-20{
  margin-right: 1.25rem;
}

.mr-32{
  margin-right: 2rem;
}

.mr-4{
  margin-right: 0.25rem;
}

.mr-40{
  margin-right: 2.5rem;
}

.mr-6{
  margin-right: 0.375rem;
}

.mr-64{
  margin-right: 4rem;
}

.mr-8{
  margin-right: 0.5rem;
}

.mt-12{
  margin-top: 0.75rem;
}

.mt-16{
  margin-top: 1rem;
}

.mt-20{
  margin-top: 1.25rem;
}

.mt-24{
  margin-top: 1.5rem;
}

.mt-32{
  margin-top: 2rem;
}

.mt-4{
  margin-top: 0.25rem;
}

.mt-40{
  margin-top: 2.5rem;
}

.mt-6{
  margin-top: 0.375rem;
}

.mt-64{
  margin-top: 4rem;
}

.mt-8{
  margin-top: 0.5rem;
}

.aspect-1\/1{
  aspect-ratio: 1/1;
}

.h-0{
  height: 0rem;
}

.h-1\/1{
  height: 100%;
}

.h-100vh{
  height: 100vh;
}

.h-12{
  height: 0.75rem;
}

.h-16{
  height: 1rem;
}

.h-18{
  height: 1.125rem;
}

.h-24{
  height: 1.5rem;
}

.h-32{
  height: 2rem;
}

.h-39{
  height: 2.4375rem;
}

.h-40{
  height: 2.5rem;
}

.max-h-320{
  max-height: 20rem;
}

.max-h-90vh{
  max-height: 90vh;
}

.min-h-100vh{
  min-height: 100vh;
}

.min-h-90vh{
  min-height: 90vh;
}

.w-0{
  width: 0;
}

.w-1\/1{
  width: 100%;
}

.w-1\/1--24{
  width: calc(100% - 1.5rem);
}

.w-1\/1--32{
  width: calc(100% - 2rem);
}

.w-1\/1--320{
  width: calc(100% - 20rem);
}

.w-1\/1--90{
  width: calc(100% - 5.625rem);
}

.w-1\/2{
  width: 50%;
}

.w-100vw{
  width: 100vw;
}

.w-12{
  width: 0.75rem;
}

.w-16{
  width: 1rem;
}

.w-18{
  width: 1.125rem;
}

.w-24{
  width: 1.5rem;
}

.w-256{
  width: 16rem;
}

.w-32{
  width: 2rem;
}

.w-320{
  width: 20rem;
}

.w-40{
  width: 2.5rem;
}

.w-400{
  width: 25rem;
}

.w-auto{
  width: auto;
}

.w-fit-content{
  width: -moz-fit-content;
  width: fit-content;
}

.min-w-128{
  min-width: 8rem;
}

.min-w-18{
  min-width: 1.125rem;
}

.min-w-24{
  min-width: 1.5rem;
}

.min-w-256{
  min-width: 16rem;
}

.min-w-32{
  min-width: 2rem;
}

.min-w-320{
  min-width: 20rem;
}

.min-w-48{
  min-width: 3rem;
}

.min-w-64{
  min-width: 4rem;
}

.max-w-1\/1{
  max-width: 100%;
}

.max-w-112{
  max-width: 7rem;
}

.max-w-1200{
  max-width: 75rem;
}

.max-w-128{
  max-width: 8rem;
}

.max-w-1440{
  max-width: 90rem;
}

.max-w-152{
  max-width: 9.5rem;
}

.max-w-24{
  max-width: 1.5rem;
}

.max-w-256{
  max-width: 16rem;
}

.max-w-320{
  max-width: 20rem;
}

.max-w-64{
  max-width: 4rem;
}

.max-w-800{
  max-width: 50rem;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.flex-grow-0{
  flex-grow: 0;
}

.basis-1\/1{
  flex-basis: 100%;
}

.basis-240{
  flex-basis: 15rem;
}

.origin-center{
  transform-origin: center;
}

.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-90deg{
  --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-90deg{
  --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));
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.appearance-none{
  appearance: none;
}

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

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

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.self-end{
  align-self: flex-end;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded-0{
  border-radius: 0;
}

.rounded-4{
  border-radius: 0.25rem;
}

.rounded-8{
  border-radius: 0.5rem;
}

.rounded-full{
  border-radius: 600rem;
}

.border{
  border-width: 0.0625rem;
}

.border-0{
  border-width: 0;
}

.border-1{
  border-width: 0.0625rem;
}

.border-2{
  border-width: 0.125rem;
}

.border-b{
  border-bottom-width: 0.0625rem;
}

.border-b-1{
  border-bottom-width: 0.0625rem;
}

.border-b-2{
  border-bottom-width: 0.125rem;
}

.border-b-4{
  border-bottom-width: 0.25rem;
}

.border-l-1{
  border-left-width: 0.0625rem;
}

.border-r-1{
  border-right-width: 0.0625rem;
}

.border-t-1{
  border-top-width: 0.0625rem;
}

.border-t-2{
  border-top-width: 0.125rem;
}

.border-t-4{
  border-top-width: 0.25rem;
}

.border-solid{
  border-style: solid;
}

.border-dkblue{
  --tw-border-opacity: 1;
  border-color: rgb(21 31 109 / var(--tw-border-opacity));
}

.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}

.border-ltblue{
  --tw-border-opacity: 1;
  border-color: rgb(66 152 181 / var(--tw-border-opacity));
}

.border-ltgrey{
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 105 177 / var(--tw-bg-opacity));
}

.bg-dkblue{
  --tw-bg-opacity: 1;
  background-color: rgb(21 31 109 / var(--tw-bg-opacity));
}

.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}

.bg-ltblue{
  --tw-bg-opacity: 1;
  background-color: rgb(66 152 181 / var(--tw-bg-opacity));
}

.bg-ltgrey{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 130 0 / var(--tw-bg-opacity));
}

.bg-shade{
  background-color: rgba(22,32,39, 0.5);
}

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

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

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

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-current{
  fill: currentColor;
}

.object-contain{
  object-fit: contain;
}

.object-center{
  object-position: center;
}

.p-12{
  padding: 0.75rem;
}

.p-16{
  padding: 1rem;
}

.p-20{
  padding: 1.25rem;
}

.p-24{
  padding: 1.5rem;
}

.p-40{
  padding: 2.5rem;
}

.p-64{
  padding: 4rem;
}

.p-8{
  padding: 0.5rem;
}

.px-12{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-16{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-20{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-32{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-4{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-40{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-64{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-8{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-12{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-16{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-2{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-20{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-24{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-4{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-40{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-64{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-8{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pb-16{
  padding-bottom: 1rem;
}

.pb-20{
  padding-bottom: 1.25rem;
}

.pb-24{
  padding-bottom: 1.5rem;
}

.pb-32{
  padding-bottom: 2rem;
}

.pb-40{
  padding-bottom: 2.5rem;
}

.pb-64{
  padding-bottom: 4rem;
}

.pb-8{
  padding-bottom: 0.5rem;
}

.pl-16{
  padding-left: 1rem;
}

.pl-2{
  padding-left: 0.125rem;
}

.pl-20{
  padding-left: 1.25rem;
}

.pl-32{
  padding-left: 2rem;
}

.pl-4{
  padding-left: 0.25rem;
}

.pl-40{
  padding-left: 2.5rem;
}

.pl-64{
  padding-left: 4rem;
}

.pl-8{
  padding-left: 0.5rem;
}

.pr-16{
  padding-right: 1rem;
}

.pr-20{
  padding-right: 1.25rem;
}

.pr-24{
  padding-right: 1.5rem;
}

.pr-4{
  padding-right: 0.25rem;
}

.pr-40{
  padding-right: 2.5rem;
}

.pr-64{
  padding-right: 4rem;
}

.pr-8{
  padding-right: 0.5rem;
}

.pt-16{
  padding-top: 1rem;
}

.pt-20{
  padding-top: 1.25rem;
}

.pt-24{
  padding-top: 1.5rem;
}

.pt-40{
  padding-top: 2.5rem;
}

.pt-64{
  padding-top: 4rem;
}

.pt-8{
  padding-top: 0.5rem;
}

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

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

.text-right{
  text-align: right;
}

.text-12{
  font-size: 0.75rem;
}

.text-14{
  font-size: 0.875rem;
}

.text-16{
  font-size: 1rem;
}

.text-18{
  font-size: 1.125rem;
}

.text-20{
  font-size: 1.25rem;
}

.text-24{
  font-size: 1.5rem;
}

.font-400{
  font-weight: 400;
}

.font-600{
  font-weight: 600;
}

.font-700{
  font-weight: 700;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.leading-100{
  line-height: 1;
}

.leading-110{
  line-height: 1.1;
}

.leading-125{
  line-height: 1.25;
}

.tracking-0{
  letter-spacing: 0em;
}

.tracking-5{
  letter-spacing: 0.05em;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(0 105 177 / var(--tw-text-opacity));
}

.text-dkblue{
  --tw-text-opacity: 1;
  color: rgb(21 31 109 / var(--tw-text-opacity));
}

.text-green{
  --tw-text-opacity: 1;
  color: rgb(12 141 71 / var(--tw-text-opacity));
}

.text-grey{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.text-ltblue{
  --tw-text-opacity: 1;
  color: rgb(66 152 181 / var(--tw-text-opacity));
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(255 130 0 / var(--tw-text-opacity));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(192 43 10 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}

.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.underline-offset-2{
  text-underline-offset: 0.125rem;
}

.opacity-20{
  opacity: 0.2;
}

.shadow{
  --tw-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0.5rem 1rem 0 var(--tw-shadow-color), 0 0.375rem 0.75rem 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);
}

.shadow-small{
  --tw-shadow: 0 0 0.25rem 0.125rem rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 0.25rem 0.125rem 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;
}

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

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

@media (max-width: 399px){

  .py-sides{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .px-sides{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .-mr-sides{
    margin-right: -0.75rem;
  }
}

@media (min-width: 400px) and (max-width: 799px){

  .py-sides{
    padding-top: calc(12px + 20 * ((100vw - 400px) / 400));
    padding-bottom: calc(12px + 20 * ((100vw - 400px) / 400));
  }

  .px-sides{
    padding-left: calc(12px + 20 * ((100vw - 400px) / 400));
    padding-right: calc(12px + 20 * ((100vw - 400px) / 400));
  }

  .-mr-sides{
    margin-right: calc(-12px - 20 * ((100vw - 400px) / 400));
  }
}

@media (min-width: 800px){

  .py-sides{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .px-sides{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .-mr-sides{
    margin-right: -2rem;
  }
}

.d-block{
  display: block;
}

.d-inline-block{
  display: inline-block;
}

.d-inline{
  display: inline;
}

.d-flex{
  display: flex;
}

.d-inline-flex{
  display: inline-flex;
}

.d-grid{
  display: grid;
}

.d-none{
  display: none;
}

.p-relative{
  position: relative;
}

.p-fixed{
  position: fixed;
}

.p-absolute{
  position: absolute;
}

.transition-fast{
  transition: all 0.1s ease-in;
}

.transition-medium{
  transition: all 0.2s ease-in;
}

.checkbox{
  position: relative;
  display: block;
  padding-left: 1.5rem;
  line-height: 100%;
}

.checkbox::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    content: "";
    border: 1px solid black;
    border-radius: 0.125rem;
    transition: all 0.3s ease-in-out;
    background-color: white;
    background-color: #FF8200;
      border-color: #FF8200;
      color: #FF8200;
  }

.checkbox::after {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 0.5rem;
    height: 0.5rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBzdHlsZT0iZmlsbDogd2hpdGU7IiBwb2ludHM9IjQuNCw5LjcgOS40LDE0LjYgMTkuNiw0LjUgMjIsNi45IDkuNCwxOS41IDIsMTIuMSAiLz48L3N2Zz4=);
    background-size: 0.75rem 0.75rem;
    background-position: center;
    transform: scale(0.1, 0.1);
    transition: all 0.3s ease-in-out;
    opacity: 1;
    transform: scale(1, 1);
  }

.unchecked {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  line-height: 100%;
  overflow: hidden;
}

.unchecked::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    content: "";
    border: 1px solid black;
    border-radius: 0.125rem;
    transition: all 0.3s ease-in-out;
    background-color: white;
    box-sizing: border-box;
  }

.unchecked::after {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 0.5rem;
    height: 0.5rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBzdHlsZT0iZmlsbDogd2hpdGU7IiBwb2ludHM9IjQuNCw5LjcgOS40LDE0LjYgMTkuNiw0LjUgMjIsNi45IDkuNCwxOS41IDIsMTIuMSAiLz48L3N2Zz4=);
    background-size: 0.75rem 0.75rem;
    background-position: center;
    transform: scale(0.1, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 0.125rem;
    box-sizing: border-box;
    opacity: 0;
  }

.flippable-arrow {
  transform-origin: center center;
  transform: rotate(0);
  transition: rotate 0.3s ease-in;
}

.flip-arrow .flippable-arrow {
    transform: rotate(180deg);
  }

.flippable-arrow.flip-arrow {
    transform: rotate(180deg);
  }

.btn{
  min-width: 8rem;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  text-transform: capitalize;
}

.contains-tables table > tbody > tr.btn:hover > th, .contains-tables table > tbody > tr.btn:hover > td{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 130 0 / var(--tw-text-opacity));
}

.btn.btn-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 130 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}

.btn.btn-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 105 177 / var(--tw-bg-opacity));
}

.btn.btn-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 105 177 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}

.btn.btn-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(66 152 181 / var(--tw-bg-opacity));
}

.btn span{
  font-size: 1rem;
}

.btn.disabled.btn-orange {
      background: #cc6f0f;
    }

.btn.disabled.btn-orange:hover{
        background: #cc6f0f;
      }

.btn.disabled.btn-blue {
      background: #135c8e;
    }

.btn.disabled.btn-blue:hover{
        background: #135c8e;
      }

.btn.disabled{
    color: #d0d0d0;
    cursor: inherit;
}

.field-type-checkbox{
    padding-left: 0;
    margin-top: 0.25rem;
    position: relative;
    overflow: hidden;

  }

.field-type-checkbox::before {
      content: normal;
    }

.field-type-checkbox input {
      position: absolute;
      left: -2rem;
      top: 0;
    }

.field-type-checkbox label {
      position: relative;
      display: block;
      padding-left: 1.5rem;
      line-height: 100%;
      overflow: visible;
      /* &.disabled{
        &::before {
          background-color: rgb(223,223,223);
        }
        &:hover {
          text-decoration: none;
        }
      } */
    }

.field-type-checkbox label::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 1rem;
        height: 1rem;
        content: "";
        border: 1px solid black;
        border-radius: 0.125rem;
        transition: all 0.3s ease-in-out;
        background-color: white;
      }

.field-type-checkbox label::after {
        content: "";
        position: absolute;
        top: 0.25rem;
        left: 0.25rem;
        width: 0.5rem;
        height: 0.5rem;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBzdHlsZT0iZmlsbDogd2hpdGU7IiBwb2ludHM9IjQuNCw5LjcgOS40LDE0LjYgMTkuNiw0LjUgMjIsNi45IDkuNCwxOS41IDIsMTIuMSAiLz48L3N2Zz4=);
        background-size: 0.75rem 0.75rem;
        background-position: center;
        transform: scale(0.1, 0.1);
        transition: all 0.3s ease-in-out;
      }

.field-type-checkbox label:hover {
        text-decoration: underline;
      }

.field-type-checkbox :checked + label::before {
      background-color: #FF8200;
      border-color: #FF8200;
      color: #FF8200;
    }

.field-type-checkbox :checked + label::after {
      opacity: 1;
      transform: scale(1, 1);
    }

.field-type-checkbox.disabled label::before {
          background-color: rgb(223,223,223);
        }

.field-type-checkbox.disabled label:hover {
          text-decoration: none;
        }

.field-type-checkbox.disabled :checked + label::before {
        background-color: #cc6f0f;
        border-color: #cc6f0f;
        color: #cc6f0f;
      }

.field-type-text input:disabled, .field-type-text input.disabled {
      cursor: default;
        background-color: rgb(223, 223, 223);
        color: rgb(110, 110, 110);
        border-color: rgba(183, 183, 183, 0.3);
    }

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 500;
  font-size: 0.85em;
  /* font-family: 'GreycliffCF-DemiBold', sans-serif; */
}

@media (min-width: 960px){

html {
    font-size: 1em
}
  }

html, body{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

nav {
  font-size: 1em;
}

.page-height {
  /* @apply flex-grow; */
  min-height: calc(100vh - 91px);
}

.bg-select-arrow {
  background-image: url("data:image/svg+xml,%3C%3Fxml version%3D'1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http%3A//www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E %3Cpath fill='%23050029' d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E %3C/svg%3E ");
  background-position: center right 0.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
}

.bg-select-arrow::-ms-expand {
    display: none;
  }

.list--sidebar {
  box-shadow: 0 0 25px rgba(0,0,0,0.75);
  clip-path: inset(0px -25px 0px 0px);
}

.gravity-form-wrap .gform_heading {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }

.gravity-form-wrap .gfield_description{
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(112 112 112 / var(--tw-text-opacity));
  }

.gravity-form-wrap .field_sublabel_below{
    display:flex;
    flex-direction: column;
  }

.gravity-form-wrap .gform_wrapper .gfield_required{
    /* display: none; */
    font-style: italic;
    font-weight: 400;
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    /* padding-left: 0.125em; */
  }

.gravity-form-wrap .ginput_container_number .instruction {
    display: none;
  }

.gravity-form-wrap input[type="submit"]{
  min-width: 8rem;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 130 0 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}

.contains-tables table > tbody > tr.gravity-form-wrap input[type="submit"]:hover > th, .contains-tables table > tbody > tr.gravity-form-wrap input[type="submit"]:hover > td{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 130 0 / var(--tw-text-opacity));
}

.gravity-form-wrap input[type="submit"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 105 177 / var(--tw-bg-opacity));
}

.gravity-form-wrap input:disabled {
    cursor: default;
    background-color: rgb(223, 223, 223);
    color: rgb(110, 110, 110);
    border-color: rgba(183, 183, 183, 0.3);
  }

.gravity-form-wrap input:read-only {
    outline: none
  }

.gravity-form-wrap .gform_validation_errors{
  border-width: 0.0625rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(192 43 10 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 43 10 / var(--tw-text-opacity));
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.gravity-form-wrap .gform_fields {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
  }

.gravity-form-wrap .gform_fields .gfield_label{
  margin-bottom: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(21 31 109 / var(--tw-text-opacity));
  display: block;
}

.gravity-form-wrap .gform_fields .field_sublabel_below .gfield_label{
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.gravity-form-wrap .gform_fields .gfield {
      padding-left: 1rem;
      padding-right: 1rem;
      margin-bottom: 2rem;
    }

.gravity-form-wrap .gform_fields .gfield .gfield_validation_message{
  --tw-text-opacity: 1;
  color: rgb(192 43 10 / var(--tw-text-opacity));
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        font-weight: bold;
        margin-top: 0.25rem;
}

/* & + .gfield {
        margin-top: 2.5rem;
      } */

.gravity-form-wrap .gform_fields .gfield input[type="file"] + span{
  margin-top: 0.25rem;
  display: block;
}

.gravity-form-wrap .gform_fields .gfield input[type="text"], .gravity-form-wrap .gform_fields .gfield input[type="password"], .gravity-form-wrap .gform_fields .gfield input[type="email"], .gravity-form-wrap .gform_fields .gfield input[type="tel"], .gravity-form-wrap .gform_fields .gfield input[type="number"], .gravity-form-wrap .gform_fields .gfield select:not([multiple]) {
        height: 2.5rem;
      }

.gravity-form-wrap .gform_fields .gfield input[type="text"], .gravity-form-wrap .gform_fields .gfield input[type="password"], .gravity-form-wrap .gform_fields .gfield input[type="email"], .gravity-form-wrap .gform_fields .gfield input[type="tel"], .gravity-form-wrap .gform_fields .gfield input[type="number"], .gravity-form-wrap .gform_fields .gfield textarea, .gravity-form-wrap .gform_fields .gfield select {
        width: 100%;
        appearance: none;
        font-size: 1rem;
        line-height: 1.5;
        /* border-radius: 5px; */
        border-radius: 0px;
        border-width: 0.0625rem;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(112 112 112 / var(--tw-border-opacity));
      }

.gravity-form-wrap .gform_fields .gfield input[type="text"],  .gravity-form-wrap .gform_fields .gfield input[type="password"],  .gravity-form-wrap .gform_fields .gfield input[type="email"],  .gravity-form-wrap .gform_fields .gfield input[type="tel"],  .gravity-form-wrap .gform_fields .gfield input[type="number"],  .gravity-form-wrap .gform_fields .gfield textarea {
        padding: 0.5rem 1rem;
      }

.gravity-form-wrap .gform_fields .gfield input[type="text"]::placeholder, .gravity-form-wrap .gform_fields .gfield input[type="password"]::placeholder, .gravity-form-wrap .gform_fields .gfield input[type="email"]::placeholder, .gravity-form-wrap .gform_fields .gfield input[type="tel"]::placeholder, .gravity-form-wrap .gform_fields .gfield input[type="number"]::placeholder, .gravity-form-wrap .gform_fields .gfield textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.gravity-form-wrap .gform_fields .gfield textarea {
        height: 16rem;
      }

.gravity-form-wrap .gform_fields .gfield input:disabled {
        cursor: default;
        background-color: rgb(223, 223, 223);
        color: rgb(110, 110, 110);
        border-color: rgba(183, 183, 183, 0.3);
      }

.gravity-form-wrap .gform_fields .gfield input.error {
        border-color: red !important;
        border-width: 3px;
      }

.gravity-form-wrap .gform_fields .gfield select:not([multiple]) {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGZpbGw9IiMwMDk2QUUiIGQ9Ik03IDEwbDUgNSA1LTVIN3oiLz4KPC9zdmc+Cg==);
        appearance: none;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position: right center;
        background-size: 1.5em 1.5em;
        padding: 0.5rem 2.5rem 0.5rem 1rem;
        width: 100%;
      }

.gravity-form-wrap .gform_fields .gfield select:not([multiple])::-ms-expand {
          display: none;
        }

.gravity-form-wrap .gform_fields .gfield .ginput_container_consent {
        position: relative;
        overflow: hidden;
      }

.gravity-form-wrap .gform_fields .gfield .ginput_container_consent::before {
          content: normal;
        }

.gravity-form-wrap .gform_fields .gfield .ginput_container_consent input {
          position: absolute;
          left: -2rem;
          top: 0;
        }

.gravity-form-wrap .gform_fields .gfield .ginput_container_consent label {
          position: relative;
          display: block;
          padding-left: 1.5rem;
          line-height: 100%;
        }

.gravity-form-wrap .gform_fields .gfield .ginput_container_consent label::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 1rem;
            height: 1rem;
            content: "";
            border: 1px solid black;
            /* border-radius: 0.125rem; */
            border-radius: 0px;
            transition: all 0.3s ease-in-out;
            background-color: white;
          }

.gravity-form-wrap .gform_fields .gfield .ginput_container_consent label::after {
            content: "";
            position: absolute;
            top: 0.25rem;
            left: 0.25rem;
            width: 0.5rem;
            height: 0.5rem;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBzdHlsZT0iZmlsbDogd2hpdGU7IiBwb2ludHM9IjQuNCw5LjcgOS40LDE0LjYgMTkuNiw0LjUgMjIsNi45IDkuNCwxOS41IDIsMTIuMSAiLz48L3N2Zz4=);
            background-size: 0.75rem 0.75rem;
            background-position: center;
            transform: scale(0.1, 0.1);
            transition: all 0.3s ease-in-out;
          }

.gravity-form-wrap .gform_fields .gfield .ginput_container_consent :checked + label::before {
          background-color: black;
        }

.gravity-form-wrap .gform_fields .gfield .ginput_container_consent :checked + label::after {
          opacity: 1;
          transform: scale(1, 1);
        }

.gravity-form-wrap .gform_fields .gfield .ginput_container_checkbox {
        padding-left: 0;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
      }

.gravity-form-wrap .gform_fields .gfield .ginput_container_checkbox .gchoice {
          padding-left: 0;
          position: relative;
          overflow: hidden;
          margin-bottom: 8px;
        }

.gravity-form-wrap .gform_fields .gfield .ginput_container_checkbox .gchoice::before {
            content: normal;
          }

.gravity-form-wrap .gform_fields .gfield .ginput_container_checkbox .gchoice input {
            position: absolute;
            left: -2rem;
            top: 0;
          }

.gravity-form-wrap .gform_fields .gfield .ginput_container_checkbox .gchoice label {
            position: relative;
            display: block;
            padding-left: 1.5rem;
            line-height: 100%;
          }

.gravity-form-wrap .gform_fields .gfield .ginput_container_checkbox .gchoice label::before {
              position: absolute;
              top: 0;
              left: 0;
              width: 1rem;
              height: 1rem;
              content: "";
              border: 1px solid;
              border-color: #2F3036;
              /* border-radius: 0.125rem; */
              border-radius: 0px;
              transition: all 0.3s ease-in-out;
              background-color: white;
            }

.gravity-form-wrap .gform_fields .gfield .ginput_container_checkbox .gchoice label::after {
              content: "";
              position: absolute;
              top: 0.1rem;
              left: 0.1rem;
              width: 0.8rem;
              height: 0.8rem;
              background-color: white;

              transform: scale(0, 0);
              transition: all 0.3s ease-in-out;
            }

.gravity-form-wrap .gform_fields .gfield .ginput_container_checkbox .gchoice :checked + label::before {
            background-color:white;
          }

.gravity-form-wrap .gform_fields .gfield .ginput_container_checkbox .gchoice :checked + label::after {
            opacity: 1;
            transform: scale(1, 1);
          }

.gravity-form-wrap .gform_fields .ginput_complex > span {
      display: block;
      margin-top: 0.75rem;
    }

.gravity-form-wrap .gform_fields .ginput_complex > span label {
        font-size: 0.75rem;
        display: block;
      }

.gravity-form-wrap [id*="live_validation_message"]:empty {
    display: none;
  }

.gravity-form-wrap .admin-hidden-markup {
    display: none;
  }

@media (min-width: 801px) {

.gravity-form-wrap .gfield--width-third {
      /* width: 33.33%; */
  }
    }

@media (max-width: 799px) {

.gravity-form-wrap .gfield--width-third {
      width: 100%
  }
    }

@media (min-width: 801px) {

.gravity-form-wrap .gfield--width-half {
      /* width: 33.33%; */
  }
    }

@media (max-width: 799px) {

.gravity-form-wrap .gfield--width-half {
      width: 100%
  }
    }

.gravity-form-wrap .gfield--width-full {
    width: 100%;
  }

/* @apply max-w-256; */

.date-picker--container .pika-single{
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}

.pika-title{
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  display: flex;
}

.pika-label{
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.pika-select{
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
}

.pika-select::-ms-expand{
  display: none;
}

.pika-label{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pika-next, .pika-prev {
  background-size: 1rem 1rem;
  height: 1.5rem;
  width: 2rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 2rem;
  position: relative;
}

.pika-prev {
  background-image: url("data:image/svg+xml,%3C%3Fxml version%3D'1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http%3A//www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E %3Cpath stroke-width='5' d='M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z'/%3E %3C/svg%3E ");
  margin-left: auto;
}

.pika-next {
  background-image: url("data:image/svg+xml,%3C%3Fxml version%3D'1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http%3A//www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E %3Cpolygon stroke-width='5' points='6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12'/%3E %3C/svg%3E ");
}

.pika-lendar table {
    width: 100%;
  }

.pika-lendar table th, .pika-lendar table td {
      padding: 0.25rem;
      text-align: center;
    }

.pika-lendar abbr {
  }

.is-selected{
  --tw-bg-opacity: 1;
  background-color: rgb(0 105 177 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}

.is-today .pika-button{
  font-weight: 700;
}

.is-inrange,
.is-startrange,
.is-endrange {
  /* @apply  bg-orange text-white; */
  --tw-bg-opacity: 1;
  background-color: rgb(0 105 177 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}

.pika-single.is-hidden {
    display: none;
}

/* # Rich text module features for WordPress
 * 
 * WordPress applies alignment classes for blocks of text and inline elements.
 * This file assumes that the project is also using ~/styles/modules/rich-text.css.
 * 
 */

/* ## WordPress alignment classes for blocks of text
  * 
  */

.rich-text p.alignleft, .rich-text div.alignleft, .rich-text blockquote.alignleft, .rich-text h1.alignleft, .rich-text h2.alignleft, .rich-text h3.alignleft, .rich-text h4.alignleft, .rich-text h5.alignleft, .rich-text h6.alignleft{
  text-align: left;
}

.rich-text p.alignright, .rich-text div.alignright, .rich-text blockquote.alignright, .rich-text h1.alignright, .rich-text h2.alignright, .rich-text h3.alignright, .rich-text h4.alignright, .rich-text h5.alignright, .rich-text h6.alignright{
  text-align: right;
}

.rich-text p.aligncenter, .rich-text div.aligncenter, .rich-text blockquote.aligncenter, .rich-text h1.aligncenter, .rich-text h2.aligncenter, .rich-text h3.aligncenter, .rich-text h4.aligncenter, .rich-text h5.aligncenter, .rich-text h6.aligncenter{
  text-align: center;
}

/* ## WordPress alignment classes for inline elements
  * 
  */

@media (min-width: 640px) {

.rich-text img.alignleft {
        float: left;
        max-width: 33%;
        margin-right: 1rem;
        margin-bottom: 1rem
    }

.rich-text img.alignright {
        float: right;
        max-width: 33%;
        margin-left: 1rem;
        margin-bottom: 1rem
    }
      }

.rich-text img.aligncenter{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* ## WordPress markup convention for ordered lists
  * 
  * WordPress inlines list-style-type properties in a style attribute when an ordered
  * list type is applied through the rich text editor. This overrides it to be compatible
  * with the restyling using ::before from ~/styles/modules/richtext.css.
  * 
  */

.rich-text > ol[style*="list-style-type: upper-alpha"] > li, .rich-text > ol ol[style*="list-style-type: upper-alpha"] > li, .rich-text > ul ol[style*="list-style-type: upper-alpha"] > li {
      list-style-type: none;
    }

.rich-text > ol[style*="list-style-type: upper-alpha"] > li::before, .rich-text > ol ol[style*="list-style-type: upper-alpha"] > li::before, .rich-text > ul ol[style*="list-style-type: upper-alpha"] > li::before {
        content: counter(item, upper-alpha) '.';
      }

.rich-text > ol[style*="list-style-type: lower-alpha"] > li, .rich-text > ol ol[style*="list-style-type: lower-alpha"] > li, .rich-text > ul ol[style*="list-style-type: lower-alpha"] > li {
      list-style-type: none;
    }

.rich-text > ol[style*="list-style-type: lower-alpha"] > li::before, .rich-text > ol ol[style*="list-style-type: lower-alpha"] > li::before, .rich-text > ul ol[style*="list-style-type: lower-alpha"] > li::before {
        content: counter(item, lower-alpha) '.';
      }

.rich-text > ol[style*="list-style-type: upper-roman"] > li, .rich-text > ol ol[style*="list-style-type: upper-roman"] > li, .rich-text > ul ol[style*="list-style-type: upper-roman"] > li {
      list-style-type: none;
    }

.rich-text > ol[style*="list-style-type: upper-roman"] > li::before, .rich-text > ol ol[style*="list-style-type: upper-roman"] > li::before, .rich-text > ul ol[style*="list-style-type: upper-roman"] > li::before {
        content: counter(item, upper-roman) '.';
      }

.rich-text > ol[style*="list-style-type: lower-roman"] > li, .rich-text > ol ol[style*="list-style-type: lower-roman"] > li, .rich-text > ul ol[style*="list-style-type: lower-roman"] > li {
      list-style-type: none;
    }

.rich-text > ol[style*="list-style-type: lower-roman"] > li::before, .rich-text > ol ol[style*="list-style-type: lower-roman"] > li::before, .rich-text > ul ol[style*="list-style-type: lower-roman"] > li::before {
        content: counter(item, lower-roman) '.';
      }

/* # Rich text module
 *
 * Styles rich text that an administrator can create through the CMS using common
 * markup conventions.
 *
 * This is where you define the ancestor context of actual rich text elements.
 *
 */

.rich-text > *{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.rich-text > *:first-child{
  margin-top: 0;
}

.rich-text > *:last-child{
  margin-bottom: 0;
}

.rich-text h1,
  .rich-text h2,
  .rich-text h4,
  .rich-text h6 {
    /* Apply heading colors within rich text here.
       Headings often alternate color */
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(21 31 109 / var(--tw-text-opacity));
  }

.rich-text h3,
  .rich-text h5 {
    /* Apply heading colors within rich text here.
       Headings often alternate color */
  }

.rich-text * + h2,
  .rich-text * + h3,
  .rich-text * + h4,
  .rich-text * + h5,
  .rich-text * + h6 {
    /* Spacing for headings in rich text */
    margin-top: 2.5rem;
  }

.rich-text img{
  max-width: 100%;
}

.rich-text img[style*="max-width"] {
      width: 100% !important;
    }

.rich-text iframe[src*="youtube"],
  .rich-text iframe[src*="vimeo"],
  .rich-text iframe[src*="wistia"] {
    display: block;
    aspect-ratio: 16/9;
    object-fit: contain;
    object-position: center;
    width: 100% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
  }

.rich-text>blockquote {
    /* Setup for common blockquote style which
       has large, decorateive quote marks. Change
       as needed. */
    position: relative;
  }

.rich-text>blockquote::before, .rich-text>blockquote::after {
      font-size: 8rem;
      line-height: 1;
      color: rgba(0, 0, 0, 0.1);
      pointer-events: none;
      position: absolute;
    }

.rich-text>blockquote::before {
      content: open-quote;
      left: -1.5rem;
      top: -1.75rem;
    }

.rich-text>blockquote::after {
      content: close-quote;
      right: -0.5rem;
      bottom: -3.75rem;
    }

/* hide original radio graphic */

.sort [type=radio]  {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* hides current checked sort raio button so inverse button can be clicked */

.sort [type=radio]:checked + svg {
  display: none;
}

/* # Styled text tables
 *
 * In cases where you don't have access to the markup, append
 * to the selector as needed. For example,
 *
 *     .contains-tables table, .AThirdPartyTable {
 *
 */

.contains-tables table{
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(21 31 109 / var(--tw-text-opacity));
}

.contains-tables table > thead > tr > th{
  --tw-bg-opacity: 1;
  background-color: rgb(21 31 109 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}

.contains-tables table > thead > tr > th.imported{
  --tw-bg-opacity: 1;
  background-color: rgb(0 105 177 / var(--tw-bg-opacity));
}

.contains-tables table > tbody > tr{
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
  font-weight: 600;
}

.contains-tables table > tbody > tr:last-child{
  border-bottom-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}

.contains-tables table > tbody > tr > th{
  border-right-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
  padding: 0.5rem;
  text-align: left;
  line-height: 1.25;
}

.contains-tables table > tbody > tr > td{
  padding: 0.5rem;
  line-height: 1.25;
}

.contains-tables table > tbody > tr > td:not(:last-child){
  border-right-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}

.contains-tables table > tbody > tr:nth-child(odd) > th, .contains-tables table > tbody > tr:nth-child(odd) > td{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.contains-tables table > tbody > tr:nth-child(even) > th, .contains-tables table > tbody > tr:nth-child(even) > td{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.contains-tables table > tbody > tr.cursor-pointer:hover > th, .contains-tables table > tbody > tr.cursor-pointer:hover > td{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 130 0 / var(--tw-text-opacity));
}

.contains-tables table .cell--status {
    max-width: 180px;
  }

.contains-tables table .cell--quantity{
    /* max-width: 50px; */
  }

.simple-table > tbody > tr > td {
        padding-right:20px;

      }

.simple-table.space{
    padding-bottom: 20px;
  }

.show-overflow-shadow::after {
  content: "";
  width: 1.25rem;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.125), rgba(0,0,0,0.5));
}

/* Shared styles between rich text elements and other selectors
 *
 * When styling Kentico ecommerce, you may want to include
 * - .checkout-container h2
 * - .cart h2
 * - .cart h3
 * - .cart h4
 *
 * Do not include color, margins or display (for example, inline-block or flex)
 * in these shared selectors. They should be applied through utility classes to
 * individual elements and by ancestor context (in this file below) to rich
 * text elements. This is because these properties can vary throughout the site.
 *
 */

h1{
  font-weight: 600;
}

.h2,
.rich-text h2 {
  /* Heading 2 styles except for color, display and margins
   * Include:
   * - Size if not scaled
   * - Weight
   * - Tracking
   * - Leading
   */
}

.h3,
.rich-text h3 {
  /* Heading 3 styles except for color, display and margins
   * Include:
   * - Size if not scaled
   * - Weight
   * - Tracking
   * - Leading
   */
}

.h4,
.rich-text h4 {
  /* Heading 4 styles except for color, display and margins
   * Include:
   * - Size if not scaled
   * - Weight
   * - Tracking
   * - Leading
   */
}

.h5,
.rich-text h5 {
  /* Heading 5 styles except for color, display and margins
   * Include:
   * - Size if not scaled
   * - Weight
   * - Tracking
   * - Leading
   */
}


.rich-text h6 {
  /* Heading 6 styles except for color, display and margins
   * Include:
   * - Size if not scaled
   * - Weight
   * - Tracking
   * - Leading
   */
}

/* Rich text hyperlinks and those which are styled similarly
   This selector is separate so that other link selectors
   can be added if necessary. */

.contains-links a{
  --tw-border-opacity: 1;
  border-color: rgb(21 31 109 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 31 109 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.contains-links a:hover, .group:hover .contains-links a{
  --tw-border-opacity: 1;
  border-color: rgb(255 130 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 130 0 / var(--tw-text-opacity));
}

/* Change this to required hyperlink colors and create the
   additional color selectors that you need. */

.links-black a{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

 .dkblue-link{
  --tw-border-opacity: 1;
  border-color: rgb(21 31 109 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 31 109 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

 .dkblue-link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 130 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 130 0 / var(--tw-text-opacity));
}

/* In order to separately color list item markers
   without access to the ::marker pseudo-element,
   we're recreating them using ::before. */

.rich-text > ol > li, .rich-text > ul > li, .rich-text > ol ol > li, .rich-text > ul ol > li, .rich-text > ol ul > li, .rich-text > ul ul > li{
  padding-left: 1.5rem;
  position: relative;
}

.rich-text > ol > li::before, .rich-text > ul > li::before, .rich-text > ol ol > li::before, .rich-text > ul ol > li::before, .rich-text > ol ul > li::before, .rich-text > ul ul > li::before {
      /* If a bullet and number color is needed,
         apply it here. */
      top: 0;
      left: 0;
      position: absolute;
    }

.rich-text > ol,
.rich-text > ol ol,
.rich-text > ul ol {
  counter-reset: item;
}

.rich-text > ol > li::before, .rich-text > ol ol > li::before, .rich-text > ul ol > li::before {
      counter-increment: item;
      content: counter(item) '.';
    }

.rich-text > ul > li::before, .rich-text > ol ul > li::before, .rich-text > ul ul > li::before {
      content: '\2022';
    }

/* Rich text and treatment styles that are identical to it */

/* Rich text and treatment styles that are identical to it */

/* .report-template-default {
  .embed_download {
    a{
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      @apply text-dkblue;
      &:before{
        content:'';
        display:block;
        width:24px;
        height:24px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: $download-icon;

      }
      &:hover{
        text-decoration: underline;
      }
    }
  }
} */

.bg-gradient{
  background-image: linear-gradient(310deg, #fff, #106db3 0%, #121d6d);
}

.admin-bar-adjust:before{
  content:"";
  display:block;
  margin-top: 46px;
}

@media screen and (min-width: 800px) {
  .admin-bar-adjust:before{
    margin-top: 32px;
  }
}

.arrow-up{
  width:0;
  height:0;
  border-left:12px solid transparent;
  border-right:12px solid transparent;
  border-bottom:12px solid #151F6D;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:rounded-16:hover{
  border-radius: 1rem;
}

.hover\:border-2:hover{
  border-width: 0.125rem;
}

.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 105 177 / var(--tw-bg-opacity));
}

.hover\:bg-dkblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 31 109 / var(--tw-bg-opacity));
}

.hover\:bg-ltblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(66 152 181 / var(--tw-bg-opacity));
}

.hover\:bg-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 130 0 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.hover\:text-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(0 105 177 / var(--tw-text-opacity));
}

.hover\:text-dkblue:hover{
  --tw-text-opacity: 1;
  color: rgb(21 31 109 / var(--tw-text-opacity));
}

.hover\:text-ltblue:hover{
  --tw-text-opacity: 1;
  color: rgb(66 152 181 / var(--tw-text-opacity));
}

.hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(255 130 0 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.focus\:bg-ltgrey:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.focus\:text-ltblue:focus{
  --tw-text-opacity: 1;
  color: rgb(66 152 181 / var(--tw-text-opacity));
}

.focus\:outline-1:focus{
  outline-width: 1px;
}

.group:hover .group-hover\:border-orange{
  --tw-border-opacity: 1;
  border-color: rgb(255 130 0 / var(--tw-border-opacity));
}

.group:hover .group-hover\:text-orange{
  --tw-text-opacity: 1;
  color: rgb(255 130 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.sibling-direct + .sibling-direct\:border-t-1{
  border-top-width: 0.0625rem;
}

.sibling-direct + .sibling-direct\:border-t-2{
  border-top-width: 0.125rem;
}

.sibling-direct + .sibling-direct\:border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 248 248 / var(--tw-border-opacity));
}

.sibling-direct + .sibling-direct\:pt-24{
  padding-top: 1.5rem;
}

@media (min-width: 400px){

  .\34 00\:min-w-400{
    min-width: 25rem;
  }

  .\34 00\:d-flex{
    display: flex;
  }
}

@media (min-width: 480px){

  .\34 80\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\34 80\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\34 80\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\34 80\:d-flex{
    display: flex;
  }
}

@media (min-width: 640px){

  .\36 40\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\36 40\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\36 40\:ml-8{
    margin-left: 0.5rem;
  }

  .\36 40\:w-1\/1{
    width: 100%;
  }

  .\36 40\:w-1\/2{
    width: 50%;
  }

  .\36 40\:w-auto{
    width: auto;
  }

  .\36 40\:items-stretch{
    align-items: stretch;
  }

  .\36 40\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\36 40\:d-flex{
    display: flex;
  }
}

@media (min-width: 800px){

  .\38 00\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .\38 00\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\38 00\:my-96{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\38 00\:-mr-24{
    margin-right: -1.5rem;
  }

  .\38 00\:-mr-56{
    margin-right: -3.5rem;
  }

  .\38 00\:mr-0{
    margin-right: 0;
  }

  .\38 00\:mt-0{
    margin-top: 0;
  }

  .\38 00\:h-auto{
    height: auto;
  }

  .\38 00\:min-h-55{
    min-height: 3.4375rem;
  }

  .\38 00\:w-1\/1--320{
    width: calc(100% - 20rem);
  }

  .\38 00\:w-1\/2{
    width: 50%;
  }

  .\38 00\:w-320{
    width: 20rem;
  }

  .\38 00\:w-400{
    width: 25rem;
  }

  .\38 00\:w-auto{
    width: auto;
  }

  .\38 00\:min-w-1\/2{
    min-width: 50%;
  }

  .\38 00\:flex-row{
    flex-direction: row;
  }

  .\38 00\:justify-center{
    justify-content: center;
  }

  .\38 00\:border-b-0{
    border-bottom-width: 0;
  }

  .\38 00\:border-white{
    --tw-border-opacity: 1;
    border-color: rgb(248 248 248 / var(--tw-border-opacity));
  }

  .\38 00\:bg-ltgrey{
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  }

  .\38 00\:bg-transparent{
    background-color: transparent;
  }

  .\38 00\:p-0{
    padding: 0;
  }

  .\38 00\:p-20{
    padding: 1.25rem;
  }

  .\38 00\:p-24{
    padding: 1.5rem;
  }

  .\38 00\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .\38 00\:px-32{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\38 00\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .\38 00\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\38 00\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\38 00\:pb-64{
    padding-bottom: 4rem;
  }

  .\38 00\:pt-64{
    padding-top: 4rem;
  }

  .\38 00\:pt-96{
    padding-top: 6rem;
  }

  .\38 00\:text-white{
    --tw-text-opacity: 1;
    color: rgb(248 248 248 / var(--tw-text-opacity));
  }

  .\38 00\:d-block{
    display: block;
  }

  .\38 00\:d-flex{
    display: flex;
  }

  .\38 00\:d-none{
    display: none;
  }

  .\38 00\:p-relative{
    position: relative;
  }

  .\38 00\:p-absolute{
    position: absolute;
  }
}

@media (min-width: 960px){

  .\39 60\:order-1{
    order: 1;
  }

  .\39 60\:order-2{
    order: 2;
  }

  .\39 60\:w-1\/2{
    width: 50%;
  }

  .\39 60\:w-1\/4{
    width: 25%;
  }

  .\39 60\:w-auto{
    width: auto;
  }

  .\39 60\:justify-center{
    justify-content: center;
  }

  .\39 60\:pb-0{
    padding-bottom: 0;
  }

  .\39 60\:pt-0{
    padding-top: 0;
  }

  .\39 60\:text-left{
    text-align: left;
  }

  .\39 60\:d-flex{
    display: flex;
  }
}

@media (min-width: 1120px){

  .\31 120\:order-1{
    order: 1;
  }

  .\31 120\:order-2{
    order: 2;
  }

  .\31 120\:w-auto{
    width: auto;
  }

  .\31 120\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\31 120\:pb-0{
    padding-bottom: 0;
  }
}

@media (min-width: 1280px){

  .\31 280\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\31 280\:w-1\/2{
    width: 50%;
  }

  .\31 280\:w-1\/4{
    width: 25%;
  }

  .\31 280\:min-w-0{
    min-width: 0rem;
  }

  .\31 280\:justify-between{
    justify-content: space-between;
  }

  .\31 280\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1360px){

  .\31 360\:justify-end{
    justify-content: flex-end;
  }
}
