/*
! 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;
}

.body {
  font-family: Altform, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 991px) {
  .body {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.28px;
    font-weight: 400;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

*, ::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%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

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

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.section {
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.container {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 991px) {
  .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  align-self: auto;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -1.44px;
  font-weight: 600;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .hero-heading {
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -1.44px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .hero-heading {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -1.08px;
    font-weight: 600;
  }
}

.link-underlined {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-family: Altform, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underlined:hover {
  --tw-border-opacity: 1;
  border-color: rgb(197 197 197 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity));
}

.link-underlined:active {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.menu-spacer {
  position: relative;
  height: 60px;
  width: 100%;
}

@media (max-width: 991px) {
  .menu-spacer.collapsable {
    height: 48px;
  }
}

.cta {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 2rem;
  align-self: flex-start;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cta:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.cta.cta-gold {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 151 45 / var(--tw-bg-opacity));
}

.cta.cta-gold:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 19 / var(--tw-bg-opacity));
}

.table-wrapper-extended {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .table-wrapper-extended {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    padding-bottom: 0px;
  }
}

.table-wrapper-heading {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.4px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .table-wrapper-heading {
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.36px;
    font-weight: 600;
  }
}

.table-wrapper-heading.no-pad-bottom {
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .table-wrapper-heading.no-pad-bottom {
    padding-bottom: 1rem;
  }
}

.table-contents {
  width: 100%;
  overflow: auto;
}

.image-text-hover:hover .cta {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.table-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(44px, 1fr));
}

.table-grid .table-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .table-grid .table-title {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.24px;
    font-weight: 400;
  }
}

.table-grid .table-col {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.18px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .table-grid .table-col {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.28px;
    font-weight: 400;
  }
}

.pagination-btn {
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-size: 11px auto;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.pagination-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.pagination-btn.right {
  background-image: url('../images/button-arrow.png');
}

.table-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .table-pagination {
    padding-right: 1rem;
  }
}

@media (max-width: 479px) {
  .table-pagination {
    justify-content: space-between;
  }
}

.pagination-btn.left {
  background-image: url('../images/button-arrow-left.png');
}

.pagination-pages {
  width: 160px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.18px;
}

@media (max-width: 1200px) {
  .pagination-pages {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: -0.18px;
  }
}

.bg-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  max-width: none;
  overflow: hidden;
  padding-top: 0px;
}

.hero-image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.mobile-background-color {
  position: absolute;
  top: auto;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 2;
  display: none;
  height: 25%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(4 52 63 / var(--tw-bg-opacity));
}

@media (max-width: 991px) {
  .mobile-background-color {
    display: block;
  }
}

@media (max-width: 767px) {
  .mobile-background-color {
    top: 600px;
    z-index: 1;
    display: block;
    height: auto;
  }
}

.label-text {
  width: 100%;
  max-width: 105px;
  padding-top: 9px;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.24px;
  font-weight: 400;
}

@media (min-width: 1920px) {
  .label-text {
    max-width: 145px;
  }
}

@media (max-width: 991px) {
  .label-text {
    padding-top: 0px;
  }
}

.headline-info {
  display: flex;
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.headline-title {
  margin-top: 0px;
  margin-bottom: 0.75rem;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -1.12px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .headline-title {
    margin-bottom: 1rem;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.6px;
    font-weight: 600;
  }
}

.headline-title.small {
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.8px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .headline-title.small {
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.6px;
    font-weight: 600;
  }
}

.table-grid.row .type-icon {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.table-grid.row:hover .type-icon {
  opacity: 0.3;
}

.\!form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}

@media (max-width: 991px) {
  .\!form {
    gap: 1rem;
  }

  .form {
    gap: 1rem;
  }
}

.form-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .form-label {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.28px;
    font-weight: 400;
  }
}

.form-input {
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.28px;
  font-weight: 400;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-input:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.form-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.form-input:disabled {
  pointer-events: none;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form-input:disabled::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(236 236 236 / var(--tw-text-opacity));
}

.form-input:disabled::placeholder {
  --tw-text-opacity: 1;
  color: rgb(236 236 236 / var(--tw-text-opacity));
}

.form-error {
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(240 49 25 / var(--tw-text-opacity));
}

.form-slider {
  margin-top: 1rem;
  margin-bottom: 1.75rem;
  height: 1px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity));
}

.form-slider::-webkit-slider-thumb {
  position: relative;
  height: 2rem;
  width: 2rem;
  cursor: grab;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: url('../images/slider-icon.svg');
  background-size: 14px auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-slider::-webkit-slider-thumb:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.table-search-form {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 991px) {
  .table-search-form {
    width: 100%;
    max-width: 340px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

@media (max-width: 479px) {
  .table-search-form {
    max-width: none;
  }
}

.table-search-label {
  white-space: nowrap;
}

.table-search-input {
  min-width: 340px;
  padding-right: 3rem;
}

.table-search-submit {
  position: absolute;
  right: 0px;
  top: auto;
  height: 42px;
  width: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  background-color: transparent;
  background-image: url('../images/button-arrow.png');
  background-size: 11px auto;
  background-position: center;
  background-repeat: no-repeat;
  outline-width: 0px;
}

.table-link {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 140%;
  letter-spacing: -0.18px;
}

@media (max-width: 1200px) {
  .table-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.type-icon {
  margin-top: -2px;
  height: 1.5rem;
  width: 1.5rem;
}

@media (max-width: 991px) {
  .type-icon {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-\[10px\] {
  bottom: 10px;
}

.bottom-\[6px\] {
  bottom: 6px;
}

.bottom-auto {
  bottom: auto;
}

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.left-\[-30px\] {
  left: -30px;
}

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

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

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-\[18px\] {
  right: 18px;
}

.right-auto {
  right: auto;
}

.top-0 {
  top: 0px;
}

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

.top-6 {
  top: 1.5rem;
}

.top-\[-19px\] {
  top: -19px;
}

.top-\[-30px\] {
  top: -30px;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[12px\] {
  top: 12px;
}

.top-\[160px\] {
  top: 160px;
}

.top-\[18px\] {
  top: 18px;
}

.top-\[6px\] {
  top: 6px;
}

.top-\[75px\] {
  top: 75px;
}

.top-\[calc\(100\%_\+_12px\)\] {
  top: calc(100% + 12px);
}

.top-auto {
  top: auto;
}

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

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

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

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

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

.z-\[21\] {
  z-index: 21;
}

.z-\[22\] {
  z-index: 22;
}

.z-\[2\] {
  z-index: 2;
}

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

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

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

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-full {
  grid-column: 1 / -1;
}

.m-0 {
  margin: 0px;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-\[4px\] {
  margin: 4px;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

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

.mx-\[-155px\] {
  margin-left: -155px;
  margin-right: -155px;
}

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

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

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

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

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

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-ms-px {
  margin-inline-start: -1px;
}

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

.mb-\[-1px\] {
  margin-bottom: -1px;
}

.mb-\[-38px\] {
  margin-bottom: -38px;
}

.mb-\[77px\] {
  margin-bottom: 77px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

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

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

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

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

.ml-\[25px\] {
  margin-left: 25px;
}

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

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

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

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

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

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

.mr-\[37px\] {
  margin-right: 37px;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-\[-12px\] {
  margin-top: -12px;
}

.mt-\[-41px\] {
  margin-top: -41px;
}

.mt-\[112px\] {
  margin-top: 112px;
}

.mt-\[11px\] {
  margin-top: 11px;
}

.mt-\[250px\] {
  margin-top: 250px;
}

.mt-\[72px\] {
  margin-top: 72px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-24 {
  height: 6rem;
}

.h-3\/4 {
  height: 75%;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[100vh\] {
  height: 100vh;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-\[calc\(100vh_-_110px\)\] {
  max-height: calc(100vh - 110px);
}

.max-h-full {
  max-height: 100%;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-\[100vh\] {
  min-height: 100vh;
}

.min-h-\[650px\] {
  min-height: 650px;
}

.min-h-\[calc\(100vh_-_62px\)\] {
  min-height: calc(100vh - 62px);
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/5 {
  width: 60%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.min-w-36 {
  min-width: 9rem;
}

.min-w-\[240px\] {
  min-width: 240px;
}

.min-w-\[700px\] {
  min-width: 700px;
}

.min-w-full {
  min-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.max-w-\[90vw\] {
  max-width: 90vw;
}

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

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

.max-w-\[calc\(100\%_-_230px\)\] {
  max-width: calc(100% - 230px);
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

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

.flex-1 {
  flex: 1 1 0%;
}

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

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

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

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

.translate-x-\[-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));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-45deg\] {
  --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));
}

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[90px\] {
  gap: 90px;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.self-auto {
  align-self: auto;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[34px\] {
  border-radius: 34px;
}

.rounded-\[7px\] {
  border-radius: 7px;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-\[5px\] {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-e-full {
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}

.rounded-e-none {
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}

.rounded-s-full {
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}

.rounded-s-none {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}

.border {
  border-width: 1px;
}

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

.border-2 {
  border-width: 2px;
}

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

.border-b-0 {
  border-bottom-width: 0px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

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

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

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

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

.border-energy-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-energy-dark-gray {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity));
}

.border-energy-gold {
  --tw-border-opacity: 1;
  border-color: rgb(255 151 45 / var(--tw-border-opacity));
}

.border-energy-light-gray {
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
}

.border-energy-medium-gray {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
}

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

.border-energy-white-opaque {
  border-color: #FFFFFFF2;
}

.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-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.bg-energy-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-energy-dark-bordeaux {
  --tw-bg-opacity: 1;
  background-color: rgb(46 0 24 / var(--tw-bg-opacity));
}

.bg-energy-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(255 151 45 / var(--tw-bg-opacity));
}

.bg-energy-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.bg-energy-green {
  --tw-bg-opacity: 1;
  background-color: rgb(91 226 167 / var(--tw-bg-opacity));
}

.bg-energy-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.bg-energy-medium-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity));
}

.bg-energy-mint {
  --tw-bg-opacity: 1;
  background-color: rgb(158 241 189 / var(--tw-bg-opacity));
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

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

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-btn-close {
  background-image: url('../images/close-icon.png');
}

.bg-chevron-down {
  background-image: url('../images/chevron down.png');
}

.bg-edit-pencil-icon {
  background-image: url('../images/edit-pencil.png');
}

.bg-\[10px_auto\] {
  background-size: 10px auto;
}

.bg-\[12px_auto\] {
  background-size: 12px auto;
}

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

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

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

.fill-blue-600 {
  fill: #2563eb;
}

.fill-energy-gold {
  fill: #FF972D;
}

.fill-energy-medium-gray {
  fill: #D7D7D7;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[72px\] {
  padding-top: 72px;
  padding-bottom: 72px;
}

.\!pl-0 {
  padding-left: 0px !important;
}

.\!pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

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

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[19px\] {
  padding-bottom: 19px;
}

.pb-\[1px\] {
  padding-bottom: 1px;
}

.pb-\[72px\] {
  padding-bottom: 72px;
}

.pl-0 {
  padding-left: 0px;
}

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

.pl-\[17px\] {
  padding-left: 17px;
}

.pr-0 {
  padding-right: 0px;
}

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

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

.pt-12 {
  padding-top: 3rem;
}

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

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

.pt-3 {
  padding-top: 0.75rem;
}

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

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

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

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

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[144px\] {
  padding-top: 144px;
}

.pt-\[1px\] {
  padding-top: 1px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[66px\] {
  padding-top: 66px;
}

.pt-\[7\.5rem\] {
  padding-top: 7.5rem;
}

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

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

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

.align-top {
  vertical-align: top;
}

.align-text-top {
  vertical-align: text-top;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-body {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.18px;
  font-weight: 400;
}

.text-body-small {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  font-weight: 400;
}

.text-body-small-semibold {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  font-weight: 600;
}

.text-h2 {
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -1.12px;
  font-weight: 600;
}

.text-h3 {
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.text-h4 {
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.6px;
  font-weight: 600;
}

.text-h5 {
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.4px;
  font-weight: 600;
}

.text-label {
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.24px;
  font-weight: 400;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-semibold {
  font-weight: 600 !important;
}

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

.font-medium {
  font-weight: 500;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.tracking-\[5px\] {
  letter-spacing: 5px;
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

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

.text-energy-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.text-energy-gold {
  --tw-text-opacity: 1;
  color: rgb(255 151 45 / var(--tw-text-opacity));
}

.text-energy-medium-gray {
  --tw-text-opacity: 1;
  color: rgb(215 215 215 / var(--tw-text-opacity));
}

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

.text-energy-white-opaque {
  color: #FFFFFFF2;
}

.text-functional-medium-gray {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

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

.accent-energy-gold {
  accent-color: #FF972D;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-energy-light-gray {
  outline-color: #ECECEC;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

  font-weight: 700;

  font-style: normal;

  src: url('../../fonts/altform/Bold.otf') format('opentype');
}

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

  font-weight: 700;

  font-style: italic;

  src: url('../../fonts/altform/Bold-Italic.otf') format('opentype');
}

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

  font-weight: 300;

  font-style: normal;

  src: url('../../fonts/altform/Light.otf') format('opentype');
}

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

  font-weight: 300;

  font-style: italic;

  src: url('../../fonts/altform/Light-Italic.otf') format('opentype');
}

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

  font-weight: 400;

  font-style: normal;

  src: url('../../fonts/altform/Regular.otf') format('opentype');
}

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

  font-weight: 400;

  font-style: italic;

  src: url('../../fonts/altform/Regular-Italic.otf') format('opentype');
}

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

  font-weight: 600;

  font-style: normal;

  src: url('../../fonts/altform/SemiBold.otf') format('opentype');
}

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

  font-weight: 600;

  font-style: italic;

  src: url('../../fonts/altform/SemiBold-Italic.otf') format('opentype');
}

html,
body,
main.page {
  overscroll-behavior-y: none;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  background-color: white;
}

main.page {
  background-color: white;
  height: 100%;
}

html {
  background: rgb(4,52,63);
  background: linear-gradient(180deg, rgba(4,52,63,1) 0%, rgba(4,52,63,1) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04343f",endColorstr="#ffffff",GradientType=1);
}

html::-webkit-scrollbar,
    body::-webkit-scrollbar,
    main.page::-webkit-scrollbar {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px white inset;
}

.price-sticky#price-mobile-sticky {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

@media (max-width: 767px) {
  .mobile-landscape\:table-grid-14 {
    display: grid;
    grid-template-columns: repeat(14, minmax(44px, 1fr));
  }
}

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

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

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

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

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

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

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

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

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:translate-y-\[-50\%\]::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\:bg-energy-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.before\:text-center::before {
  content: var(--tw-content);
  text-align: center;
}

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

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

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

.first\:ms-0:first-child {
  margin-inline-start: 0px;
}

.first\:rounded-s-lg:first-child {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.last\:rounded-e-lg:last-child {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.checked\:border-energy-gold:checked {
  --tw-border-opacity: 1;
  border-color: rgb(255 151 45 / var(--tw-border-opacity));
}

.checked\:bg-energy-gold:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(255 151 45 / var(--tw-bg-opacity));
}

.checked\:before\:opacity-100:checked::before {
  content: var(--tw-content);
  opacity: 1;
}

.hover\:border-energy-gold:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 151 45 / var(--tw-border-opacity));
}

.hover\:border-functional-gray:hover {
  --tw-border-opacity: 1;
  border-color: rgb(197 197 197 / var(--tw-border-opacity));
}

.hover\:bg-energy-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 226 167 / var(--tw-bg-opacity));
}

.hover\:bg-energy-light-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.hover\:bg-energy-mint:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(158 241 189 / var(--tw-bg-opacity));
}

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

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

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:text-functional-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity));
}

.hover\:text-functional-medium-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

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

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.active\:border-functional-medium-gray:active {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.active\:text-functional-medium-gray:active {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

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

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .md\:inline {
    display: inline;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:flex-none {
    flex: none;
  }
}

@media (min-width: 1920px) {
  .large-desktop\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .large-desktop\:max-w-\[1920px\] {
    max-width: 1920px;
  }

  .large-desktop\:max-w-\[488px\] {
    max-width: 488px;
  }

  .large-desktop\:max-w-\[960px\] {
    max-width: 960px;
  }

  .large-desktop\:max-w-\[calc\(100\%_-_314px\)\] {
    max-width: calc(100% - 314px);
  }

  .large-desktop\:max-w-none {
    max-width: none;
  }

  .large-desktop\:justify-start {
    justify-content: flex-start;
  }
}

@media (max-width: 1200px) {
  .mid-desktop\:top-\[180px\] {
    top: 180px;
  }

  .mid-desktop\:top-\[30px\] {
    top: 30px;
  }

  .mid-desktop\:z-0 {
    z-index: 0;
  }

  .mid-desktop\:block {
    display: block;
  }

  .mid-desktop\:hidden {
    display: none;
  }

  .mid-desktop\:h-\[210px\] {
    height: 210px;
  }

  .mid-desktop\:h-\[420px\] {
    height: 420px;
  }

  .mid-desktop\:h-auto {
    height: auto;
  }

  .mid-desktop\:w-\[1200px\] {
    width: 1200px;
  }

  .mid-desktop\:flex-col {
    flex-direction: column;
  }

  .mid-desktop\:items-start {
    align-items: flex-start;
  }

  .mid-desktop\:gap-2 {
    gap: 0.5rem;
  }

  .mid-desktop\:text-left {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .tablet\:static {
    position: static;
  }

  .tablet\:fixed {
    position: fixed;
  }

  .tablet\:absolute {
    position: absolute;
  }

  .tablet\:relative {
    position: relative;
  }

  .tablet\:bottom-auto {
    bottom: auto;
  }

  .tablet\:left-0 {
    left: 0px;
  }

  .tablet\:left-1\/2 {
    left: 50%;
  }

  .tablet\:left-auto {
    left: auto;
  }

  .tablet\:right-0 {
    right: 0px;
  }

  .tablet\:right-4 {
    right: 1rem;
  }

  .tablet\:right-auto {
    right: auto;
  }

  .tablet\:top-0 {
    top: 0px;
  }

  .tablet\:top-3 {
    top: 0.75rem;
  }

  .tablet\:top-40 {
    top: 10rem;
  }

  .tablet\:top-8 {
    top: 2rem;
  }

  .tablet\:top-\[-100\%\] {
    top: -100%;
  }

  .tablet\:top-auto {
    top: auto;
  }

  .tablet\:z-20 {
    z-index: 20;
  }

  .tablet\:z-\[21\] {
    z-index: 21;
  }

  .tablet\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet\:\!mt-6 {
    margin-top: 1.5rem !important;
  }

  .tablet\:mb-0 {
    margin-bottom: 0px;
  }

  .tablet\:mb-4 {
    margin-bottom: 1rem;
  }

  .tablet\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .tablet\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .tablet\:mt-0 {
    margin-top: 0px;
  }

  .tablet\:mt-2 {
    margin-top: 0.5rem;
  }

  .tablet\:mt-3 {
    margin-top: 0.75rem;
  }

  .tablet\:mt-4 {
    margin-top: 1rem;
  }

  .tablet\:mt-8 {
    margin-top: 2rem;
  }

  .tablet\:mt-\[-10px\] {
    margin-top: -10px;
  }

  .tablet\:mt-\[200px\] {
    margin-top: 200px;
  }

  .tablet\:mt-\[30px\] {
    margin-top: 30px;
  }

  .tablet\:mt-auto {
    margin-top: auto;
  }

  .tablet\:block {
    display: block;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:grid {
    display: grid;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:h-12 {
    height: 3rem;
  }

  .tablet\:h-\[160px\] {
    height: 160px;
  }

  .tablet\:h-\[340px\] {
    height: 340px;
  }

  .tablet\:h-\[38px\] {
    height: 38px;
  }

  .tablet\:h-\[60px\] {
    height: 60px;
  }

  .tablet\:h-\[720px\] {
    height: 720px;
  }

  .tablet\:h-\[calc\(100vh_-_48px\)\] {
    height: calc(100vh - 48px);
  }

  .tablet\:h-auto {
    height: auto;
  }

  .tablet\:h-full {
    height: 100%;
  }

  .tablet\:max-h-\[calc\(100vh_-_60px\)\] {
    max-height: calc(100vh - 60px);
  }

  .tablet\:min-h-\[400px\] {
    min-height: 400px;
  }

  .tablet\:min-h-\[550px\] {
    min-height: 550px;
  }

  .tablet\:min-h-\[700px\] {
    min-height: 700px;
  }

  .tablet\:min-h-\[calc\(100vh_-_48px\)\] {
    min-height: calc(100vh - 48px);
  }

  .tablet\:w-3\/4 {
    width: 75%;
  }

  .tablet\:w-\[1040px\] {
    width: 1040px;
  }

  .tablet\:w-\[124px\] {
    width: 124px;
  }

  .tablet\:w-\[990px\] {
    width: 990px;
  }

  .tablet\:w-\[calc\(50\%_-_6px\)\] {
    width: calc(50% - 6px);
  }

  .tablet\:w-auto {
    width: auto;
  }

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

  .tablet\:max-w-\[345px\] {
    max-width: 345px;
  }

  .tablet\:max-w-\[98px\] {
    max-width: 98px;
  }

  .tablet\:max-w-none {
    max-width: none;
  }

  .tablet\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .tablet\:translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .tablet\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .tablet\:grid-flow-row {
    grid-auto-flow: row;
  }

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

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

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

  .tablet\:content-center {
    align-content: center;
  }

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

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

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

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

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

  .tablet\:justify-items-start {
    justify-items: start;
  }

  .tablet\:gap-12 {
    gap: 3rem;
  }

  .tablet\:gap-2 {
    gap: 0.5rem;
  }

  .tablet\:gap-\[10px\] {
    gap: 10px;
  }

  .tablet\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .tablet\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .tablet\:gap-y-8 {
    row-gap: 2rem;
  }

  .tablet\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .tablet\:self-start {
    align-self: flex-start;
  }

  .tablet\:self-stretch {
    align-self: stretch;
  }

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

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

  .tablet\:rounded-none {
    border-radius: 0px;
  }

  .tablet\:border-0 {
    border-width: 0px;
  }

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

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

  .tablet\:p-0 {
    padding: 0px;
  }

  .tablet\:p-4 {
    padding: 1rem;
  }

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

  .tablet\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tablet\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tablet\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

  .tablet\:pb-0 {
    padding-bottom: 0px;
  }

  .tablet\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .tablet\:pb-8 {
    padding-bottom: 2rem;
  }

  .tablet\:pb-\[64px\] {
    padding-bottom: 64px;
  }

  .tablet\:pb-\[72px\] {
    padding-bottom: 72px;
  }

  .tablet\:pr-0 {
    padding-right: 0px;
  }

  .tablet\:pr-4 {
    padding-right: 1rem;
  }

  .tablet\:pt-3 {
    padding-top: 0.75rem;
  }

  .tablet\:pt-5 {
    padding-top: 1.25rem;
  }

  .tablet\:pt-8 {
    padding-top: 2rem;
  }

  .tablet\:pt-\[84px\] {
    padding-top: 84px;
  }

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

  .tablet\:text-block-m {
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.32px;
    font-weight: 400;
  }

  .tablet\:text-body {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.18px;
    font-weight: 400;
  }

  .tablet\:text-body-m {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.28px;
    font-weight: 400;
  }

  .tablet\:text-body-small-m {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.24px;
    font-weight: 400;
  }

  .tablet\:text-h1-m {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -1.08px;
    font-weight: 600;
  }

  .tablet\:text-h2-m {
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.6px;
    font-weight: 600;
  }

  .tablet\:text-h3-m {
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.48px;
    font-weight: 600;
  }

  .tablet\:text-h4-m {
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.36px;
    font-weight: 600;
  }

  .tablet\:text-h5-m {
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.28px;
    font-weight: 600;
  }

  .tablet\:text-intro {
    font-size: 24px;
    line-height: 124%;
    font-weight: 400;
  }

  .tablet\:text-label {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.24px;
    font-weight: 400;
  }

  .tablet\:tracking-normal {
    letter-spacing: 0em;
  }

  .tablet\:transition-\[left_transform\] {
    transition-property: left transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-\[top\] {
    transition-property: top;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-\[transform_bottom\] {
    transition-property: transform bottom;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-\[transform_top\] {
    transition-property: transform top;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:duration-500 {
    transition-duration: 500ms;
  }

  .tablet\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 767px) {
  .mobile-landscape\:absolute {
    position: absolute;
  }

  .mobile-landscape\:relative {
    position: relative;
  }

  .mobile-landscape\:bottom-0 {
    bottom: 0px;
  }

  .mobile-landscape\:bottom-auto {
    bottom: auto;
  }

  .mobile-landscape\:left-0 {
    left: 0px;
  }

  .mobile-landscape\:left-auto {
    left: auto;
  }

  .mobile-landscape\:right-0 {
    right: 0px;
  }

  .mobile-landscape\:right-3 {
    right: 0.75rem;
  }

  .mobile-landscape\:top-0 {
    top: 0px;
  }

  .mobile-landscape\:top-3 {
    top: 0.75rem;
  }

  .mobile-landscape\:top-\[185px\] {
    top: 185px;
  }

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

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

  .mobile-landscape\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .mobile-landscape\:mb-4 {
    margin-bottom: 1rem;
  }

  .mobile-landscape\:mt-0 {
    margin-top: 0px;
  }

  .mobile-landscape\:block {
    display: block;
  }

  .mobile-landscape\:hidden {
    display: none;
  }

  .mobile-landscape\:h-\[150px\] {
    height: 150px;
  }

  .mobile-landscape\:h-\[1px\] {
    height: 1px;
  }

  .mobile-landscape\:h-\[370px\] {
    height: 370px;
  }

  .mobile-landscape\:h-\[375px\] {
    height: 375px;
  }

  .mobile-landscape\:h-\[760px\] {
    height: 760px;
  }

  .mobile-landscape\:h-auto {
    height: auto;
  }

  .mobile-landscape\:h-full {
    height: 100%;
  }

  .mobile-landscape\:max-h-none {
    max-height: none;
  }

  .mobile-landscape\:min-h-0 {
    min-height: 0px;
  }

  .mobile-landscape\:min-h-\[110px\] {
    min-height: 110px;
  }

  .mobile-landscape\:min-h-\[510px\] {
    min-height: 510px;
  }

  .mobile-landscape\:w-\[780px\] {
    width: 780px;
  }

  .mobile-landscape\:w-\[860px\] {
    width: 860px;
  }

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

  .mobile-landscape\:min-w-0 {
    min-width: 0px;
  }

  .mobile-landscape\:max-w-\[303px\] {
    max-width: 303px;
  }

  .mobile-landscape\:max-w-none {
    max-width: none;
  }

  .mobile-landscape\:transform-none {
    transform: none;
  }

  .mobile-landscape\:cursor-pointer {
    cursor: pointer;
  }

  .mobile-landscape\:flex-col {
    flex-direction: column;
  }

  .mobile-landscape\:items-start {
    align-items: flex-start;
  }

  .mobile-landscape\:justify-end {
    justify-content: flex-end;
  }

  .mobile-landscape\:gap-0 {
    gap: 0px;
  }

  .mobile-landscape\:gap-12 {
    gap: 3rem;
  }

  .mobile-landscape\:gap-3 {
    gap: 0.75rem;
  }

  .mobile-landscape\:gap-4 {
    gap: 1rem;
  }

  .mobile-landscape\:gap-5 {
    gap: 1.25rem;
  }

  .mobile-landscape\:gap-8 {
    gap: 2rem;
  }

  .mobile-landscape\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .mobile-landscape\:self-start {
    align-self: flex-start;
  }

  .mobile-landscape\:overflow-hidden {
    overflow: hidden;
  }

  .mobile-landscape\:rounded-none {
    border-radius: 0px;
  }

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

  .mobile-landscape\:border-solid {
    border-style: solid;
  }

  .mobile-landscape\:border-none {
    border-style: none;
  }

  .mobile-landscape\:border-energy-white-opaque {
    border-color: #FFFFFFF2;
  }

  .mobile-landscape\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .mobile-landscape\:p-4 {
    padding: 1rem;
  }

  .mobile-landscape\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .mobile-landscape\:pb-4 {
    padding-bottom: 1rem;
  }

  .mobile-landscape\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .mobile-landscape\:pr-0 {
    padding-right: 0px;
  }

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

  .mobile-landscape\:pt-11 {
    padding-top: 2.75rem;
  }

  .mobile-landscape\:pt-16 {
    padding-top: 4rem;
  }

  .mobile-landscape\:pt-\[126px\] {
    padding-top: 126px;
  }

  .mobile-landscape\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .mobile-landscape\:text-body-m {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.28px;
    font-weight: 400;
  }

  .mobile-landscape\:text-body-small-m {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.24px;
    font-weight: 400;
  }

  .mobile-landscape\:text-body-small-semibold-m {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.24px;
    font-weight: 600;
  }

  .mobile-landscape\:text-h3-m {
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.48px;
    font-weight: 600;
  }

  .mobile-landscape\:text-h4-m {
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.36px;
    font-weight: 600;
  }

  .mobile-landscape\:text-label {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.24px;
    font-weight: 400;
  }

  .mobile-landscape\:leading-\[110\%\] {
    line-height: 110%;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }

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

  .dark\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
  }

  .dark\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
  }

  .dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .dark\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  }

  .dark\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .dark\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  }

  .dark\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
  }

  .dark\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
  }
}