/*
! tailwindcss v3.3.5 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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 */
  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.
*/

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

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1;
}

body {
  --bg-opacity: 1;
  --text-opacity: 1;
  color: #231F20;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.4375rem;
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}

@media (min-width: 1440px) {
  body {
    font-size: 1.125rem;
    line-height: 1.8125rem;
  }
}

ul {
  font-family: Roboto, sans-serif;
}

ol {
  font-family: Roboto, sans-serif;
}

*, ::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-scroll-snap-strictness: proximity;
  --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;
}

::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-scroll-snap-strictness: proximity;
  --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;
}

.container {
  width: 100%;
}

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

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

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

.sh_sectionPadding {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .sh_sectionPadding {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .sh_sectionPadding {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1440px) {
  .sh_sectionPadding {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.sh_sectionPadding_vert {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .sh_sectionPadding_vert {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

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

@media (min-width: 1440px) {
}

.sh_sectionPadding_horz {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .sh_sectionPadding_horz {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .sh_sectionPadding_horz {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1440px) {
  .sh_sectionPadding_horz {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.sh_sectionPadding_no_left {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .sh_sectionPadding_no_left {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .sh_sectionPadding_no_left {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 60px;
  }
}

@media (min-width: 1440px) {
  .sh_sectionPadding_no_left {
    padding-left: 0;
    padding-right: 90px;
  }
}

.sh_sectionPadding_no_right {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .sh_sectionPadding_no_right {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .sh_sectionPadding_no_right {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 0;
  }
}

@media (min-width: 1440px) {
  .sh_sectionPadding_no_right {
    padding-left: 90px;
    padding-right: 0;
  }
}

.sh_sectionPadding_not_lg {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .sh_sectionPadding_not_lg {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .sh_sectionPadding_not_lg {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1440px) {
}

.sh_title1 {
  color: #003C4D;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .sh_title1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}

@media (min-width: 1440px) {
  .sh_title1 {
    font-size: 3.875rem;
    line-height: 4.125rem;
  }
}

.sh_title2_xl {
  color: #003C4D;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.375rem;
}

@media (min-width: 768px) {
  .sh_title2_xl {
    font-size: 3.125rem;
    line-height: 3.375rem;
  }
}

@media (min-width: 1440px) {
  .sh_title2_xl {
    font-size: 3.875rem;
    line-height: 4.375rem;
  }
}

.sh_title2 {
  color: #003C4D;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .sh_title2 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

@media (min-width: 1440px) {
  .sh_title2 {
    font-size: 2.625rem;
    line-height: 4.375rem;
  }
}

.sh_title3 {
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .sh_title3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .sh_title3 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.sh_title_subtext {
  color: #408EA0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .sh_title_subtext {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 1440px) {
  .sh_title_subtext {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

ul.sh_list {
  margin-left: 70px;
}

ul.sh_list li:before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 1.5rem;
  margin-left: -2rem;
  margin-top: -.2rem;
  position: absolute;
}

ul.no_bullet li::before {
  content: none;
}

ul.indent {
  margin-left: 2.500rem;
}

ol.sh_list {
  margin-left: 1.6rem;
}

ol.sh_list li {
  counter-increment: customlistcounter;
}

ol.sh_list li:before {
  --text-opacity: 1;
  color: #408EA0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  display: inline-block;
  font-weight: 700;
  content: counter(list-item) " ";
  margin-left: -1.5rem;
  position: absolute;
}

ol.sh_list li:first-child {
  counter-reset: customlistcounter;
}

a {
  color: #408EA0;
  font-family: Roboto, sans-serif;
  text-decoration: underline;
  cursor: pointer;
}

a:after {
  color: #408EA0;
  text-decoration: none;
}

a:hover {
  color: #74c4d6;
  cursor: pointer;
  text-decoration: none;
}

a:focus, a:focus-visible, a:focus-within {
  border-radius: 1px;
  color: #74c4d6;
  cursor: pointer;
  outline: 2px solid #003C4D;
  outline-offset: 0.188rem;
  text-decoration: none;
  z-index: 10;
}

a svg.sh_icon_hover {
  color: #408EA0;
  fill: #408EA0;
}

a svg.sh_icon_hover:hover {
  color: #74C3D5;
  fill: #74C3D5;
}

a.sh_light_link {
  color: #74C4D6;
}

a.sh_light_link:after {
  color: #74C4D6;
}

a.sh_light_link:hover {
  color: #408EA0;
}

a.sh_light_link:focus, a.sh_light_link:focus-visible, a.sh_light_link:focus-within {
  color: #408EA0;
}

a.sh_light_link svg.sh_icon_hover {
  color: #74C4D6;
  fill: #74C4D6;
}

a.sh_light_link svg.sh_icon_hover:hover {
  color: #408EA0;
  fill: #408EA0;
}

a.sh_header_nav {
  color: #ffffff;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 768px) {
  a.sh_header_nav {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1440px) {
  a.sh_header_nav {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
}

a.sh_header_nav:hover {
  color: #74c4d6;
  cursor: pointer;
  text-decoration: underline;
}

a.sh_header_nav:focus, a.sh_header_nav:focus-visible, a.sh_header_nav:focus-within {
  border-radius: 1px;
  color: #74c4d6;
  cursor: pointer;
  outline: 2px solid #003C4D;
  outline-offset: 0.188rem;
  text-decoration: underline;
  z-index: 10;
}

.sh_social_header {
  height: 18px;
}

.sh_social_header svg {
  color: #003C4D;
  fill: #003C4D;
}

.sh_social_header svg:hover {
  color: #ffffff;
  fill: #ffffff;
}

.sh_social_footer {
  height: 30px;
}

.sh_social_footer svg {
  color: #408EA0;
  fill: #408EA0;
}

.sh_social_footer svg:hover {
  color: #74C3D5;
  fill: #74C3D5;
}

.sh_button, .sh_light_button {
  --bg-opacity: 1;
  --text-opacity: 1;
  cursor: pointer;
  border: 2px solid #74c4d6;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  height: 30px;
  padding-left: 2.500rem;
  padding-right: 2.500rem;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .sh_button, .sh_light_button {
    font-size: 18px;
    height: 40px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: .625rem;
  }
}

@media (min-width: 1440px) {
  .sh_button, .sh_light_button {
    font-size: 22px;
    height: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.sh_button a, .sh_light_button a {
  text-decoration: none;
  color: #ffffff;
}

.sh_button a:hover, .sh_light_button a:hover {
  text-decoration: underline;
}

.sh_button:hover, .sh_light_button:hover {
  color: #ffffff;
  text-decoration: underline;
}

.sh_button:focus, .sh_button:focus-within, .sh_button:focus-visible, .sh_light_button:focus, .sh_light_button:focus-within, .sh_light_button:focus-visible {
  color: #ffffff;
  outline: 2px solid #003C4D;
  outline-offset: 2px;
}

.sh_button::after, .sh_light_button::after {
  color: #ffffff;
}

.sh_button {
  background-color: #003c4d;
}

.sh_button:hover {
  background-color: #74c4d6;
}

.sh_button:focus, .sh_button:focus-within, .sh_button:focus-visible {
  background-color: #74c4d6;
}

.sh_light_button {
  background-color: #408EA0;
}

.sh_light_button:hover {
  background-color: #74c4d6;
}

.sh_light_button:focus, .sh_light_button:focus-within, .sh_light_button:focus-visible {
  background-color: #74c4d6;
}

.button.m-0, .button.mt-0 {
  margin-top: 0px;
}

.sh_accordion .sh_accordionArrow_Down, .sh_accordion .sh_accordionArrow_Up {
  width: 42px;
  height: 22px;
}

@media (min-width: 1024px) {
  .sh_accordion .sh_accordionArrow_Down, .sh_accordion .sh_accordionArrow_Up {
    width: 52px;
    height: 27px;
  }
}

@media (min-width: 1440px) {
  .sh_accordion .sh_accordionArrow_Down, .sh_accordion .sh_accordionArrow_Up {
    width: 62px;
    height: 32px;
  }
}

.sh_accordion details {
  border-radius: 20px;
  background: #ffffff;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .sh_accordion details {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .sh_accordion details {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .sh_accordion details {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.sh_accordion details:last-of-type {
  margin-bottom: 0px;
}

.sh_accordion details:not([open]) .sh_accordionArrow_Down {
  display: none;
}

.sh_accordion details:not([open]) .sh_accordionArrow_Up {
  display: block;
}

.sh_accordion details[open] .sh_accordionArrow_Down {
  display: block;
}

.sh_accordion details[open] .sh_accordionArrow_Up {
  display: none;
}

.sh_accordion summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.sh_accordion summary::-webkit-details-marker {
  display: none;
}

.sh_accordion .accordion_response_basic {
  margin-top: 30px;
  padding-left: 45px;
}

.sh_accordion .accordion_response_container {
  display: flex;
  flex-direction: column;
  background-color: #EFF7F8;
  border-radius: 1.25rem;
  margin: auto;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .sh_accordion .accordion_response_container {
    margin-top: 30px;
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .sh_accordion .accordion_response_container {
    width: 80%;
    padding: 50px;
  }
}

@media (min-width: 1440px) {
  .sh_accordion .accordion_response_container {
    width: 100%;
    flex-direction: row;
    padding: 60px;
  }
}

.sh_accordion ul.sh_list {
  margin-left: 36px;
}

@media (min-width: 768px) {
  .sh_accordion ul.sh_list {
    margin-left: 70px;
  }
}

.sh_accordion ul.sh_list li:before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 1.5rem;
  margin-left: -27px;
  position: absolute;
}

@media (min-width: 768px) {
  .sh_accordion ul.sh_list li:before {
    margin-left: -40px;
  }
}

.sh_accordion .sh_accordion_bullet::before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 2rem;
  margin-left: -45px;
  position: absolute;
}

.sh_accordion .sh_accordion_pdf {
  padding-left: 11px;
}

@media (min-width: 768px) {
  .sh_accordion .sh_accordion_pdf {
    padding-left: 32px;
  }
}

.sh_accordion .sh_accordion_pdf img {
  width: 21px;
  height: 27px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .sh_accordion .sh_accordion_pdf img {
    width: 23px;
    height: 30px;
    margin-right: 16px;
  }
}

.sh_accordion .sh_accordion_offsite {
  padding-left: 30px;
}

.sh_accordion .sh_accordion_offsite::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
  display: inline-block;
  width: 23px;
  height: 23px;
  position: relative;
  left: -15px;
  top: -5px;
}

.sh_accordion_group {
  background: #ffffff;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .sh_accordion_group {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .sh_accordion_group {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .sh_accordion_group {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.sh_accordion_group .sh_accordionArrow_Down, .sh_accordion_group .sh_accordionArrow_Up {
  width: 42px;
  height: 22px;
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
  .sh_accordion_group .sh_accordionArrow_Down, .sh_accordion_group .sh_accordionArrow_Up {
    width: 52px;
    height: 27px;
  }
}

@media (min-width: 1440px) {
  .sh_accordion_group .sh_accordionArrow_Down, .sh_accordion_group .sh_accordionArrow_Up {
    width: 62px;
    height: 32px;
  }
}

.sh_accordion_group details {
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .sh_accordion_group details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .sh_accordion_group details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1440px) {
  .sh_accordion_group details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.sh_accordion_group details:last-of-type {
  margin-bottom: 0px;
}

.sh_accordion_group details:not([open]) .sh_accordionArrow_Down {
  display: none;
}

.sh_accordion_group details:not([open]) .sh_accordionArrow_Up {
  display: block;
}

.sh_accordion_group details[open] .sh_accordionArrow_Down {
  display: block;
}

.sh_accordion_group details[open] .sh_accordionArrow_Up {
  display: none;
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1440px) {
}

.sh_accordion_group summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .sh_accordion_group summary {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .sh_accordion_group summary {
    padding-left: 50px;
  }
}

@media (min-width: 1440px) {
  .sh_accordion_group summary {
    padding-left: 60px;
  }
}

.sh_accordion_group summary::-webkit-details-marker {
  display: none;
}

.sh_accordion_group .accordion_answer_container {
  display: flex;
  flex-direction: column;
  background-color: #EFF7F8;
  border-radius: 1.25rem;
  margin: auto;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .sh_accordion_group .accordion_answer_container {
    margin-top: 30px;
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .sh_accordion_group .accordion_answer_container {
    margin-top: 30px;
    padding: 50px;
  }
}

@media (min-width: 1440px) {
  .sh_accordion_group .accordion_answer_container {
    margin-top: 30px;
    padding: 60px;
  }
}

.sh_accordion_group ul {
  margin-left: 30px;
}

@media (min-width: 768px) {
  .sh_accordion_group ul {
    margin-left: 40px;
  }
}

@media (min-width: 1024px) {
}

@media (min-width: 1440px) {
}

.sh_accordion_group ul li.sh_accordion_pdf {
  margin-top: 16px;
}

.sh_accordion_group ul li.sh_accordion_pdf:before {
  --text-opacity: 1;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyMyAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjN2MzBIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAuODY1IDUuOTY2Yy0uMy4wNS0uNTAxLjIyNi0uNjE3LjUzOS0uMjQ0LjY2My0uMDQ5IDEuODMuNjA1IDMuMDc3LjQ1NS0xLjMxLjY4Ni0yLjQ2My41MTgtMy4xNDctLjA5OC0uMzk3LS4yOTktLjQ2NC0uNTA2LS40NjltLjEzMiA1LjExN2EyNy4zMyAyNy4zMyAwIDAgMS0uOTIyIDEuOTgzYy43MTMtLjIxNiAxLjQ1LS4zOTQgMi4xNzItLjUyNi0uMjA2LS4yMTItLjQxLS40MzctLjYxLS42NzZhOS43NzYgOS43NzYgMCAwIDEtLjY0LS43ODFtMi43NTUgMS45MDdjMS40MjUgMS4xMjQgMi43NSAxLjUyMyAzLjMyIDEuMzE3LjEzNS0uMDQ5LjI5LS4xNDUuMjg4LS40NjEtLjAwNC0uMTE0LS4wMi0uNDQyLS42Ni0uNjgtLjY3NC0uMjUyLTEuNzQtLjI5Ny0yLjk0OC0uMTc2bS04LjAyIDQuMzc5Yy4wNTQuMDQ3LjE1NS4wODcuMzk3LS4wMzYuNjY0LS4zMzggMS41OTctMS41MzYgMi40OTUtMy4wNC0xLjAzLjQ0LTEuOTA2Ljk2NC0yLjQ1MyAxLjU0NC0uNTAzLjUzNS0uNjQ3IDEuMDM3LS40NCAxLjUzMm0uMTI2LjcyYS44NzguODc4IDAgMCAxLS42NjktLjMxMmwtLjA1Mi0uMDhjLS4yNDgtLjUzMi0uMzU2LTEuMzY3LjUzOC0yLjMxNy43NDUtLjc5IDIuMDItMS40NzggMy40NzMtMi4wMDZhMjcuNzgzIDI3Ljc4MyAwIDAgMCAxLjM5Ny0yLjk2MmMtLjkyOS0xLjUxLTEuMzE3LTMuMDk3LS45MzQtNC4xMzcuMjAzLS41NTIuNjIzLS44OTkgMS4xODMtLjk3OGwuMDQ4LS4wMDNjLjYxMiAwIDEuMDM0LjM1IDEuMTkuOTgzLjIxOS44ODktLjExNSAyLjQwMS0uNzM1IDQuMDUxLjI0NS4zNy41My43NC44NTYgMS4wOTguMzA0LjM2Mi42MTUuNjg5LjkyNS45ODEgMS41NjktLjIxNSAyLjk5My0uMTk1IDMuODY0LjEzLjg4Ni4zMyAxLjA4Ni44ODYgMS4wOTggMS4yOTN2LjAwN2MuMDA0LjUzLS4yNjIuOTMxLS43MzMgMS4xLS45NDUuMzQyLTIuNzI4LS4yNzMtNC40NjctMS44MjktMS4wNi4xNjctMi4xOC40NDItMy4yMTQuOEM4LjU0MiAxNS44NSA3LjMyIDE3LjQ4IDYuNDQgMTcuOTNhMS4yOSAxLjI5IDAgMCAxLS41ODQuMTU4IiBmaWxsPSIjMDAwIi8+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZD0iTTIyLjMxNyAyMC44NzR2Ny43NjVhLjcwNC43MDQgMCAwIDEtLjcxMS42OTRIMS4zOTRhLjcwNC43MDQgMCAwIDEtLjcxMS0uNjk0VjEuMzYxYzAtLjM4My4zMi0uNjk0LjcxMS0uNjk0aDE0LjcwNGMuMDMyIDAgLjA2My4wMDUuMDk0LjAwOXY0LjdjMCAuNy41ODQgMS4yNyAxLjMwMSAxLjI3aDQuODE1Yy4wMDQuMDMuMDEuMDYxLjAxLjA5MnYxNC4xMzZabS0uNDgzLTE0Ljg5NWgtNC4zNDFhLjYxMi42MTIgMCAwIDEtLjYxOC0uNjAzVjEuMTM4bDQuOTYgNC44NDFabS43NTgtLjIwM0wxNy4wODQuMzk5QTEuNDAzIDEuNDAzIDAgMCAwIDE2LjA5OCAwSDEuMzk0Qy42MjYgMCAwIC42MSAwIDEuMzYxdjI3LjI3OEMwIDI5LjM4OS42MjYgMzAgMS4zOTQgMzBoMjAuMjEyYy43NjggMCAxLjM5NC0uNjEgMS4zOTQtMS4zNjFWNi43MzhjMC0uMzYzLS4xNDUtLjcwNS0uNDA4LS45NjJaIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZD0iTTcuODgzIDI0LjYxOGEuNjI3LjYyNyAwIDAgMS0uNjMuNjIySDYuMDk3di0yLjA2M2gxLjE1NmMuMzQ4IDAgLjYzLjI4LjYzLjYyM3YuODE4Wm0tLjYzLTIuMTE4SDUuNzU0YS4zNC4zNCAwIDAgMC0uMzQyLjMzOXY0LjYxN2EuMzQuMzQgMCAwIDAgLjM0Mi4zMzguMzQuMzQgMCAwIDAgLjM0My0uMzM4di0xLjUzOGgxLjE1NmExLjMxIDEuMzEgMCAwIDAgMS4zMTYtMS4zVjIzLjhjMC0uNzE3LS41OS0xLjMtMS4zMTYtMS4zWm0zLjM1NCA0LjYxN2gxLjA1NmMuNDAyIDAgLjczLS4zMjQuNzMtLjcyMlYyMy45YS43MjcuNzI3IDAgMCAwLS43My0uNzIyaC0xLjA1NnYzLjk0Wm0xLjA1Ni42NzdoLTEuMzk5YS4zNC4zNCAwIDAgMS0uMzQyLS4zMzh2LTQuNjE3YS4zNC4zNCAwIDAgMSAuMzQyLS4zMzloMS40Yy43OCAwIDEuNDE0LjYyOCAxLjQxNCAxLjM5OXYyLjQ5NmExLjQxIDEuNDEgMCAwIDEtMS40MTUgMS40Wm01LjU4My01LjI5NGgtMi40NzJhLjM0LjM0IDAgMCAwLS4zNDMuMzM5djQuNjE2YS4zNC4zNCAwIDAgMCAuMzQzLjM0LjM0LjM0IDAgMCAwIC4zNDMtLjM0di0xLjk3aDEuMjc2YS4zNC4zNCAwIDAgMCAuMzQyLS4zMzguMzQuMzQgMCAwIDAtLjM0Mi0uMzM5aC0xLjI3NnYtMS42M2gyLjEyOWEuMzQuMzQgMCAwIDAgLjM0Mi0uMzM5LjM0LjM0IDAgMCAwLS4zNDItLjMzOSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=");
  display: inline-block;
  font-size: 1.5rem;
  margin-top: -5px;
  margin-left: -30px;
  position: absolute;
}

@media (min-width: 768px) {
  .sh_accordion_group ul li.sh_accordion_pdf:before {
    margin-left: -40px;
  }

  .sh_accordion_group ul li.sh_accordion_pdf {
    margin-top: 18px;
  }
}

.sh_accordion_group ul li.sh_accordion_offsite {
  margin-top: 16px;
}

.sh_accordion_group ul li.sh_accordion_offsite:before {
  --text-opacity: 1;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 0px;
  margin-left: -30px;
  position: absolute;
}

@media (min-width: 768px) {
  .sh_accordion_group ul li.sh_accordion_offsite:before {
    margin-left: -40px;
  }

  .sh_accordion_group ul li.sh_accordion_offsite {
    margin-top: 18px;
  }
}

.sh_accordion_group .accordion_question {
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .sh_accordion_group .accordion_question {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1440px) {
  .sh_accordion_group .accordion_question {
    font-size: 32px;
    line-height: 38px;
  }
}

@supports(-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'], input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}

input, label, select {
  cursor: pointer;
}

.sh_input_search {
  width: 140px;
  height: 50px;
  background-color: #408EA0;
  border-radius: 0 10px 10px 0;
  text-align: center;
  padding-top: 1px;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.sh_dropdown {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  color: #231F20;
}

.sh_dropdown::before {
  content: url("../assets/svg/icons/Icons_SH-arrow_bottom.svg");
  position: absolute;
  right: 30px;
  z-index: 9999;
  width: 22px;
  height: 13px;
  fill: #408EA0;
  -pointer-event: none;
  transition: all 0.3s linear;
  border-top: transparent;
  border-right: transparent;
  pointer-events: none;
  top: 16px;
}

@media (min-width: 768px) {
  .sh_dropdown::before {
    top: 14px;
  }
}

@media (min-width: 1440px) {
  .sh_dropdown::before {
    top: 12px;
  }
}

.sh_dropdown input {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 16px 24px;
  cursor: pointer;
  border: none;
  outline: none;
  color: #231F20;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.sh_dropdown .sh_options {
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 8px;
  cursor: pointer;
  background: #F2F2F2;
  outline: none;
  font-size: 16px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-50px);
  visibility: hidden;
}

.sh_dropdown .sh_options .sh_option {
  padding: 16px;
  border-radius: 10px;
  transition: all 0.2s ease;
  color: #292d34;
}

.sh_dropdown .sh_options .sh_option:not(:last-of-type) {
  margin-bottom: 8px;
}

.sh_dropdown .sh_options .sh_option:hover {
  color: white;
  background: #00819F;
}

.sh_dropdown.sh_opened .sh_options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sh_dropdown.sh_opened::before {
  content: url("../assets/svg/icons/Icons_SH-arrow-bottom_toggle.svg");
}

.sh_dropdown.sh_opened {
  border-radius: 10px 10px 0 0;
}

.sh_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.state-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: linear-gradient(90deg, #FFFFFF 75%, #408ea0 25%);
  color: #000;
  border-radius: .625rem;
  border: 1px solid #ccc;
  padding-right: 2.5rem;
}

.state-select .select_start {
  color: #9ea2b0;
}

.sh_wrapper .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(20% / 2);
  display: flex;
  align-items: center;
  pointer-events: none;
}

.action_hover {
  cursor: pointer;
  text-decoration: underline;
}

.action_focus {
  border-radius: 1px;
  cursor: pointer;
  outline: 2px solid #003C4D;
  outline-offset: 0.188rem;
  text-decoration: none;
  z-index: 10;
}

.sh_search_pagination {
  background-color: #ffffff;
  color: #231f20;
  cursor: pointer;
}

.sh_search_pagination:hover {
  background-color: #408EA0;
  color: #ffffff;
}

.sh_search_pagination:focus, .sh_search_pagination:focus-within, .sh_search_pagination:focus-visible {
  background-color: #408EA0;
  color: #ffffff;
}

.sh_table {
  border: 2px solid #C5E0EA;
}

.sh_table thead {
  border-bottom: 2px solid #7F9DA6;
}

.sh_table thead th {
  text-align: left;
  vertical-align: bottom;
}

.sh_table td {
  text-align: left;
  vertical-align: top;
}

.sh_table thead th, .sh_table td {
  padding: 1rem;
}

@media (min-width: 1024px) {
  .sh_table thead th, .sh_table td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1440px) {
  .sh_table thead th, .sh_table td {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}

.sh_table tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}

.sh_table tr td, .sh_table thead th {
  border-right: 2px solid #7F9DA6;
}

.sh_table tr td:last-child, .sh_table thead th:last-child {
  border-right: 0px;
}

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

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-0 {
  inset: -0px;
}

.-inset-1 {
  inset: -1px;
}

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

.-inset-1\/3 {
  inset: -33.333333%;
}

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

.-inset-10 {
  inset: -0.625rem;
}

.-inset-100 {
  inset: -6.250rem;
}

.-inset-12 {
  inset: -0.750rem;
}

.-inset-14 {
  inset: -0.875rem;
}

.-inset-150 {
  inset: -9.375rem;
}

.-inset-16 {
  inset: -1.000rem;
}

.-inset-18 {
  inset: -1.125rem;
}

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

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

.-inset-2\/4 {
  inset: -50%;
}

.-inset-20 {
  inset: -1.250rem;
}

.-inset-200 {
  inset: -12.5rem;
}

.-inset-22 {
  inset: -1.375rem;
}

.-inset-24 {
  inset: -1.500rem;
}

.-inset-250 {
  inset: -15.625rem;
}

.-inset-26 {
  inset: -1.625rem;
}

.-inset-28 {
  inset: -1.75rem;
}

.-inset-3 {
  inset: -0.188rem;
}

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

.-inset-30 {
  inset: -1.875rem;
}

.-inset-300 {
  inset: -18.75rem;
}

.-inset-32 {
  inset: -2rem;
}

.-inset-34 {
  inset: -2.125rem;
}

.-inset-36 {
  inset: -2.25rem;
}

.-inset-38 {
  inset: -2.375rem;
}

.-inset-4 {
  inset: -0.250rem;
}

.-inset-40 {
  inset: -2.500rem;
}

.-inset-50 {
  inset: -3.125rem;
}

.-inset-6 {
  inset: -0.375rem;
}

.-inset-60 {
  inset: -3.750rem;
}

.-inset-70 {
  inset: -4.375rem;
}

.-inset-8 {
  inset: -0.500rem;
}

.-inset-80 {
  inset: -5.000rem;
}

.-inset-90 {
  inset: -5.625rem;
}

.-inset-full {
  inset: -100%;
}

.inset-0 {
  inset: 0px;
}

.inset-1 {
  inset: 1px;
}

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

.inset-1\/3 {
  inset: 33.333333%;
}

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

.inset-10 {
  inset: 0.625rem;
}

.inset-100 {
  inset: 6.250rem;
}

.inset-12 {
  inset: 0.750rem;
}

.inset-14 {
  inset: 0.875rem;
}

.inset-150 {
  inset: 9.375rem;
}

.inset-16 {
  inset: 1.000rem;
}

.inset-18 {
  inset: 1.125rem;
}

.inset-2 {
  inset: 0.125rem;
}

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

.inset-2\/4 {
  inset: 50%;
}

.inset-20 {
  inset: 1.250rem;
}

.inset-200 {
  inset: 12.5rem;
}

.inset-22 {
  inset: 1.375rem;
}

.inset-24 {
  inset: 1.500rem;
}

.inset-250 {
  inset: 15.625rem;
}

.inset-26 {
  inset: 1.625rem;
}

.inset-28 {
  inset: 1.75rem;
}

.inset-3 {
  inset: 0.188rem;
}

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

.inset-30 {
  inset: 1.875rem;
}

.inset-300 {
  inset: 18.75rem;
}

.inset-32 {
  inset: 2rem;
}

.inset-34 {
  inset: 2.125rem;
}

.inset-36 {
  inset: 2.25rem;
}

.inset-38 {
  inset: 2.375rem;
}

.inset-4 {
  inset: 0.250rem;
}

.inset-40 {
  inset: 2.500rem;
}

.inset-50 {
  inset: 3.125rem;
}

.inset-6 {
  inset: 0.375rem;
}

.inset-60 {
  inset: 3.750rem;
}

.inset-70 {
  inset: 4.375rem;
}

.inset-8 {
  inset: 0.500rem;
}

.inset-80 {
  inset: 5.000rem;
}

.inset-90 {
  inset: 5.625rem;
}

.inset-auto {
  inset: auto;
}

.inset-full {
  inset: 100%;
}

.-inset-x-0 {
  left: -0px;
  right: -0px;
}

.-inset-x-1 {
  left: -1px;
  right: -1px;
}

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

.-inset-x-1\/3 {
  left: -33.333333%;
  right: -33.333333%;
}

.-inset-x-1\/4 {
  left: -25%;
  right: -25%;
}

.-inset-x-10 {
  left: -0.625rem;
  right: -0.625rem;
}

.-inset-x-100 {
  left: -6.250rem;
  right: -6.250rem;
}

.-inset-x-12 {
  left: -0.750rem;
  right: -0.750rem;
}

.-inset-x-14 {
  left: -0.875rem;
  right: -0.875rem;
}

.-inset-x-150 {
  left: -9.375rem;
  right: -9.375rem;
}

.-inset-x-16 {
  left: -1.000rem;
  right: -1.000rem;
}

.-inset-x-18 {
  left: -1.125rem;
  right: -1.125rem;
}

.-inset-x-2 {
  left: -0.125rem;
  right: -0.125rem;
}

.-inset-x-2\/3 {
  left: -66.666667%;
  right: -66.666667%;
}

.-inset-x-2\/4 {
  left: -50%;
  right: -50%;
}

.-inset-x-20 {
  left: -1.250rem;
  right: -1.250rem;
}

.-inset-x-200 {
  left: -12.5rem;
  right: -12.5rem;
}

.-inset-x-22 {
  left: -1.375rem;
  right: -1.375rem;
}

.-inset-x-24 {
  left: -1.500rem;
  right: -1.500rem;
}

.-inset-x-250 {
  left: -15.625rem;
  right: -15.625rem;
}

.-inset-x-26 {
  left: -1.625rem;
  right: -1.625rem;
}

.-inset-x-28 {
  left: -1.75rem;
  right: -1.75rem;
}

.-inset-x-3 {
  left: -0.188rem;
  right: -0.188rem;
}

.-inset-x-3\/4 {
  left: -75%;
  right: -75%;
}

.-inset-x-30 {
  left: -1.875rem;
  right: -1.875rem;
}

.-inset-x-300 {
  left: -18.75rem;
  right: -18.75rem;
}

.-inset-x-32 {
  left: -2rem;
  right: -2rem;
}

.-inset-x-34 {
  left: -2.125rem;
  right: -2.125rem;
}

.-inset-x-36 {
  left: -2.25rem;
  right: -2.25rem;
}

.-inset-x-38 {
  left: -2.375rem;
  right: -2.375rem;
}

.-inset-x-4 {
  left: -0.250rem;
  right: -0.250rem;
}

.-inset-x-40 {
  left: -2.500rem;
  right: -2.500rem;
}

.-inset-x-50 {
  left: -3.125rem;
  right: -3.125rem;
}

.-inset-x-6 {
  left: -0.375rem;
  right: -0.375rem;
}

.-inset-x-60 {
  left: -3.750rem;
  right: -3.750rem;
}

.-inset-x-70 {
  left: -4.375rem;
  right: -4.375rem;
}

.-inset-x-8 {
  left: -0.500rem;
  right: -0.500rem;
}

.-inset-x-80 {
  left: -5.000rem;
  right: -5.000rem;
}

.-inset-x-90 {
  left: -5.625rem;
  right: -5.625rem;
}

.-inset-x-full {
  left: -100%;
  right: -100%;
}

.-inset-y-0 {
  top: -0px;
  bottom: -0px;
}

.-inset-y-1 {
  top: -1px;
  bottom: -1px;
}

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

.-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.-inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

.-inset-y-10 {
  top: -0.625rem;
  bottom: -0.625rem;
}

.-inset-y-100 {
  top: -6.250rem;
  bottom: -6.250rem;
}

.-inset-y-12 {
  top: -0.750rem;
  bottom: -0.750rem;
}

.-inset-y-14 {
  top: -0.875rem;
  bottom: -0.875rem;
}

.-inset-y-150 {
  top: -9.375rem;
  bottom: -9.375rem;
}

.-inset-y-16 {
  top: -1.000rem;
  bottom: -1.000rem;
}

.-inset-y-18 {
  top: -1.125rem;
  bottom: -1.125rem;
}

.-inset-y-2 {
  top: -0.125rem;
  bottom: -0.125rem;
}

.-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.-inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}

.-inset-y-20 {
  top: -1.250rem;
  bottom: -1.250rem;
}

.-inset-y-200 {
  top: -12.5rem;
  bottom: -12.5rem;
}

.-inset-y-22 {
  top: -1.375rem;
  bottom: -1.375rem;
}

.-inset-y-24 {
  top: -1.500rem;
  bottom: -1.500rem;
}

.-inset-y-250 {
  top: -15.625rem;
  bottom: -15.625rem;
}

.-inset-y-26 {
  top: -1.625rem;
  bottom: -1.625rem;
}

.-inset-y-28 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.-inset-y-3 {
  top: -0.188rem;
  bottom: -0.188rem;
}

.-inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.-inset-y-30 {
  top: -1.875rem;
  bottom: -1.875rem;
}

.-inset-y-300 {
  top: -18.75rem;
  bottom: -18.75rem;
}

.-inset-y-32 {
  top: -2rem;
  bottom: -2rem;
}

.-inset-y-34 {
  top: -2.125rem;
  bottom: -2.125rem;
}

.-inset-y-36 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.-inset-y-38 {
  top: -2.375rem;
  bottom: -2.375rem;
}

.-inset-y-4 {
  top: -0.250rem;
  bottom: -0.250rem;
}

.-inset-y-40 {
  top: -2.500rem;
  bottom: -2.500rem;
}

.-inset-y-50 {
  top: -3.125rem;
  bottom: -3.125rem;
}

.-inset-y-6 {
  top: -0.375rem;
  bottom: -0.375rem;
}

.-inset-y-60 {
  top: -3.750rem;
  bottom: -3.750rem;
}

.-inset-y-70 {
  top: -4.375rem;
  bottom: -4.375rem;
}

.-inset-y-8 {
  top: -0.500rem;
  bottom: -0.500rem;
}

.-inset-y-80 {
  top: -5.000rem;
  bottom: -5.000rem;
}

.-inset-y-90 {
  top: -5.625rem;
  bottom: -5.625rem;
}

.-inset-y-full {
  top: -100%;
  bottom: -100%;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-1 {
  left: 1px;
  right: 1px;
}

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

.inset-x-1\/3 {
  left: 33.333333%;
  right: 33.333333%;
}

.inset-x-1\/4 {
  left: 25%;
  right: 25%;
}

.inset-x-10 {
  left: 0.625rem;
  right: 0.625rem;
}

.inset-x-100 {
  left: 6.250rem;
  right: 6.250rem;
}

.inset-x-12 {
  left: 0.750rem;
  right: 0.750rem;
}

.inset-x-14 {
  left: 0.875rem;
  right: 0.875rem;
}

.inset-x-150 {
  left: 9.375rem;
  right: 9.375rem;
}

.inset-x-16 {
  left: 1.000rem;
  right: 1.000rem;
}

.inset-x-18 {
  left: 1.125rem;
  right: 1.125rem;
}

.inset-x-2 {
  left: 0.125rem;
  right: 0.125rem;
}

.inset-x-2\/3 {
  left: 66.666667%;
  right: 66.666667%;
}

.inset-x-2\/4 {
  left: 50%;
  right: 50%;
}

.inset-x-20 {
  left: 1.250rem;
  right: 1.250rem;
}

.inset-x-200 {
  left: 12.5rem;
  right: 12.5rem;
}

.inset-x-22 {
  left: 1.375rem;
  right: 1.375rem;
}

.inset-x-24 {
  left: 1.500rem;
  right: 1.500rem;
}

.inset-x-250 {
  left: 15.625rem;
  right: 15.625rem;
}

.inset-x-26 {
  left: 1.625rem;
  right: 1.625rem;
}

.inset-x-28 {
  left: 1.75rem;
  right: 1.75rem;
}

.inset-x-3 {
  left: 0.188rem;
  right: 0.188rem;
}

.inset-x-3\/4 {
  left: 75%;
  right: 75%;
}

.inset-x-30 {
  left: 1.875rem;
  right: 1.875rem;
}

.inset-x-300 {
  left: 18.75rem;
  right: 18.75rem;
}

.inset-x-32 {
  left: 2rem;
  right: 2rem;
}

.inset-x-34 {
  left: 2.125rem;
  right: 2.125rem;
}

.inset-x-36 {
  left: 2.25rem;
  right: 2.25rem;
}

.inset-x-38 {
  left: 2.375rem;
  right: 2.375rem;
}

.inset-x-4 {
  left: 0.250rem;
  right: 0.250rem;
}

.inset-x-40 {
  left: 2.500rem;
  right: 2.500rem;
}

.inset-x-50 {
  left: 3.125rem;
  right: 3.125rem;
}

.inset-x-6 {
  left: 0.375rem;
  right: 0.375rem;
}

.inset-x-60 {
  left: 3.750rem;
  right: 3.750rem;
}

.inset-x-70 {
  left: 4.375rem;
  right: 4.375rem;
}

.inset-x-8 {
  left: 0.500rem;
  right: 0.500rem;
}

.inset-x-80 {
  left: 5.000rem;
  right: 5.000rem;
}

.inset-x-90 {
  left: 5.625rem;
  right: 5.625rem;
}

.inset-x-auto {
  left: auto;
  right: auto;
}

.inset-x-full {
  left: 100%;
  right: 100%;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-y-1 {
  top: 1px;
  bottom: 1px;
}

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

.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.inset-y-10 {
  top: 0.625rem;
  bottom: 0.625rem;
}

.inset-y-100 {
  top: 6.250rem;
  bottom: 6.250rem;
}

.inset-y-12 {
  top: 0.750rem;
  bottom: 0.750rem;
}

.inset-y-14 {
  top: 0.875rem;
  bottom: 0.875rem;
}

.inset-y-150 {
  top: 9.375rem;
  bottom: 9.375rem;
}

.inset-y-16 {
  top: 1.000rem;
  bottom: 1.000rem;
}

.inset-y-18 {
  top: 1.125rem;
  bottom: 1.125rem;
}

.inset-y-2 {
  top: 0.125rem;
  bottom: 0.125rem;
}

.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.inset-y-20 {
  top: 1.250rem;
  bottom: 1.250rem;
}

.inset-y-200 {
  top: 12.5rem;
  bottom: 12.5rem;
}

.inset-y-22 {
  top: 1.375rem;
  bottom: 1.375rem;
}

.inset-y-24 {
  top: 1.500rem;
  bottom: 1.500rem;
}

.inset-y-250 {
  top: 15.625rem;
  bottom: 15.625rem;
}

.inset-y-26 {
  top: 1.625rem;
  bottom: 1.625rem;
}

.inset-y-28 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-y-3 {
  top: 0.188rem;
  bottom: 0.188rem;
}

.inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.inset-y-30 {
  top: 1.875rem;
  bottom: 1.875rem;
}

.inset-y-300 {
  top: 18.75rem;
  bottom: 18.75rem;
}

.inset-y-32 {
  top: 2rem;
  bottom: 2rem;
}

.inset-y-34 {
  top: 2.125rem;
  bottom: 2.125rem;
}

.inset-y-36 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.inset-y-38 {
  top: 2.375rem;
  bottom: 2.375rem;
}

.inset-y-4 {
  top: 0.250rem;
  bottom: 0.250rem;
}

.inset-y-40 {
  top: 2.500rem;
  bottom: 2.500rem;
}

.inset-y-50 {
  top: 3.125rem;
  bottom: 3.125rem;
}

.inset-y-6 {
  top: 0.375rem;
  bottom: 0.375rem;
}

.inset-y-60 {
  top: 3.750rem;
  bottom: 3.750rem;
}

.inset-y-70 {
  top: 4.375rem;
  bottom: 4.375rem;
}

.inset-y-8 {
  top: 0.500rem;
  bottom: 0.500rem;
}

.inset-y-80 {
  top: 5.000rem;
  bottom: 5.000rem;
}

.inset-y-90 {
  top: 5.625rem;
  bottom: 5.625rem;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

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

.-bottom-1 {
  bottom: -1px;
}

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

.-bottom-1\/3 {
  bottom: -33.333333%;
}

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

.-bottom-10 {
  bottom: -0.625rem;
}

.-bottom-100 {
  bottom: -6.250rem;
}

.-bottom-12 {
  bottom: -0.750rem;
}

.-bottom-14 {
  bottom: -0.875rem;
}

.-bottom-150 {
  bottom: -9.375rem;
}

.-bottom-16 {
  bottom: -1.000rem;
}

.-bottom-18 {
  bottom: -1.125rem;
}

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

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

.-bottom-2\/4 {
  bottom: -50%;
}

.-bottom-20 {
  bottom: -1.250rem;
}

.-bottom-200 {
  bottom: -12.5rem;
}

.-bottom-22 {
  bottom: -1.375rem;
}

.-bottom-24 {
  bottom: -1.500rem;
}

.-bottom-250 {
  bottom: -15.625rem;
}

.-bottom-26 {
  bottom: -1.625rem;
}

.-bottom-28 {
  bottom: -1.75rem;
}

.-bottom-3 {
  bottom: -0.188rem;
}

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

.-bottom-30 {
  bottom: -1.875rem;
}

.-bottom-300 {
  bottom: -18.75rem;
}

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

.-bottom-34 {
  bottom: -2.125rem;
}

.-bottom-36 {
  bottom: -2.25rem;
}

.-bottom-38 {
  bottom: -2.375rem;
}

.-bottom-4 {
  bottom: -0.250rem;
}

.-bottom-40 {
  bottom: -2.500rem;
}

.-bottom-50 {
  bottom: -3.125rem;
}

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

.-bottom-60 {
  bottom: -3.750rem;
}

.-bottom-70 {
  bottom: -4.375rem;
}

.-bottom-8 {
  bottom: -0.500rem;
}

.-bottom-80 {
  bottom: -5.000rem;
}

.-bottom-90 {
  bottom: -5.625rem;
}

.-bottom-full {
  bottom: -100%;
}

.-end-0 {
  inset-inline-end: -0px;
}

.-end-1 {
  inset-inline-end: -1px;
}

.-end-1\/2 {
  inset-inline-end: -50%;
}

.-end-1\/3 {
  inset-inline-end: -33.333333%;
}

.-end-1\/4 {
  inset-inline-end: -25%;
}

.-end-10 {
  inset-inline-end: -0.625rem;
}

.-end-100 {
  inset-inline-end: -6.250rem;
}

.-end-12 {
  inset-inline-end: -0.750rem;
}

.-end-14 {
  inset-inline-end: -0.875rem;
}

.-end-150 {
  inset-inline-end: -9.375rem;
}

.-end-16 {
  inset-inline-end: -1.000rem;
}

.-end-18 {
  inset-inline-end: -1.125rem;
}

.-end-2 {
  inset-inline-end: -0.125rem;
}

.-end-2\/3 {
  inset-inline-end: -66.666667%;
}

.-end-2\/4 {
  inset-inline-end: -50%;
}

.-end-20 {
  inset-inline-end: -1.250rem;
}

.-end-200 {
  inset-inline-end: -12.5rem;
}

.-end-22 {
  inset-inline-end: -1.375rem;
}

.-end-24 {
  inset-inline-end: -1.500rem;
}

.-end-250 {
  inset-inline-end: -15.625rem;
}

.-end-26 {
  inset-inline-end: -1.625rem;
}

.-end-28 {
  inset-inline-end: -1.75rem;
}

.-end-3 {
  inset-inline-end: -0.188rem;
}

.-end-3\/4 {
  inset-inline-end: -75%;
}

.-end-30 {
  inset-inline-end: -1.875rem;
}

.-end-300 {
  inset-inline-end: -18.75rem;
}

.-end-32 {
  inset-inline-end: -2rem;
}

.-end-34 {
  inset-inline-end: -2.125rem;
}

.-end-36 {
  inset-inline-end: -2.25rem;
}

.-end-38 {
  inset-inline-end: -2.375rem;
}

.-end-4 {
  inset-inline-end: -0.250rem;
}

.-end-40 {
  inset-inline-end: -2.500rem;
}

.-end-50 {
  inset-inline-end: -3.125rem;
}

.-end-6 {
  inset-inline-end: -0.375rem;
}

.-end-60 {
  inset-inline-end: -3.750rem;
}

.-end-70 {
  inset-inline-end: -4.375rem;
}

.-end-8 {
  inset-inline-end: -0.500rem;
}

.-end-80 {
  inset-inline-end: -5.000rem;
}

.-end-90 {
  inset-inline-end: -5.625rem;
}

.-end-full {
  inset-inline-end: -100%;
}

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

.-left-1 {
  left: -1px;
}

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

.-left-1\/3 {
  left: -33.333333%;
}

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

.-left-10 {
  left: -0.625rem;
}

.-left-100 {
  left: -6.250rem;
}

.-left-12 {
  left: -0.750rem;
}

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

.-left-150 {
  left: -9.375rem;
}

.-left-16 {
  left: -1.000rem;
}

.-left-18 {
  left: -1.125rem;
}

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

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

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

.-left-20 {
  left: -1.250rem;
}

.-left-200 {
  left: -12.5rem;
}

.-left-22 {
  left: -1.375rem;
}

.-left-24 {
  left: -1.500rem;
}

.-left-250 {
  left: -15.625rem;
}

.-left-26 {
  left: -1.625rem;
}

.-left-28 {
  left: -1.75rem;
}

.-left-3 {
  left: -0.188rem;
}

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

.-left-30 {
  left: -1.875rem;
}

.-left-300 {
  left: -18.75rem;
}

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

.-left-34 {
  left: -2.125rem;
}

.-left-36 {
  left: -2.25rem;
}

.-left-38 {
  left: -2.375rem;
}

.-left-4 {
  left: -0.250rem;
}

.-left-40 {
  left: -2.500rem;
}

.-left-50 {
  left: -3.125rem;
}

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

.-left-60 {
  left: -3.750rem;
}

.-left-70 {
  left: -4.375rem;
}

.-left-8 {
  left: -0.500rem;
}

.-left-80 {
  left: -5.000rem;
}

.-left-90 {
  left: -5.625rem;
}

.-left-full {
  left: -100%;
}

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

.-right-1 {
  right: -1px;
}

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

.-right-1\/3 {
  right: -33.333333%;
}

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

.-right-10 {
  right: -0.625rem;
}

.-right-100 {
  right: -6.250rem;
}

.-right-12 {
  right: -0.750rem;
}

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

.-right-150 {
  right: -9.375rem;
}

.-right-16 {
  right: -1.000rem;
}

.-right-18 {
  right: -1.125rem;
}

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

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

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

.-right-20 {
  right: -1.250rem;
}

.-right-200 {
  right: -12.5rem;
}

.-right-22 {
  right: -1.375rem;
}

.-right-24 {
  right: -1.500rem;
}

.-right-250 {
  right: -15.625rem;
}

.-right-26 {
  right: -1.625rem;
}

.-right-28 {
  right: -1.75rem;
}

.-right-3 {
  right: -0.188rem;
}

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

.-right-30 {
  right: -1.875rem;
}

.-right-300 {
  right: -18.75rem;
}

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

.-right-34 {
  right: -2.125rem;
}

.-right-36 {
  right: -2.25rem;
}

.-right-38 {
  right: -2.375rem;
}

.-right-4 {
  right: -0.250rem;
}

.-right-40 {
  right: -2.500rem;
}

.-right-50 {
  right: -3.125rem;
}

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

.-right-60 {
  right: -3.750rem;
}

.-right-70 {
  right: -4.375rem;
}

.-right-8 {
  right: -0.500rem;
}

.-right-80 {
  right: -5.000rem;
}

.-right-90 {
  right: -5.625rem;
}

.-right-full {
  right: -100%;
}

.-start-0 {
  inset-inline-start: -0px;
}

.-start-1 {
  inset-inline-start: -1px;
}

.-start-1\/2 {
  inset-inline-start: -50%;
}

.-start-1\/3 {
  inset-inline-start: -33.333333%;
}

.-start-1\/4 {
  inset-inline-start: -25%;
}

.-start-10 {
  inset-inline-start: -0.625rem;
}

.-start-100 {
  inset-inline-start: -6.250rem;
}

.-start-12 {
  inset-inline-start: -0.750rem;
}

.-start-14 {
  inset-inline-start: -0.875rem;
}

.-start-150 {
  inset-inline-start: -9.375rem;
}

.-start-16 {
  inset-inline-start: -1.000rem;
}

.-start-18 {
  inset-inline-start: -1.125rem;
}

.-start-2 {
  inset-inline-start: -0.125rem;
}

.-start-2\/3 {
  inset-inline-start: -66.666667%;
}

.-start-2\/4 {
  inset-inline-start: -50%;
}

.-start-20 {
  inset-inline-start: -1.250rem;
}

.-start-200 {
  inset-inline-start: -12.5rem;
}

.-start-22 {
  inset-inline-start: -1.375rem;
}

.-start-24 {
  inset-inline-start: -1.500rem;
}

.-start-250 {
  inset-inline-start: -15.625rem;
}

.-start-26 {
  inset-inline-start: -1.625rem;
}

.-start-28 {
  inset-inline-start: -1.75rem;
}

.-start-3 {
  inset-inline-start: -0.188rem;
}

.-start-3\/4 {
  inset-inline-start: -75%;
}

.-start-30 {
  inset-inline-start: -1.875rem;
}

.-start-300 {
  inset-inline-start: -18.75rem;
}

.-start-32 {
  inset-inline-start: -2rem;
}

.-start-34 {
  inset-inline-start: -2.125rem;
}

.-start-36 {
  inset-inline-start: -2.25rem;
}

.-start-38 {
  inset-inline-start: -2.375rem;
}

.-start-4 {
  inset-inline-start: -0.250rem;
}

.-start-40 {
  inset-inline-start: -2.500rem;
}

.-start-50 {
  inset-inline-start: -3.125rem;
}

.-start-6 {
  inset-inline-start: -0.375rem;
}

.-start-60 {
  inset-inline-start: -3.750rem;
}

.-start-70 {
  inset-inline-start: -4.375rem;
}

.-start-8 {
  inset-inline-start: -0.500rem;
}

.-start-80 {
  inset-inline-start: -5.000rem;
}

.-start-90 {
  inset-inline-start: -5.625rem;
}

.-start-full {
  inset-inline-start: -100%;
}

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

.-top-1 {
  top: -1px;
}

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

.-top-1\/3 {
  top: -33.333333%;
}

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

.-top-10 {
  top: -0.625rem;
}

.-top-100 {
  top: -6.250rem;
}

.-top-12 {
  top: -0.750rem;
}

.-top-14 {
  top: -0.875rem;
}

.-top-150 {
  top: -9.375rem;
}

.-top-16 {
  top: -1.000rem;
}

.-top-18 {
  top: -1.125rem;
}

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

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

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

.-top-20 {
  top: -1.250rem;
}

.-top-200 {
  top: -12.5rem;
}

.-top-22 {
  top: -1.375rem;
}

.-top-24 {
  top: -1.500rem;
}

.-top-250 {
  top: -15.625rem;
}

.-top-26 {
  top: -1.625rem;
}

.-top-28 {
  top: -1.75rem;
}

.-top-3 {
  top: -0.188rem;
}

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

.-top-30 {
  top: -1.875rem;
}

.-top-300 {
  top: -18.75rem;
}

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

.-top-34 {
  top: -2.125rem;
}

.-top-36 {
  top: -2.25rem;
}

.-top-38 {
  top: -2.375rem;
}

.-top-4 {
  top: -0.250rem;
}

.-top-40 {
  top: -2.500rem;
}

.-top-50 {
  top: -3.125rem;
}

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

.-top-60 {
  top: -3.750rem;
}

.-top-70 {
  top: -4.375rem;
}

.-top-8 {
  top: -0.500rem;
}

.-top-80 {
  top: -5.000rem;
}

.-top-90 {
  top: -5.625rem;
}

.-top-full {
  top: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 1px;
}

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

.bottom-1\/3 {
  bottom: 33.333333%;
}

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

.bottom-10 {
  bottom: 0.625rem;
}

.bottom-100 {
  bottom: 6.250rem;
}

.bottom-12 {
  bottom: 0.750rem;
}

.bottom-14 {
  bottom: 0.875rem;
}

.bottom-150 {
  bottom: 9.375rem;
}

.bottom-16 {
  bottom: 1.000rem;
}

.bottom-18 {
  bottom: 1.125rem;
}

.bottom-2 {
  bottom: 0.125rem;
}

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

.bottom-2\/4 {
  bottom: 50%;
}

.bottom-20 {
  bottom: 1.250rem;
}

.bottom-200 {
  bottom: 12.5rem;
}

.bottom-22 {
  bottom: 1.375rem;
}

.bottom-24 {
  bottom: 1.500rem;
}

.bottom-250 {
  bottom: 15.625rem;
}

.bottom-26 {
  bottom: 1.625rem;
}

.bottom-28 {
  bottom: 1.75rem;
}

.bottom-3 {
  bottom: 0.188rem;
}

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

.bottom-30 {
  bottom: 1.875rem;
}

.bottom-300 {
  bottom: 18.75rem;
}

.bottom-32 {
  bottom: 2rem;
}

.bottom-34 {
  bottom: 2.125rem;
}

.bottom-36 {
  bottom: 2.25rem;
}

.bottom-38 {
  bottom: 2.375rem;
}

.bottom-4 {
  bottom: 0.250rem;
}

.bottom-40 {
  bottom: 2.500rem;
}

.bottom-50 {
  bottom: 3.125rem;
}

.bottom-6 {
  bottom: 0.375rem;
}

.bottom-60 {
  bottom: 3.750rem;
}

.bottom-70 {
  bottom: 4.375rem;
}

.bottom-8 {
  bottom: 0.500rem;
}

.bottom-80 {
  bottom: 5.000rem;
}

.bottom-90 {
  bottom: 5.625rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 1px;
}

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

.left-1\/3 {
  left: 33.333333%;
}

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

.left-10 {
  left: 0.625rem;
}

.left-100 {
  left: 6.250rem;
}

.left-12 {
  left: 0.750rem;
}

.left-14 {
  left: 0.875rem;
}

.left-150 {
  left: 9.375rem;
}

.left-16 {
  left: 1.000rem;
}

.left-18 {
  left: 1.125rem;
}

.left-2 {
  left: 0.125rem;
}

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

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

.left-20 {
  left: 1.250rem;
}

.left-200 {
  left: 12.5rem;
}

.left-22 {
  left: 1.375rem;
}

.left-24 {
  left: 1.500rem;
}

.left-250 {
  left: 15.625rem;
}

.left-26 {
  left: 1.625rem;
}

.left-28 {
  left: 1.75rem;
}

.left-3 {
  left: 0.188rem;
}

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

.left-30 {
  left: 1.875rem;
}

.left-300 {
  left: 18.75rem;
}

.left-32 {
  left: 2rem;
}

.left-34 {
  left: 2.125rem;
}

.left-36 {
  left: 2.25rem;
}

.left-38 {
  left: 2.375rem;
}

.left-4 {
  left: 0.250rem;
}

.left-40 {
  left: 2.500rem;
}

.left-50 {
  left: 3.125rem;
}

.left-6 {
  left: 0.375rem;
}

.left-60 {
  left: 3.750rem;
}

.left-70 {
  left: 4.375rem;
}

.left-8 {
  left: 0.500rem;
}

.left-80 {
  left: 5.000rem;
}

.left-90 {
  left: 5.625rem;
}

.left-auto {
  left: auto;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 1px;
}

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

.right-1\/3 {
  right: 33.333333%;
}

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

.right-10 {
  right: 0.625rem;
}

.right-100 {
  right: 6.250rem;
}

.right-12 {
  right: 0.750rem;
}

.right-14 {
  right: 0.875rem;
}

.right-150 {
  right: 9.375rem;
}

.right-16 {
  right: 1.000rem;
}

.right-18 {
  right: 1.125rem;
}

.right-2 {
  right: 0.125rem;
}

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

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

.right-20 {
  right: 1.250rem;
}

.right-200 {
  right: 12.5rem;
}

.right-22 {
  right: 1.375rem;
}

.right-24 {
  right: 1.500rem;
}

.right-250 {
  right: 15.625rem;
}

.right-26 {
  right: 1.625rem;
}

.right-28 {
  right: 1.75rem;
}

.right-3 {
  right: 0.188rem;
}

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

.right-30 {
  right: 1.875rem;
}

.right-300 {
  right: 18.75rem;
}

.right-32 {
  right: 2rem;
}

.right-34 {
  right: 2.125rem;
}

.right-36 {
  right: 2.25rem;
}

.right-38 {
  right: 2.375rem;
}

.right-4 {
  right: 0.250rem;
}

.right-40 {
  right: 2.500rem;
}

.right-50 {
  right: 3.125rem;
}

.right-6 {
  right: 0.375rem;
}

.right-60 {
  right: 3.750rem;
}

.right-70 {
  right: 4.375rem;
}

.right-8 {
  right: 0.500rem;
}

.right-80 {
  right: 5.000rem;
}

.right-90 {
  right: 5.625rem;
}

.right-auto {
  right: auto;
}

.right-full {
  right: 100%;
}

.start-0 {
  inset-inline-start: 0px;
}

.start-1 {
  inset-inline-start: 1px;
}

.start-1\/2 {
  inset-inline-start: 50%;
}

.start-1\/3 {
  inset-inline-start: 33.333333%;
}

.start-1\/4 {
  inset-inline-start: 25%;
}

.start-10 {
  inset-inline-start: 0.625rem;
}

.start-100 {
  inset-inline-start: 6.250rem;
}

.start-12 {
  inset-inline-start: 0.750rem;
}

.start-14 {
  inset-inline-start: 0.875rem;
}

.start-150 {
  inset-inline-start: 9.375rem;
}

.start-16 {
  inset-inline-start: 1.000rem;
}

.start-18 {
  inset-inline-start: 1.125rem;
}

.start-2 {
  inset-inline-start: 0.125rem;
}

.start-2\/3 {
  inset-inline-start: 66.666667%;
}

.start-2\/4 {
  inset-inline-start: 50%;
}

.start-20 {
  inset-inline-start: 1.250rem;
}

.start-200 {
  inset-inline-start: 12.5rem;
}

.start-22 {
  inset-inline-start: 1.375rem;
}

.start-24 {
  inset-inline-start: 1.500rem;
}

.start-250 {
  inset-inline-start: 15.625rem;
}

.start-26 {
  inset-inline-start: 1.625rem;
}

.start-28 {
  inset-inline-start: 1.75rem;
}

.start-3 {
  inset-inline-start: 0.188rem;
}

.start-3\/4 {
  inset-inline-start: 75%;
}

.start-30 {
  inset-inline-start: 1.875rem;
}

.start-300 {
  inset-inline-start: 18.75rem;
}

.start-32 {
  inset-inline-start: 2rem;
}

.start-34 {
  inset-inline-start: 2.125rem;
}

.start-36 {
  inset-inline-start: 2.25rem;
}

.start-38 {
  inset-inline-start: 2.375rem;
}

.start-4 {
  inset-inline-start: 0.250rem;
}

.start-40 {
  inset-inline-start: 2.500rem;
}

.start-50 {
  inset-inline-start: 3.125rem;
}

.start-6 {
  inset-inline-start: 0.375rem;
}

.start-60 {
  inset-inline-start: 3.750rem;
}

.start-70 {
  inset-inline-start: 4.375rem;
}

.start-8 {
  inset-inline-start: 0.500rem;
}

.start-80 {
  inset-inline-start: 5.000rem;
}

.start-90 {
  inset-inline-start: 5.625rem;
}

.start-auto {
  inset-inline-start: auto;
}

.start-full {
  inset-inline-start: 100%;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 1px;
}

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

.top-1\/3 {
  top: 33.333333%;
}

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

.top-10 {
  top: 0.625rem;
}

.top-100 {
  top: 6.250rem;
}

.top-12 {
  top: 0.750rem;
}

.top-14 {
  top: 0.875rem;
}

.top-150 {
  top: 9.375rem;
}

.top-16 {
  top: 1.000rem;
}

.top-18 {
  top: 1.125rem;
}

.top-2 {
  top: 0.125rem;
}

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

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

.top-20 {
  top: 1.250rem;
}

.top-200 {
  top: 12.5rem;
}

.top-22 {
  top: 1.375rem;
}

.top-24 {
  top: 1.500rem;
}

.top-250 {
  top: 15.625rem;
}

.top-26 {
  top: 1.625rem;
}

.top-28 {
  top: 1.75rem;
}

.top-3 {
  top: 0.188rem;
}

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

.top-30 {
  top: 1.875rem;
}

.top-300 {
  top: 18.75rem;
}

.top-32 {
  top: 2rem;
}

.top-34 {
  top: 2.125rem;
}

.top-36 {
  top: 2.25rem;
}

.top-38 {
  top: 2.375rem;
}

.top-4 {
  top: 0.250rem;
}

.top-40 {
  top: 2.500rem;
}

.top-50 {
  top: 3.125rem;
}

.top-6 {
  top: 0.375rem;
}

.top-60 {
  top: 3.750rem;
}

.top-70 {
  top: 4.375rem;
}

.top-8 {
  top: 0.500rem;
}

.top-80 {
  top: 5.000rem;
}

.top-90 {
  top: 5.625rem;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

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

.-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-0 {
  z-index: 0;
}

.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-auto {
  z-index: auto;
}

.-order-1 {
  order: -1;
}

.-order-10 {
  order: -10;
}

.-order-11 {
  order: -11;
}

.-order-12 {
  order: -12;
}

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

.-order-3 {
  order: -3;
}

.-order-4 {
  order: -4;
}

.-order-5 {
  order: -5;
}

.-order-6 {
  order: -6;
}

.-order-7 {
  order: -7;
}

.-order-8 {
  order: -8;
}

.-order-9 {
  order: -9;
}

.-order-first {
  order: 9999;
}

.-order-last {
  order: -9999;
}

.-order-none {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

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

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

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

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

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

.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-5 {
  grid-column: span 5 / span 5;
}

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

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

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

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

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

.col-end-1 {
  grid-column-end: 1;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

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

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.-m-0 {
  margin: -0px;
}

.-m-1 {
  margin: -1px;
}

.-m-10 {
  margin: -0.625rem;
}

.-m-100 {
  margin: -6.250rem;
}

.-m-12 {
  margin: -0.750rem;
}

.-m-14 {
  margin: -0.875rem;
}

.-m-150 {
  margin: -9.375rem;
}

.-m-16 {
  margin: -1.000rem;
}

.-m-18 {
  margin: -1.125rem;
}

.-m-2 {
  margin: -0.125rem;
}

.-m-20 {
  margin: -1.250rem;
}

.-m-200 {
  margin: -12.5rem;
}

.-m-22 {
  margin: -1.375rem;
}

.-m-24 {
  margin: -1.500rem;
}

.-m-250 {
  margin: -15.625rem;
}

.-m-26 {
  margin: -1.625rem;
}

.-m-28 {
  margin: -1.75rem;
}

.-m-3 {
  margin: -0.188rem;
}

.-m-30 {
  margin: -1.875rem;
}

.-m-300 {
  margin: -18.75rem;
}

.-m-32 {
  margin: -2rem;
}

.-m-34 {
  margin: -2.125rem;
}

.-m-36 {
  margin: -2.25rem;
}

.-m-38 {
  margin: -2.375rem;
}

.-m-4 {
  margin: -0.250rem;
}

.-m-40 {
  margin: -2.500rem;
}

.-m-50 {
  margin: -3.125rem;
}

.-m-6 {
  margin: -0.375rem;
}

.-m-60 {
  margin: -3.750rem;
}

.-m-70 {
  margin: -4.375rem;
}

.-m-8 {
  margin: -0.500rem;
}

.-m-80 {
  margin: -5.000rem;
}

.-m-90 {
  margin: -5.625rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 1px;
}

.m-10 {
  margin: 0.625rem;
}

.m-100 {
  margin: 6.250rem;
}

.m-12 {
  margin: 0.750rem;
}

.m-14 {
  margin: 0.875rem;
}

.m-150 {
  margin: 9.375rem;
}

.m-16 {
  margin: 1.000rem;
}

.m-18 {
  margin: 1.125rem;
}

.m-2 {
  margin: 0.125rem;
}

.m-20 {
  margin: 1.250rem;
}

.m-200 {
  margin: 12.5rem;
}

.m-22 {
  margin: 1.375rem;
}

.m-24 {
  margin: 1.500rem;
}

.m-250 {
  margin: 15.625rem;
}

.m-26 {
  margin: 1.625rem;
}

.m-28 {
  margin: 1.75rem;
}

.m-3 {
  margin: 0.188rem;
}

.m-30 {
  margin: 1.875rem;
}

.m-300 {
  margin: 18.75rem;
}

.m-32 {
  margin: 2rem;
}

.m-34 {
  margin: 2.125rem;
}

.m-36 {
  margin: 2.25rem;
}

.m-38 {
  margin: 2.375rem;
}

.m-4 {
  margin: 0.250rem;
}

.m-40 {
  margin: 2.500rem;
}

.m-50 {
  margin: 3.125rem;
}

.m-6 {
  margin: 0.375rem;
}

.m-60 {
  margin: 3.750rem;
}

.m-70 {
  margin: 4.375rem;
}

.m-8 {
  margin: 0.500rem;
}

.m-80 {
  margin: 5.000rem;
}

.m-90 {
  margin: 5.625rem;
}

.m-auto {
  margin: auto;
}

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

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

.-mx-10 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-100 {
  margin-left: -6.250rem;
  margin-right: -6.250rem;
}

.-mx-12 {
  margin-left: -0.750rem;
  margin-right: -0.750rem;
}

.-mx-14 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.-mx-150 {
  margin-left: -9.375rem;
  margin-right: -9.375rem;
}

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

.-mx-18 {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}

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

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

.-mx-200 {
  margin-left: -12.5rem;
  margin-right: -12.5rem;
}

.-mx-22 {
  margin-left: -1.375rem;
  margin-right: -1.375rem;
}

.-mx-24 {
  margin-left: -1.500rem;
  margin-right: -1.500rem;
}

.-mx-250 {
  margin-left: -15.625rem;
  margin-right: -15.625rem;
}

.-mx-26 {
  margin-left: -1.625rem;
  margin-right: -1.625rem;
}

.-mx-28 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-mx-3 {
  margin-left: -0.188rem;
  margin-right: -0.188rem;
}

.-mx-30 {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.-mx-300 {
  margin-left: -18.75rem;
  margin-right: -18.75rem;
}

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

.-mx-34 {
  margin-left: -2.125rem;
  margin-right: -2.125rem;
}

.-mx-36 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-mx-38 {
  margin-left: -2.375rem;
  margin-right: -2.375rem;
}

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

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

.-mx-50 {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.-mx-6 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-mx-60 {
  margin-left: -3.750rem;
  margin-right: -3.750rem;
}

.-mx-70 {
  margin-left: -4.375rem;
  margin-right: -4.375rem;
}

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

.-mx-80 {
  margin-left: -5.000rem;
  margin-right: -5.000rem;
}

.-mx-90 {
  margin-left: -5.625rem;
  margin-right: -5.625rem;
}

.-my-0 {
  margin-top: -0px;
  margin-bottom: -0px;
}

.-my-1 {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-my-10 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-my-100 {
  margin-top: -6.250rem;
  margin-bottom: -6.250rem;
}

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

.-my-14 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.-my-150 {
  margin-top: -9.375rem;
  margin-bottom: -9.375rem;
}

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

.-my-18 {
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
}

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

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

.-my-200 {
  margin-top: -12.5rem;
  margin-bottom: -12.5rem;
}

.-my-22 {
  margin-top: -1.375rem;
  margin-bottom: -1.375rem;
}

.-my-24 {
  margin-top: -1.500rem;
  margin-bottom: -1.500rem;
}

.-my-250 {
  margin-top: -15.625rem;
  margin-bottom: -15.625rem;
}

.-my-26 {
  margin-top: -1.625rem;
  margin-bottom: -1.625rem;
}

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

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

.-my-30 {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.-my-300 {
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

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

.-my-34 {
  margin-top: -2.125rem;
  margin-bottom: -2.125rem;
}

.-my-36 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-my-38 {
  margin-top: -2.375rem;
  margin-bottom: -2.375rem;
}

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

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

.-my-50 {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

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

.-my-60 {
  margin-top: -3.750rem;
  margin-bottom: -3.750rem;
}

.-my-70 {
  margin-top: -4.375rem;
  margin-bottom: -4.375rem;
}

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

.-my-80 {
  margin-top: -5.000rem;
  margin-bottom: -5.000rem;
}

.-my-90 {
  margin-top: -5.625rem;
  margin-bottom: -5.625rem;
}

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

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

.mx-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-100 {
  margin-left: 6.250rem;
  margin-right: 6.250rem;
}

.mx-12 {
  margin-left: 0.750rem;
  margin-right: 0.750rem;
}

.mx-14 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.mx-150 {
  margin-left: 9.375rem;
  margin-right: 9.375rem;
}

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

.mx-18 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

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

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

.mx-200 {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}

.mx-22 {
  margin-left: 1.375rem;
  margin-right: 1.375rem;
}

.mx-24 {
  margin-left: 1.500rem;
  margin-right: 1.500rem;
}

.mx-250 {
  margin-left: 15.625rem;
  margin-right: 15.625rem;
}

.mx-26 {
  margin-left: 1.625rem;
  margin-right: 1.625rem;
}

.mx-28 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-3 {
  margin-left: 0.188rem;
  margin-right: 0.188rem;
}

.mx-30 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.mx-300 {
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

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

.mx-34 {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}

.mx-36 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-38 {
  margin-left: 2.375rem;
  margin-right: 2.375rem;
}

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

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

.mx-50 {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.mx-6 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-60 {
  margin-left: 3.750rem;
  margin-right: 3.750rem;
}

.mx-70 {
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

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

.mx-80 {
  margin-left: 5.000rem;
  margin-right: 5.000rem;
}

.mx-90 {
  margin-left: 5.625rem;
  margin-right: 5.625rem;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-100 {
  margin-top: 6.250rem;
  margin-bottom: 6.250rem;
}

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

.my-14 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.my-150 {
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}

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

.my-18 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

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

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

.my-200 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.my-22 {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}

.my-24 {
  margin-top: 1.500rem;
  margin-bottom: 1.500rem;
}

.my-250 {
  margin-top: 15.625rem;
  margin-bottom: 15.625rem;
}

.my-26 {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}

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

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

.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.my-300 {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

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

.my-34 {
  margin-top: 2.125rem;
  margin-bottom: 2.125rem;
}

.my-36 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-38 {
  margin-top: 2.375rem;
  margin-bottom: 2.375rem;
}

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

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

.my-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

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

.my-60 {
  margin-top: 3.750rem;
  margin-bottom: 3.750rem;
}

.my-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

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

.my-80 {
  margin-top: 5.000rem;
  margin-bottom: 5.000rem;
}

.my-90 {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

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

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

.-mb-1 {
  margin-bottom: -1px;
}

.-mb-10 {
  margin-bottom: -0.625rem;
}

.-mb-100 {
  margin-bottom: -6.250rem;
}

.-mb-12 {
  margin-bottom: -0.750rem;
}

.-mb-14 {
  margin-bottom: -0.875rem;
}

.-mb-150 {
  margin-bottom: -9.375rem;
}

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

.-mb-18 {
  margin-bottom: -1.125rem;
}

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

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

.-mb-200 {
  margin-bottom: -12.5rem;
}

.-mb-22 {
  margin-bottom: -1.375rem;
}

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

.-mb-250 {
  margin-bottom: -15.625rem;
}

.-mb-26 {
  margin-bottom: -1.625rem;
}

.-mb-28 {
  margin-bottom: -1.75rem;
}

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

.-mb-30 {
  margin-bottom: -1.875rem;
}

.-mb-300 {
  margin-bottom: -18.75rem;
}

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

.-mb-34 {
  margin-bottom: -2.125rem;
}

.-mb-36 {
  margin-bottom: -2.25rem;
}

.-mb-38 {
  margin-bottom: -2.375rem;
}

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

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

.-mb-50 {
  margin-bottom: -3.125rem;
}

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

.-mb-60 {
  margin-bottom: -3.750rem;
}

.-mb-70 {
  margin-bottom: -4.375rem;
}

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

.-mb-80 {
  margin-bottom: -5.000rem;
}

.-mb-90 {
  margin-bottom: -5.625rem;
}

.-me-0 {
  margin-inline-end: -0px;
}

.-me-1 {
  margin-inline-end: -1px;
}

.-me-10 {
  margin-inline-end: -0.625rem;
}

.-me-100 {
  margin-inline-end: -6.250rem;
}

.-me-12 {
  margin-inline-end: -0.750rem;
}

.-me-14 {
  margin-inline-end: -0.875rem;
}

.-me-150 {
  margin-inline-end: -9.375rem;
}

.-me-16 {
  margin-inline-end: -1.000rem;
}

.-me-18 {
  margin-inline-end: -1.125rem;
}

.-me-2 {
  margin-inline-end: -0.125rem;
}

.-me-20 {
  margin-inline-end: -1.250rem;
}

.-me-200 {
  margin-inline-end: -12.5rem;
}

.-me-22 {
  margin-inline-end: -1.375rem;
}

.-me-24 {
  margin-inline-end: -1.500rem;
}

.-me-250 {
  margin-inline-end: -15.625rem;
}

.-me-26 {
  margin-inline-end: -1.625rem;
}

.-me-28 {
  margin-inline-end: -1.75rem;
}

.-me-3 {
  margin-inline-end: -0.188rem;
}

.-me-30 {
  margin-inline-end: -1.875rem;
}

.-me-300 {
  margin-inline-end: -18.75rem;
}

.-me-32 {
  margin-inline-end: -2rem;
}

.-me-34 {
  margin-inline-end: -2.125rem;
}

.-me-36 {
  margin-inline-end: -2.25rem;
}

.-me-38 {
  margin-inline-end: -2.375rem;
}

.-me-4 {
  margin-inline-end: -0.250rem;
}

.-me-40 {
  margin-inline-end: -2.500rem;
}

.-me-50 {
  margin-inline-end: -3.125rem;
}

.-me-6 {
  margin-inline-end: -0.375rem;
}

.-me-60 {
  margin-inline-end: -3.750rem;
}

.-me-70 {
  margin-inline-end: -4.375rem;
}

.-me-8 {
  margin-inline-end: -0.500rem;
}

.-me-80 {
  margin-inline-end: -5.000rem;
}

.-me-90 {
  margin-inline-end: -5.625rem;
}

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

.-ml-1 {
  margin-left: -1px;
}

.-ml-10 {
  margin-left: -0.625rem;
}

.-ml-100 {
  margin-left: -6.250rem;
}

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

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

.-ml-150 {
  margin-left: -9.375rem;
}

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

.-ml-18 {
  margin-left: -1.125rem;
}

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

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

.-ml-200 {
  margin-left: -12.5rem;
}

.-ml-22 {
  margin-left: -1.375rem;
}

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

.-ml-250 {
  margin-left: -15.625rem;
}

.-ml-26 {
  margin-left: -1.625rem;
}

.-ml-28 {
  margin-left: -1.75rem;
}

.-ml-3 {
  margin-left: -0.188rem;
}

.-ml-30 {
  margin-left: -1.875rem;
}

.-ml-300 {
  margin-left: -18.75rem;
}

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

.-ml-34 {
  margin-left: -2.125rem;
}

.-ml-36 {
  margin-left: -2.25rem;
}

.-ml-38 {
  margin-left: -2.375rem;
}

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

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

.-ml-50 {
  margin-left: -3.125rem;
}

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

.-ml-60 {
  margin-left: -3.750rem;
}

.-ml-70 {
  margin-left: -4.375rem;
}

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

.-ml-80 {
  margin-left: -5.000rem;
}

.-ml-90 {
  margin-left: -5.625rem;
}

.-mr-0 {
  margin-right: -0px;
}

.-mr-1 {
  margin-right: -1px;
}

.-mr-10 {
  margin-right: -0.625rem;
}

.-mr-100 {
  margin-right: -6.250rem;
}

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

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

.-mr-150 {
  margin-right: -9.375rem;
}

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

.-mr-18 {
  margin-right: -1.125rem;
}

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

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

.-mr-200 {
  margin-right: -12.5rem;
}

.-mr-22 {
  margin-right: -1.375rem;
}

.-mr-24 {
  margin-right: -1.500rem;
}

.-mr-250 {
  margin-right: -15.625rem;
}

.-mr-26 {
  margin-right: -1.625rem;
}

.-mr-28 {
  margin-right: -1.75rem;
}

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

.-mr-30 {
  margin-right: -1.875rem;
}

.-mr-300 {
  margin-right: -18.75rem;
}

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

.-mr-34 {
  margin-right: -2.125rem;
}

.-mr-36 {
  margin-right: -2.25rem;
}

.-mr-38 {
  margin-right: -2.375rem;
}

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

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

.-mr-50 {
  margin-right: -3.125rem;
}

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

.-mr-60 {
  margin-right: -3.750rem;
}

.-mr-70 {
  margin-right: -4.375rem;
}

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

.-mr-80 {
  margin-right: -5.000rem;
}

.-mr-90 {
  margin-right: -5.625rem;
}

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

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

.-ms-10 {
  margin-inline-start: -0.625rem;
}

.-ms-100 {
  margin-inline-start: -6.250rem;
}

.-ms-12 {
  margin-inline-start: -0.750rem;
}

.-ms-14 {
  margin-inline-start: -0.875rem;
}

.-ms-150 {
  margin-inline-start: -9.375rem;
}

.-ms-16 {
  margin-inline-start: -1.000rem;
}

.-ms-18 {
  margin-inline-start: -1.125rem;
}

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

.-ms-20 {
  margin-inline-start: -1.250rem;
}

.-ms-200 {
  margin-inline-start: -12.5rem;
}

.-ms-22 {
  margin-inline-start: -1.375rem;
}

.-ms-24 {
  margin-inline-start: -1.500rem;
}

.-ms-250 {
  margin-inline-start: -15.625rem;
}

.-ms-26 {
  margin-inline-start: -1.625rem;
}

.-ms-28 {
  margin-inline-start: -1.75rem;
}

.-ms-3 {
  margin-inline-start: -0.188rem;
}

.-ms-30 {
  margin-inline-start: -1.875rem;
}

.-ms-300 {
  margin-inline-start: -18.75rem;
}

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

.-ms-34 {
  margin-inline-start: -2.125rem;
}

.-ms-36 {
  margin-inline-start: -2.25rem;
}

.-ms-38 {
  margin-inline-start: -2.375rem;
}

.-ms-4 {
  margin-inline-start: -0.250rem;
}

.-ms-40 {
  margin-inline-start: -2.500rem;
}

.-ms-50 {
  margin-inline-start: -3.125rem;
}

.-ms-6 {
  margin-inline-start: -0.375rem;
}

.-ms-60 {
  margin-inline-start: -3.750rem;
}

.-ms-70 {
  margin-inline-start: -4.375rem;
}

.-ms-8 {
  margin-inline-start: -0.500rem;
}

.-ms-80 {
  margin-inline-start: -5.000rem;
}

.-ms-90 {
  margin-inline-start: -5.625rem;
}

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

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

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

.-mt-100 {
  margin-top: -6.250rem;
}

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

.-mt-14 {
  margin-top: -0.875rem;
}

.-mt-150 {
  margin-top: -9.375rem;
}

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

.-mt-18 {
  margin-top: -1.125rem;
}

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

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

.-mt-200 {
  margin-top: -12.5rem;
}

.-mt-22 {
  margin-top: -1.375rem;
}

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

.-mt-250 {
  margin-top: -15.625rem;
}

.-mt-26 {
  margin-top: -1.625rem;
}

.-mt-28 {
  margin-top: -1.75rem;
}

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

.-mt-30 {
  margin-top: -1.875rem;
}

.-mt-300 {
  margin-top: -18.75rem;
}

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

.-mt-34 {
  margin-top: -2.125rem;
}

.-mt-36 {
  margin-top: -2.25rem;
}

.-mt-38 {
  margin-top: -2.375rem;
}

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

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

.-mt-50 {
  margin-top: -3.125rem;
}

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

.-mt-60 {
  margin-top: -3.750rem;
}

.-mt-70 {
  margin-top: -4.375rem;
}

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

.-mt-80 {
  margin-top: -5.000rem;
}

.-mt-90 {
  margin-top: -5.625rem;
}

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

.mb-1 {
  margin-bottom: 1px;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-100 {
  margin-bottom: 6.250rem;
}

.mb-12 {
  margin-bottom: 0.750rem;
}

.mb-14 {
  margin-bottom: 0.875rem;
}

.mb-150 {
  margin-bottom: 9.375rem;
}

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

.mb-18 {
  margin-bottom: 1.125rem;
}

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

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

.mb-200 {
  margin-bottom: 12.5rem;
}

.mb-22 {
  margin-bottom: 1.375rem;
}

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

.mb-250 {
  margin-bottom: 15.625rem;
}

.mb-26 {
  margin-bottom: 1.625rem;
}

.mb-28 {
  margin-bottom: 1.75rem;
}

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

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-300 {
  margin-bottom: 18.75rem;
}

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

.mb-34 {
  margin-bottom: 2.125rem;
}

.mb-36 {
  margin-bottom: 2.25rem;
}

.mb-38 {
  margin-bottom: 2.375rem;
}

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

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

.mb-50 {
  margin-bottom: 3.125rem;
}

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

.mb-60 {
  margin-bottom: 3.750rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

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

.mb-80 {
  margin-bottom: 5.000rem;
}

.mb-90 {
  margin-bottom: 5.625rem;
}

.mb-auto {
  margin-bottom: auto;
}

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

.ml-1 {
  margin-left: 1px;
}

.ml-10 {
  margin-left: 0.625rem;
}

.ml-100 {
  margin-left: 6.250rem;
}

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

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

.ml-150 {
  margin-left: 9.375rem;
}

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

.ml-18 {
  margin-left: 1.125rem;
}

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

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

.ml-200 {
  margin-left: 12.5rem;
}

.ml-22 {
  margin-left: 1.375rem;
}

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

.ml-250 {
  margin-left: 15.625rem;
}

.ml-26 {
  margin-left: 1.625rem;
}

.ml-28 {
  margin-left: 1.75rem;
}

.ml-3 {
  margin-left: 0.188rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.ml-300 {
  margin-left: 18.75rem;
}

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

.ml-34 {
  margin-left: 2.125rem;
}

.ml-36 {
  margin-left: 2.25rem;
}

.ml-38 {
  margin-left: 2.375rem;
}

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

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

.ml-50 {
  margin-left: 3.125rem;
}

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

.ml-60 {
  margin-left: 3.750rem;
}

.ml-70 {
  margin-left: 4.375rem;
}

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

.ml-80 {
  margin-left: 5.000rem;
}

.ml-90 {
  margin-left: 5.625rem;
}

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

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 1px;
}

.mr-10 {
  margin-right: 0.625rem;
}

.mr-100 {
  margin-right: 6.250rem;
}

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

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

.mr-150 {
  margin-right: 9.375rem;
}

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

.mr-18 {
  margin-right: 1.125rem;
}

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

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

.mr-200 {
  margin-right: 12.5rem;
}

.mr-22 {
  margin-right: 1.375rem;
}

.mr-24 {
  margin-right: 1.500rem;
}

.mr-250 {
  margin-right: 15.625rem;
}

.mr-26 {
  margin-right: 1.625rem;
}

.mr-28 {
  margin-right: 1.75rem;
}

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

.mr-30 {
  margin-right: 1.875rem;
}

.mr-300 {
  margin-right: 18.75rem;
}

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

.mr-34 {
  margin-right: 2.125rem;
}

.mr-36 {
  margin-right: 2.25rem;
}

.mr-38 {
  margin-right: 2.375rem;
}

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

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

.mr-50 {
  margin-right: 3.125rem;
}

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

.mr-60 {
  margin-right: 3.750rem;
}

.mr-70 {
  margin-right: 4.375rem;
}

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

.mr-80 {
  margin-right: 5.000rem;
}

.mr-90 {
  margin-right: 5.625rem;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

.mt-100 {
  margin-top: 6.250rem;
}

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

.mt-14 {
  margin-top: 0.875rem;
}

.mt-150 {
  margin-top: 9.375rem;
}

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

.mt-18 {
  margin-top: 1.125rem;
}

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

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

.mt-200 {
  margin-top: 12.5rem;
}

.mt-22 {
  margin-top: 1.375rem;
}

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

.mt-250 {
  margin-top: 15.625rem;
}

.mt-26 {
  margin-top: 1.625rem;
}

.mt-28 {
  margin-top: 1.75rem;
}

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

.mt-30 {
  margin-top: 1.875rem;
}

.mt-300 {
  margin-top: 18.75rem;
}

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

.mt-34 {
  margin-top: 2.125rem;
}

.mt-36 {
  margin-top: 2.25rem;
}

.mt-38 {
  margin-top: 2.375rem;
}

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

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

.mt-50 {
  margin-top: 3.125rem;
}

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

.mt-60 {
  margin-top: 3.750rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

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

.mt-80 {
  margin-top: 5.000rem;
}

.mt-90 {
  margin-top: 5.625rem;
}

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

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 1px;
}

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

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

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

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

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

.h-10 {
  height: 0.625rem;
}

.h-100 {
  height: 6.250rem;
}

.h-12 {
  height: 0.750rem;
}

.h-14 {
  height: 0.875rem;
}

.h-150 {
  height: 9.375rem;
}

.h-16 {
  height: 1.000rem;
}

.h-18 {
  height: 1.125rem;
}

.h-2 {
  height: 0.125rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-2\/4 {
  height: 50%;
}

.h-2\/5 {
  height: 40%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-20 {
  height: 1.250rem;
}

.h-200 {
  height: 12.5rem;
}

.h-22 {
  height: 1.375rem;
}

.h-24 {
  height: 1.500rem;
}

.h-250 {
  height: 15.625rem;
}

.h-26 {
  height: 1.625rem;
}

.h-28 {
  height: 1.75rem;
}

.h-3 {
  height: 0.188rem;
}

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

.h-3\/5 {
  height: 60%;
}

.h-3\/6 {
  height: 50%;
}

.h-30 {
  height: 1.875rem;
}

.h-300 {
  height: 18.75rem;
}

.h-32 {
  height: 2rem;
}

.h-34 {
  height: 2.125rem;
}

.h-36 {
  height: 2.25rem;
}

.h-38 {
  height: 2.375rem;
}

.h-4 {
  height: 0.250rem;
}

.h-4\/5 {
  height: 80%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-40 {
  height: 2.500rem;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-50 {
  height: 3.125rem;
}

.h-6 {
  height: 0.375rem;
}

.h-60 {
  height: 3.750rem;
}

.h-70 {
  height: 4.375rem;
}

.h-8 {
  height: 0.500rem;
}

.h-80 {
  height: 5.000rem;
}

.h-90 {
  height: 5.625rem;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-screen {
  height: 100vh;
}

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

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

.max-h-10 {
  max-height: 0.625rem;
}

.max-h-100 {
  max-height: 6.250rem;
}

.max-h-12 {
  max-height: 0.750rem;
}

.max-h-14 {
  max-height: 0.875rem;
}

.max-h-150 {
  max-height: 9.375rem;
}

.max-h-16 {
  max-height: 1.000rem;
}

.max-h-18 {
  max-height: 1.125rem;
}

.max-h-2 {
  max-height: 0.125rem;
}

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

.max-h-200 {
  max-height: 12.5rem;
}

.max-h-22 {
  max-height: 1.375rem;
}

.max-h-24 {
  max-height: 1.500rem;
}

.max-h-250 {
  max-height: 15.625rem;
}

.max-h-26 {
  max-height: 1.625rem;
}

.max-h-28 {
  max-height: 1.75rem;
}

.max-h-3 {
  max-height: 0.188rem;
}

.max-h-30 {
  max-height: 1.875rem;
}

.max-h-300 {
  max-height: 18.75rem;
}

.max-h-32 {
  max-height: 2rem;
}

.max-h-34 {
  max-height: 2.125rem;
}

.max-h-36 {
  max-height: 2.25rem;
}

.max-h-38 {
  max-height: 2.375rem;
}

.max-h-4 {
  max-height: 0.250rem;
}

.max-h-40 {
  max-height: 2.500rem;
}

.max-h-50 {
  max-height: 3.125rem;
}

.max-h-6 {
  max-height: 0.375rem;
}

.max-h-60 {
  max-height: 3.750rem;
}

.max-h-70 {
  max-height: 4.375rem;
}

.max-h-8 {
  max-height: 0.500rem;
}

.max-h-80 {
  max-height: 5.000rem;
}

.max-h-90 {
  max-height: 5.625rem;
}

.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

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

.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}

.max-h-min {
  max-height: -moz-min-content;
  max-height: min-content;
}

.max-h-none {
  max-height: none;
}

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

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

.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

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

.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}

.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}

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

.w-0 {
  width: 0px;
}

.w-1 {
  width: 1px;
}

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

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

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

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

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

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

.w-10 {
  width: 0.625rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-100 {
  width: 6.250rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 0.750rem;
}

.w-14 {
  width: 0.875rem;
}

.w-150 {
  width: 9.375rem;
}

.w-16 {
  width: 1.000rem;
}

.w-18 {
  width: 1.125rem;
}

.w-2 {
  width: 0.125rem;
}

.w-2\/12 {
  width: 16.666667%;
}

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

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

.w-2\/5 {
  width: 40%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-20 {
  width: 1.250rem;
}

.w-200 {
  width: 12.5rem;
}

.w-22 {
  width: 1.375rem;
}

.w-24 {
  width: 1.500rem;
}

.w-250 {
  width: 15.625rem;
}

.w-26 {
  width: 1.625rem;
}

.w-28 {
  width: 1.75rem;
}

.w-3 {
  width: 0.188rem;
}

.w-3\/12 {
  width: 25%;
}

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

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

.w-3\/6 {
  width: 50%;
}

.w-30 {
  width: 1.875rem;
}

.w-300 {
  width: 18.75rem;
}

.w-32 {
  width: 2rem;
}

.w-34 {
  width: 2.125rem;
}

.w-36 {
  width: 2.25rem;
}

.w-38 {
  width: 2.375rem;
}

.w-4 {
  width: 0.250rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-4\/5 {
  width: 80%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-40 {
  width: 2.500rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-50 {
  width: 3.125rem;
}

.w-6 {
  width: 0.375rem;
}

.w-6\/12 {
  width: 50%;
}

.w-60 {
  width: 3.750rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-70 {
  width: 4.375rem;
}

.w-8 {
  width: 0.500rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 5.000rem;
}

.w-9\/12 {
  width: 75%;
}

.w-90 {
  width: 5.625rem;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

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

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

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

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

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

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

.max-w-250 {
  max-width: 15.625rem;
}

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

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

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

.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}

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

.max-w-page {
  max-width: 90.000rem;
}

.max-w-screen-lg {
  max-width: 1440px;
}

.max-w-screen-md {
  max-width: 1024px;
}

.max-w-screen-sm {
  max-width: 768px;
}

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

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

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

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

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

.grow {
  flex-grow: 1;
}

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

.basis-0 {
  flex-basis: 0px;
}

.basis-1 {
  flex-basis: 1px;
}

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

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

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

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

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

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

.basis-10 {
  flex-basis: 0.625rem;
}

.basis-10\/12 {
  flex-basis: 83.333333%;
}

.basis-100 {
  flex-basis: 6.250rem;
}

.basis-11\/12 {
  flex-basis: 91.666667%;
}

.basis-12 {
  flex-basis: 0.750rem;
}

.basis-14 {
  flex-basis: 0.875rem;
}

.basis-150 {
  flex-basis: 9.375rem;
}

.basis-16 {
  flex-basis: 1.000rem;
}

.basis-18 {
  flex-basis: 1.125rem;
}

.basis-2 {
  flex-basis: 0.125rem;
}

.basis-2\/12 {
  flex-basis: 16.666667%;
}

.basis-2\/3 {
  flex-basis: 66.666667%;
}

.basis-2\/4 {
  flex-basis: 50%;
}

.basis-2\/5 {
  flex-basis: 40%;
}

.basis-2\/6 {
  flex-basis: 33.333333%;
}

.basis-20 {
  flex-basis: 1.250rem;
}

.basis-200 {
  flex-basis: 12.5rem;
}

.basis-22 {
  flex-basis: 1.375rem;
}

.basis-24 {
  flex-basis: 1.500rem;
}

.basis-250 {
  flex-basis: 15.625rem;
}

.basis-26 {
  flex-basis: 1.625rem;
}

.basis-28 {
  flex-basis: 1.75rem;
}

.basis-3 {
  flex-basis: 0.188rem;
}

.basis-3\/12 {
  flex-basis: 25%;
}

.basis-3\/4 {
  flex-basis: 75%;
}

.basis-3\/5 {
  flex-basis: 60%;
}

.basis-3\/6 {
  flex-basis: 50%;
}

.basis-30 {
  flex-basis: 1.875rem;
}

.basis-300 {
  flex-basis: 18.75rem;
}

.basis-32 {
  flex-basis: 2rem;
}

.basis-34 {
  flex-basis: 2.125rem;
}

.basis-36 {
  flex-basis: 2.25rem;
}

.basis-38 {
  flex-basis: 2.375rem;
}

.basis-4 {
  flex-basis: 0.250rem;
}

.basis-4\/12 {
  flex-basis: 33.333333%;
}

.basis-4\/5 {
  flex-basis: 80%;
}

.basis-4\/6 {
  flex-basis: 66.666667%;
}

.basis-40 {
  flex-basis: 2.500rem;
}

.basis-5\/12 {
  flex-basis: 41.666667%;
}

.basis-5\/6 {
  flex-basis: 83.333333%;
}

.basis-50 {
  flex-basis: 3.125rem;
}

.basis-6 {
  flex-basis: 0.375rem;
}

.basis-6\/12 {
  flex-basis: 50%;
}

.basis-60 {
  flex-basis: 3.750rem;
}

.basis-7\/12 {
  flex-basis: 58.333333%;
}

.basis-70 {
  flex-basis: 4.375rem;
}

.basis-8 {
  flex-basis: 0.500rem;
}

.basis-8\/12 {
  flex-basis: 66.666667%;
}

.basis-80 {
  flex-basis: 5.000rem;
}

.basis-9\/12 {
  flex-basis: 75%;
}

.basis-90 {
  flex-basis: 5.625rem;
}

.basis-auto {
  flex-basis: auto;
}

.basis-full {
  flex-basis: 100%;
}

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

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

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-1 {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-10 {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-100 {
  --tw-border-spacing-x: 6.250rem;
  --tw-border-spacing-y: 6.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-12 {
  --tw-border-spacing-x: 0.750rem;
  --tw-border-spacing-y: 0.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-14 {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-150 {
  --tw-border-spacing-x: 9.375rem;
  --tw-border-spacing-y: 9.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-16 {
  --tw-border-spacing-x: 1.000rem;
  --tw-border-spacing-y: 1.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-18 {
  --tw-border-spacing-x: 1.125rem;
  --tw-border-spacing-y: 1.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-2 {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-20 {
  --tw-border-spacing-x: 1.250rem;
  --tw-border-spacing-y: 1.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-200 {
  --tw-border-spacing-x: 12.5rem;
  --tw-border-spacing-y: 12.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-22 {
  --tw-border-spacing-x: 1.375rem;
  --tw-border-spacing-y: 1.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-24 {
  --tw-border-spacing-x: 1.500rem;
  --tw-border-spacing-y: 1.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-250 {
  --tw-border-spacing-x: 15.625rem;
  --tw-border-spacing-y: 15.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-26 {
  --tw-border-spacing-x: 1.625rem;
  --tw-border-spacing-y: 1.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-28 {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-3 {
  --tw-border-spacing-x: 0.188rem;
  --tw-border-spacing-y: 0.188rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-30 {
  --tw-border-spacing-x: 1.875rem;
  --tw-border-spacing-y: 1.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-300 {
  --tw-border-spacing-x: 18.75rem;
  --tw-border-spacing-y: 18.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-32 {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-34 {
  --tw-border-spacing-x: 2.125rem;
  --tw-border-spacing-y: 2.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-36 {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-38 {
  --tw-border-spacing-x: 2.375rem;
  --tw-border-spacing-y: 2.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-4 {
  --tw-border-spacing-x: 0.250rem;
  --tw-border-spacing-y: 0.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-40 {
  --tw-border-spacing-x: 2.500rem;
  --tw-border-spacing-y: 2.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-50 {
  --tw-border-spacing-x: 3.125rem;
  --tw-border-spacing-y: 3.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-6 {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-60 {
  --tw-border-spacing-x: 3.750rem;
  --tw-border-spacing-y: 3.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-70 {
  --tw-border-spacing-x: 4.375rem;
  --tw-border-spacing-y: 4.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-8 {
  --tw-border-spacing-x: 0.500rem;
  --tw-border-spacing-y: 0.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-80 {
  --tw-border-spacing-x: 5.000rem;
  --tw-border-spacing-y: 5.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-90 {
  --tw-border-spacing-x: 5.625rem;
  --tw-border-spacing-y: 5.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-0 {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-1 {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-10 {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-100 {
  --tw-border-spacing-x: 6.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-12 {
  --tw-border-spacing-x: 0.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-14 {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-150 {
  --tw-border-spacing-x: 9.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-16 {
  --tw-border-spacing-x: 1.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-18 {
  --tw-border-spacing-x: 1.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-2 {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-20 {
  --tw-border-spacing-x: 1.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-200 {
  --tw-border-spacing-x: 12.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-22 {
  --tw-border-spacing-x: 1.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-24 {
  --tw-border-spacing-x: 1.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-250 {
  --tw-border-spacing-x: 15.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-26 {
  --tw-border-spacing-x: 1.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-28 {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-3 {
  --tw-border-spacing-x: 0.188rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-30 {
  --tw-border-spacing-x: 1.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-300 {
  --tw-border-spacing-x: 18.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-32 {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-34 {
  --tw-border-spacing-x: 2.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-36 {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-38 {
  --tw-border-spacing-x: 2.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-4 {
  --tw-border-spacing-x: 0.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-40 {
  --tw-border-spacing-x: 2.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-50 {
  --tw-border-spacing-x: 3.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-6 {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-60 {
  --tw-border-spacing-x: 3.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-70 {
  --tw-border-spacing-x: 4.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-8 {
  --tw-border-spacing-x: 0.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-80 {
  --tw-border-spacing-x: 5.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-90 {
  --tw-border-spacing-x: 5.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-0 {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-1 {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-10 {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-100 {
  --tw-border-spacing-y: 6.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-12 {
  --tw-border-spacing-y: 0.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-14 {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-150 {
  --tw-border-spacing-y: 9.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-16 {
  --tw-border-spacing-y: 1.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-18 {
  --tw-border-spacing-y: 1.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-2 {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-20 {
  --tw-border-spacing-y: 1.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-200 {
  --tw-border-spacing-y: 12.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-22 {
  --tw-border-spacing-y: 1.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-24 {
  --tw-border-spacing-y: 1.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-250 {
  --tw-border-spacing-y: 15.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-26 {
  --tw-border-spacing-y: 1.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-28 {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-3 {
  --tw-border-spacing-y: 0.188rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-30 {
  --tw-border-spacing-y: 1.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-300 {
  --tw-border-spacing-y: 18.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-32 {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-34 {
  --tw-border-spacing-y: 2.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-36 {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-38 {
  --tw-border-spacing-y: 2.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-4 {
  --tw-border-spacing-y: 0.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-40 {
  --tw-border-spacing-y: 2.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-50 {
  --tw-border-spacing-y: 3.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-6 {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-60 {
  --tw-border-spacing-y: 3.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-70 {
  --tw-border-spacing-y: 4.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-8 {
  --tw-border-spacing-y: 0.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-80 {
  --tw-border-spacing-y: 5.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-90 {
  --tw-border-spacing-y: 5.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

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

.-translate-x-1 {
  --tw-translate-x: -1px;
  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-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-1\/3 {
  --tw-translate-x: -33.333333%;
  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-1\/4 {
  --tw-translate-x: -25%;
  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-10 {
  --tw-translate-x: -0.625rem;
  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-100 {
  --tw-translate-x: -6.250rem;
  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-12 {
  --tw-translate-x: -0.750rem;
  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-14 {
  --tw-translate-x: -0.875rem;
  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-150 {
  --tw-translate-x: -9.375rem;
  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-16 {
  --tw-translate-x: -1.000rem;
  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-18 {
  --tw-translate-x: -1.125rem;
  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-2 {
  --tw-translate-x: -0.125rem;
  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-2\/3 {
  --tw-translate-x: -66.666667%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-2\/4 {
  --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-20 {
  --tw-translate-x: -1.250rem;
  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-200 {
  --tw-translate-x: -12.5rem;
  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-22 {
  --tw-translate-x: -1.375rem;
  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-24 {
  --tw-translate-x: -1.500rem;
  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-250 {
  --tw-translate-x: -15.625rem;
  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-26 {
  --tw-translate-x: -1.625rem;
  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-28 {
  --tw-translate-x: -1.75rem;
  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-3 {
  --tw-translate-x: -0.188rem;
  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-3\/4 {
  --tw-translate-x: -75%;
  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-30 {
  --tw-translate-x: -1.875rem;
  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-300 {
  --tw-translate-x: -18.75rem;
  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-32 {
  --tw-translate-x: -2rem;
  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-34 {
  --tw-translate-x: -2.125rem;
  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-36 {
  --tw-translate-x: -2.25rem;
  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-38 {
  --tw-translate-x: -2.375rem;
  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-4 {
  --tw-translate-x: -0.250rem;
  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-40 {
  --tw-translate-x: -2.500rem;
  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: -3.125rem;
  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-6 {
  --tw-translate-x: -0.375rem;
  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-60 {
  --tw-translate-x: -3.750rem;
  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-70 {
  --tw-translate-x: -4.375rem;
  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-8 {
  --tw-translate-x: -0.500rem;
  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-80 {
  --tw-translate-x: -5.000rem;
  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-90 {
  --tw-translate-x: -5.625rem;
  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-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));
}

.-translate-y-0 {
  --tw-translate-y: -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));
}

.-translate-y-1 {
  --tw-translate-y: -1px;
  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-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));
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
  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-1\/4 {
  --tw-translate-y: -25%;
  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-10 {
  --tw-translate-y: -0.625rem;
  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-100 {
  --tw-translate-y: -6.250rem;
  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-12 {
  --tw-translate-y: -0.750rem;
  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-14 {
  --tw-translate-y: -0.875rem;
  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-150 {
  --tw-translate-y: -9.375rem;
  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-16 {
  --tw-translate-y: -1.000rem;
  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-18 {
  --tw-translate-y: -1.125rem;
  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-2 {
  --tw-translate-y: -0.125rem;
  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-2\/3 {
  --tw-translate-y: -66.666667%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/4 {
  --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));
}

.-translate-y-20 {
  --tw-translate-y: -1.250rem;
  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-200 {
  --tw-translate-y: -12.5rem;
  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-22 {
  --tw-translate-y: -1.375rem;
  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-24 {
  --tw-translate-y: -1.500rem;
  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-250 {
  --tw-translate-y: -15.625rem;
  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-26 {
  --tw-translate-y: -1.625rem;
  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-28 {
  --tw-translate-y: -1.75rem;
  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-3 {
  --tw-translate-y: -0.188rem;
  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-3\/4 {
  --tw-translate-y: -75%;
  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-30 {
  --tw-translate-y: -1.875rem;
  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-300 {
  --tw-translate-y: -18.75rem;
  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-32 {
  --tw-translate-y: -2rem;
  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-34 {
  --tw-translate-y: -2.125rem;
  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-36 {
  --tw-translate-y: -2.25rem;
  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-38 {
  --tw-translate-y: -2.375rem;
  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-4 {
  --tw-translate-y: -0.250rem;
  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-40 {
  --tw-translate-y: -2.500rem;
  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: -3.125rem;
  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-6 {
  --tw-translate-y: -0.375rem;
  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-60 {
  --tw-translate-y: -3.750rem;
  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-70 {
  --tw-translate-y: -4.375rem;
  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-8 {
  --tw-translate-y: -0.500rem;
  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-80 {
  --tw-translate-y: -5.000rem;
  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-90 {
  --tw-translate-y: -5.625rem;
  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-full {
  --tw-translate-y: -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));
}

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

.translate-x-1 {
  --tw-translate-x: 1px;
  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-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-1\/3 {
  --tw-translate-x: 33.333333%;
  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-1\/4 {
  --tw-translate-x: 25%;
  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-10 {
  --tw-translate-x: 0.625rem;
  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-100 {
  --tw-translate-x: 6.250rem;
  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-12 {
  --tw-translate-x: 0.750rem;
  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-14 {
  --tw-translate-x: 0.875rem;
  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-150 {
  --tw-translate-x: 9.375rem;
  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-16 {
  --tw-translate-x: 1.000rem;
  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-18 {
  --tw-translate-x: 1.125rem;
  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-2 {
  --tw-translate-x: 0.125rem;
  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-2\/3 {
  --tw-translate-x: 66.666667%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-2\/4 {
  --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-20 {
  --tw-translate-x: 1.250rem;
  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-200 {
  --tw-translate-x: 12.5rem;
  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-22 {
  --tw-translate-x: 1.375rem;
  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-24 {
  --tw-translate-x: 1.500rem;
  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-250 {
  --tw-translate-x: 15.625rem;
  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-26 {
  --tw-translate-x: 1.625rem;
  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-28 {
  --tw-translate-x: 1.75rem;
  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-3 {
  --tw-translate-x: 0.188rem;
  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-3\/4 {
  --tw-translate-x: 75%;
  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-30 {
  --tw-translate-x: 1.875rem;
  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-300 {
  --tw-translate-x: 18.75rem;
  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-32 {
  --tw-translate-x: 2rem;
  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-34 {
  --tw-translate-x: 2.125rem;
  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-36 {
  --tw-translate-x: 2.25rem;
  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-38 {
  --tw-translate-x: 2.375rem;
  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-4 {
  --tw-translate-x: 0.250rem;
  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-40 {
  --tw-translate-x: 2.500rem;
  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: 3.125rem;
  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-6 {
  --tw-translate-x: 0.375rem;
  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-60 {
  --tw-translate-x: 3.750rem;
  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-70 {
  --tw-translate-x: 4.375rem;
  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-8 {
  --tw-translate-x: 0.500rem;
  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-80 {
  --tw-translate-x: 5.000rem;
  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-90 {
  --tw-translate-x: 5.625rem;
  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-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));
}

.translate-y-0 {
  --tw-translate-y: 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));
}

.translate-y-1 {
  --tw-translate-y: 1px;
  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-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));
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
  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-1\/4 {
  --tw-translate-y: 25%;
  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-10 {
  --tw-translate-y: 0.625rem;
  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-100 {
  --tw-translate-y: 6.250rem;
  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-12 {
  --tw-translate-y: 0.750rem;
  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-14 {
  --tw-translate-y: 0.875rem;
  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-150 {
  --tw-translate-y: 9.375rem;
  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-16 {
  --tw-translate-y: 1.000rem;
  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-18 {
  --tw-translate-y: 1.125rem;
  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-2 {
  --tw-translate-y: 0.125rem;
  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-2\/3 {
  --tw-translate-y: 66.666667%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2\/4 {
  --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));
}

.translate-y-20 {
  --tw-translate-y: 1.250rem;
  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-200 {
  --tw-translate-y: 12.5rem;
  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-22 {
  --tw-translate-y: 1.375rem;
  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-24 {
  --tw-translate-y: 1.500rem;
  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-250 {
  --tw-translate-y: 15.625rem;
  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-26 {
  --tw-translate-y: 1.625rem;
  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-28 {
  --tw-translate-y: 1.75rem;
  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-3 {
  --tw-translate-y: 0.188rem;
  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-3\/4 {
  --tw-translate-y: 75%;
  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-30 {
  --tw-translate-y: 1.875rem;
  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-300 {
  --tw-translate-y: 18.75rem;
  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-32 {
  --tw-translate-y: 2rem;
  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-34 {
  --tw-translate-y: 2.125rem;
  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-36 {
  --tw-translate-y: 2.25rem;
  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-38 {
  --tw-translate-y: 2.375rem;
  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-4 {
  --tw-translate-y: 0.250rem;
  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-40 {
  --tw-translate-y: 2.500rem;
  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: 3.125rem;
  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-6 {
  --tw-translate-y: 0.375rem;
  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-60 {
  --tw-translate-y: 3.750rem;
  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-70 {
  --tw-translate-y: 4.375rem;
  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-8 {
  --tw-translate-y: 0.500rem;
  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-80 {
  --tw-translate-y: 5.000rem;
  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-90 {
  --tw-translate-y: 5.625rem;
  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-full {
  --tw-translate-y: 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));
}

.-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-1 {
  --tw-rotate: -1deg;
  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-12 {
  --tw-rotate: -12deg;
  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-2 {
  --tw-rotate: -2deg;
  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-3 {
  --tw-rotate: -3deg;
  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-6 {
  --tw-rotate: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.rotate-1 {
  --tw-rotate: 1deg;
  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-12 {
  --tw-rotate: 12deg;
  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-2 {
  --tw-rotate: 2deg;
  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-3 {
  --tw-rotate: 3deg;
  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-6 {
  --tw-rotate: 6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-skew-x-0 {
  --tw-skew-x: -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));
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
  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));
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
  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));
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
  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));
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
  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));
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
  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));
}

.-skew-y-0 {
  --tw-skew-y: -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));
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
  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));
}

.-skew-y-12 {
  --tw-skew-y: -12deg;
  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));
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
  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));
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
  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));
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
  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));
}

.skew-x-0 {
  --tw-skew-x: 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));
}

.skew-x-1 {
  --tw-skew-x: 1deg;
  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));
}

.skew-x-12 {
  --tw-skew-x: 12deg;
  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));
}

.skew-x-2 {
  --tw-skew-x: 2deg;
  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));
}

.skew-x-3 {
  --tw-skew-x: 3deg;
  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));
}

.skew-x-6 {
  --tw-skew-x: 6deg;
  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));
}

.skew-y-0 {
  --tw-skew-y: 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));
}

.skew-y-1 {
  --tw-skew-y: 1deg;
  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));
}

.skew-y-12 {
  --tw-skew-y: 12deg;
  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));
}

.skew-y-2 {
  --tw-skew-y: 2deg;
  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));
}

.skew-y-3 {
  --tw-skew-y: 3deg;
  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));
}

.skew-y-6 {
  --tw-skew-y: 6deg;
  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));
}

.-scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

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

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

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

.-scale-125 {
  --tw-scale-x: -1.25;
  --tw-scale-y: -1.25;
  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));
}

.-scale-150 {
  --tw-scale-x: -1.5;
  --tw-scale-y: -1.5;
  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));
}

.-scale-50 {
  --tw-scale-x: -.5;
  --tw-scale-y: -.5;
  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));
}

.-scale-75 {
  --tw-scale-x: -.75;
  --tw-scale-y: -.75;
  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));
}

.-scale-90 {
  --tw-scale-x: -.9;
  --tw-scale-y: -.9;
  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));
}

.-scale-95 {
  --tw-scale-x: -.95;
  --tw-scale-y: -.95;
  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));
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

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

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

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

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.-scale-x-0 {
  --tw-scale-x: 0;
  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));
}

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

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

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

.-scale-x-125 {
  --tw-scale-x: -1.25;
  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));
}

.-scale-x-150 {
  --tw-scale-x: -1.5;
  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));
}

.-scale-x-50 {
  --tw-scale-x: -.5;
  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));
}

.-scale-x-75 {
  --tw-scale-x: -.75;
  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));
}

.-scale-x-90 {
  --tw-scale-x: -.9;
  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));
}

.-scale-x-95 {
  --tw-scale-x: -.95;
  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));
}

.-scale-y-0 {
  --tw-scale-y: 0;
  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));
}

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

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

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

.-scale-y-125 {
  --tw-scale-y: -1.25;
  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));
}

.-scale-y-150 {
  --tw-scale-y: -1.5;
  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));
}

.-scale-y-50 {
  --tw-scale-y: -.5;
  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));
}

.-scale-y-75 {
  --tw-scale-y: -.75;
  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));
}

.-scale-y-90 {
  --tw-scale-y: -.9;
  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));
}

.-scale-y-95 {
  --tw-scale-y: -.95;
  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));
}

.scale-x-0 {
  --tw-scale-x: 0;
  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));
}

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

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

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

.scale-x-125 {
  --tw-scale-x: 1.25;
  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));
}

.scale-x-150 {
  --tw-scale-x: 1.5;
  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));
}

.scale-x-50 {
  --tw-scale-x: .5;
  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));
}

.scale-x-75 {
  --tw-scale-x: .75;
  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));
}

.scale-x-90 {
  --tw-scale-x: .9;
  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));
}

.scale-x-95 {
  --tw-scale-x: .95;
  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));
}

.scale-y-0 {
  --tw-scale-y: 0;
  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));
}

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

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

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

.scale-y-125 {
  --tw-scale-y: 1.25;
  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));
}

.scale-y-150 {
  --tw-scale-y: 1.5;
  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));
}

.scale-y-50 {
  --tw-scale-y: .5;
  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));
}

.scale-y-75 {
  --tw-scale-y: .75;
  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));
}

.scale-y-90 {
  --tw-scale-y: .9;
  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));
}

.scale-y-95 {
  --tw-scale-y: .95;
  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-cpu {
  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-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none {
  transform: none;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.snap-none {
  scroll-snap-type: none;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-end {
  scroll-snap-align: end;
}

.snap-center {
  scroll-snap-align: center;
}

.snap-align-none {
  scroll-snap-align: none;
}

.snap-normal {
  scroll-snap-stop: normal;
}

.snap-always {
  scroll-snap-stop: always;
}

.-scroll-m-0 {
  scroll-margin: -0px;
}

.-scroll-m-1 {
  scroll-margin: -1px;
}

.-scroll-m-10 {
  scroll-margin: -0.625rem;
}

.-scroll-m-100 {
  scroll-margin: -6.250rem;
}

.-scroll-m-12 {
  scroll-margin: -0.750rem;
}

.-scroll-m-14 {
  scroll-margin: -0.875rem;
}

.-scroll-m-150 {
  scroll-margin: -9.375rem;
}

.-scroll-m-16 {
  scroll-margin: -1.000rem;
}

.-scroll-m-18 {
  scroll-margin: -1.125rem;
}

.-scroll-m-2 {
  scroll-margin: -0.125rem;
}

.-scroll-m-20 {
  scroll-margin: -1.250rem;
}

.-scroll-m-200 {
  scroll-margin: -12.5rem;
}

.-scroll-m-22 {
  scroll-margin: -1.375rem;
}

.-scroll-m-24 {
  scroll-margin: -1.500rem;
}

.-scroll-m-250 {
  scroll-margin: -15.625rem;
}

.-scroll-m-26 {
  scroll-margin: -1.625rem;
}

.-scroll-m-28 {
  scroll-margin: -1.75rem;
}

.-scroll-m-3 {
  scroll-margin: -0.188rem;
}

.-scroll-m-30 {
  scroll-margin: -1.875rem;
}

.-scroll-m-300 {
  scroll-margin: -18.75rem;
}

.-scroll-m-32 {
  scroll-margin: -2rem;
}

.-scroll-m-34 {
  scroll-margin: -2.125rem;
}

.-scroll-m-36 {
  scroll-margin: -2.25rem;
}

.-scroll-m-38 {
  scroll-margin: -2.375rem;
}

.-scroll-m-4 {
  scroll-margin: -0.250rem;
}

.-scroll-m-40 {
  scroll-margin: -2.500rem;
}

.-scroll-m-50 {
  scroll-margin: -3.125rem;
}

.-scroll-m-6 {
  scroll-margin: -0.375rem;
}

.-scroll-m-60 {
  scroll-margin: -3.750rem;
}

.-scroll-m-70 {
  scroll-margin: -4.375rem;
}

.-scroll-m-8 {
  scroll-margin: -0.500rem;
}

.-scroll-m-80 {
  scroll-margin: -5.000rem;
}

.-scroll-m-90 {
  scroll-margin: -5.625rem;
}

.scroll-m-0 {
  scroll-margin: 0px;
}

.scroll-m-1 {
  scroll-margin: 1px;
}

.scroll-m-10 {
  scroll-margin: 0.625rem;
}

.scroll-m-100 {
  scroll-margin: 6.250rem;
}

.scroll-m-12 {
  scroll-margin: 0.750rem;
}

.scroll-m-14 {
  scroll-margin: 0.875rem;
}

.scroll-m-150 {
  scroll-margin: 9.375rem;
}

.scroll-m-16 {
  scroll-margin: 1.000rem;
}

.scroll-m-18 {
  scroll-margin: 1.125rem;
}

.scroll-m-2 {
  scroll-margin: 0.125rem;
}

.scroll-m-20 {
  scroll-margin: 1.250rem;
}

.scroll-m-200 {
  scroll-margin: 12.5rem;
}

.scroll-m-22 {
  scroll-margin: 1.375rem;
}

.scroll-m-24 {
  scroll-margin: 1.500rem;
}

.scroll-m-250 {
  scroll-margin: 15.625rem;
}

.scroll-m-26 {
  scroll-margin: 1.625rem;
}

.scroll-m-28 {
  scroll-margin: 1.75rem;
}

.scroll-m-3 {
  scroll-margin: 0.188rem;
}

.scroll-m-30 {
  scroll-margin: 1.875rem;
}

.scroll-m-300 {
  scroll-margin: 18.75rem;
}

.scroll-m-32 {
  scroll-margin: 2rem;
}

.scroll-m-34 {
  scroll-margin: 2.125rem;
}

.scroll-m-36 {
  scroll-margin: 2.25rem;
}

.scroll-m-38 {
  scroll-margin: 2.375rem;
}

.scroll-m-4 {
  scroll-margin: 0.250rem;
}

.scroll-m-40 {
  scroll-margin: 2.500rem;
}

.scroll-m-50 {
  scroll-margin: 3.125rem;
}

.scroll-m-6 {
  scroll-margin: 0.375rem;
}

.scroll-m-60 {
  scroll-margin: 3.750rem;
}

.scroll-m-70 {
  scroll-margin: 4.375rem;
}

.scroll-m-8 {
  scroll-margin: 0.500rem;
}

.scroll-m-80 {
  scroll-margin: 5.000rem;
}

.scroll-m-90 {
  scroll-margin: 5.625rem;
}

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

.-scroll-mx-1 {
  scroll-margin-left: -1px;
  scroll-margin-right: -1px;
}

.-scroll-mx-10 {
  scroll-margin-left: -0.625rem;
  scroll-margin-right: -0.625rem;
}

.-scroll-mx-100 {
  scroll-margin-left: -6.250rem;
  scroll-margin-right: -6.250rem;
}

.-scroll-mx-12 {
  scroll-margin-left: -0.750rem;
  scroll-margin-right: -0.750rem;
}

.-scroll-mx-14 {
  scroll-margin-left: -0.875rem;
  scroll-margin-right: -0.875rem;
}

.-scroll-mx-150 {
  scroll-margin-left: -9.375rem;
  scroll-margin-right: -9.375rem;
}

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

.-scroll-mx-18 {
  scroll-margin-left: -1.125rem;
  scroll-margin-right: -1.125rem;
}

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

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

.-scroll-mx-200 {
  scroll-margin-left: -12.5rem;
  scroll-margin-right: -12.5rem;
}

.-scroll-mx-22 {
  scroll-margin-left: -1.375rem;
  scroll-margin-right: -1.375rem;
}

.-scroll-mx-24 {
  scroll-margin-left: -1.500rem;
  scroll-margin-right: -1.500rem;
}

.-scroll-mx-250 {
  scroll-margin-left: -15.625rem;
  scroll-margin-right: -15.625rem;
}

.-scroll-mx-26 {
  scroll-margin-left: -1.625rem;
  scroll-margin-right: -1.625rem;
}

.-scroll-mx-28 {
  scroll-margin-left: -1.75rem;
  scroll-margin-right: -1.75rem;
}

.-scroll-mx-3 {
  scroll-margin-left: -0.188rem;
  scroll-margin-right: -0.188rem;
}

.-scroll-mx-30 {
  scroll-margin-left: -1.875rem;
  scroll-margin-right: -1.875rem;
}

.-scroll-mx-300 {
  scroll-margin-left: -18.75rem;
  scroll-margin-right: -18.75rem;
}

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

.-scroll-mx-34 {
  scroll-margin-left: -2.125rem;
  scroll-margin-right: -2.125rem;
}

.-scroll-mx-36 {
  scroll-margin-left: -2.25rem;
  scroll-margin-right: -2.25rem;
}

.-scroll-mx-38 {
  scroll-margin-left: -2.375rem;
  scroll-margin-right: -2.375rem;
}

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

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

.-scroll-mx-50 {
  scroll-margin-left: -3.125rem;
  scroll-margin-right: -3.125rem;
}

.-scroll-mx-6 {
  scroll-margin-left: -0.375rem;
  scroll-margin-right: -0.375rem;
}

.-scroll-mx-60 {
  scroll-margin-left: -3.750rem;
  scroll-margin-right: -3.750rem;
}

.-scroll-mx-70 {
  scroll-margin-left: -4.375rem;
  scroll-margin-right: -4.375rem;
}

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

.-scroll-mx-80 {
  scroll-margin-left: -5.000rem;
  scroll-margin-right: -5.000rem;
}

.-scroll-mx-90 {
  scroll-margin-left: -5.625rem;
  scroll-margin-right: -5.625rem;
}

.-scroll-my-0 {
  scroll-margin-top: -0px;
  scroll-margin-bottom: -0px;
}

.-scroll-my-1 {
  scroll-margin-top: -1px;
  scroll-margin-bottom: -1px;
}

.-scroll-my-10 {
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}

.-scroll-my-100 {
  scroll-margin-top: -6.250rem;
  scroll-margin-bottom: -6.250rem;
}

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

.-scroll-my-14 {
  scroll-margin-top: -0.875rem;
  scroll-margin-bottom: -0.875rem;
}

.-scroll-my-150 {
  scroll-margin-top: -9.375rem;
  scroll-margin-bottom: -9.375rem;
}

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

.-scroll-my-18 {
  scroll-margin-top: -1.125rem;
  scroll-margin-bottom: -1.125rem;
}

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

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

.-scroll-my-200 {
  scroll-margin-top: -12.5rem;
  scroll-margin-bottom: -12.5rem;
}

.-scroll-my-22 {
  scroll-margin-top: -1.375rem;
  scroll-margin-bottom: -1.375rem;
}

.-scroll-my-24 {
  scroll-margin-top: -1.500rem;
  scroll-margin-bottom: -1.500rem;
}

.-scroll-my-250 {
  scroll-margin-top: -15.625rem;
  scroll-margin-bottom: -15.625rem;
}

.-scroll-my-26 {
  scroll-margin-top: -1.625rem;
  scroll-margin-bottom: -1.625rem;
}

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

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

.-scroll-my-30 {
  scroll-margin-top: -1.875rem;
  scroll-margin-bottom: -1.875rem;
}

.-scroll-my-300 {
  scroll-margin-top: -18.75rem;
  scroll-margin-bottom: -18.75rem;
}

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

.-scroll-my-34 {
  scroll-margin-top: -2.125rem;
  scroll-margin-bottom: -2.125rem;
}

.-scroll-my-36 {
  scroll-margin-top: -2.25rem;
  scroll-margin-bottom: -2.25rem;
}

.-scroll-my-38 {
  scroll-margin-top: -2.375rem;
  scroll-margin-bottom: -2.375rem;
}

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

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

.-scroll-my-50 {
  scroll-margin-top: -3.125rem;
  scroll-margin-bottom: -3.125rem;
}

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

.-scroll-my-60 {
  scroll-margin-top: -3.750rem;
  scroll-margin-bottom: -3.750rem;
}

.-scroll-my-70 {
  scroll-margin-top: -4.375rem;
  scroll-margin-bottom: -4.375rem;
}

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

.-scroll-my-80 {
  scroll-margin-top: -5.000rem;
  scroll-margin-bottom: -5.000rem;
}

.-scroll-my-90 {
  scroll-margin-top: -5.625rem;
  scroll-margin-bottom: -5.625rem;
}

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

.scroll-mx-1 {
  scroll-margin-left: 1px;
  scroll-margin-right: 1px;
}

.scroll-mx-10 {
  scroll-margin-left: 0.625rem;
  scroll-margin-right: 0.625rem;
}

.scroll-mx-100 {
  scroll-margin-left: 6.250rem;
  scroll-margin-right: 6.250rem;
}

.scroll-mx-12 {
  scroll-margin-left: 0.750rem;
  scroll-margin-right: 0.750rem;
}

.scroll-mx-14 {
  scroll-margin-left: 0.875rem;
  scroll-margin-right: 0.875rem;
}

.scroll-mx-150 {
  scroll-margin-left: 9.375rem;
  scroll-margin-right: 9.375rem;
}

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

.scroll-mx-18 {
  scroll-margin-left: 1.125rem;
  scroll-margin-right: 1.125rem;
}

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

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

.scroll-mx-200 {
  scroll-margin-left: 12.5rem;
  scroll-margin-right: 12.5rem;
}

.scroll-mx-22 {
  scroll-margin-left: 1.375rem;
  scroll-margin-right: 1.375rem;
}

.scroll-mx-24 {
  scroll-margin-left: 1.500rem;
  scroll-margin-right: 1.500rem;
}

.scroll-mx-250 {
  scroll-margin-left: 15.625rem;
  scroll-margin-right: 15.625rem;
}

.scroll-mx-26 {
  scroll-margin-left: 1.625rem;
  scroll-margin-right: 1.625rem;
}

.scroll-mx-28 {
  scroll-margin-left: 1.75rem;
  scroll-margin-right: 1.75rem;
}

.scroll-mx-3 {
  scroll-margin-left: 0.188rem;
  scroll-margin-right: 0.188rem;
}

.scroll-mx-30 {
  scroll-margin-left: 1.875rem;
  scroll-margin-right: 1.875rem;
}

.scroll-mx-300 {
  scroll-margin-left: 18.75rem;
  scroll-margin-right: 18.75rem;
}

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

.scroll-mx-34 {
  scroll-margin-left: 2.125rem;
  scroll-margin-right: 2.125rem;
}

.scroll-mx-36 {
  scroll-margin-left: 2.25rem;
  scroll-margin-right: 2.25rem;
}

.scroll-mx-38 {
  scroll-margin-left: 2.375rem;
  scroll-margin-right: 2.375rem;
}

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

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

.scroll-mx-50 {
  scroll-margin-left: 3.125rem;
  scroll-margin-right: 3.125rem;
}

.scroll-mx-6 {
  scroll-margin-left: 0.375rem;
  scroll-margin-right: 0.375rem;
}

.scroll-mx-60 {
  scroll-margin-left: 3.750rem;
  scroll-margin-right: 3.750rem;
}

.scroll-mx-70 {
  scroll-margin-left: 4.375rem;
  scroll-margin-right: 4.375rem;
}

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

.scroll-mx-80 {
  scroll-margin-left: 5.000rem;
  scroll-margin-right: 5.000rem;
}

.scroll-mx-90 {
  scroll-margin-left: 5.625rem;
  scroll-margin-right: 5.625rem;
}

.scroll-my-0 {
  scroll-margin-top: 0px;
  scroll-margin-bottom: 0px;
}

.scroll-my-1 {
  scroll-margin-top: 1px;
  scroll-margin-bottom: 1px;
}

.scroll-my-10 {
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}

.scroll-my-100 {
  scroll-margin-top: 6.250rem;
  scroll-margin-bottom: 6.250rem;
}

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

.scroll-my-14 {
  scroll-margin-top: 0.875rem;
  scroll-margin-bottom: 0.875rem;
}

.scroll-my-150 {
  scroll-margin-top: 9.375rem;
  scroll-margin-bottom: 9.375rem;
}

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

.scroll-my-18 {
  scroll-margin-top: 1.125rem;
  scroll-margin-bottom: 1.125rem;
}

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

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

.scroll-my-200 {
  scroll-margin-top: 12.5rem;
  scroll-margin-bottom: 12.5rem;
}

.scroll-my-22 {
  scroll-margin-top: 1.375rem;
  scroll-margin-bottom: 1.375rem;
}

.scroll-my-24 {
  scroll-margin-top: 1.500rem;
  scroll-margin-bottom: 1.500rem;
}

.scroll-my-250 {
  scroll-margin-top: 15.625rem;
  scroll-margin-bottom: 15.625rem;
}

.scroll-my-26 {
  scroll-margin-top: 1.625rem;
  scroll-margin-bottom: 1.625rem;
}

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

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

.scroll-my-30 {
  scroll-margin-top: 1.875rem;
  scroll-margin-bottom: 1.875rem;
}

.scroll-my-300 {
  scroll-margin-top: 18.75rem;
  scroll-margin-bottom: 18.75rem;
}

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

.scroll-my-34 {
  scroll-margin-top: 2.125rem;
  scroll-margin-bottom: 2.125rem;
}

.scroll-my-36 {
  scroll-margin-top: 2.25rem;
  scroll-margin-bottom: 2.25rem;
}

.scroll-my-38 {
  scroll-margin-top: 2.375rem;
  scroll-margin-bottom: 2.375rem;
}

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

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

.scroll-my-50 {
  scroll-margin-top: 3.125rem;
  scroll-margin-bottom: 3.125rem;
}

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

.scroll-my-60 {
  scroll-margin-top: 3.750rem;
  scroll-margin-bottom: 3.750rem;
}

.scroll-my-70 {
  scroll-margin-top: 4.375rem;
  scroll-margin-bottom: 4.375rem;
}

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

.scroll-my-80 {
  scroll-margin-top: 5.000rem;
  scroll-margin-bottom: 5.000rem;
}

.scroll-my-90 {
  scroll-margin-top: 5.625rem;
  scroll-margin-bottom: 5.625rem;
}

.-scroll-mb-0 {
  scroll-margin-bottom: -0px;
}

.-scroll-mb-1 {
  scroll-margin-bottom: -1px;
}

.-scroll-mb-10 {
  scroll-margin-bottom: -0.625rem;
}

.-scroll-mb-100 {
  scroll-margin-bottom: -6.250rem;
}

.-scroll-mb-12 {
  scroll-margin-bottom: -0.750rem;
}

.-scroll-mb-14 {
  scroll-margin-bottom: -0.875rem;
}

.-scroll-mb-150 {
  scroll-margin-bottom: -9.375rem;
}

.-scroll-mb-16 {
  scroll-margin-bottom: -1.000rem;
}

.-scroll-mb-18 {
  scroll-margin-bottom: -1.125rem;
}

.-scroll-mb-2 {
  scroll-margin-bottom: -0.125rem;
}

.-scroll-mb-20 {
  scroll-margin-bottom: -1.250rem;
}

.-scroll-mb-200 {
  scroll-margin-bottom: -12.5rem;
}

.-scroll-mb-22 {
  scroll-margin-bottom: -1.375rem;
}

.-scroll-mb-24 {
  scroll-margin-bottom: -1.500rem;
}

.-scroll-mb-250 {
  scroll-margin-bottom: -15.625rem;
}

.-scroll-mb-26 {
  scroll-margin-bottom: -1.625rem;
}

.-scroll-mb-28 {
  scroll-margin-bottom: -1.75rem;
}

.-scroll-mb-3 {
  scroll-margin-bottom: -0.188rem;
}

.-scroll-mb-30 {
  scroll-margin-bottom: -1.875rem;
}

.-scroll-mb-300 {
  scroll-margin-bottom: -18.75rem;
}

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

.-scroll-mb-34 {
  scroll-margin-bottom: -2.125rem;
}

.-scroll-mb-36 {
  scroll-margin-bottom: -2.25rem;
}

.-scroll-mb-38 {
  scroll-margin-bottom: -2.375rem;
}

.-scroll-mb-4 {
  scroll-margin-bottom: -0.250rem;
}

.-scroll-mb-40 {
  scroll-margin-bottom: -2.500rem;
}

.-scroll-mb-50 {
  scroll-margin-bottom: -3.125rem;
}

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

.-scroll-mb-60 {
  scroll-margin-bottom: -3.750rem;
}

.-scroll-mb-70 {
  scroll-margin-bottom: -4.375rem;
}

.-scroll-mb-8 {
  scroll-margin-bottom: -0.500rem;
}

.-scroll-mb-80 {
  scroll-margin-bottom: -5.000rem;
}

.-scroll-mb-90 {
  scroll-margin-bottom: -5.625rem;
}

.-scroll-me-0 {
  scroll-margin-inline-end: -0px;
}

.-scroll-me-1 {
  scroll-margin-inline-end: -1px;
}

.-scroll-me-10 {
  scroll-margin-inline-end: -0.625rem;
}

.-scroll-me-100 {
  scroll-margin-inline-end: -6.250rem;
}

.-scroll-me-12 {
  scroll-margin-inline-end: -0.750rem;
}

.-scroll-me-14 {
  scroll-margin-inline-end: -0.875rem;
}

.-scroll-me-150 {
  scroll-margin-inline-end: -9.375rem;
}

.-scroll-me-16 {
  scroll-margin-inline-end: -1.000rem;
}

.-scroll-me-18 {
  scroll-margin-inline-end: -1.125rem;
}

.-scroll-me-2 {
  scroll-margin-inline-end: -0.125rem;
}

.-scroll-me-20 {
  scroll-margin-inline-end: -1.250rem;
}

.-scroll-me-200 {
  scroll-margin-inline-end: -12.5rem;
}

.-scroll-me-22 {
  scroll-margin-inline-end: -1.375rem;
}

.-scroll-me-24 {
  scroll-margin-inline-end: -1.500rem;
}

.-scroll-me-250 {
  scroll-margin-inline-end: -15.625rem;
}

.-scroll-me-26 {
  scroll-margin-inline-end: -1.625rem;
}

.-scroll-me-28 {
  scroll-margin-inline-end: -1.75rem;
}

.-scroll-me-3 {
  scroll-margin-inline-end: -0.188rem;
}

.-scroll-me-30 {
  scroll-margin-inline-end: -1.875rem;
}

.-scroll-me-300 {
  scroll-margin-inline-end: -18.75rem;
}

.-scroll-me-32 {
  scroll-margin-inline-end: -2rem;
}

.-scroll-me-34 {
  scroll-margin-inline-end: -2.125rem;
}

.-scroll-me-36 {
  scroll-margin-inline-end: -2.25rem;
}

.-scroll-me-38 {
  scroll-margin-inline-end: -2.375rem;
}

.-scroll-me-4 {
  scroll-margin-inline-end: -0.250rem;
}

.-scroll-me-40 {
  scroll-margin-inline-end: -2.500rem;
}

.-scroll-me-50 {
  scroll-margin-inline-end: -3.125rem;
}

.-scroll-me-6 {
  scroll-margin-inline-end: -0.375rem;
}

.-scroll-me-60 {
  scroll-margin-inline-end: -3.750rem;
}

.-scroll-me-70 {
  scroll-margin-inline-end: -4.375rem;
}

.-scroll-me-8 {
  scroll-margin-inline-end: -0.500rem;
}

.-scroll-me-80 {
  scroll-margin-inline-end: -5.000rem;
}

.-scroll-me-90 {
  scroll-margin-inline-end: -5.625rem;
}

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

.-scroll-ml-1 {
  scroll-margin-left: -1px;
}

.-scroll-ml-10 {
  scroll-margin-left: -0.625rem;
}

.-scroll-ml-100 {
  scroll-margin-left: -6.250rem;
}

.-scroll-ml-12 {
  scroll-margin-left: -0.750rem;
}

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

.-scroll-ml-150 {
  scroll-margin-left: -9.375rem;
}

.-scroll-ml-16 {
  scroll-margin-left: -1.000rem;
}

.-scroll-ml-18 {
  scroll-margin-left: -1.125rem;
}

.-scroll-ml-2 {
  scroll-margin-left: -0.125rem;
}

.-scroll-ml-20 {
  scroll-margin-left: -1.250rem;
}

.-scroll-ml-200 {
  scroll-margin-left: -12.5rem;
}

.-scroll-ml-22 {
  scroll-margin-left: -1.375rem;
}

.-scroll-ml-24 {
  scroll-margin-left: -1.500rem;
}

.-scroll-ml-250 {
  scroll-margin-left: -15.625rem;
}

.-scroll-ml-26 {
  scroll-margin-left: -1.625rem;
}

.-scroll-ml-28 {
  scroll-margin-left: -1.75rem;
}

.-scroll-ml-3 {
  scroll-margin-left: -0.188rem;
}

.-scroll-ml-30 {
  scroll-margin-left: -1.875rem;
}

.-scroll-ml-300 {
  scroll-margin-left: -18.75rem;
}

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

.-scroll-ml-34 {
  scroll-margin-left: -2.125rem;
}

.-scroll-ml-36 {
  scroll-margin-left: -2.25rem;
}

.-scroll-ml-38 {
  scroll-margin-left: -2.375rem;
}

.-scroll-ml-4 {
  scroll-margin-left: -0.250rem;
}

.-scroll-ml-40 {
  scroll-margin-left: -2.500rem;
}

.-scroll-ml-50 {
  scroll-margin-left: -3.125rem;
}

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

.-scroll-ml-60 {
  scroll-margin-left: -3.750rem;
}

.-scroll-ml-70 {
  scroll-margin-left: -4.375rem;
}

.-scroll-ml-8 {
  scroll-margin-left: -0.500rem;
}

.-scroll-ml-80 {
  scroll-margin-left: -5.000rem;
}

.-scroll-ml-90 {
  scroll-margin-left: -5.625rem;
}

.-scroll-mr-0 {
  scroll-margin-right: -0px;
}

.-scroll-mr-1 {
  scroll-margin-right: -1px;
}

.-scroll-mr-10 {
  scroll-margin-right: -0.625rem;
}

.-scroll-mr-100 {
  scroll-margin-right: -6.250rem;
}

.-scroll-mr-12 {
  scroll-margin-right: -0.750rem;
}

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

.-scroll-mr-150 {
  scroll-margin-right: -9.375rem;
}

.-scroll-mr-16 {
  scroll-margin-right: -1.000rem;
}

.-scroll-mr-18 {
  scroll-margin-right: -1.125rem;
}

.-scroll-mr-2 {
  scroll-margin-right: -0.125rem;
}

.-scroll-mr-20 {
  scroll-margin-right: -1.250rem;
}

.-scroll-mr-200 {
  scroll-margin-right: -12.5rem;
}

.-scroll-mr-22 {
  scroll-margin-right: -1.375rem;
}

.-scroll-mr-24 {
  scroll-margin-right: -1.500rem;
}

.-scroll-mr-250 {
  scroll-margin-right: -15.625rem;
}

.-scroll-mr-26 {
  scroll-margin-right: -1.625rem;
}

.-scroll-mr-28 {
  scroll-margin-right: -1.75rem;
}

.-scroll-mr-3 {
  scroll-margin-right: -0.188rem;
}

.-scroll-mr-30 {
  scroll-margin-right: -1.875rem;
}

.-scroll-mr-300 {
  scroll-margin-right: -18.75rem;
}

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

.-scroll-mr-34 {
  scroll-margin-right: -2.125rem;
}

.-scroll-mr-36 {
  scroll-margin-right: -2.25rem;
}

.-scroll-mr-38 {
  scroll-margin-right: -2.375rem;
}

.-scroll-mr-4 {
  scroll-margin-right: -0.250rem;
}

.-scroll-mr-40 {
  scroll-margin-right: -2.500rem;
}

.-scroll-mr-50 {
  scroll-margin-right: -3.125rem;
}

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

.-scroll-mr-60 {
  scroll-margin-right: -3.750rem;
}

.-scroll-mr-70 {
  scroll-margin-right: -4.375rem;
}

.-scroll-mr-8 {
  scroll-margin-right: -0.500rem;
}

.-scroll-mr-80 {
  scroll-margin-right: -5.000rem;
}

.-scroll-mr-90 {
  scroll-margin-right: -5.625rem;
}

.-scroll-ms-0 {
  scroll-margin-inline-start: -0px;
}

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

.-scroll-ms-10 {
  scroll-margin-inline-start: -0.625rem;
}

.-scroll-ms-100 {
  scroll-margin-inline-start: -6.250rem;
}

.-scroll-ms-12 {
  scroll-margin-inline-start: -0.750rem;
}

.-scroll-ms-14 {
  scroll-margin-inline-start: -0.875rem;
}

.-scroll-ms-150 {
  scroll-margin-inline-start: -9.375rem;
}

.-scroll-ms-16 {
  scroll-margin-inline-start: -1.000rem;
}

.-scroll-ms-18 {
  scroll-margin-inline-start: -1.125rem;
}

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

.-scroll-ms-20 {
  scroll-margin-inline-start: -1.250rem;
}

.-scroll-ms-200 {
  scroll-margin-inline-start: -12.5rem;
}

.-scroll-ms-22 {
  scroll-margin-inline-start: -1.375rem;
}

.-scroll-ms-24 {
  scroll-margin-inline-start: -1.500rem;
}

.-scroll-ms-250 {
  scroll-margin-inline-start: -15.625rem;
}

.-scroll-ms-26 {
  scroll-margin-inline-start: -1.625rem;
}

.-scroll-ms-28 {
  scroll-margin-inline-start: -1.75rem;
}

.-scroll-ms-3 {
  scroll-margin-inline-start: -0.188rem;
}

.-scroll-ms-30 {
  scroll-margin-inline-start: -1.875rem;
}

.-scroll-ms-300 {
  scroll-margin-inline-start: -18.75rem;
}

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

.-scroll-ms-34 {
  scroll-margin-inline-start: -2.125rem;
}

.-scroll-ms-36 {
  scroll-margin-inline-start: -2.25rem;
}

.-scroll-ms-38 {
  scroll-margin-inline-start: -2.375rem;
}

.-scroll-ms-4 {
  scroll-margin-inline-start: -0.250rem;
}

.-scroll-ms-40 {
  scroll-margin-inline-start: -2.500rem;
}

.-scroll-ms-50 {
  scroll-margin-inline-start: -3.125rem;
}

.-scroll-ms-6 {
  scroll-margin-inline-start: -0.375rem;
}

.-scroll-ms-60 {
  scroll-margin-inline-start: -3.750rem;
}

.-scroll-ms-70 {
  scroll-margin-inline-start: -4.375rem;
}

.-scroll-ms-8 {
  scroll-margin-inline-start: -0.500rem;
}

.-scroll-ms-80 {
  scroll-margin-inline-start: -5.000rem;
}

.-scroll-ms-90 {
  scroll-margin-inline-start: -5.625rem;
}

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

.-scroll-mt-1 {
  scroll-margin-top: -1px;
}

.-scroll-mt-10 {
  scroll-margin-top: -0.625rem;
}

.-scroll-mt-100 {
  scroll-margin-top: -6.250rem;
}

.-scroll-mt-12 {
  scroll-margin-top: -0.750rem;
}

.-scroll-mt-14 {
  scroll-margin-top: -0.875rem;
}

.-scroll-mt-150 {
  scroll-margin-top: -9.375rem;
}

.-scroll-mt-16 {
  scroll-margin-top: -1.000rem;
}

.-scroll-mt-18 {
  scroll-margin-top: -1.125rem;
}

.-scroll-mt-2 {
  scroll-margin-top: -0.125rem;
}

.-scroll-mt-20 {
  scroll-margin-top: -1.250rem;
}

.-scroll-mt-200 {
  scroll-margin-top: -12.5rem;
}

.-scroll-mt-22 {
  scroll-margin-top: -1.375rem;
}

.-scroll-mt-24 {
  scroll-margin-top: -1.500rem;
}

.-scroll-mt-250 {
  scroll-margin-top: -15.625rem;
}

.-scroll-mt-26 {
  scroll-margin-top: -1.625rem;
}

.-scroll-mt-28 {
  scroll-margin-top: -1.75rem;
}

.-scroll-mt-3 {
  scroll-margin-top: -0.188rem;
}

.-scroll-mt-30 {
  scroll-margin-top: -1.875rem;
}

.-scroll-mt-300 {
  scroll-margin-top: -18.75rem;
}

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

.-scroll-mt-34 {
  scroll-margin-top: -2.125rem;
}

.-scroll-mt-36 {
  scroll-margin-top: -2.25rem;
}

.-scroll-mt-38 {
  scroll-margin-top: -2.375rem;
}

.-scroll-mt-4 {
  scroll-margin-top: -0.250rem;
}

.-scroll-mt-40 {
  scroll-margin-top: -2.500rem;
}

.-scroll-mt-50 {
  scroll-margin-top: -3.125rem;
}

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

.-scroll-mt-60 {
  scroll-margin-top: -3.750rem;
}

.-scroll-mt-70 {
  scroll-margin-top: -4.375rem;
}

.-scroll-mt-8 {
  scroll-margin-top: -0.500rem;
}

.-scroll-mt-80 {
  scroll-margin-top: -5.000rem;
}

.-scroll-mt-90 {
  scroll-margin-top: -5.625rem;
}

.scroll-mb-0 {
  scroll-margin-bottom: 0px;
}

.scroll-mb-1 {
  scroll-margin-bottom: 1px;
}

.scroll-mb-10 {
  scroll-margin-bottom: 0.625rem;
}

.scroll-mb-100 {
  scroll-margin-bottom: 6.250rem;
}

.scroll-mb-12 {
  scroll-margin-bottom: 0.750rem;
}

.scroll-mb-14 {
  scroll-margin-bottom: 0.875rem;
}

.scroll-mb-150 {
  scroll-margin-bottom: 9.375rem;
}

.scroll-mb-16 {
  scroll-margin-bottom: 1.000rem;
}

.scroll-mb-18 {
  scroll-margin-bottom: 1.125rem;
}

.scroll-mb-2 {
  scroll-margin-bottom: 0.125rem;
}

.scroll-mb-20 {
  scroll-margin-bottom: 1.250rem;
}

.scroll-mb-200 {
  scroll-margin-bottom: 12.5rem;
}

.scroll-mb-22 {
  scroll-margin-bottom: 1.375rem;
}

.scroll-mb-24 {
  scroll-margin-bottom: 1.500rem;
}

.scroll-mb-250 {
  scroll-margin-bottom: 15.625rem;
}

.scroll-mb-26 {
  scroll-margin-bottom: 1.625rem;
}

.scroll-mb-28 {
  scroll-margin-bottom: 1.75rem;
}

.scroll-mb-3 {
  scroll-margin-bottom: 0.188rem;
}

.scroll-mb-30 {
  scroll-margin-bottom: 1.875rem;
}

.scroll-mb-300 {
  scroll-margin-bottom: 18.75rem;
}

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

.scroll-mb-34 {
  scroll-margin-bottom: 2.125rem;
}

.scroll-mb-36 {
  scroll-margin-bottom: 2.25rem;
}

.scroll-mb-38 {
  scroll-margin-bottom: 2.375rem;
}

.scroll-mb-4 {
  scroll-margin-bottom: 0.250rem;
}

.scroll-mb-40 {
  scroll-margin-bottom: 2.500rem;
}

.scroll-mb-50 {
  scroll-margin-bottom: 3.125rem;
}

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

.scroll-mb-60 {
  scroll-margin-bottom: 3.750rem;
}

.scroll-mb-70 {
  scroll-margin-bottom: 4.375rem;
}

.scroll-mb-8 {
  scroll-margin-bottom: 0.500rem;
}

.scroll-mb-80 {
  scroll-margin-bottom: 5.000rem;
}

.scroll-mb-90 {
  scroll-margin-bottom: 5.625rem;
}

.scroll-me-0 {
  scroll-margin-inline-end: 0px;
}

.scroll-me-1 {
  scroll-margin-inline-end: 1px;
}

.scroll-me-10 {
  scroll-margin-inline-end: 0.625rem;
}

.scroll-me-100 {
  scroll-margin-inline-end: 6.250rem;
}

.scroll-me-12 {
  scroll-margin-inline-end: 0.750rem;
}

.scroll-me-14 {
  scroll-margin-inline-end: 0.875rem;
}

.scroll-me-150 {
  scroll-margin-inline-end: 9.375rem;
}

.scroll-me-16 {
  scroll-margin-inline-end: 1.000rem;
}

.scroll-me-18 {
  scroll-margin-inline-end: 1.125rem;
}

.scroll-me-2 {
  scroll-margin-inline-end: 0.125rem;
}

.scroll-me-20 {
  scroll-margin-inline-end: 1.250rem;
}

.scroll-me-200 {
  scroll-margin-inline-end: 12.5rem;
}

.scroll-me-22 {
  scroll-margin-inline-end: 1.375rem;
}

.scroll-me-24 {
  scroll-margin-inline-end: 1.500rem;
}

.scroll-me-250 {
  scroll-margin-inline-end: 15.625rem;
}

.scroll-me-26 {
  scroll-margin-inline-end: 1.625rem;
}

.scroll-me-28 {
  scroll-margin-inline-end: 1.75rem;
}

.scroll-me-3 {
  scroll-margin-inline-end: 0.188rem;
}

.scroll-me-30 {
  scroll-margin-inline-end: 1.875rem;
}

.scroll-me-300 {
  scroll-margin-inline-end: 18.75rem;
}

.scroll-me-32 {
  scroll-margin-inline-end: 2rem;
}

.scroll-me-34 {
  scroll-margin-inline-end: 2.125rem;
}

.scroll-me-36 {
  scroll-margin-inline-end: 2.25rem;
}

.scroll-me-38 {
  scroll-margin-inline-end: 2.375rem;
}

.scroll-me-4 {
  scroll-margin-inline-end: 0.250rem;
}

.scroll-me-40 {
  scroll-margin-inline-end: 2.500rem;
}

.scroll-me-50 {
  scroll-margin-inline-end: 3.125rem;
}

.scroll-me-6 {
  scroll-margin-inline-end: 0.375rem;
}

.scroll-me-60 {
  scroll-margin-inline-end: 3.750rem;
}

.scroll-me-70 {
  scroll-margin-inline-end: 4.375rem;
}

.scroll-me-8 {
  scroll-margin-inline-end: 0.500rem;
}

.scroll-me-80 {
  scroll-margin-inline-end: 5.000rem;
}

.scroll-me-90 {
  scroll-margin-inline-end: 5.625rem;
}

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

.scroll-ml-1 {
  scroll-margin-left: 1px;
}

.scroll-ml-10 {
  scroll-margin-left: 0.625rem;
}

.scroll-ml-100 {
  scroll-margin-left: 6.250rem;
}

.scroll-ml-12 {
  scroll-margin-left: 0.750rem;
}

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

.scroll-ml-150 {
  scroll-margin-left: 9.375rem;
}

.scroll-ml-16 {
  scroll-margin-left: 1.000rem;
}

.scroll-ml-18 {
  scroll-margin-left: 1.125rem;
}

.scroll-ml-2 {
  scroll-margin-left: 0.125rem;
}

.scroll-ml-20 {
  scroll-margin-left: 1.250rem;
}

.scroll-ml-200 {
  scroll-margin-left: 12.5rem;
}

.scroll-ml-22 {
  scroll-margin-left: 1.375rem;
}

.scroll-ml-24 {
  scroll-margin-left: 1.500rem;
}

.scroll-ml-250 {
  scroll-margin-left: 15.625rem;
}

.scroll-ml-26 {
  scroll-margin-left: 1.625rem;
}

.scroll-ml-28 {
  scroll-margin-left: 1.75rem;
}

.scroll-ml-3 {
  scroll-margin-left: 0.188rem;
}

.scroll-ml-30 {
  scroll-margin-left: 1.875rem;
}

.scroll-ml-300 {
  scroll-margin-left: 18.75rem;
}

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

.scroll-ml-34 {
  scroll-margin-left: 2.125rem;
}

.scroll-ml-36 {
  scroll-margin-left: 2.25rem;
}

.scroll-ml-38 {
  scroll-margin-left: 2.375rem;
}

.scroll-ml-4 {
  scroll-margin-left: 0.250rem;
}

.scroll-ml-40 {
  scroll-margin-left: 2.500rem;
}

.scroll-ml-50 {
  scroll-margin-left: 3.125rem;
}

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

.scroll-ml-60 {
  scroll-margin-left: 3.750rem;
}

.scroll-ml-70 {
  scroll-margin-left: 4.375rem;
}

.scroll-ml-8 {
  scroll-margin-left: 0.500rem;
}

.scroll-ml-80 {
  scroll-margin-left: 5.000rem;
}

.scroll-ml-90 {
  scroll-margin-left: 5.625rem;
}

.scroll-mr-0 {
  scroll-margin-right: 0px;
}

.scroll-mr-1 {
  scroll-margin-right: 1px;
}

.scroll-mr-10 {
  scroll-margin-right: 0.625rem;
}

.scroll-mr-100 {
  scroll-margin-right: 6.250rem;
}

.scroll-mr-12 {
  scroll-margin-right: 0.750rem;
}

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

.scroll-mr-150 {
  scroll-margin-right: 9.375rem;
}

.scroll-mr-16 {
  scroll-margin-right: 1.000rem;
}

.scroll-mr-18 {
  scroll-margin-right: 1.125rem;
}

.scroll-mr-2 {
  scroll-margin-right: 0.125rem;
}

.scroll-mr-20 {
  scroll-margin-right: 1.250rem;
}

.scroll-mr-200 {
  scroll-margin-right: 12.5rem;
}

.scroll-mr-22 {
  scroll-margin-right: 1.375rem;
}

.scroll-mr-24 {
  scroll-margin-right: 1.500rem;
}

.scroll-mr-250 {
  scroll-margin-right: 15.625rem;
}

.scroll-mr-26 {
  scroll-margin-right: 1.625rem;
}

.scroll-mr-28 {
  scroll-margin-right: 1.75rem;
}

.scroll-mr-3 {
  scroll-margin-right: 0.188rem;
}

.scroll-mr-30 {
  scroll-margin-right: 1.875rem;
}

.scroll-mr-300 {
  scroll-margin-right: 18.75rem;
}

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

.scroll-mr-34 {
  scroll-margin-right: 2.125rem;
}

.scroll-mr-36 {
  scroll-margin-right: 2.25rem;
}

.scroll-mr-38 {
  scroll-margin-right: 2.375rem;
}

.scroll-mr-4 {
  scroll-margin-right: 0.250rem;
}

.scroll-mr-40 {
  scroll-margin-right: 2.500rem;
}

.scroll-mr-50 {
  scroll-margin-right: 3.125rem;
}

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

.scroll-mr-60 {
  scroll-margin-right: 3.750rem;
}

.scroll-mr-70 {
  scroll-margin-right: 4.375rem;
}

.scroll-mr-8 {
  scroll-margin-right: 0.500rem;
}

.scroll-mr-80 {
  scroll-margin-right: 5.000rem;
}

.scroll-mr-90 {
  scroll-margin-right: 5.625rem;
}

.scroll-ms-0 {
  scroll-margin-inline-start: 0px;
}

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

.scroll-ms-10 {
  scroll-margin-inline-start: 0.625rem;
}

.scroll-ms-100 {
  scroll-margin-inline-start: 6.250rem;
}

.scroll-ms-12 {
  scroll-margin-inline-start: 0.750rem;
}

.scroll-ms-14 {
  scroll-margin-inline-start: 0.875rem;
}

.scroll-ms-150 {
  scroll-margin-inline-start: 9.375rem;
}

.scroll-ms-16 {
  scroll-margin-inline-start: 1.000rem;
}

.scroll-ms-18 {
  scroll-margin-inline-start: 1.125rem;
}

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

.scroll-ms-20 {
  scroll-margin-inline-start: 1.250rem;
}

.scroll-ms-200 {
  scroll-margin-inline-start: 12.5rem;
}

.scroll-ms-22 {
  scroll-margin-inline-start: 1.375rem;
}

.scroll-ms-24 {
  scroll-margin-inline-start: 1.500rem;
}

.scroll-ms-250 {
  scroll-margin-inline-start: 15.625rem;
}

.scroll-ms-26 {
  scroll-margin-inline-start: 1.625rem;
}

.scroll-ms-28 {
  scroll-margin-inline-start: 1.75rem;
}

.scroll-ms-3 {
  scroll-margin-inline-start: 0.188rem;
}

.scroll-ms-30 {
  scroll-margin-inline-start: 1.875rem;
}

.scroll-ms-300 {
  scroll-margin-inline-start: 18.75rem;
}

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

.scroll-ms-34 {
  scroll-margin-inline-start: 2.125rem;
}

.scroll-ms-36 {
  scroll-margin-inline-start: 2.25rem;
}

.scroll-ms-38 {
  scroll-margin-inline-start: 2.375rem;
}

.scroll-ms-4 {
  scroll-margin-inline-start: 0.250rem;
}

.scroll-ms-40 {
  scroll-margin-inline-start: 2.500rem;
}

.scroll-ms-50 {
  scroll-margin-inline-start: 3.125rem;
}

.scroll-ms-6 {
  scroll-margin-inline-start: 0.375rem;
}

.scroll-ms-60 {
  scroll-margin-inline-start: 3.750rem;
}

.scroll-ms-70 {
  scroll-margin-inline-start: 4.375rem;
}

.scroll-ms-8 {
  scroll-margin-inline-start: 0.500rem;
}

.scroll-ms-80 {
  scroll-margin-inline-start: 5.000rem;
}

.scroll-ms-90 {
  scroll-margin-inline-start: 5.625rem;
}

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

.scroll-mt-1 {
  scroll-margin-top: 1px;
}

.scroll-mt-10 {
  scroll-margin-top: 0.625rem;
}

.scroll-mt-100 {
  scroll-margin-top: 6.250rem;
}

.scroll-mt-12 {
  scroll-margin-top: 0.750rem;
}

.scroll-mt-14 {
  scroll-margin-top: 0.875rem;
}

.scroll-mt-150 {
  scroll-margin-top: 9.375rem;
}

.scroll-mt-16 {
  scroll-margin-top: 1.000rem;
}

.scroll-mt-18 {
  scroll-margin-top: 1.125rem;
}

.scroll-mt-2 {
  scroll-margin-top: 0.125rem;
}

.scroll-mt-20 {
  scroll-margin-top: 1.250rem;
}

.scroll-mt-200 {
  scroll-margin-top: 12.5rem;
}

.scroll-mt-22 {
  scroll-margin-top: 1.375rem;
}

.scroll-mt-24 {
  scroll-margin-top: 1.500rem;
}

.scroll-mt-250 {
  scroll-margin-top: 15.625rem;
}

.scroll-mt-26 {
  scroll-margin-top: 1.625rem;
}

.scroll-mt-28 {
  scroll-margin-top: 1.75rem;
}

.scroll-mt-3 {
  scroll-margin-top: 0.188rem;
}

.scroll-mt-30 {
  scroll-margin-top: 1.875rem;
}

.scroll-mt-300 {
  scroll-margin-top: 18.75rem;
}

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

.scroll-mt-34 {
  scroll-margin-top: 2.125rem;
}

.scroll-mt-36 {
  scroll-margin-top: 2.25rem;
}

.scroll-mt-38 {
  scroll-margin-top: 2.375rem;
}

.scroll-mt-4 {
  scroll-margin-top: 0.250rem;
}

.scroll-mt-40 {
  scroll-margin-top: 2.500rem;
}

.scroll-mt-50 {
  scroll-margin-top: 3.125rem;
}

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

.scroll-mt-60 {
  scroll-margin-top: 3.750rem;
}

.scroll-mt-70 {
  scroll-margin-top: 4.375rem;
}

.scroll-mt-8 {
  scroll-margin-top: 0.500rem;
}

.scroll-mt-80 {
  scroll-margin-top: 5.000rem;
}

.scroll-mt-90 {
  scroll-margin-top: 5.625rem;
}

.scroll-p-0 {
  scroll-padding: 0px;
}

.scroll-p-1 {
  scroll-padding: 1px;
}

.scroll-p-10 {
  scroll-padding: 0.625rem;
}

.scroll-p-100 {
  scroll-padding: 6.250rem;
}

.scroll-p-12 {
  scroll-padding: 0.750rem;
}

.scroll-p-14 {
  scroll-padding: 0.875rem;
}

.scroll-p-150 {
  scroll-padding: 9.375rem;
}

.scroll-p-16 {
  scroll-padding: 1.000rem;
}

.scroll-p-18 {
  scroll-padding: 1.125rem;
}

.scroll-p-2 {
  scroll-padding: 0.125rem;
}

.scroll-p-20 {
  scroll-padding: 1.250rem;
}

.scroll-p-200 {
  scroll-padding: 12.5rem;
}

.scroll-p-22 {
  scroll-padding: 1.375rem;
}

.scroll-p-24 {
  scroll-padding: 1.500rem;
}

.scroll-p-250 {
  scroll-padding: 15.625rem;
}

.scroll-p-26 {
  scroll-padding: 1.625rem;
}

.scroll-p-28 {
  scroll-padding: 1.75rem;
}

.scroll-p-3 {
  scroll-padding: 0.188rem;
}

.scroll-p-30 {
  scroll-padding: 1.875rem;
}

.scroll-p-300 {
  scroll-padding: 18.75rem;
}

.scroll-p-32 {
  scroll-padding: 2rem;
}

.scroll-p-34 {
  scroll-padding: 2.125rem;
}

.scroll-p-36 {
  scroll-padding: 2.25rem;
}

.scroll-p-38 {
  scroll-padding: 2.375rem;
}

.scroll-p-4 {
  scroll-padding: 0.250rem;
}

.scroll-p-40 {
  scroll-padding: 2.500rem;
}

.scroll-p-50 {
  scroll-padding: 3.125rem;
}

.scroll-p-6 {
  scroll-padding: 0.375rem;
}

.scroll-p-60 {
  scroll-padding: 3.750rem;
}

.scroll-p-70 {
  scroll-padding: 4.375rem;
}

.scroll-p-8 {
  scroll-padding: 0.500rem;
}

.scroll-p-80 {
  scroll-padding: 5.000rem;
}

.scroll-p-90 {
  scroll-padding: 5.625rem;
}

.scroll-px-0 {
  scroll-padding-left: 0px;
  scroll-padding-right: 0px;
}

.scroll-px-1 {
  scroll-padding-left: 1px;
  scroll-padding-right: 1px;
}

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

.scroll-px-100 {
  scroll-padding-left: 6.250rem;
  scroll-padding-right: 6.250rem;
}

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

.scroll-px-14 {
  scroll-padding-left: 0.875rem;
  scroll-padding-right: 0.875rem;
}

.scroll-px-150 {
  scroll-padding-left: 9.375rem;
  scroll-padding-right: 9.375rem;
}

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

.scroll-px-18 {
  scroll-padding-left: 1.125rem;
  scroll-padding-right: 1.125rem;
}

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

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

.scroll-px-200 {
  scroll-padding-left: 12.5rem;
  scroll-padding-right: 12.5rem;
}

.scroll-px-22 {
  scroll-padding-left: 1.375rem;
  scroll-padding-right: 1.375rem;
}

.scroll-px-24 {
  scroll-padding-left: 1.500rem;
  scroll-padding-right: 1.500rem;
}

.scroll-px-250 {
  scroll-padding-left: 15.625rem;
  scroll-padding-right: 15.625rem;
}

.scroll-px-26 {
  scroll-padding-left: 1.625rem;
  scroll-padding-right: 1.625rem;
}

.scroll-px-28 {
  scroll-padding-left: 1.75rem;
  scroll-padding-right: 1.75rem;
}

.scroll-px-3 {
  scroll-padding-left: 0.188rem;
  scroll-padding-right: 0.188rem;
}

.scroll-px-30 {
  scroll-padding-left: 1.875rem;
  scroll-padding-right: 1.875rem;
}

.scroll-px-300 {
  scroll-padding-left: 18.75rem;
  scroll-padding-right: 18.75rem;
}

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

.scroll-px-34 {
  scroll-padding-left: 2.125rem;
  scroll-padding-right: 2.125rem;
}

.scroll-px-36 {
  scroll-padding-left: 2.25rem;
  scroll-padding-right: 2.25rem;
}

.scroll-px-38 {
  scroll-padding-left: 2.375rem;
  scroll-padding-right: 2.375rem;
}

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

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

.scroll-px-50 {
  scroll-padding-left: 3.125rem;
  scroll-padding-right: 3.125rem;
}

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

.scroll-px-60 {
  scroll-padding-left: 3.750rem;
  scroll-padding-right: 3.750rem;
}

.scroll-px-70 {
  scroll-padding-left: 4.375rem;
  scroll-padding-right: 4.375rem;
}

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

.scroll-px-80 {
  scroll-padding-left: 5.000rem;
  scroll-padding-right: 5.000rem;
}

.scroll-px-90 {
  scroll-padding-left: 5.625rem;
  scroll-padding-right: 5.625rem;
}

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

.scroll-py-1 {
  scroll-padding-top: 1px;
  scroll-padding-bottom: 1px;
}

.scroll-py-10 {
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}

.scroll-py-100 {
  scroll-padding-top: 6.250rem;
  scroll-padding-bottom: 6.250rem;
}

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

.scroll-py-14 {
  scroll-padding-top: 0.875rem;
  scroll-padding-bottom: 0.875rem;
}

.scroll-py-150 {
  scroll-padding-top: 9.375rem;
  scroll-padding-bottom: 9.375rem;
}

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

.scroll-py-18 {
  scroll-padding-top: 1.125rem;
  scroll-padding-bottom: 1.125rem;
}

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

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

.scroll-py-200 {
  scroll-padding-top: 12.5rem;
  scroll-padding-bottom: 12.5rem;
}

.scroll-py-22 {
  scroll-padding-top: 1.375rem;
  scroll-padding-bottom: 1.375rem;
}

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

.scroll-py-250 {
  scroll-padding-top: 15.625rem;
  scroll-padding-bottom: 15.625rem;
}

.scroll-py-26 {
  scroll-padding-top: 1.625rem;
  scroll-padding-bottom: 1.625rem;
}

.scroll-py-28 {
  scroll-padding-top: 1.75rem;
  scroll-padding-bottom: 1.75rem;
}

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

.scroll-py-30 {
  scroll-padding-top: 1.875rem;
  scroll-padding-bottom: 1.875rem;
}

.scroll-py-300 {
  scroll-padding-top: 18.75rem;
  scroll-padding-bottom: 18.75rem;
}

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

.scroll-py-34 {
  scroll-padding-top: 2.125rem;
  scroll-padding-bottom: 2.125rem;
}

.scroll-py-36 {
  scroll-padding-top: 2.25rem;
  scroll-padding-bottom: 2.25rem;
}

.scroll-py-38 {
  scroll-padding-top: 2.375rem;
  scroll-padding-bottom: 2.375rem;
}

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

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

.scroll-py-50 {
  scroll-padding-top: 3.125rem;
  scroll-padding-bottom: 3.125rem;
}

.scroll-py-6 {
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}

.scroll-py-60 {
  scroll-padding-top: 3.750rem;
  scroll-padding-bottom: 3.750rem;
}

.scroll-py-70 {
  scroll-padding-top: 4.375rem;
  scroll-padding-bottom: 4.375rem;
}

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

.scroll-py-80 {
  scroll-padding-top: 5.000rem;
  scroll-padding-bottom: 5.000rem;
}

.scroll-py-90 {
  scroll-padding-top: 5.625rem;
  scroll-padding-bottom: 5.625rem;
}

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

.scroll-pb-1 {
  scroll-padding-bottom: 1px;
}

.scroll-pb-10 {
  scroll-padding-bottom: 0.625rem;
}

.scroll-pb-100 {
  scroll-padding-bottom: 6.250rem;
}

.scroll-pb-12 {
  scroll-padding-bottom: 0.750rem;
}

.scroll-pb-14 {
  scroll-padding-bottom: 0.875rem;
}

.scroll-pb-150 {
  scroll-padding-bottom: 9.375rem;
}

.scroll-pb-16 {
  scroll-padding-bottom: 1.000rem;
}

.scroll-pb-18 {
  scroll-padding-bottom: 1.125rem;
}

.scroll-pb-2 {
  scroll-padding-bottom: 0.125rem;
}

.scroll-pb-20 {
  scroll-padding-bottom: 1.250rem;
}

.scroll-pb-200 {
  scroll-padding-bottom: 12.5rem;
}

.scroll-pb-22 {
  scroll-padding-bottom: 1.375rem;
}

.scroll-pb-24 {
  scroll-padding-bottom: 1.500rem;
}

.scroll-pb-250 {
  scroll-padding-bottom: 15.625rem;
}

.scroll-pb-26 {
  scroll-padding-bottom: 1.625rem;
}

.scroll-pb-28 {
  scroll-padding-bottom: 1.75rem;
}

.scroll-pb-3 {
  scroll-padding-bottom: 0.188rem;
}

.scroll-pb-30 {
  scroll-padding-bottom: 1.875rem;
}

.scroll-pb-300 {
  scroll-padding-bottom: 18.75rem;
}

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

.scroll-pb-34 {
  scroll-padding-bottom: 2.125rem;
}

.scroll-pb-36 {
  scroll-padding-bottom: 2.25rem;
}

.scroll-pb-38 {
  scroll-padding-bottom: 2.375rem;
}

.scroll-pb-4 {
  scroll-padding-bottom: 0.250rem;
}

.scroll-pb-40 {
  scroll-padding-bottom: 2.500rem;
}

.scroll-pb-50 {
  scroll-padding-bottom: 3.125rem;
}

.scroll-pb-6 {
  scroll-padding-bottom: 0.375rem;
}

.scroll-pb-60 {
  scroll-padding-bottom: 3.750rem;
}

.scroll-pb-70 {
  scroll-padding-bottom: 4.375rem;
}

.scroll-pb-8 {
  scroll-padding-bottom: 0.500rem;
}

.scroll-pb-80 {
  scroll-padding-bottom: 5.000rem;
}

.scroll-pb-90 {
  scroll-padding-bottom: 5.625rem;
}

.scroll-pe-0 {
  scroll-padding-inline-end: 0px;
}

.scroll-pe-1 {
  scroll-padding-inline-end: 1px;
}

.scroll-pe-10 {
  scroll-padding-inline-end: 0.625rem;
}

.scroll-pe-100 {
  scroll-padding-inline-end: 6.250rem;
}

.scroll-pe-12 {
  scroll-padding-inline-end: 0.750rem;
}

.scroll-pe-14 {
  scroll-padding-inline-end: 0.875rem;
}

.scroll-pe-150 {
  scroll-padding-inline-end: 9.375rem;
}

.scroll-pe-16 {
  scroll-padding-inline-end: 1.000rem;
}

.scroll-pe-18 {
  scroll-padding-inline-end: 1.125rem;
}

.scroll-pe-2 {
  scroll-padding-inline-end: 0.125rem;
}

.scroll-pe-20 {
  scroll-padding-inline-end: 1.250rem;
}

.scroll-pe-200 {
  scroll-padding-inline-end: 12.5rem;
}

.scroll-pe-22 {
  scroll-padding-inline-end: 1.375rem;
}

.scroll-pe-24 {
  scroll-padding-inline-end: 1.500rem;
}

.scroll-pe-250 {
  scroll-padding-inline-end: 15.625rem;
}

.scroll-pe-26 {
  scroll-padding-inline-end: 1.625rem;
}

.scroll-pe-28 {
  scroll-padding-inline-end: 1.75rem;
}

.scroll-pe-3 {
  scroll-padding-inline-end: 0.188rem;
}

.scroll-pe-30 {
  scroll-padding-inline-end: 1.875rem;
}

.scroll-pe-300 {
  scroll-padding-inline-end: 18.75rem;
}

.scroll-pe-32 {
  scroll-padding-inline-end: 2rem;
}

.scroll-pe-34 {
  scroll-padding-inline-end: 2.125rem;
}

.scroll-pe-36 {
  scroll-padding-inline-end: 2.25rem;
}

.scroll-pe-38 {
  scroll-padding-inline-end: 2.375rem;
}

.scroll-pe-4 {
  scroll-padding-inline-end: 0.250rem;
}

.scroll-pe-40 {
  scroll-padding-inline-end: 2.500rem;
}

.scroll-pe-50 {
  scroll-padding-inline-end: 3.125rem;
}

.scroll-pe-6 {
  scroll-padding-inline-end: 0.375rem;
}

.scroll-pe-60 {
  scroll-padding-inline-end: 3.750rem;
}

.scroll-pe-70 {
  scroll-padding-inline-end: 4.375rem;
}

.scroll-pe-8 {
  scroll-padding-inline-end: 0.500rem;
}

.scroll-pe-80 {
  scroll-padding-inline-end: 5.000rem;
}

.scroll-pe-90 {
  scroll-padding-inline-end: 5.625rem;
}

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

.scroll-pl-1 {
  scroll-padding-left: 1px;
}

.scroll-pl-10 {
  scroll-padding-left: 0.625rem;
}

.scroll-pl-100 {
  scroll-padding-left: 6.250rem;
}

.scroll-pl-12 {
  scroll-padding-left: 0.750rem;
}

.scroll-pl-14 {
  scroll-padding-left: 0.875rem;
}

.scroll-pl-150 {
  scroll-padding-left: 9.375rem;
}

.scroll-pl-16 {
  scroll-padding-left: 1.000rem;
}

.scroll-pl-18 {
  scroll-padding-left: 1.125rem;
}

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

.scroll-pl-20 {
  scroll-padding-left: 1.250rem;
}

.scroll-pl-200 {
  scroll-padding-left: 12.5rem;
}

.scroll-pl-22 {
  scroll-padding-left: 1.375rem;
}

.scroll-pl-24 {
  scroll-padding-left: 1.500rem;
}

.scroll-pl-250 {
  scroll-padding-left: 15.625rem;
}

.scroll-pl-26 {
  scroll-padding-left: 1.625rem;
}

.scroll-pl-28 {
  scroll-padding-left: 1.75rem;
}

.scroll-pl-3 {
  scroll-padding-left: 0.188rem;
}

.scroll-pl-30 {
  scroll-padding-left: 1.875rem;
}

.scroll-pl-300 {
  scroll-padding-left: 18.75rem;
}

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

.scroll-pl-34 {
  scroll-padding-left: 2.125rem;
}

.scroll-pl-36 {
  scroll-padding-left: 2.25rem;
}

.scroll-pl-38 {
  scroll-padding-left: 2.375rem;
}

.scroll-pl-4 {
  scroll-padding-left: 0.250rem;
}

.scroll-pl-40 {
  scroll-padding-left: 2.500rem;
}

.scroll-pl-50 {
  scroll-padding-left: 3.125rem;
}

.scroll-pl-6 {
  scroll-padding-left: 0.375rem;
}

.scroll-pl-60 {
  scroll-padding-left: 3.750rem;
}

.scroll-pl-70 {
  scroll-padding-left: 4.375rem;
}

.scroll-pl-8 {
  scroll-padding-left: 0.500rem;
}

.scroll-pl-80 {
  scroll-padding-left: 5.000rem;
}

.scroll-pl-90 {
  scroll-padding-left: 5.625rem;
}

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

.scroll-pr-1 {
  scroll-padding-right: 1px;
}

.scroll-pr-10 {
  scroll-padding-right: 0.625rem;
}

.scroll-pr-100 {
  scroll-padding-right: 6.250rem;
}

.scroll-pr-12 {
  scroll-padding-right: 0.750rem;
}

.scroll-pr-14 {
  scroll-padding-right: 0.875rem;
}

.scroll-pr-150 {
  scroll-padding-right: 9.375rem;
}

.scroll-pr-16 {
  scroll-padding-right: 1.000rem;
}

.scroll-pr-18 {
  scroll-padding-right: 1.125rem;
}

.scroll-pr-2 {
  scroll-padding-right: 0.125rem;
}

.scroll-pr-20 {
  scroll-padding-right: 1.250rem;
}

.scroll-pr-200 {
  scroll-padding-right: 12.5rem;
}

.scroll-pr-22 {
  scroll-padding-right: 1.375rem;
}

.scroll-pr-24 {
  scroll-padding-right: 1.500rem;
}

.scroll-pr-250 {
  scroll-padding-right: 15.625rem;
}

.scroll-pr-26 {
  scroll-padding-right: 1.625rem;
}

.scroll-pr-28 {
  scroll-padding-right: 1.75rem;
}

.scroll-pr-3 {
  scroll-padding-right: 0.188rem;
}

.scroll-pr-30 {
  scroll-padding-right: 1.875rem;
}

.scroll-pr-300 {
  scroll-padding-right: 18.75rem;
}

.scroll-pr-32 {
  scroll-padding-right: 2rem;
}

.scroll-pr-34 {
  scroll-padding-right: 2.125rem;
}

.scroll-pr-36 {
  scroll-padding-right: 2.25rem;
}

.scroll-pr-38 {
  scroll-padding-right: 2.375rem;
}

.scroll-pr-4 {
  scroll-padding-right: 0.250rem;
}

.scroll-pr-40 {
  scroll-padding-right: 2.500rem;
}

.scroll-pr-50 {
  scroll-padding-right: 3.125rem;
}

.scroll-pr-6 {
  scroll-padding-right: 0.375rem;
}

.scroll-pr-60 {
  scroll-padding-right: 3.750rem;
}

.scroll-pr-70 {
  scroll-padding-right: 4.375rem;
}

.scroll-pr-8 {
  scroll-padding-right: 0.500rem;
}

.scroll-pr-80 {
  scroll-padding-right: 5.000rem;
}

.scroll-pr-90 {
  scroll-padding-right: 5.625rem;
}

.scroll-ps-0 {
  scroll-padding-inline-start: 0px;
}

.scroll-ps-1 {
  scroll-padding-inline-start: 1px;
}

.scroll-ps-10 {
  scroll-padding-inline-start: 0.625rem;
}

.scroll-ps-100 {
  scroll-padding-inline-start: 6.250rem;
}

.scroll-ps-12 {
  scroll-padding-inline-start: 0.750rem;
}

.scroll-ps-14 {
  scroll-padding-inline-start: 0.875rem;
}

.scroll-ps-150 {
  scroll-padding-inline-start: 9.375rem;
}

.scroll-ps-16 {
  scroll-padding-inline-start: 1.000rem;
}

.scroll-ps-18 {
  scroll-padding-inline-start: 1.125rem;
}

.scroll-ps-2 {
  scroll-padding-inline-start: 0.125rem;
}

.scroll-ps-20 {
  scroll-padding-inline-start: 1.250rem;
}

.scroll-ps-200 {
  scroll-padding-inline-start: 12.5rem;
}

.scroll-ps-22 {
  scroll-padding-inline-start: 1.375rem;
}

.scroll-ps-24 {
  scroll-padding-inline-start: 1.500rem;
}

.scroll-ps-250 {
  scroll-padding-inline-start: 15.625rem;
}

.scroll-ps-26 {
  scroll-padding-inline-start: 1.625rem;
}

.scroll-ps-28 {
  scroll-padding-inline-start: 1.75rem;
}

.scroll-ps-3 {
  scroll-padding-inline-start: 0.188rem;
}

.scroll-ps-30 {
  scroll-padding-inline-start: 1.875rem;
}

.scroll-ps-300 {
  scroll-padding-inline-start: 18.75rem;
}

.scroll-ps-32 {
  scroll-padding-inline-start: 2rem;
}

.scroll-ps-34 {
  scroll-padding-inline-start: 2.125rem;
}

.scroll-ps-36 {
  scroll-padding-inline-start: 2.25rem;
}

.scroll-ps-38 {
  scroll-padding-inline-start: 2.375rem;
}

.scroll-ps-4 {
  scroll-padding-inline-start: 0.250rem;
}

.scroll-ps-40 {
  scroll-padding-inline-start: 2.500rem;
}

.scroll-ps-50 {
  scroll-padding-inline-start: 3.125rem;
}

.scroll-ps-6 {
  scroll-padding-inline-start: 0.375rem;
}

.scroll-ps-60 {
  scroll-padding-inline-start: 3.750rem;
}

.scroll-ps-70 {
  scroll-padding-inline-start: 4.375rem;
}

.scroll-ps-8 {
  scroll-padding-inline-start: 0.500rem;
}

.scroll-ps-80 {
  scroll-padding-inline-start: 5.000rem;
}

.scroll-ps-90 {
  scroll-padding-inline-start: 5.625rem;
}

.scroll-pt-0 {
  scroll-padding-top: 0px;
}

.scroll-pt-1 {
  scroll-padding-top: 1px;
}

.scroll-pt-10 {
  scroll-padding-top: 0.625rem;
}

.scroll-pt-100 {
  scroll-padding-top: 6.250rem;
}

.scroll-pt-12 {
  scroll-padding-top: 0.750rem;
}

.scroll-pt-14 {
  scroll-padding-top: 0.875rem;
}

.scroll-pt-150 {
  scroll-padding-top: 9.375rem;
}

.scroll-pt-16 {
  scroll-padding-top: 1.000rem;
}

.scroll-pt-18 {
  scroll-padding-top: 1.125rem;
}

.scroll-pt-2 {
  scroll-padding-top: 0.125rem;
}

.scroll-pt-20 {
  scroll-padding-top: 1.250rem;
}

.scroll-pt-200 {
  scroll-padding-top: 12.5rem;
}

.scroll-pt-22 {
  scroll-padding-top: 1.375rem;
}

.scroll-pt-24 {
  scroll-padding-top: 1.500rem;
}

.scroll-pt-250 {
  scroll-padding-top: 15.625rem;
}

.scroll-pt-26 {
  scroll-padding-top: 1.625rem;
}

.scroll-pt-28 {
  scroll-padding-top: 1.75rem;
}

.scroll-pt-3 {
  scroll-padding-top: 0.188rem;
}

.scroll-pt-30 {
  scroll-padding-top: 1.875rem;
}

.scroll-pt-300 {
  scroll-padding-top: 18.75rem;
}

.scroll-pt-32 {
  scroll-padding-top: 2rem;
}

.scroll-pt-34 {
  scroll-padding-top: 2.125rem;
}

.scroll-pt-36 {
  scroll-padding-top: 2.25rem;
}

.scroll-pt-38 {
  scroll-padding-top: 2.375rem;
}

.scroll-pt-4 {
  scroll-padding-top: 0.250rem;
}

.scroll-pt-40 {
  scroll-padding-top: 2.500rem;
}

.scroll-pt-50 {
  scroll-padding-top: 3.125rem;
}

.scroll-pt-6 {
  scroll-padding-top: 0.375rem;
}

.scroll-pt-60 {
  scroll-padding-top: 3.750rem;
}

.scroll-pt-70 {
  scroll-padding-top: 4.375rem;
}

.scroll-pt-8 {
  scroll-padding-top: 0.500rem;
}

.scroll-pt-80 {
  scroll-padding-top: 5.000rem;
}

.scroll-pt-90 {
  scroll-padding-top: 5.625rem;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

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

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

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

.list-image-none {
  list-style-image: none;
}

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

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.columns-10 {
  -moz-columns: 10;
       columns: 10;
}

.columns-11 {
  -moz-columns: 11;
       columns: 11;
}

.columns-12 {
  -moz-columns: 12;
       columns: 12;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.columns-2xl {
  -moz-columns: 42rem;
       columns: 42rem;
}

.columns-2xs {
  -moz-columns: 18rem;
       columns: 18rem;
}

.columns-3 {
  -moz-columns: 3;
       columns: 3;
}

.columns-3xl {
  -moz-columns: 48rem;
       columns: 48rem;
}

.columns-3xs {
  -moz-columns: 16rem;
       columns: 16rem;
}

.columns-4 {
  -moz-columns: 4;
       columns: 4;
}

.columns-4xl {
  -moz-columns: 56rem;
       columns: 56rem;
}

.columns-5 {
  -moz-columns: 5;
       columns: 5;
}

.columns-5xl {
  -moz-columns: 64rem;
       columns: 64rem;
}

.columns-6 {
  -moz-columns: 6;
       columns: 6;
}

.columns-6xl {
  -moz-columns: 72rem;
       columns: 72rem;
}

.columns-7 {
  -moz-columns: 7;
       columns: 7;
}

.columns-7xl {
  -moz-columns: 80rem;
       columns: 80rem;
}

.columns-8 {
  -moz-columns: 8;
       columns: 8;
}

.columns-9 {
  -moz-columns: 9;
       columns: 9;
}

.columns-auto {
  -moz-columns: auto;
       columns: auto;
}

.columns-lg {
  -moz-columns: 32rem;
       columns: 32rem;
}

.columns-md {
  -moz-columns: 28rem;
       columns: 28rem;
}

.columns-sm {
  -moz-columns: 24rem;
       columns: 24rem;
}

.columns-xl {
  -moz-columns: 36rem;
       columns: 36rem;
}

.columns-xs {
  -moz-columns: 20rem;
       columns: 20rem;
}

.break-before-auto {
  -moz-column-break-before: auto;
       break-before: auto;
}

.break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}

.break-before-all {
  -moz-column-break-before: all;
       break-before: all;
}

.break-before-avoid-page {
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}

.break-before-page {
  -moz-column-break-before: page;
       break-before: page;
}

.break-before-left {
  -moz-column-break-before: left;
       break-before: left;
}

.break-before-right {
  -moz-column-break-before: right;
       break-before: right;
}

.break-before-column {
  -moz-column-break-before: column;
       break-before: column;
}

.break-inside-auto {
  -moz-column-break-inside: auto;
       break-inside: auto;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page {
  break-inside: avoid-page;
}

.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.break-after-auto {
  -moz-column-break-after: auto;
       break-after: auto;
}

.break-after-avoid {
  -moz-column-break-after: avoid;
       break-after: avoid;
}

.break-after-all {
  -moz-column-break-after: all;
       break-after: all;
}

.break-after-avoid-page {
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}

.break-after-page {
  -moz-column-break-after: page;
       break-after: page;
}

.break-after-left {
  -moz-column-break-after: left;
       break-after: left;
}

.break-after-right {
  -moz-column-break-after: right;
       break-after: right;
}

.break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}

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

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

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

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

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

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

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

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

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

.auto-rows-min {
  grid-auto-rows: min-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
  grid-template-columns: none;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

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

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

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

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

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

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

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

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

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

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

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

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-baseline {
  place-content: baseline;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

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

.place-items-baseline {
  place-items: baseline;
}

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

.content-normal {
  align-content: normal;
}

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

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

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

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

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

.content-evenly {
  align-content: space-evenly;
}

.content-baseline {
  align-content: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-items-end {
  justify-items: end;
}

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 1px;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-100 {
  gap: 6.250rem;
}

.gap-12 {
  gap: 0.750rem;
}

.gap-14 {
  gap: 0.875rem;
}

.gap-150 {
  gap: 9.375rem;
}

.gap-16 {
  gap: 1.000rem;
}

.gap-18 {
  gap: 1.125rem;
}

.gap-2 {
  gap: 0.125rem;
}

.gap-20 {
  gap: 1.250rem;
}

.gap-200 {
  gap: 12.5rem;
}

.gap-22 {
  gap: 1.375rem;
}

.gap-24 {
  gap: 1.500rem;
}

.gap-250 {
  gap: 15.625rem;
}

.gap-26 {
  gap: 1.625rem;
}

.gap-28 {
  gap: 1.75rem;
}

.gap-3 {
  gap: 0.188rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-300 {
  gap: 18.75rem;
}

.gap-32 {
  gap: 2rem;
}

.gap-34 {
  gap: 2.125rem;
}

.gap-36 {
  gap: 2.25rem;
}

.gap-38 {
  gap: 2.375rem;
}

.gap-4 {
  gap: 0.250rem;
}

.gap-40 {
  gap: 2.500rem;
}

.gap-50 {
  gap: 3.125rem;
}

.gap-6 {
  gap: 0.375rem;
}

.gap-60 {
  gap: 3.750rem;
}

.gap-70 {
  gap: 4.375rem;
}

.gap-8 {
  gap: 0.500rem;
}

.gap-80 {
  gap: 5.000rem;
}

.gap-90 {
  gap: 5.625rem;
}

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

.gap-x-1 {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-10 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-100 {
  -moz-column-gap: 6.250rem;
       column-gap: 6.250rem;
}

.gap-x-12 {
  -moz-column-gap: 0.750rem;
       column-gap: 0.750rem;
}

.gap-x-14 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-150 {
  -moz-column-gap: 9.375rem;
       column-gap: 9.375rem;
}

.gap-x-16 {
  -moz-column-gap: 1.000rem;
       column-gap: 1.000rem;
}

.gap-x-18 {
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
}

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

.gap-x-20 {
  -moz-column-gap: 1.250rem;
       column-gap: 1.250rem;
}

.gap-x-200 {
  -moz-column-gap: 12.5rem;
       column-gap: 12.5rem;
}

.gap-x-22 {
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
}

.gap-x-24 {
  -moz-column-gap: 1.500rem;
       column-gap: 1.500rem;
}

.gap-x-250 {
  -moz-column-gap: 15.625rem;
       column-gap: 15.625rem;
}

.gap-x-26 {
  -moz-column-gap: 1.625rem;
       column-gap: 1.625rem;
}

.gap-x-28 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-3 {
  -moz-column-gap: 0.188rem;
       column-gap: 0.188rem;
}

.gap-x-30 {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}

.gap-x-300 {
  -moz-column-gap: 18.75rem;
       column-gap: 18.75rem;
}

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

.gap-x-34 {
  -moz-column-gap: 2.125rem;
       column-gap: 2.125rem;
}

.gap-x-36 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-38 {
  -moz-column-gap: 2.375rem;
       column-gap: 2.375rem;
}

.gap-x-4 {
  -moz-column-gap: 0.250rem;
       column-gap: 0.250rem;
}

.gap-x-40 {
  -moz-column-gap: 2.500rem;
       column-gap: 2.500rem;
}

.gap-x-50 {
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}

.gap-x-6 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-60 {
  -moz-column-gap: 3.750rem;
       column-gap: 3.750rem;
}

.gap-x-70 {
  -moz-column-gap: 4.375rem;
       column-gap: 4.375rem;
}

.gap-x-8 {
  -moz-column-gap: 0.500rem;
       column-gap: 0.500rem;
}

.gap-x-80 {
  -moz-column-gap: 5.000rem;
       column-gap: 5.000rem;
}

.gap-x-90 {
  -moz-column-gap: 5.625rem;
       column-gap: 5.625rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 1px;
}

.gap-y-10 {
  row-gap: 0.625rem;
}

.gap-y-100 {
  row-gap: 6.250rem;
}

.gap-y-12 {
  row-gap: 0.750rem;
}

.gap-y-14 {
  row-gap: 0.875rem;
}

.gap-y-150 {
  row-gap: 9.375rem;
}

.gap-y-16 {
  row-gap: 1.000rem;
}

.gap-y-18 {
  row-gap: 1.125rem;
}

.gap-y-2 {
  row-gap: 0.125rem;
}

.gap-y-20 {
  row-gap: 1.250rem;
}

.gap-y-200 {
  row-gap: 12.5rem;
}

.gap-y-22 {
  row-gap: 1.375rem;
}

.gap-y-24 {
  row-gap: 1.500rem;
}

.gap-y-250 {
  row-gap: 15.625rem;
}

.gap-y-26 {
  row-gap: 1.625rem;
}

.gap-y-28 {
  row-gap: 1.75rem;
}

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

.gap-y-30 {
  row-gap: 1.875rem;
}

.gap-y-300 {
  row-gap: 18.75rem;
}

.gap-y-32 {
  row-gap: 2rem;
}

.gap-y-34 {
  row-gap: 2.125rem;
}

.gap-y-36 {
  row-gap: 2.25rem;
}

.gap-y-38 {
  row-gap: 2.375rem;
}

.gap-y-4 {
  row-gap: 0.250rem;
}

.gap-y-40 {
  row-gap: 2.500rem;
}

.gap-y-50 {
  row-gap: 3.125rem;
}

.gap-y-6 {
  row-gap: 0.375rem;
}

.gap-y-60 {
  row-gap: 3.750rem;
}

.gap-y-70 {
  row-gap: 4.375rem;
}

.gap-y-8 {
  row-gap: 0.500rem;
}

.gap-y-80 {
  row-gap: 5.000rem;
}

.gap-y-90 {
  row-gap: 5.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

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

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

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(3px * var(--tw-divide-x-reverse));
  border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-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-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

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

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

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

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}

.divide-black\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0);
}

.divide-black\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.1);
}

.divide-black\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 1);
}

.divide-black\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.2);
}

.divide-black\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.25);
}

.divide-black\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.3);
}

.divide-black\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.4);
}

.divide-black\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.05);
}

.divide-black\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.5);
}

.divide-black\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.6);
}

.divide-black\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.7);
}

.divide-black\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.75);
}

.divide-black\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.8);
}

.divide-black\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.9);
}

.divide-black\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.95);
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.divide-error_red > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(235 0 27 / var(--tw-divide-opacity));
}

.divide-error_red\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0);
}

.divide-error_red\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.1);
}

.divide-error_red\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 1);
}

.divide-error_red\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.2);
}

.divide-error_red\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.25);
}

.divide-error_red\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.3);
}

.divide-error_red\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.4);
}

.divide-error_red\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.05);
}

.divide-error_red\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.5);
}

.divide-error_red\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.6);
}

.divide-error_red\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.7);
}

.divide-error_red\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.75);
}

.divide-error_red\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.8);
}

.divide-error_red\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.9);
}

.divide-error_red\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(235 0 27 / 0.95);
}

.divide-gray5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-divide-opacity));
}

.divide-gray5\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0);
}

.divide-gray5\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.1);
}

.divide-gray5\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 1);
}

.divide-gray5\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.2);
}

.divide-gray5\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.25);
}

.divide-gray5\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.3);
}

.divide-gray5\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.4);
}

.divide-gray5\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.05);
}

.divide-gray5\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.5);
}

.divide-gray5\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.6);
}

.divide-gray5\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.7);
}

.divide-gray5\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.75);
}

.divide-gray5\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.8);
}

.divide-gray5\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.9);
}

.divide-gray5\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 242 242 / 0.95);
}

.divide-sh_black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(35 31 32 / var(--tw-divide-opacity));
}

.divide-sh_black\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0);
}

.divide-sh_black\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.1);
}

.divide-sh_black\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 1);
}

.divide-sh_black\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.2);
}

.divide-sh_black\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.25);
}

.divide-sh_black\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.3);
}

.divide-sh_black\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.4);
}

.divide-sh_black\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.05);
}

.divide-sh_black\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.5);
}

.divide-sh_black\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.6);
}

.divide-sh_black\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.7);
}

.divide-sh_black\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.75);
}

.divide-sh_black\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.8);
}

.divide-sh_black\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.9);
}

.divide-sh_black\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 31 32 / 0.95);
}

.divide-success_green > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(80 131 22 / var(--tw-divide-opacity));
}

.divide-success_green\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0);
}

.divide-success_green\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.1);
}

.divide-success_green\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 1);
}

.divide-success_green\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.2);
}

.divide-success_green\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.25);
}

.divide-success_green\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.3);
}

.divide-success_green\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.4);
}

.divide-success_green\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.05);
}

.divide-success_green\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.5);
}

.divide-success_green\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.6);
}

.divide-success_green\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.7);
}

.divide-success_green\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.75);
}

.divide-success_green\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.8);
}

.divide-success_green\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.9);
}

.divide-success_green\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 131 22 / 0.95);
}

.divide-teal > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 129 159 / var(--tw-divide-opacity));
}

.divide-teal\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0);
}

.divide-teal\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.1);
}

.divide-teal\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 1);
}

.divide-teal\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.2);
}

.divide-teal\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.25);
}

.divide-teal\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.3);
}

.divide-teal\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.4);
}

.divide-teal\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.05);
}

.divide-teal\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.5);
}

.divide-teal\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.6);
}

.divide-teal\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.7);
}

.divide-teal\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.75);
}

.divide-teal\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.8);
}

.divide-teal\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.9);
}

.divide-teal\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 129 159 / 0.95);
}

.divide-teal_dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 60 77 / var(--tw-divide-opacity));
}

.divide-teal_dark\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0);
}

.divide-teal_dark\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.1);
}

.divide-teal_dark\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 1);
}

.divide-teal_dark\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.2);
}

.divide-teal_dark\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.25);
}

.divide-teal_dark\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.3);
}

.divide-teal_dark\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.4);
}

.divide-teal_dark\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.05);
}

.divide-teal_dark\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.5);
}

.divide-teal_dark\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.6);
}

.divide-teal_dark\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.7);
}

.divide-teal_dark\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.75);
}

.divide-teal_dark\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.8);
}

.divide-teal_dark\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.9);
}

.divide-teal_dark\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 60 77 / 0.95);
}

.divide-teal_extra_light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 251 252 / var(--tw-divide-opacity));
}

.divide-teal_extra_light\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0);
}

.divide-teal_extra_light\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.1);
}

.divide-teal_extra_light\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 1);
}

.divide-teal_extra_light\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.2);
}

.divide-teal_extra_light\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.25);
}

.divide-teal_extra_light\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.3);
}

.divide-teal_extra_light\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.4);
}

.divide-teal_extra_light\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.05);
}

.divide-teal_extra_light\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.5);
}

.divide-teal_extra_light\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.6);
}

.divide-teal_extra_light\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.7);
}

.divide-teal_extra_light\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.75);
}

.divide-teal_extra_light\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.8);
}

.divide-teal_extra_light\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.9);
}

.divide-teal_extra_light\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 251 252 / 0.95);
}

.divide-teal_light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(116 196 214 / var(--tw-divide-opacity));
}

.divide-teal_light\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0);
}

.divide-teal_light\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.1);
}

.divide-teal_light\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 1);
}

.divide-teal_light\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.2);
}

.divide-teal_light\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.25);
}

.divide-teal_light\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.3);
}

.divide-teal_light\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.4);
}

.divide-teal_light\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.05);
}

.divide-teal_light\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.5);
}

.divide-teal_light\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.6);
}

.divide-teal_light\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.7);
}

.divide-teal_light\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.75);
}

.divide-teal_light\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.8);
}

.divide-teal_light\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.9);
}

.divide-teal_light\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(116 196 214 / 0.95);
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-transparent\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0);
}

.divide-transparent\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.1);
}

.divide-transparent\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 1);
}

.divide-transparent\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.2);
}

.divide-transparent\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.25);
}

.divide-transparent\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.3);
}

.divide-transparent\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.4);
}

.divide-transparent\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.05);
}

.divide-transparent\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.5);
}

.divide-transparent\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.6);
}

.divide-transparent\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.7);
}

.divide-transparent\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.75);
}

.divide-transparent\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.8);
}

.divide-transparent\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.9);
}

.divide-transparent\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.95);
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}

.divide-white\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}

.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}

.divide-white\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}

.divide-white\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}

.divide-white\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}

.divide-white\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}

.divide-white\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}

.divide-white\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}

.divide-white\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}

.divide-white\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}

.divide-white\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}

.divide-white\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}

.divide-white\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}

.divide-white\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}

.divide-white\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

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

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

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

.place-self-stretch {
  place-self: stretch;
}

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

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

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

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

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

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

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

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

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

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.scroll-auto {
  scroll-behavior: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

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

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

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

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.whitespace-break-spaces {
  white-space: break-spaces;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.break-keep {
  word-break: keep-all;
}

.rounded-10 {
  border-radius: .625rem;
}

.rounded-20 {
  border-radius: 1.25rem;
}

.rounded-5 {
  border-radius: .3125rem;
}

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

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

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

.rounded-b-10 {
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
}

.rounded-b-20 {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.rounded-b-5 {
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

.rounded-b-8 {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-e-10 {
  border-start-end-radius: .625rem;
  border-end-end-radius: .625rem;
}

.rounded-e-20 {
  border-start-end-radius: 1.25rem;
  border-end-end-radius: 1.25rem;
}

.rounded-e-5 {
  border-start-end-radius: .3125rem;
  border-end-end-radius: .3125rem;
}

.rounded-e-8 {
  border-start-end-radius: .5rem;
  border-end-end-radius: .5rem;
}

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

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

.rounded-l-10 {
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
}

.rounded-l-20 {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.rounded-l-5 {
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

.rounded-l-8 {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-r-10 {
  border-top-right-radius: .625rem;
  border-bottom-right-radius: .625rem;
}

.rounded-r-20 {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.rounded-r-5 {
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
}

.rounded-r-8 {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-s-10 {
  border-start-start-radius: .625rem;
  border-end-start-radius: .625rem;
}

.rounded-s-20 {
  border-start-start-radius: 1.25rem;
  border-end-start-radius: 1.25rem;
}

.rounded-s-5 {
  border-start-start-radius: .3125rem;
  border-end-start-radius: .3125rem;
}

.rounded-s-8 {
  border-start-start-radius: .5rem;
  border-end-start-radius: .5rem;
}

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

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

.rounded-t-10 {
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
}

.rounded-t-20 {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.rounded-t-5 {
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
}

.rounded-t-8 {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-bl-10 {
  border-bottom-left-radius: .625rem;
}

.rounded-bl-20 {
  border-bottom-left-radius: 1.25rem;
}

.rounded-bl-5 {
  border-bottom-left-radius: .3125rem;
}

.rounded-bl-8 {
  border-bottom-left-radius: .5rem;
}

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

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-br-10 {
  border-bottom-right-radius: .625rem;
}

.rounded-br-20 {
  border-bottom-right-radius: 1.25rem;
}

.rounded-br-5 {
  border-bottom-right-radius: .3125rem;
}

.rounded-br-8 {
  border-bottom-right-radius: .5rem;
}

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

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-ee-10 {
  border-end-end-radius: .625rem;
}

.rounded-ee-20 {
  border-end-end-radius: 1.25rem;
}

.rounded-ee-5 {
  border-end-end-radius: .3125rem;
}

.rounded-ee-8 {
  border-end-end-radius: .5rem;
}

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

.rounded-ee-none {
  border-end-end-radius: 0;
}

.rounded-es-10 {
  border-end-start-radius: .625rem;
}

.rounded-es-20 {
  border-end-start-radius: 1.25rem;
}

.rounded-es-5 {
  border-end-start-radius: .3125rem;
}

.rounded-es-8 {
  border-end-start-radius: .5rem;
}

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

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

.rounded-se-10 {
  border-start-end-radius: .625rem;
}

.rounded-se-20 {
  border-start-end-radius: 1.25rem;
}

.rounded-se-5 {
  border-start-end-radius: .3125rem;
}

.rounded-se-8 {
  border-start-end-radius: .5rem;
}

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

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

.rounded-ss-10 {
  border-start-start-radius: .625rem;
}

.rounded-ss-20 {
  border-start-start-radius: 1.25rem;
}

.rounded-ss-5 {
  border-start-start-radius: .3125rem;
}

.rounded-ss-8 {
  border-start-start-radius: .5rem;
}

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

.rounded-ss-none {
  border-start-start-radius: 0;
}

.rounded-tl-10 {
  border-top-left-radius: .625rem;
}

.rounded-tl-20 {
  border-top-left-radius: 1.25rem;
}

.rounded-tl-5 {
  border-top-left-radius: .3125rem;
}

.rounded-tl-8 {
  border-top-left-radius: .5rem;
}

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

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-10 {
  border-top-right-radius: .625rem;
}

.rounded-tr-20 {
  border-top-right-radius: 1.25rem;
}

.rounded-tr-5 {
  border-top-right-radius: .3125rem;
}

.rounded-tr-8 {
  border-top-right-radius: .5rem;
}

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

.rounded-tr-none {
  border-top-right-radius: 0;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-x-0 {
  border-left-width: 0;
  border-right-width: 0;
}

.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-x-3 {
  border-left-width: 3px;
  border-right-width: 3px;
}

.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-0 {
  border-top-width: 0;
  border-bottom-width: 0;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-y-3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

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

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

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

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

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

.border-e {
  border-inline-end-width: 1px;
}

.border-e-0 {
  border-inline-end-width: 0;
}

.border-e-2 {
  border-inline-end-width: 2px;
}

.border-e-3 {
  border-inline-end-width: 3px;
}

.border-e-4 {
  border-inline-end-width: 4px;
}

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

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

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

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

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

.border-r {
  border-right-width: 1px;
}

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

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

.border-r-3 {
  border-right-width: 3px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-s {
  border-inline-start-width: 1px;
}

.border-s-0 {
  border-inline-start-width: 0;
}

.border-s-2 {
  border-inline-start-width: 2px;
}

.border-s-3 {
  border-inline-start-width: 3px;
}

.border-s-4 {
  border-inline-start-width: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.border-current {
  border-color: currentColor;
}

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

.border-error_red\/0 {
  border-color: rgb(235 0 27 / 0);
}

.border-error_red\/10 {
  border-color: rgb(235 0 27 / 0.1);
}

.border-error_red\/100 {
  border-color: rgb(235 0 27 / 1);
}

.border-error_red\/20 {
  border-color: rgb(235 0 27 / 0.2);
}

.border-error_red\/25 {
  border-color: rgb(235 0 27 / 0.25);
}

.border-error_red\/30 {
  border-color: rgb(235 0 27 / 0.3);
}

.border-error_red\/40 {
  border-color: rgb(235 0 27 / 0.4);
}

.border-error_red\/5 {
  border-color: rgb(235 0 27 / 0.05);
}

.border-error_red\/50 {
  border-color: rgb(235 0 27 / 0.5);
}

.border-error_red\/60 {
  border-color: rgb(235 0 27 / 0.6);
}

.border-error_red\/70 {
  border-color: rgb(235 0 27 / 0.7);
}

.border-error_red\/75 {
  border-color: rgb(235 0 27 / 0.75);
}

.border-error_red\/80 {
  border-color: rgb(235 0 27 / 0.8);
}

.border-error_red\/90 {
  border-color: rgb(235 0 27 / 0.9);
}

.border-error_red\/95 {
  border-color: rgb(235 0 27 / 0.95);
}

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

.border-gray5\/0 {
  border-color: rgb(242 242 242 / 0);
}

.border-gray5\/10 {
  border-color: rgb(242 242 242 / 0.1);
}

.border-gray5\/100 {
  border-color: rgb(242 242 242 / 1);
}

.border-gray5\/20 {
  border-color: rgb(242 242 242 / 0.2);
}

.border-gray5\/25 {
  border-color: rgb(242 242 242 / 0.25);
}

.border-gray5\/30 {
  border-color: rgb(242 242 242 / 0.3);
}

.border-gray5\/40 {
  border-color: rgb(242 242 242 / 0.4);
}

.border-gray5\/5 {
  border-color: rgb(242 242 242 / 0.05);
}

.border-gray5\/50 {
  border-color: rgb(242 242 242 / 0.5);
}

.border-gray5\/60 {
  border-color: rgb(242 242 242 / 0.6);
}

.border-gray5\/70 {
  border-color: rgb(242 242 242 / 0.7);
}

.border-gray5\/75 {
  border-color: rgb(242 242 242 / 0.75);
}

.border-gray5\/80 {
  border-color: rgb(242 242 242 / 0.8);
}

.border-gray5\/90 {
  border-color: rgb(242 242 242 / 0.9);
}

.border-gray5\/95 {
  border-color: rgb(242 242 242 / 0.95);
}

.border-sh_black {
  --tw-border-opacity: 1;
  border-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.border-sh_black\/0 {
  border-color: rgb(35 31 32 / 0);
}

.border-sh_black\/10 {
  border-color: rgb(35 31 32 / 0.1);
}

.border-sh_black\/100 {
  border-color: rgb(35 31 32 / 1);
}

.border-sh_black\/20 {
  border-color: rgb(35 31 32 / 0.2);
}

.border-sh_black\/25 {
  border-color: rgb(35 31 32 / 0.25);
}

.border-sh_black\/30 {
  border-color: rgb(35 31 32 / 0.3);
}

.border-sh_black\/40 {
  border-color: rgb(35 31 32 / 0.4);
}

.border-sh_black\/5 {
  border-color: rgb(35 31 32 / 0.05);
}

.border-sh_black\/50 {
  border-color: rgb(35 31 32 / 0.5);
}

.border-sh_black\/60 {
  border-color: rgb(35 31 32 / 0.6);
}

.border-sh_black\/70 {
  border-color: rgb(35 31 32 / 0.7);
}

.border-sh_black\/75 {
  border-color: rgb(35 31 32 / 0.75);
}

.border-sh_black\/80 {
  border-color: rgb(35 31 32 / 0.8);
}

.border-sh_black\/90 {
  border-color: rgb(35 31 32 / 0.9);
}

.border-sh_black\/95 {
  border-color: rgb(35 31 32 / 0.95);
}

.border-success_green {
  --tw-border-opacity: 1;
  border-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.border-success_green\/0 {
  border-color: rgb(80 131 22 / 0);
}

.border-success_green\/10 {
  border-color: rgb(80 131 22 / 0.1);
}

.border-success_green\/100 {
  border-color: rgb(80 131 22 / 1);
}

.border-success_green\/20 {
  border-color: rgb(80 131 22 / 0.2);
}

.border-success_green\/25 {
  border-color: rgb(80 131 22 / 0.25);
}

.border-success_green\/30 {
  border-color: rgb(80 131 22 / 0.3);
}

.border-success_green\/40 {
  border-color: rgb(80 131 22 / 0.4);
}

.border-success_green\/5 {
  border-color: rgb(80 131 22 / 0.05);
}

.border-success_green\/50 {
  border-color: rgb(80 131 22 / 0.5);
}

.border-success_green\/60 {
  border-color: rgb(80 131 22 / 0.6);
}

.border-success_green\/70 {
  border-color: rgb(80 131 22 / 0.7);
}

.border-success_green\/75 {
  border-color: rgb(80 131 22 / 0.75);
}

.border-success_green\/80 {
  border-color: rgb(80 131 22 / 0.8);
}

.border-success_green\/90 {
  border-color: rgb(80 131 22 / 0.9);
}

.border-success_green\/95 {
  border-color: rgb(80 131 22 / 0.95);
}

.border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.border-teal\/0 {
  border-color: rgb(0 129 159 / 0);
}

.border-teal\/10 {
  border-color: rgb(0 129 159 / 0.1);
}

.border-teal\/100 {
  border-color: rgb(0 129 159 / 1);
}

.border-teal\/20 {
  border-color: rgb(0 129 159 / 0.2);
}

.border-teal\/25 {
  border-color: rgb(0 129 159 / 0.25);
}

.border-teal\/30 {
  border-color: rgb(0 129 159 / 0.3);
}

.border-teal\/40 {
  border-color: rgb(0 129 159 / 0.4);
}

.border-teal\/5 {
  border-color: rgb(0 129 159 / 0.05);
}

.border-teal\/50 {
  border-color: rgb(0 129 159 / 0.5);
}

.border-teal\/60 {
  border-color: rgb(0 129 159 / 0.6);
}

.border-teal\/70 {
  border-color: rgb(0 129 159 / 0.7);
}

.border-teal\/75 {
  border-color: rgb(0 129 159 / 0.75);
}

.border-teal\/80 {
  border-color: rgb(0 129 159 / 0.8);
}

.border-teal\/90 {
  border-color: rgb(0 129 159 / 0.9);
}

.border-teal\/95 {
  border-color: rgb(0 129 159 / 0.95);
}

.border-teal_dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.border-teal_dark\/0 {
  border-color: rgb(0 60 77 / 0);
}

.border-teal_dark\/10 {
  border-color: rgb(0 60 77 / 0.1);
}

.border-teal_dark\/100 {
  border-color: rgb(0 60 77 / 1);
}

.border-teal_dark\/20 {
  border-color: rgb(0 60 77 / 0.2);
}

.border-teal_dark\/25 {
  border-color: rgb(0 60 77 / 0.25);
}

.border-teal_dark\/30 {
  border-color: rgb(0 60 77 / 0.3);
}

.border-teal_dark\/40 {
  border-color: rgb(0 60 77 / 0.4);
}

.border-teal_dark\/5 {
  border-color: rgb(0 60 77 / 0.05);
}

.border-teal_dark\/50 {
  border-color: rgb(0 60 77 / 0.5);
}

.border-teal_dark\/60 {
  border-color: rgb(0 60 77 / 0.6);
}

.border-teal_dark\/70 {
  border-color: rgb(0 60 77 / 0.7);
}

.border-teal_dark\/75 {
  border-color: rgb(0 60 77 / 0.75);
}

.border-teal_dark\/80 {
  border-color: rgb(0 60 77 / 0.8);
}

.border-teal_dark\/90 {
  border-color: rgb(0 60 77 / 0.9);
}

.border-teal_dark\/95 {
  border-color: rgb(0 60 77 / 0.95);
}

.border-teal_extra_light {
  --tw-border-opacity: 1;
  border-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.border-teal_extra_light\/0 {
  border-color: rgb(245 251 252 / 0);
}

.border-teal_extra_light\/10 {
  border-color: rgb(245 251 252 / 0.1);
}

.border-teal_extra_light\/100 {
  border-color: rgb(245 251 252 / 1);
}

.border-teal_extra_light\/20 {
  border-color: rgb(245 251 252 / 0.2);
}

.border-teal_extra_light\/25 {
  border-color: rgb(245 251 252 / 0.25);
}

.border-teal_extra_light\/30 {
  border-color: rgb(245 251 252 / 0.3);
}

.border-teal_extra_light\/40 {
  border-color: rgb(245 251 252 / 0.4);
}

.border-teal_extra_light\/5 {
  border-color: rgb(245 251 252 / 0.05);
}

.border-teal_extra_light\/50 {
  border-color: rgb(245 251 252 / 0.5);
}

.border-teal_extra_light\/60 {
  border-color: rgb(245 251 252 / 0.6);
}

.border-teal_extra_light\/70 {
  border-color: rgb(245 251 252 / 0.7);
}

.border-teal_extra_light\/75 {
  border-color: rgb(245 251 252 / 0.75);
}

.border-teal_extra_light\/80 {
  border-color: rgb(245 251 252 / 0.8);
}

.border-teal_extra_light\/90 {
  border-color: rgb(245 251 252 / 0.9);
}

.border-teal_extra_light\/95 {
  border-color: rgb(245 251 252 / 0.95);
}

.border-teal_light {
  --tw-border-opacity: 1;
  border-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.border-teal_light\/0 {
  border-color: rgb(116 196 214 / 0);
}

.border-teal_light\/10 {
  border-color: rgb(116 196 214 / 0.1);
}

.border-teal_light\/100 {
  border-color: rgb(116 196 214 / 1);
}

.border-teal_light\/20 {
  border-color: rgb(116 196 214 / 0.2);
}

.border-teal_light\/25 {
  border-color: rgb(116 196 214 / 0.25);
}

.border-teal_light\/30 {
  border-color: rgb(116 196 214 / 0.3);
}

.border-teal_light\/40 {
  border-color: rgb(116 196 214 / 0.4);
}

.border-teal_light\/5 {
  border-color: rgb(116 196 214 / 0.05);
}

.border-teal_light\/50 {
  border-color: rgb(116 196 214 / 0.5);
}

.border-teal_light\/60 {
  border-color: rgb(116 196 214 / 0.6);
}

.border-teal_light\/70 {
  border-color: rgb(116 196 214 / 0.7);
}

.border-teal_light\/75 {
  border-color: rgb(116 196 214 / 0.75);
}

.border-teal_light\/80 {
  border-color: rgb(116 196 214 / 0.8);
}

.border-teal_light\/90 {
  border-color: rgb(116 196 214 / 0.9);
}

.border-teal_light\/95 {
  border-color: rgb(116 196 214 / 0.95);
}

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

.border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}

.border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}

.border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

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

.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

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

.border-x-black\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.border-x-black\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-x-black\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.border-x-black\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-x-black\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-x-black\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-x-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-x-black\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-x-black\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-x-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-x-black\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-x-black\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-x-black\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-x-black\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-x-black\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-x-current {
  border-left-color: currentColor;
  border-right-color: currentColor;
}

.border-x-error_red {
  --tw-border-opacity: 1;
  border-left-color: rgb(235 0 27 / var(--tw-border-opacity));
  border-right-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.border-x-error_red\/0 {
  border-left-color: rgb(235 0 27 / 0);
  border-right-color: rgb(235 0 27 / 0);
}

.border-x-error_red\/10 {
  border-left-color: rgb(235 0 27 / 0.1);
  border-right-color: rgb(235 0 27 / 0.1);
}

.border-x-error_red\/100 {
  border-left-color: rgb(235 0 27 / 1);
  border-right-color: rgb(235 0 27 / 1);
}

.border-x-error_red\/20 {
  border-left-color: rgb(235 0 27 / 0.2);
  border-right-color: rgb(235 0 27 / 0.2);
}

.border-x-error_red\/25 {
  border-left-color: rgb(235 0 27 / 0.25);
  border-right-color: rgb(235 0 27 / 0.25);
}

.border-x-error_red\/30 {
  border-left-color: rgb(235 0 27 / 0.3);
  border-right-color: rgb(235 0 27 / 0.3);
}

.border-x-error_red\/40 {
  border-left-color: rgb(235 0 27 / 0.4);
  border-right-color: rgb(235 0 27 / 0.4);
}

.border-x-error_red\/5 {
  border-left-color: rgb(235 0 27 / 0.05);
  border-right-color: rgb(235 0 27 / 0.05);
}

.border-x-error_red\/50 {
  border-left-color: rgb(235 0 27 / 0.5);
  border-right-color: rgb(235 0 27 / 0.5);
}

.border-x-error_red\/60 {
  border-left-color: rgb(235 0 27 / 0.6);
  border-right-color: rgb(235 0 27 / 0.6);
}

.border-x-error_red\/70 {
  border-left-color: rgb(235 0 27 / 0.7);
  border-right-color: rgb(235 0 27 / 0.7);
}

.border-x-error_red\/75 {
  border-left-color: rgb(235 0 27 / 0.75);
  border-right-color: rgb(235 0 27 / 0.75);
}

.border-x-error_red\/80 {
  border-left-color: rgb(235 0 27 / 0.8);
  border-right-color: rgb(235 0 27 / 0.8);
}

.border-x-error_red\/90 {
  border-left-color: rgb(235 0 27 / 0.9);
  border-right-color: rgb(235 0 27 / 0.9);
}

.border-x-error_red\/95 {
  border-left-color: rgb(235 0 27 / 0.95);
  border-right-color: rgb(235 0 27 / 0.95);
}

.border-x-gray5 {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
  border-right-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-x-gray5\/0 {
  border-left-color: rgb(242 242 242 / 0);
  border-right-color: rgb(242 242 242 / 0);
}

.border-x-gray5\/10 {
  border-left-color: rgb(242 242 242 / 0.1);
  border-right-color: rgb(242 242 242 / 0.1);
}

.border-x-gray5\/100 {
  border-left-color: rgb(242 242 242 / 1);
  border-right-color: rgb(242 242 242 / 1);
}

.border-x-gray5\/20 {
  border-left-color: rgb(242 242 242 / 0.2);
  border-right-color: rgb(242 242 242 / 0.2);
}

.border-x-gray5\/25 {
  border-left-color: rgb(242 242 242 / 0.25);
  border-right-color: rgb(242 242 242 / 0.25);
}

.border-x-gray5\/30 {
  border-left-color: rgb(242 242 242 / 0.3);
  border-right-color: rgb(242 242 242 / 0.3);
}

.border-x-gray5\/40 {
  border-left-color: rgb(242 242 242 / 0.4);
  border-right-color: rgb(242 242 242 / 0.4);
}

.border-x-gray5\/5 {
  border-left-color: rgb(242 242 242 / 0.05);
  border-right-color: rgb(242 242 242 / 0.05);
}

.border-x-gray5\/50 {
  border-left-color: rgb(242 242 242 / 0.5);
  border-right-color: rgb(242 242 242 / 0.5);
}

.border-x-gray5\/60 {
  border-left-color: rgb(242 242 242 / 0.6);
  border-right-color: rgb(242 242 242 / 0.6);
}

.border-x-gray5\/70 {
  border-left-color: rgb(242 242 242 / 0.7);
  border-right-color: rgb(242 242 242 / 0.7);
}

.border-x-gray5\/75 {
  border-left-color: rgb(242 242 242 / 0.75);
  border-right-color: rgb(242 242 242 / 0.75);
}

.border-x-gray5\/80 {
  border-left-color: rgb(242 242 242 / 0.8);
  border-right-color: rgb(242 242 242 / 0.8);
}

.border-x-gray5\/90 {
  border-left-color: rgb(242 242 242 / 0.9);
  border-right-color: rgb(242 242 242 / 0.9);
}

.border-x-gray5\/95 {
  border-left-color: rgb(242 242 242 / 0.95);
  border-right-color: rgb(242 242 242 / 0.95);
}

.border-x-sh_black {
  --tw-border-opacity: 1;
  border-left-color: rgb(35 31 32 / var(--tw-border-opacity));
  border-right-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.border-x-sh_black\/0 {
  border-left-color: rgb(35 31 32 / 0);
  border-right-color: rgb(35 31 32 / 0);
}

.border-x-sh_black\/10 {
  border-left-color: rgb(35 31 32 / 0.1);
  border-right-color: rgb(35 31 32 / 0.1);
}

.border-x-sh_black\/100 {
  border-left-color: rgb(35 31 32 / 1);
  border-right-color: rgb(35 31 32 / 1);
}

.border-x-sh_black\/20 {
  border-left-color: rgb(35 31 32 / 0.2);
  border-right-color: rgb(35 31 32 / 0.2);
}

.border-x-sh_black\/25 {
  border-left-color: rgb(35 31 32 / 0.25);
  border-right-color: rgb(35 31 32 / 0.25);
}

.border-x-sh_black\/30 {
  border-left-color: rgb(35 31 32 / 0.3);
  border-right-color: rgb(35 31 32 / 0.3);
}

.border-x-sh_black\/40 {
  border-left-color: rgb(35 31 32 / 0.4);
  border-right-color: rgb(35 31 32 / 0.4);
}

.border-x-sh_black\/5 {
  border-left-color: rgb(35 31 32 / 0.05);
  border-right-color: rgb(35 31 32 / 0.05);
}

.border-x-sh_black\/50 {
  border-left-color: rgb(35 31 32 / 0.5);
  border-right-color: rgb(35 31 32 / 0.5);
}

.border-x-sh_black\/60 {
  border-left-color: rgb(35 31 32 / 0.6);
  border-right-color: rgb(35 31 32 / 0.6);
}

.border-x-sh_black\/70 {
  border-left-color: rgb(35 31 32 / 0.7);
  border-right-color: rgb(35 31 32 / 0.7);
}

.border-x-sh_black\/75 {
  border-left-color: rgb(35 31 32 / 0.75);
  border-right-color: rgb(35 31 32 / 0.75);
}

.border-x-sh_black\/80 {
  border-left-color: rgb(35 31 32 / 0.8);
  border-right-color: rgb(35 31 32 / 0.8);
}

.border-x-sh_black\/90 {
  border-left-color: rgb(35 31 32 / 0.9);
  border-right-color: rgb(35 31 32 / 0.9);
}

.border-x-sh_black\/95 {
  border-left-color: rgb(35 31 32 / 0.95);
  border-right-color: rgb(35 31 32 / 0.95);
}

.border-x-success_green {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 131 22 / var(--tw-border-opacity));
  border-right-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.border-x-success_green\/0 {
  border-left-color: rgb(80 131 22 / 0);
  border-right-color: rgb(80 131 22 / 0);
}

.border-x-success_green\/10 {
  border-left-color: rgb(80 131 22 / 0.1);
  border-right-color: rgb(80 131 22 / 0.1);
}

.border-x-success_green\/100 {
  border-left-color: rgb(80 131 22 / 1);
  border-right-color: rgb(80 131 22 / 1);
}

.border-x-success_green\/20 {
  border-left-color: rgb(80 131 22 / 0.2);
  border-right-color: rgb(80 131 22 / 0.2);
}

.border-x-success_green\/25 {
  border-left-color: rgb(80 131 22 / 0.25);
  border-right-color: rgb(80 131 22 / 0.25);
}

.border-x-success_green\/30 {
  border-left-color: rgb(80 131 22 / 0.3);
  border-right-color: rgb(80 131 22 / 0.3);
}

.border-x-success_green\/40 {
  border-left-color: rgb(80 131 22 / 0.4);
  border-right-color: rgb(80 131 22 / 0.4);
}

.border-x-success_green\/5 {
  border-left-color: rgb(80 131 22 / 0.05);
  border-right-color: rgb(80 131 22 / 0.05);
}

.border-x-success_green\/50 {
  border-left-color: rgb(80 131 22 / 0.5);
  border-right-color: rgb(80 131 22 / 0.5);
}

.border-x-success_green\/60 {
  border-left-color: rgb(80 131 22 / 0.6);
  border-right-color: rgb(80 131 22 / 0.6);
}

.border-x-success_green\/70 {
  border-left-color: rgb(80 131 22 / 0.7);
  border-right-color: rgb(80 131 22 / 0.7);
}

.border-x-success_green\/75 {
  border-left-color: rgb(80 131 22 / 0.75);
  border-right-color: rgb(80 131 22 / 0.75);
}

.border-x-success_green\/80 {
  border-left-color: rgb(80 131 22 / 0.8);
  border-right-color: rgb(80 131 22 / 0.8);
}

.border-x-success_green\/90 {
  border-left-color: rgb(80 131 22 / 0.9);
  border-right-color: rgb(80 131 22 / 0.9);
}

.border-x-success_green\/95 {
  border-left-color: rgb(80 131 22 / 0.95);
  border-right-color: rgb(80 131 22 / 0.95);
}

.border-x-teal {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 129 159 / var(--tw-border-opacity));
  border-right-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.border-x-teal\/0 {
  border-left-color: rgb(0 129 159 / 0);
  border-right-color: rgb(0 129 159 / 0);
}

.border-x-teal\/10 {
  border-left-color: rgb(0 129 159 / 0.1);
  border-right-color: rgb(0 129 159 / 0.1);
}

.border-x-teal\/100 {
  border-left-color: rgb(0 129 159 / 1);
  border-right-color: rgb(0 129 159 / 1);
}

.border-x-teal\/20 {
  border-left-color: rgb(0 129 159 / 0.2);
  border-right-color: rgb(0 129 159 / 0.2);
}

.border-x-teal\/25 {
  border-left-color: rgb(0 129 159 / 0.25);
  border-right-color: rgb(0 129 159 / 0.25);
}

.border-x-teal\/30 {
  border-left-color: rgb(0 129 159 / 0.3);
  border-right-color: rgb(0 129 159 / 0.3);
}

.border-x-teal\/40 {
  border-left-color: rgb(0 129 159 / 0.4);
  border-right-color: rgb(0 129 159 / 0.4);
}

.border-x-teal\/5 {
  border-left-color: rgb(0 129 159 / 0.05);
  border-right-color: rgb(0 129 159 / 0.05);
}

.border-x-teal\/50 {
  border-left-color: rgb(0 129 159 / 0.5);
  border-right-color: rgb(0 129 159 / 0.5);
}

.border-x-teal\/60 {
  border-left-color: rgb(0 129 159 / 0.6);
  border-right-color: rgb(0 129 159 / 0.6);
}

.border-x-teal\/70 {
  border-left-color: rgb(0 129 159 / 0.7);
  border-right-color: rgb(0 129 159 / 0.7);
}

.border-x-teal\/75 {
  border-left-color: rgb(0 129 159 / 0.75);
  border-right-color: rgb(0 129 159 / 0.75);
}

.border-x-teal\/80 {
  border-left-color: rgb(0 129 159 / 0.8);
  border-right-color: rgb(0 129 159 / 0.8);
}

.border-x-teal\/90 {
  border-left-color: rgb(0 129 159 / 0.9);
  border-right-color: rgb(0 129 159 / 0.9);
}

.border-x-teal\/95 {
  border-left-color: rgb(0 129 159 / 0.95);
  border-right-color: rgb(0 129 159 / 0.95);
}

.border-x-teal_dark {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 60 77 / var(--tw-border-opacity));
  border-right-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.border-x-teal_dark\/0 {
  border-left-color: rgb(0 60 77 / 0);
  border-right-color: rgb(0 60 77 / 0);
}

.border-x-teal_dark\/10 {
  border-left-color: rgb(0 60 77 / 0.1);
  border-right-color: rgb(0 60 77 / 0.1);
}

.border-x-teal_dark\/100 {
  border-left-color: rgb(0 60 77 / 1);
  border-right-color: rgb(0 60 77 / 1);
}

.border-x-teal_dark\/20 {
  border-left-color: rgb(0 60 77 / 0.2);
  border-right-color: rgb(0 60 77 / 0.2);
}

.border-x-teal_dark\/25 {
  border-left-color: rgb(0 60 77 / 0.25);
  border-right-color: rgb(0 60 77 / 0.25);
}

.border-x-teal_dark\/30 {
  border-left-color: rgb(0 60 77 / 0.3);
  border-right-color: rgb(0 60 77 / 0.3);
}

.border-x-teal_dark\/40 {
  border-left-color: rgb(0 60 77 / 0.4);
  border-right-color: rgb(0 60 77 / 0.4);
}

.border-x-teal_dark\/5 {
  border-left-color: rgb(0 60 77 / 0.05);
  border-right-color: rgb(0 60 77 / 0.05);
}

.border-x-teal_dark\/50 {
  border-left-color: rgb(0 60 77 / 0.5);
  border-right-color: rgb(0 60 77 / 0.5);
}

.border-x-teal_dark\/60 {
  border-left-color: rgb(0 60 77 / 0.6);
  border-right-color: rgb(0 60 77 / 0.6);
}

.border-x-teal_dark\/70 {
  border-left-color: rgb(0 60 77 / 0.7);
  border-right-color: rgb(0 60 77 / 0.7);
}

.border-x-teal_dark\/75 {
  border-left-color: rgb(0 60 77 / 0.75);
  border-right-color: rgb(0 60 77 / 0.75);
}

.border-x-teal_dark\/80 {
  border-left-color: rgb(0 60 77 / 0.8);
  border-right-color: rgb(0 60 77 / 0.8);
}

.border-x-teal_dark\/90 {
  border-left-color: rgb(0 60 77 / 0.9);
  border-right-color: rgb(0 60 77 / 0.9);
}

.border-x-teal_dark\/95 {
  border-left-color: rgb(0 60 77 / 0.95);
  border-right-color: rgb(0 60 77 / 0.95);
}

.border-x-teal_extra_light {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 251 252 / var(--tw-border-opacity));
  border-right-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.border-x-teal_extra_light\/0 {
  border-left-color: rgb(245 251 252 / 0);
  border-right-color: rgb(245 251 252 / 0);
}

.border-x-teal_extra_light\/10 {
  border-left-color: rgb(245 251 252 / 0.1);
  border-right-color: rgb(245 251 252 / 0.1);
}

.border-x-teal_extra_light\/100 {
  border-left-color: rgb(245 251 252 / 1);
  border-right-color: rgb(245 251 252 / 1);
}

.border-x-teal_extra_light\/20 {
  border-left-color: rgb(245 251 252 / 0.2);
  border-right-color: rgb(245 251 252 / 0.2);
}

.border-x-teal_extra_light\/25 {
  border-left-color: rgb(245 251 252 / 0.25);
  border-right-color: rgb(245 251 252 / 0.25);
}

.border-x-teal_extra_light\/30 {
  border-left-color: rgb(245 251 252 / 0.3);
  border-right-color: rgb(245 251 252 / 0.3);
}

.border-x-teal_extra_light\/40 {
  border-left-color: rgb(245 251 252 / 0.4);
  border-right-color: rgb(245 251 252 / 0.4);
}

.border-x-teal_extra_light\/5 {
  border-left-color: rgb(245 251 252 / 0.05);
  border-right-color: rgb(245 251 252 / 0.05);
}

.border-x-teal_extra_light\/50 {
  border-left-color: rgb(245 251 252 / 0.5);
  border-right-color: rgb(245 251 252 / 0.5);
}

.border-x-teal_extra_light\/60 {
  border-left-color: rgb(245 251 252 / 0.6);
  border-right-color: rgb(245 251 252 / 0.6);
}

.border-x-teal_extra_light\/70 {
  border-left-color: rgb(245 251 252 / 0.7);
  border-right-color: rgb(245 251 252 / 0.7);
}

.border-x-teal_extra_light\/75 {
  border-left-color: rgb(245 251 252 / 0.75);
  border-right-color: rgb(245 251 252 / 0.75);
}

.border-x-teal_extra_light\/80 {
  border-left-color: rgb(245 251 252 / 0.8);
  border-right-color: rgb(245 251 252 / 0.8);
}

.border-x-teal_extra_light\/90 {
  border-left-color: rgb(245 251 252 / 0.9);
  border-right-color: rgb(245 251 252 / 0.9);
}

.border-x-teal_extra_light\/95 {
  border-left-color: rgb(245 251 252 / 0.95);
  border-right-color: rgb(245 251 252 / 0.95);
}

.border-x-teal_light {
  --tw-border-opacity: 1;
  border-left-color: rgb(116 196 214 / var(--tw-border-opacity));
  border-right-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.border-x-teal_light\/0 {
  border-left-color: rgb(116 196 214 / 0);
  border-right-color: rgb(116 196 214 / 0);
}

.border-x-teal_light\/10 {
  border-left-color: rgb(116 196 214 / 0.1);
  border-right-color: rgb(116 196 214 / 0.1);
}

.border-x-teal_light\/100 {
  border-left-color: rgb(116 196 214 / 1);
  border-right-color: rgb(116 196 214 / 1);
}

.border-x-teal_light\/20 {
  border-left-color: rgb(116 196 214 / 0.2);
  border-right-color: rgb(116 196 214 / 0.2);
}

.border-x-teal_light\/25 {
  border-left-color: rgb(116 196 214 / 0.25);
  border-right-color: rgb(116 196 214 / 0.25);
}

.border-x-teal_light\/30 {
  border-left-color: rgb(116 196 214 / 0.3);
  border-right-color: rgb(116 196 214 / 0.3);
}

.border-x-teal_light\/40 {
  border-left-color: rgb(116 196 214 / 0.4);
  border-right-color: rgb(116 196 214 / 0.4);
}

.border-x-teal_light\/5 {
  border-left-color: rgb(116 196 214 / 0.05);
  border-right-color: rgb(116 196 214 / 0.05);
}

.border-x-teal_light\/50 {
  border-left-color: rgb(116 196 214 / 0.5);
  border-right-color: rgb(116 196 214 / 0.5);
}

.border-x-teal_light\/60 {
  border-left-color: rgb(116 196 214 / 0.6);
  border-right-color: rgb(116 196 214 / 0.6);
}

.border-x-teal_light\/70 {
  border-left-color: rgb(116 196 214 / 0.7);
  border-right-color: rgb(116 196 214 / 0.7);
}

.border-x-teal_light\/75 {
  border-left-color: rgb(116 196 214 / 0.75);
  border-right-color: rgb(116 196 214 / 0.75);
}

.border-x-teal_light\/80 {
  border-left-color: rgb(116 196 214 / 0.8);
  border-right-color: rgb(116 196 214 / 0.8);
}

.border-x-teal_light\/90 {
  border-left-color: rgb(116 196 214 / 0.9);
  border-right-color: rgb(116 196 214 / 0.9);
}

.border-x-teal_light\/95 {
  border-left-color: rgb(116 196 214 / 0.95);
  border-right-color: rgb(116 196 214 / 0.95);
}

.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-x-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.border-x-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-x-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.border-x-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-x-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-x-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-x-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-x-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-x-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-x-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-x-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-x-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-x-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-x-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-x-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

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

.border-x-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.border-x-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-x-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}

.border-x-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-x-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-x-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-x-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-x-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-x-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-x-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-x-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-x-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-x-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-x-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-x-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

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

.border-y-black\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-y-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-y-black\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-y-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-y-black\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-y-black\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-y-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-y-black\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-y-black\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-y-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-y-black\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-y-black\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-y-black\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-y-black\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-y-black\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-y-current {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.border-y-error_red {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 0 27 / var(--tw-border-opacity));
  border-bottom-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.border-y-error_red\/0 {
  border-top-color: rgb(235 0 27 / 0);
  border-bottom-color: rgb(235 0 27 / 0);
}

.border-y-error_red\/10 {
  border-top-color: rgb(235 0 27 / 0.1);
  border-bottom-color: rgb(235 0 27 / 0.1);
}

.border-y-error_red\/100 {
  border-top-color: rgb(235 0 27 / 1);
  border-bottom-color: rgb(235 0 27 / 1);
}

.border-y-error_red\/20 {
  border-top-color: rgb(235 0 27 / 0.2);
  border-bottom-color: rgb(235 0 27 / 0.2);
}

.border-y-error_red\/25 {
  border-top-color: rgb(235 0 27 / 0.25);
  border-bottom-color: rgb(235 0 27 / 0.25);
}

.border-y-error_red\/30 {
  border-top-color: rgb(235 0 27 / 0.3);
  border-bottom-color: rgb(235 0 27 / 0.3);
}

.border-y-error_red\/40 {
  border-top-color: rgb(235 0 27 / 0.4);
  border-bottom-color: rgb(235 0 27 / 0.4);
}

.border-y-error_red\/5 {
  border-top-color: rgb(235 0 27 / 0.05);
  border-bottom-color: rgb(235 0 27 / 0.05);
}

.border-y-error_red\/50 {
  border-top-color: rgb(235 0 27 / 0.5);
  border-bottom-color: rgb(235 0 27 / 0.5);
}

.border-y-error_red\/60 {
  border-top-color: rgb(235 0 27 / 0.6);
  border-bottom-color: rgb(235 0 27 / 0.6);
}

.border-y-error_red\/70 {
  border-top-color: rgb(235 0 27 / 0.7);
  border-bottom-color: rgb(235 0 27 / 0.7);
}

.border-y-error_red\/75 {
  border-top-color: rgb(235 0 27 / 0.75);
  border-bottom-color: rgb(235 0 27 / 0.75);
}

.border-y-error_red\/80 {
  border-top-color: rgb(235 0 27 / 0.8);
  border-bottom-color: rgb(235 0 27 / 0.8);
}

.border-y-error_red\/90 {
  border-top-color: rgb(235 0 27 / 0.9);
  border-bottom-color: rgb(235 0 27 / 0.9);
}

.border-y-error_red\/95 {
  border-top-color: rgb(235 0 27 / 0.95);
  border-bottom-color: rgb(235 0 27 / 0.95);
}

.border-y-gray5 {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
  border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-y-gray5\/0 {
  border-top-color: rgb(242 242 242 / 0);
  border-bottom-color: rgb(242 242 242 / 0);
}

.border-y-gray5\/10 {
  border-top-color: rgb(242 242 242 / 0.1);
  border-bottom-color: rgb(242 242 242 / 0.1);
}

.border-y-gray5\/100 {
  border-top-color: rgb(242 242 242 / 1);
  border-bottom-color: rgb(242 242 242 / 1);
}

.border-y-gray5\/20 {
  border-top-color: rgb(242 242 242 / 0.2);
  border-bottom-color: rgb(242 242 242 / 0.2);
}

.border-y-gray5\/25 {
  border-top-color: rgb(242 242 242 / 0.25);
  border-bottom-color: rgb(242 242 242 / 0.25);
}

.border-y-gray5\/30 {
  border-top-color: rgb(242 242 242 / 0.3);
  border-bottom-color: rgb(242 242 242 / 0.3);
}

.border-y-gray5\/40 {
  border-top-color: rgb(242 242 242 / 0.4);
  border-bottom-color: rgb(242 242 242 / 0.4);
}

.border-y-gray5\/5 {
  border-top-color: rgb(242 242 242 / 0.05);
  border-bottom-color: rgb(242 242 242 / 0.05);
}

.border-y-gray5\/50 {
  border-top-color: rgb(242 242 242 / 0.5);
  border-bottom-color: rgb(242 242 242 / 0.5);
}

.border-y-gray5\/60 {
  border-top-color: rgb(242 242 242 / 0.6);
  border-bottom-color: rgb(242 242 242 / 0.6);
}

.border-y-gray5\/70 {
  border-top-color: rgb(242 242 242 / 0.7);
  border-bottom-color: rgb(242 242 242 / 0.7);
}

.border-y-gray5\/75 {
  border-top-color: rgb(242 242 242 / 0.75);
  border-bottom-color: rgb(242 242 242 / 0.75);
}

.border-y-gray5\/80 {
  border-top-color: rgb(242 242 242 / 0.8);
  border-bottom-color: rgb(242 242 242 / 0.8);
}

.border-y-gray5\/90 {
  border-top-color: rgb(242 242 242 / 0.9);
  border-bottom-color: rgb(242 242 242 / 0.9);
}

.border-y-gray5\/95 {
  border-top-color: rgb(242 242 242 / 0.95);
  border-bottom-color: rgb(242 242 242 / 0.95);
}

.border-y-sh_black {
  --tw-border-opacity: 1;
  border-top-color: rgb(35 31 32 / var(--tw-border-opacity));
  border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.border-y-sh_black\/0 {
  border-top-color: rgb(35 31 32 / 0);
  border-bottom-color: rgb(35 31 32 / 0);
}

.border-y-sh_black\/10 {
  border-top-color: rgb(35 31 32 / 0.1);
  border-bottom-color: rgb(35 31 32 / 0.1);
}

.border-y-sh_black\/100 {
  border-top-color: rgb(35 31 32 / 1);
  border-bottom-color: rgb(35 31 32 / 1);
}

.border-y-sh_black\/20 {
  border-top-color: rgb(35 31 32 / 0.2);
  border-bottom-color: rgb(35 31 32 / 0.2);
}

.border-y-sh_black\/25 {
  border-top-color: rgb(35 31 32 / 0.25);
  border-bottom-color: rgb(35 31 32 / 0.25);
}

.border-y-sh_black\/30 {
  border-top-color: rgb(35 31 32 / 0.3);
  border-bottom-color: rgb(35 31 32 / 0.3);
}

.border-y-sh_black\/40 {
  border-top-color: rgb(35 31 32 / 0.4);
  border-bottom-color: rgb(35 31 32 / 0.4);
}

.border-y-sh_black\/5 {
  border-top-color: rgb(35 31 32 / 0.05);
  border-bottom-color: rgb(35 31 32 / 0.05);
}

.border-y-sh_black\/50 {
  border-top-color: rgb(35 31 32 / 0.5);
  border-bottom-color: rgb(35 31 32 / 0.5);
}

.border-y-sh_black\/60 {
  border-top-color: rgb(35 31 32 / 0.6);
  border-bottom-color: rgb(35 31 32 / 0.6);
}

.border-y-sh_black\/70 {
  border-top-color: rgb(35 31 32 / 0.7);
  border-bottom-color: rgb(35 31 32 / 0.7);
}

.border-y-sh_black\/75 {
  border-top-color: rgb(35 31 32 / 0.75);
  border-bottom-color: rgb(35 31 32 / 0.75);
}

.border-y-sh_black\/80 {
  border-top-color: rgb(35 31 32 / 0.8);
  border-bottom-color: rgb(35 31 32 / 0.8);
}

.border-y-sh_black\/90 {
  border-top-color: rgb(35 31 32 / 0.9);
  border-bottom-color: rgb(35 31 32 / 0.9);
}

.border-y-sh_black\/95 {
  border-top-color: rgb(35 31 32 / 0.95);
  border-bottom-color: rgb(35 31 32 / 0.95);
}

.border-y-success_green {
  --tw-border-opacity: 1;
  border-top-color: rgb(80 131 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.border-y-success_green\/0 {
  border-top-color: rgb(80 131 22 / 0);
  border-bottom-color: rgb(80 131 22 / 0);
}

.border-y-success_green\/10 {
  border-top-color: rgb(80 131 22 / 0.1);
  border-bottom-color: rgb(80 131 22 / 0.1);
}

.border-y-success_green\/100 {
  border-top-color: rgb(80 131 22 / 1);
  border-bottom-color: rgb(80 131 22 / 1);
}

.border-y-success_green\/20 {
  border-top-color: rgb(80 131 22 / 0.2);
  border-bottom-color: rgb(80 131 22 / 0.2);
}

.border-y-success_green\/25 {
  border-top-color: rgb(80 131 22 / 0.25);
  border-bottom-color: rgb(80 131 22 / 0.25);
}

.border-y-success_green\/30 {
  border-top-color: rgb(80 131 22 / 0.3);
  border-bottom-color: rgb(80 131 22 / 0.3);
}

.border-y-success_green\/40 {
  border-top-color: rgb(80 131 22 / 0.4);
  border-bottom-color: rgb(80 131 22 / 0.4);
}

.border-y-success_green\/5 {
  border-top-color: rgb(80 131 22 / 0.05);
  border-bottom-color: rgb(80 131 22 / 0.05);
}

.border-y-success_green\/50 {
  border-top-color: rgb(80 131 22 / 0.5);
  border-bottom-color: rgb(80 131 22 / 0.5);
}

.border-y-success_green\/60 {
  border-top-color: rgb(80 131 22 / 0.6);
  border-bottom-color: rgb(80 131 22 / 0.6);
}

.border-y-success_green\/70 {
  border-top-color: rgb(80 131 22 / 0.7);
  border-bottom-color: rgb(80 131 22 / 0.7);
}

.border-y-success_green\/75 {
  border-top-color: rgb(80 131 22 / 0.75);
  border-bottom-color: rgb(80 131 22 / 0.75);
}

.border-y-success_green\/80 {
  border-top-color: rgb(80 131 22 / 0.8);
  border-bottom-color: rgb(80 131 22 / 0.8);
}

.border-y-success_green\/90 {
  border-top-color: rgb(80 131 22 / 0.9);
  border-bottom-color: rgb(80 131 22 / 0.9);
}

.border-y-success_green\/95 {
  border-top-color: rgb(80 131 22 / 0.95);
  border-bottom-color: rgb(80 131 22 / 0.95);
}

.border-y-teal {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 129 159 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.border-y-teal\/0 {
  border-top-color: rgb(0 129 159 / 0);
  border-bottom-color: rgb(0 129 159 / 0);
}

.border-y-teal\/10 {
  border-top-color: rgb(0 129 159 / 0.1);
  border-bottom-color: rgb(0 129 159 / 0.1);
}

.border-y-teal\/100 {
  border-top-color: rgb(0 129 159 / 1);
  border-bottom-color: rgb(0 129 159 / 1);
}

.border-y-teal\/20 {
  border-top-color: rgb(0 129 159 / 0.2);
  border-bottom-color: rgb(0 129 159 / 0.2);
}

.border-y-teal\/25 {
  border-top-color: rgb(0 129 159 / 0.25);
  border-bottom-color: rgb(0 129 159 / 0.25);
}

.border-y-teal\/30 {
  border-top-color: rgb(0 129 159 / 0.3);
  border-bottom-color: rgb(0 129 159 / 0.3);
}

.border-y-teal\/40 {
  border-top-color: rgb(0 129 159 / 0.4);
  border-bottom-color: rgb(0 129 159 / 0.4);
}

.border-y-teal\/5 {
  border-top-color: rgb(0 129 159 / 0.05);
  border-bottom-color: rgb(0 129 159 / 0.05);
}

.border-y-teal\/50 {
  border-top-color: rgb(0 129 159 / 0.5);
  border-bottom-color: rgb(0 129 159 / 0.5);
}

.border-y-teal\/60 {
  border-top-color: rgb(0 129 159 / 0.6);
  border-bottom-color: rgb(0 129 159 / 0.6);
}

.border-y-teal\/70 {
  border-top-color: rgb(0 129 159 / 0.7);
  border-bottom-color: rgb(0 129 159 / 0.7);
}

.border-y-teal\/75 {
  border-top-color: rgb(0 129 159 / 0.75);
  border-bottom-color: rgb(0 129 159 / 0.75);
}

.border-y-teal\/80 {
  border-top-color: rgb(0 129 159 / 0.8);
  border-bottom-color: rgb(0 129 159 / 0.8);
}

.border-y-teal\/90 {
  border-top-color: rgb(0 129 159 / 0.9);
  border-bottom-color: rgb(0 129 159 / 0.9);
}

.border-y-teal\/95 {
  border-top-color: rgb(0 129 159 / 0.95);
  border-bottom-color: rgb(0 129 159 / 0.95);
}

.border-y-teal_dark {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 60 77 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.border-y-teal_dark\/0 {
  border-top-color: rgb(0 60 77 / 0);
  border-bottom-color: rgb(0 60 77 / 0);
}

.border-y-teal_dark\/10 {
  border-top-color: rgb(0 60 77 / 0.1);
  border-bottom-color: rgb(0 60 77 / 0.1);
}

.border-y-teal_dark\/100 {
  border-top-color: rgb(0 60 77 / 1);
  border-bottom-color: rgb(0 60 77 / 1);
}

.border-y-teal_dark\/20 {
  border-top-color: rgb(0 60 77 / 0.2);
  border-bottom-color: rgb(0 60 77 / 0.2);
}

.border-y-teal_dark\/25 {
  border-top-color: rgb(0 60 77 / 0.25);
  border-bottom-color: rgb(0 60 77 / 0.25);
}

.border-y-teal_dark\/30 {
  border-top-color: rgb(0 60 77 / 0.3);
  border-bottom-color: rgb(0 60 77 / 0.3);
}

.border-y-teal_dark\/40 {
  border-top-color: rgb(0 60 77 / 0.4);
  border-bottom-color: rgb(0 60 77 / 0.4);
}

.border-y-teal_dark\/5 {
  border-top-color: rgb(0 60 77 / 0.05);
  border-bottom-color: rgb(0 60 77 / 0.05);
}

.border-y-teal_dark\/50 {
  border-top-color: rgb(0 60 77 / 0.5);
  border-bottom-color: rgb(0 60 77 / 0.5);
}

.border-y-teal_dark\/60 {
  border-top-color: rgb(0 60 77 / 0.6);
  border-bottom-color: rgb(0 60 77 / 0.6);
}

.border-y-teal_dark\/70 {
  border-top-color: rgb(0 60 77 / 0.7);
  border-bottom-color: rgb(0 60 77 / 0.7);
}

.border-y-teal_dark\/75 {
  border-top-color: rgb(0 60 77 / 0.75);
  border-bottom-color: rgb(0 60 77 / 0.75);
}

.border-y-teal_dark\/80 {
  border-top-color: rgb(0 60 77 / 0.8);
  border-bottom-color: rgb(0 60 77 / 0.8);
}

.border-y-teal_dark\/90 {
  border-top-color: rgb(0 60 77 / 0.9);
  border-bottom-color: rgb(0 60 77 / 0.9);
}

.border-y-teal_dark\/95 {
  border-top-color: rgb(0 60 77 / 0.95);
  border-bottom-color: rgb(0 60 77 / 0.95);
}

.border-y-teal_extra_light {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 251 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.border-y-teal_extra_light\/0 {
  border-top-color: rgb(245 251 252 / 0);
  border-bottom-color: rgb(245 251 252 / 0);
}

.border-y-teal_extra_light\/10 {
  border-top-color: rgb(245 251 252 / 0.1);
  border-bottom-color: rgb(245 251 252 / 0.1);
}

.border-y-teal_extra_light\/100 {
  border-top-color: rgb(245 251 252 / 1);
  border-bottom-color: rgb(245 251 252 / 1);
}

.border-y-teal_extra_light\/20 {
  border-top-color: rgb(245 251 252 / 0.2);
  border-bottom-color: rgb(245 251 252 / 0.2);
}

.border-y-teal_extra_light\/25 {
  border-top-color: rgb(245 251 252 / 0.25);
  border-bottom-color: rgb(245 251 252 / 0.25);
}

.border-y-teal_extra_light\/30 {
  border-top-color: rgb(245 251 252 / 0.3);
  border-bottom-color: rgb(245 251 252 / 0.3);
}

.border-y-teal_extra_light\/40 {
  border-top-color: rgb(245 251 252 / 0.4);
  border-bottom-color: rgb(245 251 252 / 0.4);
}

.border-y-teal_extra_light\/5 {
  border-top-color: rgb(245 251 252 / 0.05);
  border-bottom-color: rgb(245 251 252 / 0.05);
}

.border-y-teal_extra_light\/50 {
  border-top-color: rgb(245 251 252 / 0.5);
  border-bottom-color: rgb(245 251 252 / 0.5);
}

.border-y-teal_extra_light\/60 {
  border-top-color: rgb(245 251 252 / 0.6);
  border-bottom-color: rgb(245 251 252 / 0.6);
}

.border-y-teal_extra_light\/70 {
  border-top-color: rgb(245 251 252 / 0.7);
  border-bottom-color: rgb(245 251 252 / 0.7);
}

.border-y-teal_extra_light\/75 {
  border-top-color: rgb(245 251 252 / 0.75);
  border-bottom-color: rgb(245 251 252 / 0.75);
}

.border-y-teal_extra_light\/80 {
  border-top-color: rgb(245 251 252 / 0.8);
  border-bottom-color: rgb(245 251 252 / 0.8);
}

.border-y-teal_extra_light\/90 {
  border-top-color: rgb(245 251 252 / 0.9);
  border-bottom-color: rgb(245 251 252 / 0.9);
}

.border-y-teal_extra_light\/95 {
  border-top-color: rgb(245 251 252 / 0.95);
  border-bottom-color: rgb(245 251 252 / 0.95);
}

.border-y-teal_light {
  --tw-border-opacity: 1;
  border-top-color: rgb(116 196 214 / var(--tw-border-opacity));
  border-bottom-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.border-y-teal_light\/0 {
  border-top-color: rgb(116 196 214 / 0);
  border-bottom-color: rgb(116 196 214 / 0);
}

.border-y-teal_light\/10 {
  border-top-color: rgb(116 196 214 / 0.1);
  border-bottom-color: rgb(116 196 214 / 0.1);
}

.border-y-teal_light\/100 {
  border-top-color: rgb(116 196 214 / 1);
  border-bottom-color: rgb(116 196 214 / 1);
}

.border-y-teal_light\/20 {
  border-top-color: rgb(116 196 214 / 0.2);
  border-bottom-color: rgb(116 196 214 / 0.2);
}

.border-y-teal_light\/25 {
  border-top-color: rgb(116 196 214 / 0.25);
  border-bottom-color: rgb(116 196 214 / 0.25);
}

.border-y-teal_light\/30 {
  border-top-color: rgb(116 196 214 / 0.3);
  border-bottom-color: rgb(116 196 214 / 0.3);
}

.border-y-teal_light\/40 {
  border-top-color: rgb(116 196 214 / 0.4);
  border-bottom-color: rgb(116 196 214 / 0.4);
}

.border-y-teal_light\/5 {
  border-top-color: rgb(116 196 214 / 0.05);
  border-bottom-color: rgb(116 196 214 / 0.05);
}

.border-y-teal_light\/50 {
  border-top-color: rgb(116 196 214 / 0.5);
  border-bottom-color: rgb(116 196 214 / 0.5);
}

.border-y-teal_light\/60 {
  border-top-color: rgb(116 196 214 / 0.6);
  border-bottom-color: rgb(116 196 214 / 0.6);
}

.border-y-teal_light\/70 {
  border-top-color: rgb(116 196 214 / 0.7);
  border-bottom-color: rgb(116 196 214 / 0.7);
}

.border-y-teal_light\/75 {
  border-top-color: rgb(116 196 214 / 0.75);
  border-bottom-color: rgb(116 196 214 / 0.75);
}

.border-y-teal_light\/80 {
  border-top-color: rgb(116 196 214 / 0.8);
  border-bottom-color: rgb(116 196 214 / 0.8);
}

.border-y-teal_light\/90 {
  border-top-color: rgb(116 196 214 / 0.9);
  border-bottom-color: rgb(116 196 214 / 0.9);
}

.border-y-teal_light\/95 {
  border-top-color: rgb(116 196 214 / 0.95);
  border-bottom-color: rgb(116 196 214 / 0.95);
}

.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.border-y-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-y-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-y-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-y-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-y-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-y-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-y-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-y-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-y-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-y-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-y-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-y-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-y-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-y-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-y-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

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

.border-y-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-y-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-y-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-y-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-y-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-y-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-y-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-y-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-y-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-y-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-y-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-y-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-y-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-y-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-y-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

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

.border-b-black\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-b-black\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-b-black\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-b-black\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-b-black\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-b-black\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-b-black\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-b-black\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-b-black\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-b-black\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-b-black\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-b-black\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-b-black\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-b-black\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-b-black\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-b-current {
  border-bottom-color: currentColor;
}

.border-b-error_red {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.border-b-error_red\/0 {
  border-bottom-color: rgb(235 0 27 / 0);
}

.border-b-error_red\/10 {
  border-bottom-color: rgb(235 0 27 / 0.1);
}

.border-b-error_red\/100 {
  border-bottom-color: rgb(235 0 27 / 1);
}

.border-b-error_red\/20 {
  border-bottom-color: rgb(235 0 27 / 0.2);
}

.border-b-error_red\/25 {
  border-bottom-color: rgb(235 0 27 / 0.25);
}

.border-b-error_red\/30 {
  border-bottom-color: rgb(235 0 27 / 0.3);
}

.border-b-error_red\/40 {
  border-bottom-color: rgb(235 0 27 / 0.4);
}

.border-b-error_red\/5 {
  border-bottom-color: rgb(235 0 27 / 0.05);
}

.border-b-error_red\/50 {
  border-bottom-color: rgb(235 0 27 / 0.5);
}

.border-b-error_red\/60 {
  border-bottom-color: rgb(235 0 27 / 0.6);
}

.border-b-error_red\/70 {
  border-bottom-color: rgb(235 0 27 / 0.7);
}

.border-b-error_red\/75 {
  border-bottom-color: rgb(235 0 27 / 0.75);
}

.border-b-error_red\/80 {
  border-bottom-color: rgb(235 0 27 / 0.8);
}

.border-b-error_red\/90 {
  border-bottom-color: rgb(235 0 27 / 0.9);
}

.border-b-error_red\/95 {
  border-bottom-color: rgb(235 0 27 / 0.95);
}

.border-b-gray5 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-b-gray5\/0 {
  border-bottom-color: rgb(242 242 242 / 0);
}

.border-b-gray5\/10 {
  border-bottom-color: rgb(242 242 242 / 0.1);
}

.border-b-gray5\/100 {
  border-bottom-color: rgb(242 242 242 / 1);
}

.border-b-gray5\/20 {
  border-bottom-color: rgb(242 242 242 / 0.2);
}

.border-b-gray5\/25 {
  border-bottom-color: rgb(242 242 242 / 0.25);
}

.border-b-gray5\/30 {
  border-bottom-color: rgb(242 242 242 / 0.3);
}

.border-b-gray5\/40 {
  border-bottom-color: rgb(242 242 242 / 0.4);
}

.border-b-gray5\/5 {
  border-bottom-color: rgb(242 242 242 / 0.05);
}

.border-b-gray5\/50 {
  border-bottom-color: rgb(242 242 242 / 0.5);
}

.border-b-gray5\/60 {
  border-bottom-color: rgb(242 242 242 / 0.6);
}

.border-b-gray5\/70 {
  border-bottom-color: rgb(242 242 242 / 0.7);
}

.border-b-gray5\/75 {
  border-bottom-color: rgb(242 242 242 / 0.75);
}

.border-b-gray5\/80 {
  border-bottom-color: rgb(242 242 242 / 0.8);
}

.border-b-gray5\/90 {
  border-bottom-color: rgb(242 242 242 / 0.9);
}

.border-b-gray5\/95 {
  border-bottom-color: rgb(242 242 242 / 0.95);
}

.border-b-sh_black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.border-b-sh_black\/0 {
  border-bottom-color: rgb(35 31 32 / 0);
}

.border-b-sh_black\/10 {
  border-bottom-color: rgb(35 31 32 / 0.1);
}

.border-b-sh_black\/100 {
  border-bottom-color: rgb(35 31 32 / 1);
}

.border-b-sh_black\/20 {
  border-bottom-color: rgb(35 31 32 / 0.2);
}

.border-b-sh_black\/25 {
  border-bottom-color: rgb(35 31 32 / 0.25);
}

.border-b-sh_black\/30 {
  border-bottom-color: rgb(35 31 32 / 0.3);
}

.border-b-sh_black\/40 {
  border-bottom-color: rgb(35 31 32 / 0.4);
}

.border-b-sh_black\/5 {
  border-bottom-color: rgb(35 31 32 / 0.05);
}

.border-b-sh_black\/50 {
  border-bottom-color: rgb(35 31 32 / 0.5);
}

.border-b-sh_black\/60 {
  border-bottom-color: rgb(35 31 32 / 0.6);
}

.border-b-sh_black\/70 {
  border-bottom-color: rgb(35 31 32 / 0.7);
}

.border-b-sh_black\/75 {
  border-bottom-color: rgb(35 31 32 / 0.75);
}

.border-b-sh_black\/80 {
  border-bottom-color: rgb(35 31 32 / 0.8);
}

.border-b-sh_black\/90 {
  border-bottom-color: rgb(35 31 32 / 0.9);
}

.border-b-sh_black\/95 {
  border-bottom-color: rgb(35 31 32 / 0.95);
}

.border-b-success_green {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.border-b-success_green\/0 {
  border-bottom-color: rgb(80 131 22 / 0);
}

.border-b-success_green\/10 {
  border-bottom-color: rgb(80 131 22 / 0.1);
}

.border-b-success_green\/100 {
  border-bottom-color: rgb(80 131 22 / 1);
}

.border-b-success_green\/20 {
  border-bottom-color: rgb(80 131 22 / 0.2);
}

.border-b-success_green\/25 {
  border-bottom-color: rgb(80 131 22 / 0.25);
}

.border-b-success_green\/30 {
  border-bottom-color: rgb(80 131 22 / 0.3);
}

.border-b-success_green\/40 {
  border-bottom-color: rgb(80 131 22 / 0.4);
}

.border-b-success_green\/5 {
  border-bottom-color: rgb(80 131 22 / 0.05);
}

.border-b-success_green\/50 {
  border-bottom-color: rgb(80 131 22 / 0.5);
}

.border-b-success_green\/60 {
  border-bottom-color: rgb(80 131 22 / 0.6);
}

.border-b-success_green\/70 {
  border-bottom-color: rgb(80 131 22 / 0.7);
}

.border-b-success_green\/75 {
  border-bottom-color: rgb(80 131 22 / 0.75);
}

.border-b-success_green\/80 {
  border-bottom-color: rgb(80 131 22 / 0.8);
}

.border-b-success_green\/90 {
  border-bottom-color: rgb(80 131 22 / 0.9);
}

.border-b-success_green\/95 {
  border-bottom-color: rgb(80 131 22 / 0.95);
}

.border-b-teal {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.border-b-teal\/0 {
  border-bottom-color: rgb(0 129 159 / 0);
}

.border-b-teal\/10 {
  border-bottom-color: rgb(0 129 159 / 0.1);
}

.border-b-teal\/100 {
  border-bottom-color: rgb(0 129 159 / 1);
}

.border-b-teal\/20 {
  border-bottom-color: rgb(0 129 159 / 0.2);
}

.border-b-teal\/25 {
  border-bottom-color: rgb(0 129 159 / 0.25);
}

.border-b-teal\/30 {
  border-bottom-color: rgb(0 129 159 / 0.3);
}

.border-b-teal\/40 {
  border-bottom-color: rgb(0 129 159 / 0.4);
}

.border-b-teal\/5 {
  border-bottom-color: rgb(0 129 159 / 0.05);
}

.border-b-teal\/50 {
  border-bottom-color: rgb(0 129 159 / 0.5);
}

.border-b-teal\/60 {
  border-bottom-color: rgb(0 129 159 / 0.6);
}

.border-b-teal\/70 {
  border-bottom-color: rgb(0 129 159 / 0.7);
}

.border-b-teal\/75 {
  border-bottom-color: rgb(0 129 159 / 0.75);
}

.border-b-teal\/80 {
  border-bottom-color: rgb(0 129 159 / 0.8);
}

.border-b-teal\/90 {
  border-bottom-color: rgb(0 129 159 / 0.9);
}

.border-b-teal\/95 {
  border-bottom-color: rgb(0 129 159 / 0.95);
}

.border-b-teal_dark {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.border-b-teal_dark\/0 {
  border-bottom-color: rgb(0 60 77 / 0);
}

.border-b-teal_dark\/10 {
  border-bottom-color: rgb(0 60 77 / 0.1);
}

.border-b-teal_dark\/100 {
  border-bottom-color: rgb(0 60 77 / 1);
}

.border-b-teal_dark\/20 {
  border-bottom-color: rgb(0 60 77 / 0.2);
}

.border-b-teal_dark\/25 {
  border-bottom-color: rgb(0 60 77 / 0.25);
}

.border-b-teal_dark\/30 {
  border-bottom-color: rgb(0 60 77 / 0.3);
}

.border-b-teal_dark\/40 {
  border-bottom-color: rgb(0 60 77 / 0.4);
}

.border-b-teal_dark\/5 {
  border-bottom-color: rgb(0 60 77 / 0.05);
}

.border-b-teal_dark\/50 {
  border-bottom-color: rgb(0 60 77 / 0.5);
}

.border-b-teal_dark\/60 {
  border-bottom-color: rgb(0 60 77 / 0.6);
}

.border-b-teal_dark\/70 {
  border-bottom-color: rgb(0 60 77 / 0.7);
}

.border-b-teal_dark\/75 {
  border-bottom-color: rgb(0 60 77 / 0.75);
}

.border-b-teal_dark\/80 {
  border-bottom-color: rgb(0 60 77 / 0.8);
}

.border-b-teal_dark\/90 {
  border-bottom-color: rgb(0 60 77 / 0.9);
}

.border-b-teal_dark\/95 {
  border-bottom-color: rgb(0 60 77 / 0.95);
}

.border-b-teal_extra_light {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.border-b-teal_extra_light\/0 {
  border-bottom-color: rgb(245 251 252 / 0);
}

.border-b-teal_extra_light\/10 {
  border-bottom-color: rgb(245 251 252 / 0.1);
}

.border-b-teal_extra_light\/100 {
  border-bottom-color: rgb(245 251 252 / 1);
}

.border-b-teal_extra_light\/20 {
  border-bottom-color: rgb(245 251 252 / 0.2);
}

.border-b-teal_extra_light\/25 {
  border-bottom-color: rgb(245 251 252 / 0.25);
}

.border-b-teal_extra_light\/30 {
  border-bottom-color: rgb(245 251 252 / 0.3);
}

.border-b-teal_extra_light\/40 {
  border-bottom-color: rgb(245 251 252 / 0.4);
}

.border-b-teal_extra_light\/5 {
  border-bottom-color: rgb(245 251 252 / 0.05);
}

.border-b-teal_extra_light\/50 {
  border-bottom-color: rgb(245 251 252 / 0.5);
}

.border-b-teal_extra_light\/60 {
  border-bottom-color: rgb(245 251 252 / 0.6);
}

.border-b-teal_extra_light\/70 {
  border-bottom-color: rgb(245 251 252 / 0.7);
}

.border-b-teal_extra_light\/75 {
  border-bottom-color: rgb(245 251 252 / 0.75);
}

.border-b-teal_extra_light\/80 {
  border-bottom-color: rgb(245 251 252 / 0.8);
}

.border-b-teal_extra_light\/90 {
  border-bottom-color: rgb(245 251 252 / 0.9);
}

.border-b-teal_extra_light\/95 {
  border-bottom-color: rgb(245 251 252 / 0.95);
}

.border-b-teal_light {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.border-b-teal_light\/0 {
  border-bottom-color: rgb(116 196 214 / 0);
}

.border-b-teal_light\/10 {
  border-bottom-color: rgb(116 196 214 / 0.1);
}

.border-b-teal_light\/100 {
  border-bottom-color: rgb(116 196 214 / 1);
}

.border-b-teal_light\/20 {
  border-bottom-color: rgb(116 196 214 / 0.2);
}

.border-b-teal_light\/25 {
  border-bottom-color: rgb(116 196 214 / 0.25);
}

.border-b-teal_light\/30 {
  border-bottom-color: rgb(116 196 214 / 0.3);
}

.border-b-teal_light\/40 {
  border-bottom-color: rgb(116 196 214 / 0.4);
}

.border-b-teal_light\/5 {
  border-bottom-color: rgb(116 196 214 / 0.05);
}

.border-b-teal_light\/50 {
  border-bottom-color: rgb(116 196 214 / 0.5);
}

.border-b-teal_light\/60 {
  border-bottom-color: rgb(116 196 214 / 0.6);
}

.border-b-teal_light\/70 {
  border-bottom-color: rgb(116 196 214 / 0.7);
}

.border-b-teal_light\/75 {
  border-bottom-color: rgb(116 196 214 / 0.75);
}

.border-b-teal_light\/80 {
  border-bottom-color: rgb(116 196 214 / 0.8);
}

.border-b-teal_light\/90 {
  border-bottom-color: rgb(116 196 214 / 0.9);
}

.border-b-teal_light\/95 {
  border-bottom-color: rgb(116 196 214 / 0.95);
}

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

.border-b-transparent\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-b-transparent\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-b-transparent\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-b-transparent\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-b-transparent\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-b-transparent\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-b-transparent\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-b-transparent\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-b-transparent\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-b-transparent\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-b-transparent\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-b-transparent\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-b-transparent\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-b-transparent\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-b-transparent\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

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

.border-b-white\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-b-white\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-b-white\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-b-white\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-b-white\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-b-white\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-b-white\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-b-white\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-b-white\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-b-white\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-b-white\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-b-white\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-b-white\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-b-white\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-b-white\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}

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

.border-e-black\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.border-e-black\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.border-e-black\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.border-e-black\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.border-e-black\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.border-e-black\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.border-e-black\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.border-e-black\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.border-e-black\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.border-e-black\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.border-e-black\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.border-e-black\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.border-e-black\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.border-e-black\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.border-e-black\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.border-e-current {
  border-inline-end-color: currentColor;
}

.border-e-error_red {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.border-e-error_red\/0 {
  border-inline-end-color: rgb(235 0 27 / 0);
}

.border-e-error_red\/10 {
  border-inline-end-color: rgb(235 0 27 / 0.1);
}

.border-e-error_red\/100 {
  border-inline-end-color: rgb(235 0 27 / 1);
}

.border-e-error_red\/20 {
  border-inline-end-color: rgb(235 0 27 / 0.2);
}

.border-e-error_red\/25 {
  border-inline-end-color: rgb(235 0 27 / 0.25);
}

.border-e-error_red\/30 {
  border-inline-end-color: rgb(235 0 27 / 0.3);
}

.border-e-error_red\/40 {
  border-inline-end-color: rgb(235 0 27 / 0.4);
}

.border-e-error_red\/5 {
  border-inline-end-color: rgb(235 0 27 / 0.05);
}

.border-e-error_red\/50 {
  border-inline-end-color: rgb(235 0 27 / 0.5);
}

.border-e-error_red\/60 {
  border-inline-end-color: rgb(235 0 27 / 0.6);
}

.border-e-error_red\/70 {
  border-inline-end-color: rgb(235 0 27 / 0.7);
}

.border-e-error_red\/75 {
  border-inline-end-color: rgb(235 0 27 / 0.75);
}

.border-e-error_red\/80 {
  border-inline-end-color: rgb(235 0 27 / 0.8);
}

.border-e-error_red\/90 {
  border-inline-end-color: rgb(235 0 27 / 0.9);
}

.border-e-error_red\/95 {
  border-inline-end-color: rgb(235 0 27 / 0.95);
}

.border-e-gray5 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-e-gray5\/0 {
  border-inline-end-color: rgb(242 242 242 / 0);
}

.border-e-gray5\/10 {
  border-inline-end-color: rgb(242 242 242 / 0.1);
}

.border-e-gray5\/100 {
  border-inline-end-color: rgb(242 242 242 / 1);
}

.border-e-gray5\/20 {
  border-inline-end-color: rgb(242 242 242 / 0.2);
}

.border-e-gray5\/25 {
  border-inline-end-color: rgb(242 242 242 / 0.25);
}

.border-e-gray5\/30 {
  border-inline-end-color: rgb(242 242 242 / 0.3);
}

.border-e-gray5\/40 {
  border-inline-end-color: rgb(242 242 242 / 0.4);
}

.border-e-gray5\/5 {
  border-inline-end-color: rgb(242 242 242 / 0.05);
}

.border-e-gray5\/50 {
  border-inline-end-color: rgb(242 242 242 / 0.5);
}

.border-e-gray5\/60 {
  border-inline-end-color: rgb(242 242 242 / 0.6);
}

.border-e-gray5\/70 {
  border-inline-end-color: rgb(242 242 242 / 0.7);
}

.border-e-gray5\/75 {
  border-inline-end-color: rgb(242 242 242 / 0.75);
}

.border-e-gray5\/80 {
  border-inline-end-color: rgb(242 242 242 / 0.8);
}

.border-e-gray5\/90 {
  border-inline-end-color: rgb(242 242 242 / 0.9);
}

.border-e-gray5\/95 {
  border-inline-end-color: rgb(242 242 242 / 0.95);
}

.border-e-sh_black {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.border-e-sh_black\/0 {
  border-inline-end-color: rgb(35 31 32 / 0);
}

.border-e-sh_black\/10 {
  border-inline-end-color: rgb(35 31 32 / 0.1);
}

.border-e-sh_black\/100 {
  border-inline-end-color: rgb(35 31 32 / 1);
}

.border-e-sh_black\/20 {
  border-inline-end-color: rgb(35 31 32 / 0.2);
}

.border-e-sh_black\/25 {
  border-inline-end-color: rgb(35 31 32 / 0.25);
}

.border-e-sh_black\/30 {
  border-inline-end-color: rgb(35 31 32 / 0.3);
}

.border-e-sh_black\/40 {
  border-inline-end-color: rgb(35 31 32 / 0.4);
}

.border-e-sh_black\/5 {
  border-inline-end-color: rgb(35 31 32 / 0.05);
}

.border-e-sh_black\/50 {
  border-inline-end-color: rgb(35 31 32 / 0.5);
}

.border-e-sh_black\/60 {
  border-inline-end-color: rgb(35 31 32 / 0.6);
}

.border-e-sh_black\/70 {
  border-inline-end-color: rgb(35 31 32 / 0.7);
}

.border-e-sh_black\/75 {
  border-inline-end-color: rgb(35 31 32 / 0.75);
}

.border-e-sh_black\/80 {
  border-inline-end-color: rgb(35 31 32 / 0.8);
}

.border-e-sh_black\/90 {
  border-inline-end-color: rgb(35 31 32 / 0.9);
}

.border-e-sh_black\/95 {
  border-inline-end-color: rgb(35 31 32 / 0.95);
}

.border-e-success_green {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.border-e-success_green\/0 {
  border-inline-end-color: rgb(80 131 22 / 0);
}

.border-e-success_green\/10 {
  border-inline-end-color: rgb(80 131 22 / 0.1);
}

.border-e-success_green\/100 {
  border-inline-end-color: rgb(80 131 22 / 1);
}

.border-e-success_green\/20 {
  border-inline-end-color: rgb(80 131 22 / 0.2);
}

.border-e-success_green\/25 {
  border-inline-end-color: rgb(80 131 22 / 0.25);
}

.border-e-success_green\/30 {
  border-inline-end-color: rgb(80 131 22 / 0.3);
}

.border-e-success_green\/40 {
  border-inline-end-color: rgb(80 131 22 / 0.4);
}

.border-e-success_green\/5 {
  border-inline-end-color: rgb(80 131 22 / 0.05);
}

.border-e-success_green\/50 {
  border-inline-end-color: rgb(80 131 22 / 0.5);
}

.border-e-success_green\/60 {
  border-inline-end-color: rgb(80 131 22 / 0.6);
}

.border-e-success_green\/70 {
  border-inline-end-color: rgb(80 131 22 / 0.7);
}

.border-e-success_green\/75 {
  border-inline-end-color: rgb(80 131 22 / 0.75);
}

.border-e-success_green\/80 {
  border-inline-end-color: rgb(80 131 22 / 0.8);
}

.border-e-success_green\/90 {
  border-inline-end-color: rgb(80 131 22 / 0.9);
}

.border-e-success_green\/95 {
  border-inline-end-color: rgb(80 131 22 / 0.95);
}

.border-e-teal {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.border-e-teal\/0 {
  border-inline-end-color: rgb(0 129 159 / 0);
}

.border-e-teal\/10 {
  border-inline-end-color: rgb(0 129 159 / 0.1);
}

.border-e-teal\/100 {
  border-inline-end-color: rgb(0 129 159 / 1);
}

.border-e-teal\/20 {
  border-inline-end-color: rgb(0 129 159 / 0.2);
}

.border-e-teal\/25 {
  border-inline-end-color: rgb(0 129 159 / 0.25);
}

.border-e-teal\/30 {
  border-inline-end-color: rgb(0 129 159 / 0.3);
}

.border-e-teal\/40 {
  border-inline-end-color: rgb(0 129 159 / 0.4);
}

.border-e-teal\/5 {
  border-inline-end-color: rgb(0 129 159 / 0.05);
}

.border-e-teal\/50 {
  border-inline-end-color: rgb(0 129 159 / 0.5);
}

.border-e-teal\/60 {
  border-inline-end-color: rgb(0 129 159 / 0.6);
}

.border-e-teal\/70 {
  border-inline-end-color: rgb(0 129 159 / 0.7);
}

.border-e-teal\/75 {
  border-inline-end-color: rgb(0 129 159 / 0.75);
}

.border-e-teal\/80 {
  border-inline-end-color: rgb(0 129 159 / 0.8);
}

.border-e-teal\/90 {
  border-inline-end-color: rgb(0 129 159 / 0.9);
}

.border-e-teal\/95 {
  border-inline-end-color: rgb(0 129 159 / 0.95);
}

.border-e-teal_dark {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.border-e-teal_dark\/0 {
  border-inline-end-color: rgb(0 60 77 / 0);
}

.border-e-teal_dark\/10 {
  border-inline-end-color: rgb(0 60 77 / 0.1);
}

.border-e-teal_dark\/100 {
  border-inline-end-color: rgb(0 60 77 / 1);
}

.border-e-teal_dark\/20 {
  border-inline-end-color: rgb(0 60 77 / 0.2);
}

.border-e-teal_dark\/25 {
  border-inline-end-color: rgb(0 60 77 / 0.25);
}

.border-e-teal_dark\/30 {
  border-inline-end-color: rgb(0 60 77 / 0.3);
}

.border-e-teal_dark\/40 {
  border-inline-end-color: rgb(0 60 77 / 0.4);
}

.border-e-teal_dark\/5 {
  border-inline-end-color: rgb(0 60 77 / 0.05);
}

.border-e-teal_dark\/50 {
  border-inline-end-color: rgb(0 60 77 / 0.5);
}

.border-e-teal_dark\/60 {
  border-inline-end-color: rgb(0 60 77 / 0.6);
}

.border-e-teal_dark\/70 {
  border-inline-end-color: rgb(0 60 77 / 0.7);
}

.border-e-teal_dark\/75 {
  border-inline-end-color: rgb(0 60 77 / 0.75);
}

.border-e-teal_dark\/80 {
  border-inline-end-color: rgb(0 60 77 / 0.8);
}

.border-e-teal_dark\/90 {
  border-inline-end-color: rgb(0 60 77 / 0.9);
}

.border-e-teal_dark\/95 {
  border-inline-end-color: rgb(0 60 77 / 0.95);
}

.border-e-teal_extra_light {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.border-e-teal_extra_light\/0 {
  border-inline-end-color: rgb(245 251 252 / 0);
}

.border-e-teal_extra_light\/10 {
  border-inline-end-color: rgb(245 251 252 / 0.1);
}

.border-e-teal_extra_light\/100 {
  border-inline-end-color: rgb(245 251 252 / 1);
}

.border-e-teal_extra_light\/20 {
  border-inline-end-color: rgb(245 251 252 / 0.2);
}

.border-e-teal_extra_light\/25 {
  border-inline-end-color: rgb(245 251 252 / 0.25);
}

.border-e-teal_extra_light\/30 {
  border-inline-end-color: rgb(245 251 252 / 0.3);
}

.border-e-teal_extra_light\/40 {
  border-inline-end-color: rgb(245 251 252 / 0.4);
}

.border-e-teal_extra_light\/5 {
  border-inline-end-color: rgb(245 251 252 / 0.05);
}

.border-e-teal_extra_light\/50 {
  border-inline-end-color: rgb(245 251 252 / 0.5);
}

.border-e-teal_extra_light\/60 {
  border-inline-end-color: rgb(245 251 252 / 0.6);
}

.border-e-teal_extra_light\/70 {
  border-inline-end-color: rgb(245 251 252 / 0.7);
}

.border-e-teal_extra_light\/75 {
  border-inline-end-color: rgb(245 251 252 / 0.75);
}

.border-e-teal_extra_light\/80 {
  border-inline-end-color: rgb(245 251 252 / 0.8);
}

.border-e-teal_extra_light\/90 {
  border-inline-end-color: rgb(245 251 252 / 0.9);
}

.border-e-teal_extra_light\/95 {
  border-inline-end-color: rgb(245 251 252 / 0.95);
}

.border-e-teal_light {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.border-e-teal_light\/0 {
  border-inline-end-color: rgb(116 196 214 / 0);
}

.border-e-teal_light\/10 {
  border-inline-end-color: rgb(116 196 214 / 0.1);
}

.border-e-teal_light\/100 {
  border-inline-end-color: rgb(116 196 214 / 1);
}

.border-e-teal_light\/20 {
  border-inline-end-color: rgb(116 196 214 / 0.2);
}

.border-e-teal_light\/25 {
  border-inline-end-color: rgb(116 196 214 / 0.25);
}

.border-e-teal_light\/30 {
  border-inline-end-color: rgb(116 196 214 / 0.3);
}

.border-e-teal_light\/40 {
  border-inline-end-color: rgb(116 196 214 / 0.4);
}

.border-e-teal_light\/5 {
  border-inline-end-color: rgb(116 196 214 / 0.05);
}

.border-e-teal_light\/50 {
  border-inline-end-color: rgb(116 196 214 / 0.5);
}

.border-e-teal_light\/60 {
  border-inline-end-color: rgb(116 196 214 / 0.6);
}

.border-e-teal_light\/70 {
  border-inline-end-color: rgb(116 196 214 / 0.7);
}

.border-e-teal_light\/75 {
  border-inline-end-color: rgb(116 196 214 / 0.75);
}

.border-e-teal_light\/80 {
  border-inline-end-color: rgb(116 196 214 / 0.8);
}

.border-e-teal_light\/90 {
  border-inline-end-color: rgb(116 196 214 / 0.9);
}

.border-e-teal_light\/95 {
  border-inline-end-color: rgb(116 196 214 / 0.95);
}

.border-e-transparent {
  border-inline-end-color: transparent;
}

.border-e-transparent\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.border-e-transparent\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.border-e-transparent\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.border-e-transparent\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.border-e-transparent\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.border-e-transparent\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.border-e-transparent\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.border-e-transparent\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.border-e-transparent\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.border-e-transparent\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.border-e-transparent\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.border-e-transparent\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.border-e-transparent\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.border-e-transparent\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.border-e-transparent\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

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

.border-e-white\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}

.border-e-white\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.border-e-white\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}

.border-e-white\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.border-e-white\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.border-e-white\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.border-e-white\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.border-e-white\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.border-e-white\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.border-e-white\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.border-e-white\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.border-e-white\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.border-e-white\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.border-e-white\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.border-e-white\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

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

.border-l-black\/0 {
  border-left-color: rgb(0 0 0 / 0);
}

.border-l-black\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}

.border-l-black\/100 {
  border-left-color: rgb(0 0 0 / 1);
}

.border-l-black\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}

.border-l-black\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}

.border-l-black\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}

.border-l-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}

.border-l-black\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}

.border-l-black\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}

.border-l-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}

.border-l-black\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}

.border-l-black\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}

.border-l-black\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}

.border-l-black\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}

.border-l-black\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}

.border-l-current {
  border-left-color: currentColor;
}

.border-l-error_red {
  --tw-border-opacity: 1;
  border-left-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.border-l-error_red\/0 {
  border-left-color: rgb(235 0 27 / 0);
}

.border-l-error_red\/10 {
  border-left-color: rgb(235 0 27 / 0.1);
}

.border-l-error_red\/100 {
  border-left-color: rgb(235 0 27 / 1);
}

.border-l-error_red\/20 {
  border-left-color: rgb(235 0 27 / 0.2);
}

.border-l-error_red\/25 {
  border-left-color: rgb(235 0 27 / 0.25);
}

.border-l-error_red\/30 {
  border-left-color: rgb(235 0 27 / 0.3);
}

.border-l-error_red\/40 {
  border-left-color: rgb(235 0 27 / 0.4);
}

.border-l-error_red\/5 {
  border-left-color: rgb(235 0 27 / 0.05);
}

.border-l-error_red\/50 {
  border-left-color: rgb(235 0 27 / 0.5);
}

.border-l-error_red\/60 {
  border-left-color: rgb(235 0 27 / 0.6);
}

.border-l-error_red\/70 {
  border-left-color: rgb(235 0 27 / 0.7);
}

.border-l-error_red\/75 {
  border-left-color: rgb(235 0 27 / 0.75);
}

.border-l-error_red\/80 {
  border-left-color: rgb(235 0 27 / 0.8);
}

.border-l-error_red\/90 {
  border-left-color: rgb(235 0 27 / 0.9);
}

.border-l-error_red\/95 {
  border-left-color: rgb(235 0 27 / 0.95);
}

.border-l-gray5 {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-l-gray5\/0 {
  border-left-color: rgb(242 242 242 / 0);
}

.border-l-gray5\/10 {
  border-left-color: rgb(242 242 242 / 0.1);
}

.border-l-gray5\/100 {
  border-left-color: rgb(242 242 242 / 1);
}

.border-l-gray5\/20 {
  border-left-color: rgb(242 242 242 / 0.2);
}

.border-l-gray5\/25 {
  border-left-color: rgb(242 242 242 / 0.25);
}

.border-l-gray5\/30 {
  border-left-color: rgb(242 242 242 / 0.3);
}

.border-l-gray5\/40 {
  border-left-color: rgb(242 242 242 / 0.4);
}

.border-l-gray5\/5 {
  border-left-color: rgb(242 242 242 / 0.05);
}

.border-l-gray5\/50 {
  border-left-color: rgb(242 242 242 / 0.5);
}

.border-l-gray5\/60 {
  border-left-color: rgb(242 242 242 / 0.6);
}

.border-l-gray5\/70 {
  border-left-color: rgb(242 242 242 / 0.7);
}

.border-l-gray5\/75 {
  border-left-color: rgb(242 242 242 / 0.75);
}

.border-l-gray5\/80 {
  border-left-color: rgb(242 242 242 / 0.8);
}

.border-l-gray5\/90 {
  border-left-color: rgb(242 242 242 / 0.9);
}

.border-l-gray5\/95 {
  border-left-color: rgb(242 242 242 / 0.95);
}

.border-l-sh_black {
  --tw-border-opacity: 1;
  border-left-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.border-l-sh_black\/0 {
  border-left-color: rgb(35 31 32 / 0);
}

.border-l-sh_black\/10 {
  border-left-color: rgb(35 31 32 / 0.1);
}

.border-l-sh_black\/100 {
  border-left-color: rgb(35 31 32 / 1);
}

.border-l-sh_black\/20 {
  border-left-color: rgb(35 31 32 / 0.2);
}

.border-l-sh_black\/25 {
  border-left-color: rgb(35 31 32 / 0.25);
}

.border-l-sh_black\/30 {
  border-left-color: rgb(35 31 32 / 0.3);
}

.border-l-sh_black\/40 {
  border-left-color: rgb(35 31 32 / 0.4);
}

.border-l-sh_black\/5 {
  border-left-color: rgb(35 31 32 / 0.05);
}

.border-l-sh_black\/50 {
  border-left-color: rgb(35 31 32 / 0.5);
}

.border-l-sh_black\/60 {
  border-left-color: rgb(35 31 32 / 0.6);
}

.border-l-sh_black\/70 {
  border-left-color: rgb(35 31 32 / 0.7);
}

.border-l-sh_black\/75 {
  border-left-color: rgb(35 31 32 / 0.75);
}

.border-l-sh_black\/80 {
  border-left-color: rgb(35 31 32 / 0.8);
}

.border-l-sh_black\/90 {
  border-left-color: rgb(35 31 32 / 0.9);
}

.border-l-sh_black\/95 {
  border-left-color: rgb(35 31 32 / 0.95);
}

.border-l-success_green {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.border-l-success_green\/0 {
  border-left-color: rgb(80 131 22 / 0);
}

.border-l-success_green\/10 {
  border-left-color: rgb(80 131 22 / 0.1);
}

.border-l-success_green\/100 {
  border-left-color: rgb(80 131 22 / 1);
}

.border-l-success_green\/20 {
  border-left-color: rgb(80 131 22 / 0.2);
}

.border-l-success_green\/25 {
  border-left-color: rgb(80 131 22 / 0.25);
}

.border-l-success_green\/30 {
  border-left-color: rgb(80 131 22 / 0.3);
}

.border-l-success_green\/40 {
  border-left-color: rgb(80 131 22 / 0.4);
}

.border-l-success_green\/5 {
  border-left-color: rgb(80 131 22 / 0.05);
}

.border-l-success_green\/50 {
  border-left-color: rgb(80 131 22 / 0.5);
}

.border-l-success_green\/60 {
  border-left-color: rgb(80 131 22 / 0.6);
}

.border-l-success_green\/70 {
  border-left-color: rgb(80 131 22 / 0.7);
}

.border-l-success_green\/75 {
  border-left-color: rgb(80 131 22 / 0.75);
}

.border-l-success_green\/80 {
  border-left-color: rgb(80 131 22 / 0.8);
}

.border-l-success_green\/90 {
  border-left-color: rgb(80 131 22 / 0.9);
}

.border-l-success_green\/95 {
  border-left-color: rgb(80 131 22 / 0.95);
}

.border-l-teal {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.border-l-teal\/0 {
  border-left-color: rgb(0 129 159 / 0);
}

.border-l-teal\/10 {
  border-left-color: rgb(0 129 159 / 0.1);
}

.border-l-teal\/100 {
  border-left-color: rgb(0 129 159 / 1);
}

.border-l-teal\/20 {
  border-left-color: rgb(0 129 159 / 0.2);
}

.border-l-teal\/25 {
  border-left-color: rgb(0 129 159 / 0.25);
}

.border-l-teal\/30 {
  border-left-color: rgb(0 129 159 / 0.3);
}

.border-l-teal\/40 {
  border-left-color: rgb(0 129 159 / 0.4);
}

.border-l-teal\/5 {
  border-left-color: rgb(0 129 159 / 0.05);
}

.border-l-teal\/50 {
  border-left-color: rgb(0 129 159 / 0.5);
}

.border-l-teal\/60 {
  border-left-color: rgb(0 129 159 / 0.6);
}

.border-l-teal\/70 {
  border-left-color: rgb(0 129 159 / 0.7);
}

.border-l-teal\/75 {
  border-left-color: rgb(0 129 159 / 0.75);
}

.border-l-teal\/80 {
  border-left-color: rgb(0 129 159 / 0.8);
}

.border-l-teal\/90 {
  border-left-color: rgb(0 129 159 / 0.9);
}

.border-l-teal\/95 {
  border-left-color: rgb(0 129 159 / 0.95);
}

.border-l-teal_dark {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.border-l-teal_dark\/0 {
  border-left-color: rgb(0 60 77 / 0);
}

.border-l-teal_dark\/10 {
  border-left-color: rgb(0 60 77 / 0.1);
}

.border-l-teal_dark\/100 {
  border-left-color: rgb(0 60 77 / 1);
}

.border-l-teal_dark\/20 {
  border-left-color: rgb(0 60 77 / 0.2);
}

.border-l-teal_dark\/25 {
  border-left-color: rgb(0 60 77 / 0.25);
}

.border-l-teal_dark\/30 {
  border-left-color: rgb(0 60 77 / 0.3);
}

.border-l-teal_dark\/40 {
  border-left-color: rgb(0 60 77 / 0.4);
}

.border-l-teal_dark\/5 {
  border-left-color: rgb(0 60 77 / 0.05);
}

.border-l-teal_dark\/50 {
  border-left-color: rgb(0 60 77 / 0.5);
}

.border-l-teal_dark\/60 {
  border-left-color: rgb(0 60 77 / 0.6);
}

.border-l-teal_dark\/70 {
  border-left-color: rgb(0 60 77 / 0.7);
}

.border-l-teal_dark\/75 {
  border-left-color: rgb(0 60 77 / 0.75);
}

.border-l-teal_dark\/80 {
  border-left-color: rgb(0 60 77 / 0.8);
}

.border-l-teal_dark\/90 {
  border-left-color: rgb(0 60 77 / 0.9);
}

.border-l-teal_dark\/95 {
  border-left-color: rgb(0 60 77 / 0.95);
}

.border-l-teal_extra_light {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.border-l-teal_extra_light\/0 {
  border-left-color: rgb(245 251 252 / 0);
}

.border-l-teal_extra_light\/10 {
  border-left-color: rgb(245 251 252 / 0.1);
}

.border-l-teal_extra_light\/100 {
  border-left-color: rgb(245 251 252 / 1);
}

.border-l-teal_extra_light\/20 {
  border-left-color: rgb(245 251 252 / 0.2);
}

.border-l-teal_extra_light\/25 {
  border-left-color: rgb(245 251 252 / 0.25);
}

.border-l-teal_extra_light\/30 {
  border-left-color: rgb(245 251 252 / 0.3);
}

.border-l-teal_extra_light\/40 {
  border-left-color: rgb(245 251 252 / 0.4);
}

.border-l-teal_extra_light\/5 {
  border-left-color: rgb(245 251 252 / 0.05);
}

.border-l-teal_extra_light\/50 {
  border-left-color: rgb(245 251 252 / 0.5);
}

.border-l-teal_extra_light\/60 {
  border-left-color: rgb(245 251 252 / 0.6);
}

.border-l-teal_extra_light\/70 {
  border-left-color: rgb(245 251 252 / 0.7);
}

.border-l-teal_extra_light\/75 {
  border-left-color: rgb(245 251 252 / 0.75);
}

.border-l-teal_extra_light\/80 {
  border-left-color: rgb(245 251 252 / 0.8);
}

.border-l-teal_extra_light\/90 {
  border-left-color: rgb(245 251 252 / 0.9);
}

.border-l-teal_extra_light\/95 {
  border-left-color: rgb(245 251 252 / 0.95);
}

.border-l-teal_light {
  --tw-border-opacity: 1;
  border-left-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.border-l-teal_light\/0 {
  border-left-color: rgb(116 196 214 / 0);
}

.border-l-teal_light\/10 {
  border-left-color: rgb(116 196 214 / 0.1);
}

.border-l-teal_light\/100 {
  border-left-color: rgb(116 196 214 / 1);
}

.border-l-teal_light\/20 {
  border-left-color: rgb(116 196 214 / 0.2);
}

.border-l-teal_light\/25 {
  border-left-color: rgb(116 196 214 / 0.25);
}

.border-l-teal_light\/30 {
  border-left-color: rgb(116 196 214 / 0.3);
}

.border-l-teal_light\/40 {
  border-left-color: rgb(116 196 214 / 0.4);
}

.border-l-teal_light\/5 {
  border-left-color: rgb(116 196 214 / 0.05);
}

.border-l-teal_light\/50 {
  border-left-color: rgb(116 196 214 / 0.5);
}

.border-l-teal_light\/60 {
  border-left-color: rgb(116 196 214 / 0.6);
}

.border-l-teal_light\/70 {
  border-left-color: rgb(116 196 214 / 0.7);
}

.border-l-teal_light\/75 {
  border-left-color: rgb(116 196 214 / 0.75);
}

.border-l-teal_light\/80 {
  border-left-color: rgb(116 196 214 / 0.8);
}

.border-l-teal_light\/90 {
  border-left-color: rgb(116 196 214 / 0.9);
}

.border-l-teal_light\/95 {
  border-left-color: rgb(116 196 214 / 0.95);
}

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

.border-l-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
}

.border-l-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}

.border-l-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
}

.border-l-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}

.border-l-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}

.border-l-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}

.border-l-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}

.border-l-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}

.border-l-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}

.border-l-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}

.border-l-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}

.border-l-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}

.border-l-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}

.border-l-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}

.border-l-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}

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

.border-l-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
}

.border-l-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}

.border-l-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
}

.border-l-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}

.border-l-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}

.border-l-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}

.border-l-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}

.border-l-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}

.border-l-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}

.border-l-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}

.border-l-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}

.border-l-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}

.border-l-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}

.border-l-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}

.border-l-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}

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

.border-r-black\/0 {
  border-right-color: rgb(0 0 0 / 0);
}

.border-r-black\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-r-black\/100 {
  border-right-color: rgb(0 0 0 / 1);
}

.border-r-black\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-r-black\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-r-black\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-r-black\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-r-black\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-r-black\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-r-black\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-r-black\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-r-black\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-r-black\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-r-black\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-r-black\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-r-current {
  border-right-color: currentColor;
}

.border-r-error_red {
  --tw-border-opacity: 1;
  border-right-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.border-r-error_red\/0 {
  border-right-color: rgb(235 0 27 / 0);
}

.border-r-error_red\/10 {
  border-right-color: rgb(235 0 27 / 0.1);
}

.border-r-error_red\/100 {
  border-right-color: rgb(235 0 27 / 1);
}

.border-r-error_red\/20 {
  border-right-color: rgb(235 0 27 / 0.2);
}

.border-r-error_red\/25 {
  border-right-color: rgb(235 0 27 / 0.25);
}

.border-r-error_red\/30 {
  border-right-color: rgb(235 0 27 / 0.3);
}

.border-r-error_red\/40 {
  border-right-color: rgb(235 0 27 / 0.4);
}

.border-r-error_red\/5 {
  border-right-color: rgb(235 0 27 / 0.05);
}

.border-r-error_red\/50 {
  border-right-color: rgb(235 0 27 / 0.5);
}

.border-r-error_red\/60 {
  border-right-color: rgb(235 0 27 / 0.6);
}

.border-r-error_red\/70 {
  border-right-color: rgb(235 0 27 / 0.7);
}

.border-r-error_red\/75 {
  border-right-color: rgb(235 0 27 / 0.75);
}

.border-r-error_red\/80 {
  border-right-color: rgb(235 0 27 / 0.8);
}

.border-r-error_red\/90 {
  border-right-color: rgb(235 0 27 / 0.9);
}

.border-r-error_red\/95 {
  border-right-color: rgb(235 0 27 / 0.95);
}

.border-r-gray5 {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-r-gray5\/0 {
  border-right-color: rgb(242 242 242 / 0);
}

.border-r-gray5\/10 {
  border-right-color: rgb(242 242 242 / 0.1);
}

.border-r-gray5\/100 {
  border-right-color: rgb(242 242 242 / 1);
}

.border-r-gray5\/20 {
  border-right-color: rgb(242 242 242 / 0.2);
}

.border-r-gray5\/25 {
  border-right-color: rgb(242 242 242 / 0.25);
}

.border-r-gray5\/30 {
  border-right-color: rgb(242 242 242 / 0.3);
}

.border-r-gray5\/40 {
  border-right-color: rgb(242 242 242 / 0.4);
}

.border-r-gray5\/5 {
  border-right-color: rgb(242 242 242 / 0.05);
}

.border-r-gray5\/50 {
  border-right-color: rgb(242 242 242 / 0.5);
}

.border-r-gray5\/60 {
  border-right-color: rgb(242 242 242 / 0.6);
}

.border-r-gray5\/70 {
  border-right-color: rgb(242 242 242 / 0.7);
}

.border-r-gray5\/75 {
  border-right-color: rgb(242 242 242 / 0.75);
}

.border-r-gray5\/80 {
  border-right-color: rgb(242 242 242 / 0.8);
}

.border-r-gray5\/90 {
  border-right-color: rgb(242 242 242 / 0.9);
}

.border-r-gray5\/95 {
  border-right-color: rgb(242 242 242 / 0.95);
}

.border-r-sh_black {
  --tw-border-opacity: 1;
  border-right-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.border-r-sh_black\/0 {
  border-right-color: rgb(35 31 32 / 0);
}

.border-r-sh_black\/10 {
  border-right-color: rgb(35 31 32 / 0.1);
}

.border-r-sh_black\/100 {
  border-right-color: rgb(35 31 32 / 1);
}

.border-r-sh_black\/20 {
  border-right-color: rgb(35 31 32 / 0.2);
}

.border-r-sh_black\/25 {
  border-right-color: rgb(35 31 32 / 0.25);
}

.border-r-sh_black\/30 {
  border-right-color: rgb(35 31 32 / 0.3);
}

.border-r-sh_black\/40 {
  border-right-color: rgb(35 31 32 / 0.4);
}

.border-r-sh_black\/5 {
  border-right-color: rgb(35 31 32 / 0.05);
}

.border-r-sh_black\/50 {
  border-right-color: rgb(35 31 32 / 0.5);
}

.border-r-sh_black\/60 {
  border-right-color: rgb(35 31 32 / 0.6);
}

.border-r-sh_black\/70 {
  border-right-color: rgb(35 31 32 / 0.7);
}

.border-r-sh_black\/75 {
  border-right-color: rgb(35 31 32 / 0.75);
}

.border-r-sh_black\/80 {
  border-right-color: rgb(35 31 32 / 0.8);
}

.border-r-sh_black\/90 {
  border-right-color: rgb(35 31 32 / 0.9);
}

.border-r-sh_black\/95 {
  border-right-color: rgb(35 31 32 / 0.95);
}

.border-r-success_green {
  --tw-border-opacity: 1;
  border-right-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.border-r-success_green\/0 {
  border-right-color: rgb(80 131 22 / 0);
}

.border-r-success_green\/10 {
  border-right-color: rgb(80 131 22 / 0.1);
}

.border-r-success_green\/100 {
  border-right-color: rgb(80 131 22 / 1);
}

.border-r-success_green\/20 {
  border-right-color: rgb(80 131 22 / 0.2);
}

.border-r-success_green\/25 {
  border-right-color: rgb(80 131 22 / 0.25);
}

.border-r-success_green\/30 {
  border-right-color: rgb(80 131 22 / 0.3);
}

.border-r-success_green\/40 {
  border-right-color: rgb(80 131 22 / 0.4);
}

.border-r-success_green\/5 {
  border-right-color: rgb(80 131 22 / 0.05);
}

.border-r-success_green\/50 {
  border-right-color: rgb(80 131 22 / 0.5);
}

.border-r-success_green\/60 {
  border-right-color: rgb(80 131 22 / 0.6);
}

.border-r-success_green\/70 {
  border-right-color: rgb(80 131 22 / 0.7);
}

.border-r-success_green\/75 {
  border-right-color: rgb(80 131 22 / 0.75);
}

.border-r-success_green\/80 {
  border-right-color: rgb(80 131 22 / 0.8);
}

.border-r-success_green\/90 {
  border-right-color: rgb(80 131 22 / 0.9);
}

.border-r-success_green\/95 {
  border-right-color: rgb(80 131 22 / 0.95);
}

.border-r-teal {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.border-r-teal\/0 {
  border-right-color: rgb(0 129 159 / 0);
}

.border-r-teal\/10 {
  border-right-color: rgb(0 129 159 / 0.1);
}

.border-r-teal\/100 {
  border-right-color: rgb(0 129 159 / 1);
}

.border-r-teal\/20 {
  border-right-color: rgb(0 129 159 / 0.2);
}

.border-r-teal\/25 {
  border-right-color: rgb(0 129 159 / 0.25);
}

.border-r-teal\/30 {
  border-right-color: rgb(0 129 159 / 0.3);
}

.border-r-teal\/40 {
  border-right-color: rgb(0 129 159 / 0.4);
}

.border-r-teal\/5 {
  border-right-color: rgb(0 129 159 / 0.05);
}

.border-r-teal\/50 {
  border-right-color: rgb(0 129 159 / 0.5);
}

.border-r-teal\/60 {
  border-right-color: rgb(0 129 159 / 0.6);
}

.border-r-teal\/70 {
  border-right-color: rgb(0 129 159 / 0.7);
}

.border-r-teal\/75 {
  border-right-color: rgb(0 129 159 / 0.75);
}

.border-r-teal\/80 {
  border-right-color: rgb(0 129 159 / 0.8);
}

.border-r-teal\/90 {
  border-right-color: rgb(0 129 159 / 0.9);
}

.border-r-teal\/95 {
  border-right-color: rgb(0 129 159 / 0.95);
}

.border-r-teal_dark {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.border-r-teal_dark\/0 {
  border-right-color: rgb(0 60 77 / 0);
}

.border-r-teal_dark\/10 {
  border-right-color: rgb(0 60 77 / 0.1);
}

.border-r-teal_dark\/100 {
  border-right-color: rgb(0 60 77 / 1);
}

.border-r-teal_dark\/20 {
  border-right-color: rgb(0 60 77 / 0.2);
}

.border-r-teal_dark\/25 {
  border-right-color: rgb(0 60 77 / 0.25);
}

.border-r-teal_dark\/30 {
  border-right-color: rgb(0 60 77 / 0.3);
}

.border-r-teal_dark\/40 {
  border-right-color: rgb(0 60 77 / 0.4);
}

.border-r-teal_dark\/5 {
  border-right-color: rgb(0 60 77 / 0.05);
}

.border-r-teal_dark\/50 {
  border-right-color: rgb(0 60 77 / 0.5);
}

.border-r-teal_dark\/60 {
  border-right-color: rgb(0 60 77 / 0.6);
}

.border-r-teal_dark\/70 {
  border-right-color: rgb(0 60 77 / 0.7);
}

.border-r-teal_dark\/75 {
  border-right-color: rgb(0 60 77 / 0.75);
}

.border-r-teal_dark\/80 {
  border-right-color: rgb(0 60 77 / 0.8);
}

.border-r-teal_dark\/90 {
  border-right-color: rgb(0 60 77 / 0.9);
}

.border-r-teal_dark\/95 {
  border-right-color: rgb(0 60 77 / 0.95);
}

.border-r-teal_extra_light {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.border-r-teal_extra_light\/0 {
  border-right-color: rgb(245 251 252 / 0);
}

.border-r-teal_extra_light\/10 {
  border-right-color: rgb(245 251 252 / 0.1);
}

.border-r-teal_extra_light\/100 {
  border-right-color: rgb(245 251 252 / 1);
}

.border-r-teal_extra_light\/20 {
  border-right-color: rgb(245 251 252 / 0.2);
}

.border-r-teal_extra_light\/25 {
  border-right-color: rgb(245 251 252 / 0.25);
}

.border-r-teal_extra_light\/30 {
  border-right-color: rgb(245 251 252 / 0.3);
}

.border-r-teal_extra_light\/40 {
  border-right-color: rgb(245 251 252 / 0.4);
}

.border-r-teal_extra_light\/5 {
  border-right-color: rgb(245 251 252 / 0.05);
}

.border-r-teal_extra_light\/50 {
  border-right-color: rgb(245 251 252 / 0.5);
}

.border-r-teal_extra_light\/60 {
  border-right-color: rgb(245 251 252 / 0.6);
}

.border-r-teal_extra_light\/70 {
  border-right-color: rgb(245 251 252 / 0.7);
}

.border-r-teal_extra_light\/75 {
  border-right-color: rgb(245 251 252 / 0.75);
}

.border-r-teal_extra_light\/80 {
  border-right-color: rgb(245 251 252 / 0.8);
}

.border-r-teal_extra_light\/90 {
  border-right-color: rgb(245 251 252 / 0.9);
}

.border-r-teal_extra_light\/95 {
  border-right-color: rgb(245 251 252 / 0.95);
}

.border-r-teal_light {
  --tw-border-opacity: 1;
  border-right-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.border-r-teal_light\/0 {
  border-right-color: rgb(116 196 214 / 0);
}

.border-r-teal_light\/10 {
  border-right-color: rgb(116 196 214 / 0.1);
}

.border-r-teal_light\/100 {
  border-right-color: rgb(116 196 214 / 1);
}

.border-r-teal_light\/20 {
  border-right-color: rgb(116 196 214 / 0.2);
}

.border-r-teal_light\/25 {
  border-right-color: rgb(116 196 214 / 0.25);
}

.border-r-teal_light\/30 {
  border-right-color: rgb(116 196 214 / 0.3);
}

.border-r-teal_light\/40 {
  border-right-color: rgb(116 196 214 / 0.4);
}

.border-r-teal_light\/5 {
  border-right-color: rgb(116 196 214 / 0.05);
}

.border-r-teal_light\/50 {
  border-right-color: rgb(116 196 214 / 0.5);
}

.border-r-teal_light\/60 {
  border-right-color: rgb(116 196 214 / 0.6);
}

.border-r-teal_light\/70 {
  border-right-color: rgb(116 196 214 / 0.7);
}

.border-r-teal_light\/75 {
  border-right-color: rgb(116 196 214 / 0.75);
}

.border-r-teal_light\/80 {
  border-right-color: rgb(116 196 214 / 0.8);
}

.border-r-teal_light\/90 {
  border-right-color: rgb(116 196 214 / 0.9);
}

.border-r-teal_light\/95 {
  border-right-color: rgb(116 196 214 / 0.95);
}

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

.border-r-transparent\/0 {
  border-right-color: rgb(0 0 0 / 0);
}

.border-r-transparent\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-r-transparent\/100 {
  border-right-color: rgb(0 0 0 / 1);
}

.border-r-transparent\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-r-transparent\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-r-transparent\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-r-transparent\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-r-transparent\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-r-transparent\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-r-transparent\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-r-transparent\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-r-transparent\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-r-transparent\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-r-transparent\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-r-transparent\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}

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

.border-r-white\/0 {
  border-right-color: rgb(255 255 255 / 0);
}

.border-r-white\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-r-white\/100 {
  border-right-color: rgb(255 255 255 / 1);
}

.border-r-white\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-r-white\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-r-white\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-r-white\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-r-white\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-r-white\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-r-white\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-r-white\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-r-white\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-r-white\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-r-white\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-r-white\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}

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

.border-s-black\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.border-s-black\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.border-s-black\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.border-s-black\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.border-s-black\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.border-s-black\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.border-s-black\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.border-s-black\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.border-s-black\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.border-s-black\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.border-s-black\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.border-s-black\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.border-s-black\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.border-s-black\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.border-s-black\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.border-s-current {
  border-inline-start-color: currentColor;
}

.border-s-error_red {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.border-s-error_red\/0 {
  border-inline-start-color: rgb(235 0 27 / 0);
}

.border-s-error_red\/10 {
  border-inline-start-color: rgb(235 0 27 / 0.1);
}

.border-s-error_red\/100 {
  border-inline-start-color: rgb(235 0 27 / 1);
}

.border-s-error_red\/20 {
  border-inline-start-color: rgb(235 0 27 / 0.2);
}

.border-s-error_red\/25 {
  border-inline-start-color: rgb(235 0 27 / 0.25);
}

.border-s-error_red\/30 {
  border-inline-start-color: rgb(235 0 27 / 0.3);
}

.border-s-error_red\/40 {
  border-inline-start-color: rgb(235 0 27 / 0.4);
}

.border-s-error_red\/5 {
  border-inline-start-color: rgb(235 0 27 / 0.05);
}

.border-s-error_red\/50 {
  border-inline-start-color: rgb(235 0 27 / 0.5);
}

.border-s-error_red\/60 {
  border-inline-start-color: rgb(235 0 27 / 0.6);
}

.border-s-error_red\/70 {
  border-inline-start-color: rgb(235 0 27 / 0.7);
}

.border-s-error_red\/75 {
  border-inline-start-color: rgb(235 0 27 / 0.75);
}

.border-s-error_red\/80 {
  border-inline-start-color: rgb(235 0 27 / 0.8);
}

.border-s-error_red\/90 {
  border-inline-start-color: rgb(235 0 27 / 0.9);
}

.border-s-error_red\/95 {
  border-inline-start-color: rgb(235 0 27 / 0.95);
}

.border-s-gray5 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-s-gray5\/0 {
  border-inline-start-color: rgb(242 242 242 / 0);
}

.border-s-gray5\/10 {
  border-inline-start-color: rgb(242 242 242 / 0.1);
}

.border-s-gray5\/100 {
  border-inline-start-color: rgb(242 242 242 / 1);
}

.border-s-gray5\/20 {
  border-inline-start-color: rgb(242 242 242 / 0.2);
}

.border-s-gray5\/25 {
  border-inline-start-color: rgb(242 242 242 / 0.25);
}

.border-s-gray5\/30 {
  border-inline-start-color: rgb(242 242 242 / 0.3);
}

.border-s-gray5\/40 {
  border-inline-start-color: rgb(242 242 242 / 0.4);
}

.border-s-gray5\/5 {
  border-inline-start-color: rgb(242 242 242 / 0.05);
}

.border-s-gray5\/50 {
  border-inline-start-color: rgb(242 242 242 / 0.5);
}

.border-s-gray5\/60 {
  border-inline-start-color: rgb(242 242 242 / 0.6);
}

.border-s-gray5\/70 {
  border-inline-start-color: rgb(242 242 242 / 0.7);
}

.border-s-gray5\/75 {
  border-inline-start-color: rgb(242 242 242 / 0.75);
}

.border-s-gray5\/80 {
  border-inline-start-color: rgb(242 242 242 / 0.8);
}

.border-s-gray5\/90 {
  border-inline-start-color: rgb(242 242 242 / 0.9);
}

.border-s-gray5\/95 {
  border-inline-start-color: rgb(242 242 242 / 0.95);
}

.border-s-sh_black {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.border-s-sh_black\/0 {
  border-inline-start-color: rgb(35 31 32 / 0);
}

.border-s-sh_black\/10 {
  border-inline-start-color: rgb(35 31 32 / 0.1);
}

.border-s-sh_black\/100 {
  border-inline-start-color: rgb(35 31 32 / 1);
}

.border-s-sh_black\/20 {
  border-inline-start-color: rgb(35 31 32 / 0.2);
}

.border-s-sh_black\/25 {
  border-inline-start-color: rgb(35 31 32 / 0.25);
}

.border-s-sh_black\/30 {
  border-inline-start-color: rgb(35 31 32 / 0.3);
}

.border-s-sh_black\/40 {
  border-inline-start-color: rgb(35 31 32 / 0.4);
}

.border-s-sh_black\/5 {
  border-inline-start-color: rgb(35 31 32 / 0.05);
}

.border-s-sh_black\/50 {
  border-inline-start-color: rgb(35 31 32 / 0.5);
}

.border-s-sh_black\/60 {
  border-inline-start-color: rgb(35 31 32 / 0.6);
}

.border-s-sh_black\/70 {
  border-inline-start-color: rgb(35 31 32 / 0.7);
}

.border-s-sh_black\/75 {
  border-inline-start-color: rgb(35 31 32 / 0.75);
}

.border-s-sh_black\/80 {
  border-inline-start-color: rgb(35 31 32 / 0.8);
}

.border-s-sh_black\/90 {
  border-inline-start-color: rgb(35 31 32 / 0.9);
}

.border-s-sh_black\/95 {
  border-inline-start-color: rgb(35 31 32 / 0.95);
}

.border-s-success_green {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.border-s-success_green\/0 {
  border-inline-start-color: rgb(80 131 22 / 0);
}

.border-s-success_green\/10 {
  border-inline-start-color: rgb(80 131 22 / 0.1);
}

.border-s-success_green\/100 {
  border-inline-start-color: rgb(80 131 22 / 1);
}

.border-s-success_green\/20 {
  border-inline-start-color: rgb(80 131 22 / 0.2);
}

.border-s-success_green\/25 {
  border-inline-start-color: rgb(80 131 22 / 0.25);
}

.border-s-success_green\/30 {
  border-inline-start-color: rgb(80 131 22 / 0.3);
}

.border-s-success_green\/40 {
  border-inline-start-color: rgb(80 131 22 / 0.4);
}

.border-s-success_green\/5 {
  border-inline-start-color: rgb(80 131 22 / 0.05);
}

.border-s-success_green\/50 {
  border-inline-start-color: rgb(80 131 22 / 0.5);
}

.border-s-success_green\/60 {
  border-inline-start-color: rgb(80 131 22 / 0.6);
}

.border-s-success_green\/70 {
  border-inline-start-color: rgb(80 131 22 / 0.7);
}

.border-s-success_green\/75 {
  border-inline-start-color: rgb(80 131 22 / 0.75);
}

.border-s-success_green\/80 {
  border-inline-start-color: rgb(80 131 22 / 0.8);
}

.border-s-success_green\/90 {
  border-inline-start-color: rgb(80 131 22 / 0.9);
}

.border-s-success_green\/95 {
  border-inline-start-color: rgb(80 131 22 / 0.95);
}

.border-s-teal {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.border-s-teal\/0 {
  border-inline-start-color: rgb(0 129 159 / 0);
}

.border-s-teal\/10 {
  border-inline-start-color: rgb(0 129 159 / 0.1);
}

.border-s-teal\/100 {
  border-inline-start-color: rgb(0 129 159 / 1);
}

.border-s-teal\/20 {
  border-inline-start-color: rgb(0 129 159 / 0.2);
}

.border-s-teal\/25 {
  border-inline-start-color: rgb(0 129 159 / 0.25);
}

.border-s-teal\/30 {
  border-inline-start-color: rgb(0 129 159 / 0.3);
}

.border-s-teal\/40 {
  border-inline-start-color: rgb(0 129 159 / 0.4);
}

.border-s-teal\/5 {
  border-inline-start-color: rgb(0 129 159 / 0.05);
}

.border-s-teal\/50 {
  border-inline-start-color: rgb(0 129 159 / 0.5);
}

.border-s-teal\/60 {
  border-inline-start-color: rgb(0 129 159 / 0.6);
}

.border-s-teal\/70 {
  border-inline-start-color: rgb(0 129 159 / 0.7);
}

.border-s-teal\/75 {
  border-inline-start-color: rgb(0 129 159 / 0.75);
}

.border-s-teal\/80 {
  border-inline-start-color: rgb(0 129 159 / 0.8);
}

.border-s-teal\/90 {
  border-inline-start-color: rgb(0 129 159 / 0.9);
}

.border-s-teal\/95 {
  border-inline-start-color: rgb(0 129 159 / 0.95);
}

.border-s-teal_dark {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.border-s-teal_dark\/0 {
  border-inline-start-color: rgb(0 60 77 / 0);
}

.border-s-teal_dark\/10 {
  border-inline-start-color: rgb(0 60 77 / 0.1);
}

.border-s-teal_dark\/100 {
  border-inline-start-color: rgb(0 60 77 / 1);
}

.border-s-teal_dark\/20 {
  border-inline-start-color: rgb(0 60 77 / 0.2);
}

.border-s-teal_dark\/25 {
  border-inline-start-color: rgb(0 60 77 / 0.25);
}

.border-s-teal_dark\/30 {
  border-inline-start-color: rgb(0 60 77 / 0.3);
}

.border-s-teal_dark\/40 {
  border-inline-start-color: rgb(0 60 77 / 0.4);
}

.border-s-teal_dark\/5 {
  border-inline-start-color: rgb(0 60 77 / 0.05);
}

.border-s-teal_dark\/50 {
  border-inline-start-color: rgb(0 60 77 / 0.5);
}

.border-s-teal_dark\/60 {
  border-inline-start-color: rgb(0 60 77 / 0.6);
}

.border-s-teal_dark\/70 {
  border-inline-start-color: rgb(0 60 77 / 0.7);
}

.border-s-teal_dark\/75 {
  border-inline-start-color: rgb(0 60 77 / 0.75);
}

.border-s-teal_dark\/80 {
  border-inline-start-color: rgb(0 60 77 / 0.8);
}

.border-s-teal_dark\/90 {
  border-inline-start-color: rgb(0 60 77 / 0.9);
}

.border-s-teal_dark\/95 {
  border-inline-start-color: rgb(0 60 77 / 0.95);
}

.border-s-teal_extra_light {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.border-s-teal_extra_light\/0 {
  border-inline-start-color: rgb(245 251 252 / 0);
}

.border-s-teal_extra_light\/10 {
  border-inline-start-color: rgb(245 251 252 / 0.1);
}

.border-s-teal_extra_light\/100 {
  border-inline-start-color: rgb(245 251 252 / 1);
}

.border-s-teal_extra_light\/20 {
  border-inline-start-color: rgb(245 251 252 / 0.2);
}

.border-s-teal_extra_light\/25 {
  border-inline-start-color: rgb(245 251 252 / 0.25);
}

.border-s-teal_extra_light\/30 {
  border-inline-start-color: rgb(245 251 252 / 0.3);
}

.border-s-teal_extra_light\/40 {
  border-inline-start-color: rgb(245 251 252 / 0.4);
}

.border-s-teal_extra_light\/5 {
  border-inline-start-color: rgb(245 251 252 / 0.05);
}

.border-s-teal_extra_light\/50 {
  border-inline-start-color: rgb(245 251 252 / 0.5);
}

.border-s-teal_extra_light\/60 {
  border-inline-start-color: rgb(245 251 252 / 0.6);
}

.border-s-teal_extra_light\/70 {
  border-inline-start-color: rgb(245 251 252 / 0.7);
}

.border-s-teal_extra_light\/75 {
  border-inline-start-color: rgb(245 251 252 / 0.75);
}

.border-s-teal_extra_light\/80 {
  border-inline-start-color: rgb(245 251 252 / 0.8);
}

.border-s-teal_extra_light\/90 {
  border-inline-start-color: rgb(245 251 252 / 0.9);
}

.border-s-teal_extra_light\/95 {
  border-inline-start-color: rgb(245 251 252 / 0.95);
}

.border-s-teal_light {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.border-s-teal_light\/0 {
  border-inline-start-color: rgb(116 196 214 / 0);
}

.border-s-teal_light\/10 {
  border-inline-start-color: rgb(116 196 214 / 0.1);
}

.border-s-teal_light\/100 {
  border-inline-start-color: rgb(116 196 214 / 1);
}

.border-s-teal_light\/20 {
  border-inline-start-color: rgb(116 196 214 / 0.2);
}

.border-s-teal_light\/25 {
  border-inline-start-color: rgb(116 196 214 / 0.25);
}

.border-s-teal_light\/30 {
  border-inline-start-color: rgb(116 196 214 / 0.3);
}

.border-s-teal_light\/40 {
  border-inline-start-color: rgb(116 196 214 / 0.4);
}

.border-s-teal_light\/5 {
  border-inline-start-color: rgb(116 196 214 / 0.05);
}

.border-s-teal_light\/50 {
  border-inline-start-color: rgb(116 196 214 / 0.5);
}

.border-s-teal_light\/60 {
  border-inline-start-color: rgb(116 196 214 / 0.6);
}

.border-s-teal_light\/70 {
  border-inline-start-color: rgb(116 196 214 / 0.7);
}

.border-s-teal_light\/75 {
  border-inline-start-color: rgb(116 196 214 / 0.75);
}

.border-s-teal_light\/80 {
  border-inline-start-color: rgb(116 196 214 / 0.8);
}

.border-s-teal_light\/90 {
  border-inline-start-color: rgb(116 196 214 / 0.9);
}

.border-s-teal_light\/95 {
  border-inline-start-color: rgb(116 196 214 / 0.95);
}

.border-s-transparent {
  border-inline-start-color: transparent;
}

.border-s-transparent\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.border-s-transparent\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.border-s-transparent\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.border-s-transparent\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.border-s-transparent\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.border-s-transparent\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.border-s-transparent\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.border-s-transparent\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.border-s-transparent\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.border-s-transparent\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.border-s-transparent\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.border-s-transparent\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.border-s-transparent\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.border-s-transparent\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.border-s-transparent\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

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

.border-s-white\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}

.border-s-white\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.border-s-white\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}

.border-s-white\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.border-s-white\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.border-s-white\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.border-s-white\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.border-s-white\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.border-s-white\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.border-s-white\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.border-s-white\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.border-s-white\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.border-s-white\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.border-s-white\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.border-s-white\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

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

.border-t-black\/0 {
  border-top-color: rgb(0 0 0 / 0);
}

.border-t-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}

.border-t-black\/100 {
  border-top-color: rgb(0 0 0 / 1);
}

.border-t-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}

.border-t-black\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}

.border-t-black\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}

.border-t-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}

.border-t-black\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}

.border-t-black\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}

.border-t-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}

.border-t-black\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}

.border-t-black\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}

.border-t-black\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}

.border-t-black\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}

.border-t-black\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}

.border-t-current {
  border-top-color: currentColor;
}

.border-t-error_red {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.border-t-error_red\/0 {
  border-top-color: rgb(235 0 27 / 0);
}

.border-t-error_red\/10 {
  border-top-color: rgb(235 0 27 / 0.1);
}

.border-t-error_red\/100 {
  border-top-color: rgb(235 0 27 / 1);
}

.border-t-error_red\/20 {
  border-top-color: rgb(235 0 27 / 0.2);
}

.border-t-error_red\/25 {
  border-top-color: rgb(235 0 27 / 0.25);
}

.border-t-error_red\/30 {
  border-top-color: rgb(235 0 27 / 0.3);
}

.border-t-error_red\/40 {
  border-top-color: rgb(235 0 27 / 0.4);
}

.border-t-error_red\/5 {
  border-top-color: rgb(235 0 27 / 0.05);
}

.border-t-error_red\/50 {
  border-top-color: rgb(235 0 27 / 0.5);
}

.border-t-error_red\/60 {
  border-top-color: rgb(235 0 27 / 0.6);
}

.border-t-error_red\/70 {
  border-top-color: rgb(235 0 27 / 0.7);
}

.border-t-error_red\/75 {
  border-top-color: rgb(235 0 27 / 0.75);
}

.border-t-error_red\/80 {
  border-top-color: rgb(235 0 27 / 0.8);
}

.border-t-error_red\/90 {
  border-top-color: rgb(235 0 27 / 0.9);
}

.border-t-error_red\/95 {
  border-top-color: rgb(235 0 27 / 0.95);
}

.border-t-gray5 {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-t-gray5\/0 {
  border-top-color: rgb(242 242 242 / 0);
}

.border-t-gray5\/10 {
  border-top-color: rgb(242 242 242 / 0.1);
}

.border-t-gray5\/100 {
  border-top-color: rgb(242 242 242 / 1);
}

.border-t-gray5\/20 {
  border-top-color: rgb(242 242 242 / 0.2);
}

.border-t-gray5\/25 {
  border-top-color: rgb(242 242 242 / 0.25);
}

.border-t-gray5\/30 {
  border-top-color: rgb(242 242 242 / 0.3);
}

.border-t-gray5\/40 {
  border-top-color: rgb(242 242 242 / 0.4);
}

.border-t-gray5\/5 {
  border-top-color: rgb(242 242 242 / 0.05);
}

.border-t-gray5\/50 {
  border-top-color: rgb(242 242 242 / 0.5);
}

.border-t-gray5\/60 {
  border-top-color: rgb(242 242 242 / 0.6);
}

.border-t-gray5\/70 {
  border-top-color: rgb(242 242 242 / 0.7);
}

.border-t-gray5\/75 {
  border-top-color: rgb(242 242 242 / 0.75);
}

.border-t-gray5\/80 {
  border-top-color: rgb(242 242 242 / 0.8);
}

.border-t-gray5\/90 {
  border-top-color: rgb(242 242 242 / 0.9);
}

.border-t-gray5\/95 {
  border-top-color: rgb(242 242 242 / 0.95);
}

.border-t-sh_black {
  --tw-border-opacity: 1;
  border-top-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.border-t-sh_black\/0 {
  border-top-color: rgb(35 31 32 / 0);
}

.border-t-sh_black\/10 {
  border-top-color: rgb(35 31 32 / 0.1);
}

.border-t-sh_black\/100 {
  border-top-color: rgb(35 31 32 / 1);
}

.border-t-sh_black\/20 {
  border-top-color: rgb(35 31 32 / 0.2);
}

.border-t-sh_black\/25 {
  border-top-color: rgb(35 31 32 / 0.25);
}

.border-t-sh_black\/30 {
  border-top-color: rgb(35 31 32 / 0.3);
}

.border-t-sh_black\/40 {
  border-top-color: rgb(35 31 32 / 0.4);
}

.border-t-sh_black\/5 {
  border-top-color: rgb(35 31 32 / 0.05);
}

.border-t-sh_black\/50 {
  border-top-color: rgb(35 31 32 / 0.5);
}

.border-t-sh_black\/60 {
  border-top-color: rgb(35 31 32 / 0.6);
}

.border-t-sh_black\/70 {
  border-top-color: rgb(35 31 32 / 0.7);
}

.border-t-sh_black\/75 {
  border-top-color: rgb(35 31 32 / 0.75);
}

.border-t-sh_black\/80 {
  border-top-color: rgb(35 31 32 / 0.8);
}

.border-t-sh_black\/90 {
  border-top-color: rgb(35 31 32 / 0.9);
}

.border-t-sh_black\/95 {
  border-top-color: rgb(35 31 32 / 0.95);
}

.border-t-success_green {
  --tw-border-opacity: 1;
  border-top-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.border-t-success_green\/0 {
  border-top-color: rgb(80 131 22 / 0);
}

.border-t-success_green\/10 {
  border-top-color: rgb(80 131 22 / 0.1);
}

.border-t-success_green\/100 {
  border-top-color: rgb(80 131 22 / 1);
}

.border-t-success_green\/20 {
  border-top-color: rgb(80 131 22 / 0.2);
}

.border-t-success_green\/25 {
  border-top-color: rgb(80 131 22 / 0.25);
}

.border-t-success_green\/30 {
  border-top-color: rgb(80 131 22 / 0.3);
}

.border-t-success_green\/40 {
  border-top-color: rgb(80 131 22 / 0.4);
}

.border-t-success_green\/5 {
  border-top-color: rgb(80 131 22 / 0.05);
}

.border-t-success_green\/50 {
  border-top-color: rgb(80 131 22 / 0.5);
}

.border-t-success_green\/60 {
  border-top-color: rgb(80 131 22 / 0.6);
}

.border-t-success_green\/70 {
  border-top-color: rgb(80 131 22 / 0.7);
}

.border-t-success_green\/75 {
  border-top-color: rgb(80 131 22 / 0.75);
}

.border-t-success_green\/80 {
  border-top-color: rgb(80 131 22 / 0.8);
}

.border-t-success_green\/90 {
  border-top-color: rgb(80 131 22 / 0.9);
}

.border-t-success_green\/95 {
  border-top-color: rgb(80 131 22 / 0.95);
}

.border-t-teal {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.border-t-teal\/0 {
  border-top-color: rgb(0 129 159 / 0);
}

.border-t-teal\/10 {
  border-top-color: rgb(0 129 159 / 0.1);
}

.border-t-teal\/100 {
  border-top-color: rgb(0 129 159 / 1);
}

.border-t-teal\/20 {
  border-top-color: rgb(0 129 159 / 0.2);
}

.border-t-teal\/25 {
  border-top-color: rgb(0 129 159 / 0.25);
}

.border-t-teal\/30 {
  border-top-color: rgb(0 129 159 / 0.3);
}

.border-t-teal\/40 {
  border-top-color: rgb(0 129 159 / 0.4);
}

.border-t-teal\/5 {
  border-top-color: rgb(0 129 159 / 0.05);
}

.border-t-teal\/50 {
  border-top-color: rgb(0 129 159 / 0.5);
}

.border-t-teal\/60 {
  border-top-color: rgb(0 129 159 / 0.6);
}

.border-t-teal\/70 {
  border-top-color: rgb(0 129 159 / 0.7);
}

.border-t-teal\/75 {
  border-top-color: rgb(0 129 159 / 0.75);
}

.border-t-teal\/80 {
  border-top-color: rgb(0 129 159 / 0.8);
}

.border-t-teal\/90 {
  border-top-color: rgb(0 129 159 / 0.9);
}

.border-t-teal\/95 {
  border-top-color: rgb(0 129 159 / 0.95);
}

.border-t-teal_dark {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.border-t-teal_dark\/0 {
  border-top-color: rgb(0 60 77 / 0);
}

.border-t-teal_dark\/10 {
  border-top-color: rgb(0 60 77 / 0.1);
}

.border-t-teal_dark\/100 {
  border-top-color: rgb(0 60 77 / 1);
}

.border-t-teal_dark\/20 {
  border-top-color: rgb(0 60 77 / 0.2);
}

.border-t-teal_dark\/25 {
  border-top-color: rgb(0 60 77 / 0.25);
}

.border-t-teal_dark\/30 {
  border-top-color: rgb(0 60 77 / 0.3);
}

.border-t-teal_dark\/40 {
  border-top-color: rgb(0 60 77 / 0.4);
}

.border-t-teal_dark\/5 {
  border-top-color: rgb(0 60 77 / 0.05);
}

.border-t-teal_dark\/50 {
  border-top-color: rgb(0 60 77 / 0.5);
}

.border-t-teal_dark\/60 {
  border-top-color: rgb(0 60 77 / 0.6);
}

.border-t-teal_dark\/70 {
  border-top-color: rgb(0 60 77 / 0.7);
}

.border-t-teal_dark\/75 {
  border-top-color: rgb(0 60 77 / 0.75);
}

.border-t-teal_dark\/80 {
  border-top-color: rgb(0 60 77 / 0.8);
}

.border-t-teal_dark\/90 {
  border-top-color: rgb(0 60 77 / 0.9);
}

.border-t-teal_dark\/95 {
  border-top-color: rgb(0 60 77 / 0.95);
}

.border-t-teal_extra_light {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.border-t-teal_extra_light\/0 {
  border-top-color: rgb(245 251 252 / 0);
}

.border-t-teal_extra_light\/10 {
  border-top-color: rgb(245 251 252 / 0.1);
}

.border-t-teal_extra_light\/100 {
  border-top-color: rgb(245 251 252 / 1);
}

.border-t-teal_extra_light\/20 {
  border-top-color: rgb(245 251 252 / 0.2);
}

.border-t-teal_extra_light\/25 {
  border-top-color: rgb(245 251 252 / 0.25);
}

.border-t-teal_extra_light\/30 {
  border-top-color: rgb(245 251 252 / 0.3);
}

.border-t-teal_extra_light\/40 {
  border-top-color: rgb(245 251 252 / 0.4);
}

.border-t-teal_extra_light\/5 {
  border-top-color: rgb(245 251 252 / 0.05);
}

.border-t-teal_extra_light\/50 {
  border-top-color: rgb(245 251 252 / 0.5);
}

.border-t-teal_extra_light\/60 {
  border-top-color: rgb(245 251 252 / 0.6);
}

.border-t-teal_extra_light\/70 {
  border-top-color: rgb(245 251 252 / 0.7);
}

.border-t-teal_extra_light\/75 {
  border-top-color: rgb(245 251 252 / 0.75);
}

.border-t-teal_extra_light\/80 {
  border-top-color: rgb(245 251 252 / 0.8);
}

.border-t-teal_extra_light\/90 {
  border-top-color: rgb(245 251 252 / 0.9);
}

.border-t-teal_extra_light\/95 {
  border-top-color: rgb(245 251 252 / 0.95);
}

.border-t-teal_light {
  --tw-border-opacity: 1;
  border-top-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.border-t-teal_light\/0 {
  border-top-color: rgb(116 196 214 / 0);
}

.border-t-teal_light\/10 {
  border-top-color: rgb(116 196 214 / 0.1);
}

.border-t-teal_light\/100 {
  border-top-color: rgb(116 196 214 / 1);
}

.border-t-teal_light\/20 {
  border-top-color: rgb(116 196 214 / 0.2);
}

.border-t-teal_light\/25 {
  border-top-color: rgb(116 196 214 / 0.25);
}

.border-t-teal_light\/30 {
  border-top-color: rgb(116 196 214 / 0.3);
}

.border-t-teal_light\/40 {
  border-top-color: rgb(116 196 214 / 0.4);
}

.border-t-teal_light\/5 {
  border-top-color: rgb(116 196 214 / 0.05);
}

.border-t-teal_light\/50 {
  border-top-color: rgb(116 196 214 / 0.5);
}

.border-t-teal_light\/60 {
  border-top-color: rgb(116 196 214 / 0.6);
}

.border-t-teal_light\/70 {
  border-top-color: rgb(116 196 214 / 0.7);
}

.border-t-teal_light\/75 {
  border-top-color: rgb(116 196 214 / 0.75);
}

.border-t-teal_light\/80 {
  border-top-color: rgb(116 196 214 / 0.8);
}

.border-t-teal_light\/90 {
  border-top-color: rgb(116 196 214 / 0.9);
}

.border-t-teal_light\/95 {
  border-top-color: rgb(116 196 214 / 0.95);
}

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

.border-t-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
}

.border-t-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}

.border-t-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
}

.border-t-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}

.border-t-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}

.border-t-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}

.border-t-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}

.border-t-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}

.border-t-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}

.border-t-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}

.border-t-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}

.border-t-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}

.border-t-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}

.border-t-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}

.border-t-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}

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

.border-t-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
}

.border-t-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}

.border-t-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
}

.border-t-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}

.border-t-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}

.border-t-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}

.border-t-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}

.border-t-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}

.border-t-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}

.border-t-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}

.border-t-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}

.border-t-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}

.border-t-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}

.border-t-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}

.border-t-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

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

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-current {
  background-color: currentColor;
}

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

.bg-error_red\/0 {
  background-color: rgb(235 0 27 / 0);
}

.bg-error_red\/10 {
  background-color: rgb(235 0 27 / 0.1);
}

.bg-error_red\/100 {
  background-color: rgb(235 0 27 / 1);
}

.bg-error_red\/20 {
  background-color: rgb(235 0 27 / 0.2);
}

.bg-error_red\/25 {
  background-color: rgb(235 0 27 / 0.25);
}

.bg-error_red\/30 {
  background-color: rgb(235 0 27 / 0.3);
}

.bg-error_red\/40 {
  background-color: rgb(235 0 27 / 0.4);
}

.bg-error_red\/5 {
  background-color: rgb(235 0 27 / 0.05);
}

.bg-error_red\/50 {
  background-color: rgb(235 0 27 / 0.5);
}

.bg-error_red\/60 {
  background-color: rgb(235 0 27 / 0.6);
}

.bg-error_red\/70 {
  background-color: rgb(235 0 27 / 0.7);
}

.bg-error_red\/75 {
  background-color: rgb(235 0 27 / 0.75);
}

.bg-error_red\/80 {
  background-color: rgb(235 0 27 / 0.8);
}

.bg-error_red\/90 {
  background-color: rgb(235 0 27 / 0.9);
}

.bg-error_red\/95 {
  background-color: rgb(235 0 27 / 0.95);
}

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

.bg-gray5\/0 {
  background-color: rgb(242 242 242 / 0);
}

.bg-gray5\/10 {
  background-color: rgb(242 242 242 / 0.1);
}

.bg-gray5\/100 {
  background-color: rgb(242 242 242 / 1);
}

.bg-gray5\/20 {
  background-color: rgb(242 242 242 / 0.2);
}

.bg-gray5\/25 {
  background-color: rgb(242 242 242 / 0.25);
}

.bg-gray5\/30 {
  background-color: rgb(242 242 242 / 0.3);
}

.bg-gray5\/40 {
  background-color: rgb(242 242 242 / 0.4);
}

.bg-gray5\/5 {
  background-color: rgb(242 242 242 / 0.05);
}

.bg-gray5\/50 {
  background-color: rgb(242 242 242 / 0.5);
}

.bg-gray5\/60 {
  background-color: rgb(242 242 242 / 0.6);
}

.bg-gray5\/70 {
  background-color: rgb(242 242 242 / 0.7);
}

.bg-gray5\/75 {
  background-color: rgb(242 242 242 / 0.75);
}

.bg-gray5\/80 {
  background-color: rgb(242 242 242 / 0.8);
}

.bg-gray5\/90 {
  background-color: rgb(242 242 242 / 0.9);
}

.bg-gray5\/95 {
  background-color: rgb(242 242 242 / 0.95);
}

.bg-sh_black {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
}

.bg-sh_black\/0 {
  background-color: rgb(35 31 32 / 0);
}

.bg-sh_black\/10 {
  background-color: rgb(35 31 32 / 0.1);
}

.bg-sh_black\/100 {
  background-color: rgb(35 31 32 / 1);
}

.bg-sh_black\/20 {
  background-color: rgb(35 31 32 / 0.2);
}

.bg-sh_black\/25 {
  background-color: rgb(35 31 32 / 0.25);
}

.bg-sh_black\/30 {
  background-color: rgb(35 31 32 / 0.3);
}

.bg-sh_black\/40 {
  background-color: rgb(35 31 32 / 0.4);
}

.bg-sh_black\/5 {
  background-color: rgb(35 31 32 / 0.05);
}

.bg-sh_black\/50 {
  background-color: rgb(35 31 32 / 0.5);
}

.bg-sh_black\/60 {
  background-color: rgb(35 31 32 / 0.6);
}

.bg-sh_black\/70 {
  background-color: rgb(35 31 32 / 0.7);
}

.bg-sh_black\/75 {
  background-color: rgb(35 31 32 / 0.75);
}

.bg-sh_black\/80 {
  background-color: rgb(35 31 32 / 0.8);
}

.bg-sh_black\/90 {
  background-color: rgb(35 31 32 / 0.9);
}

.bg-sh_black\/95 {
  background-color: rgb(35 31 32 / 0.95);
}

.bg-success_green {
  --tw-bg-opacity: 1;
  background-color: rgb(80 131 22 / var(--tw-bg-opacity));
}

.bg-success_green\/0 {
  background-color: rgb(80 131 22 / 0);
}

.bg-success_green\/10 {
  background-color: rgb(80 131 22 / 0.1);
}

.bg-success_green\/100 {
  background-color: rgb(80 131 22 / 1);
}

.bg-success_green\/20 {
  background-color: rgb(80 131 22 / 0.2);
}

.bg-success_green\/25 {
  background-color: rgb(80 131 22 / 0.25);
}

.bg-success_green\/30 {
  background-color: rgb(80 131 22 / 0.3);
}

.bg-success_green\/40 {
  background-color: rgb(80 131 22 / 0.4);
}

.bg-success_green\/5 {
  background-color: rgb(80 131 22 / 0.05);
}

.bg-success_green\/50 {
  background-color: rgb(80 131 22 / 0.5);
}

.bg-success_green\/60 {
  background-color: rgb(80 131 22 / 0.6);
}

.bg-success_green\/70 {
  background-color: rgb(80 131 22 / 0.7);
}

.bg-success_green\/75 {
  background-color: rgb(80 131 22 / 0.75);
}

.bg-success_green\/80 {
  background-color: rgb(80 131 22 / 0.8);
}

.bg-success_green\/90 {
  background-color: rgb(80 131 22 / 0.9);
}

.bg-success_green\/95 {
  background-color: rgb(80 131 22 / 0.95);
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 159 / var(--tw-bg-opacity));
}

.bg-teal\/0 {
  background-color: rgb(0 129 159 / 0);
}

.bg-teal\/10 {
  background-color: rgb(0 129 159 / 0.1);
}

.bg-teal\/100 {
  background-color: rgb(0 129 159 / 1);
}

.bg-teal\/20 {
  background-color: rgb(0 129 159 / 0.2);
}

.bg-teal\/25 {
  background-color: rgb(0 129 159 / 0.25);
}

.bg-teal\/30 {
  background-color: rgb(0 129 159 / 0.3);
}

.bg-teal\/40 {
  background-color: rgb(0 129 159 / 0.4);
}

.bg-teal\/5 {
  background-color: rgb(0 129 159 / 0.05);
}

.bg-teal\/50 {
  background-color: rgb(0 129 159 / 0.5);
}

.bg-teal\/60 {
  background-color: rgb(0 129 159 / 0.6);
}

.bg-teal\/70 {
  background-color: rgb(0 129 159 / 0.7);
}

.bg-teal\/75 {
  background-color: rgb(0 129 159 / 0.75);
}

.bg-teal\/80 {
  background-color: rgb(0 129 159 / 0.8);
}

.bg-teal\/90 {
  background-color: rgb(0 129 159 / 0.9);
}

.bg-teal\/95 {
  background-color: rgb(0 129 159 / 0.95);
}

.bg-teal_dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 60 77 / var(--tw-bg-opacity));
}

.bg-teal_dark\/0 {
  background-color: rgb(0 60 77 / 0);
}

.bg-teal_dark\/10 {
  background-color: rgb(0 60 77 / 0.1);
}

.bg-teal_dark\/100 {
  background-color: rgb(0 60 77 / 1);
}

.bg-teal_dark\/20 {
  background-color: rgb(0 60 77 / 0.2);
}

.bg-teal_dark\/25 {
  background-color: rgb(0 60 77 / 0.25);
}

.bg-teal_dark\/30 {
  background-color: rgb(0 60 77 / 0.3);
}

.bg-teal_dark\/40 {
  background-color: rgb(0 60 77 / 0.4);
}

.bg-teal_dark\/5 {
  background-color: rgb(0 60 77 / 0.05);
}

.bg-teal_dark\/50 {
  background-color: rgb(0 60 77 / 0.5);
}

.bg-teal_dark\/60 {
  background-color: rgb(0 60 77 / 0.6);
}

.bg-teal_dark\/70 {
  background-color: rgb(0 60 77 / 0.7);
}

.bg-teal_dark\/75 {
  background-color: rgb(0 60 77 / 0.75);
}

.bg-teal_dark\/80 {
  background-color: rgb(0 60 77 / 0.8);
}

.bg-teal_dark\/90 {
  background-color: rgb(0 60 77 / 0.9);
}

.bg-teal_dark\/95 {
  background-color: rgb(0 60 77 / 0.95);
}

.bg-teal_extra_light {
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 252 / var(--tw-bg-opacity));
}

.bg-teal_extra_light\/0 {
  background-color: rgb(245 251 252 / 0);
}

.bg-teal_extra_light\/10 {
  background-color: rgb(245 251 252 / 0.1);
}

.bg-teal_extra_light\/100 {
  background-color: rgb(245 251 252 / 1);
}

.bg-teal_extra_light\/20 {
  background-color: rgb(245 251 252 / 0.2);
}

.bg-teal_extra_light\/25 {
  background-color: rgb(245 251 252 / 0.25);
}

.bg-teal_extra_light\/30 {
  background-color: rgb(245 251 252 / 0.3);
}

.bg-teal_extra_light\/40 {
  background-color: rgb(245 251 252 / 0.4);
}

.bg-teal_extra_light\/5 {
  background-color: rgb(245 251 252 / 0.05);
}

.bg-teal_extra_light\/50 {
  background-color: rgb(245 251 252 / 0.5);
}

.bg-teal_extra_light\/60 {
  background-color: rgb(245 251 252 / 0.6);
}

.bg-teal_extra_light\/70 {
  background-color: rgb(245 251 252 / 0.7);
}

.bg-teal_extra_light\/75 {
  background-color: rgb(245 251 252 / 0.75);
}

.bg-teal_extra_light\/80 {
  background-color: rgb(245 251 252 / 0.8);
}

.bg-teal_extra_light\/90 {
  background-color: rgb(245 251 252 / 0.9);
}

.bg-teal_extra_light\/95 {
  background-color: rgb(245 251 252 / 0.95);
}

.bg-teal_light {
  --tw-bg-opacity: 1;
  background-color: rgb(116 196 214 / var(--tw-bg-opacity));
}

.bg-teal_light\/0 {
  background-color: rgb(116 196 214 / 0);
}

.bg-teal_light\/10 {
  background-color: rgb(116 196 214 / 0.1);
}

.bg-teal_light\/100 {
  background-color: rgb(116 196 214 / 1);
}

.bg-teal_light\/20 {
  background-color: rgb(116 196 214 / 0.2);
}

.bg-teal_light\/25 {
  background-color: rgb(116 196 214 / 0.25);
}

.bg-teal_light\/30 {
  background-color: rgb(116 196 214 / 0.3);
}

.bg-teal_light\/40 {
  background-color: rgb(116 196 214 / 0.4);
}

.bg-teal_light\/5 {
  background-color: rgb(116 196 214 / 0.05);
}

.bg-teal_light\/50 {
  background-color: rgb(116 196 214 / 0.5);
}

.bg-teal_light\/60 {
  background-color: rgb(116 196 214 / 0.6);
}

.bg-teal_light\/70 {
  background-color: rgb(116 196 214 / 0.7);
}

.bg-teal_light\/75 {
  background-color: rgb(116 196 214 / 0.75);
}

.bg-teal_light\/80 {
  background-color: rgb(116 196 214 / 0.8);
}

.bg-teal_light\/90 {
  background-color: rgb(116 196 214 / 0.9);
}

.bg-teal_light\/95 {
  background-color: rgb(116 196 214 / 0.95);
}

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

.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

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

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-none {
  background-image: none;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

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

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

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

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

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

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

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

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

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

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

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

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

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

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

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.fill-black {
  fill: #000000;
}

.fill-black\/0 {
  fill: rgb(0 0 0 / 0);
}

.fill-black\/10 {
  fill: rgb(0 0 0 / 0.1);
}

.fill-black\/100 {
  fill: rgb(0 0 0 / 1);
}

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-black\/25 {
  fill: rgb(0 0 0 / 0.25);
}

.fill-black\/30 {
  fill: rgb(0 0 0 / 0.3);
}

.fill-black\/40 {
  fill: rgb(0 0 0 / 0.4);
}

.fill-black\/5 {
  fill: rgb(0 0 0 / 0.05);
}

.fill-black\/50 {
  fill: rgb(0 0 0 / 0.5);
}

.fill-black\/60 {
  fill: rgb(0 0 0 / 0.6);
}

.fill-black\/70 {
  fill: rgb(0 0 0 / 0.7);
}

.fill-black\/75 {
  fill: rgb(0 0 0 / 0.75);
}

.fill-black\/80 {
  fill: rgb(0 0 0 / 0.8);
}

.fill-black\/90 {
  fill: rgb(0 0 0 / 0.9);
}

.fill-black\/95 {
  fill: rgb(0 0 0 / 0.95);
}

.fill-current {
  fill: currentColor;
}

.fill-error_red {
  fill: #eb001b;
}

.fill-error_red\/0 {
  fill: rgb(235 0 27 / 0);
}

.fill-error_red\/10 {
  fill: rgb(235 0 27 / 0.1);
}

.fill-error_red\/100 {
  fill: rgb(235 0 27 / 1);
}

.fill-error_red\/20 {
  fill: rgb(235 0 27 / 0.2);
}

.fill-error_red\/25 {
  fill: rgb(235 0 27 / 0.25);
}

.fill-error_red\/30 {
  fill: rgb(235 0 27 / 0.3);
}

.fill-error_red\/40 {
  fill: rgb(235 0 27 / 0.4);
}

.fill-error_red\/5 {
  fill: rgb(235 0 27 / 0.05);
}

.fill-error_red\/50 {
  fill: rgb(235 0 27 / 0.5);
}

.fill-error_red\/60 {
  fill: rgb(235 0 27 / 0.6);
}

.fill-error_red\/70 {
  fill: rgb(235 0 27 / 0.7);
}

.fill-error_red\/75 {
  fill: rgb(235 0 27 / 0.75);
}

.fill-error_red\/80 {
  fill: rgb(235 0 27 / 0.8);
}

.fill-error_red\/90 {
  fill: rgb(235 0 27 / 0.9);
}

.fill-error_red\/95 {
  fill: rgb(235 0 27 / 0.95);
}

.fill-gray5 {
  fill: #f2f2f2;
}

.fill-gray5\/0 {
  fill: rgb(242 242 242 / 0);
}

.fill-gray5\/10 {
  fill: rgb(242 242 242 / 0.1);
}

.fill-gray5\/100 {
  fill: rgb(242 242 242 / 1);
}

.fill-gray5\/20 {
  fill: rgb(242 242 242 / 0.2);
}

.fill-gray5\/25 {
  fill: rgb(242 242 242 / 0.25);
}

.fill-gray5\/30 {
  fill: rgb(242 242 242 / 0.3);
}

.fill-gray5\/40 {
  fill: rgb(242 242 242 / 0.4);
}

.fill-gray5\/5 {
  fill: rgb(242 242 242 / 0.05);
}

.fill-gray5\/50 {
  fill: rgb(242 242 242 / 0.5);
}

.fill-gray5\/60 {
  fill: rgb(242 242 242 / 0.6);
}

.fill-gray5\/70 {
  fill: rgb(242 242 242 / 0.7);
}

.fill-gray5\/75 {
  fill: rgb(242 242 242 / 0.75);
}

.fill-gray5\/80 {
  fill: rgb(242 242 242 / 0.8);
}

.fill-gray5\/90 {
  fill: rgb(242 242 242 / 0.9);
}

.fill-gray5\/95 {
  fill: rgb(242 242 242 / 0.95);
}

.fill-none {
  fill: none;
}

.fill-sh_black {
  fill: #231f20;
}

.fill-sh_black\/0 {
  fill: rgb(35 31 32 / 0);
}

.fill-sh_black\/10 {
  fill: rgb(35 31 32 / 0.1);
}

.fill-sh_black\/100 {
  fill: rgb(35 31 32 / 1);
}

.fill-sh_black\/20 {
  fill: rgb(35 31 32 / 0.2);
}

.fill-sh_black\/25 {
  fill: rgb(35 31 32 / 0.25);
}

.fill-sh_black\/30 {
  fill: rgb(35 31 32 / 0.3);
}

.fill-sh_black\/40 {
  fill: rgb(35 31 32 / 0.4);
}

.fill-sh_black\/5 {
  fill: rgb(35 31 32 / 0.05);
}

.fill-sh_black\/50 {
  fill: rgb(35 31 32 / 0.5);
}

.fill-sh_black\/60 {
  fill: rgb(35 31 32 / 0.6);
}

.fill-sh_black\/70 {
  fill: rgb(35 31 32 / 0.7);
}

.fill-sh_black\/75 {
  fill: rgb(35 31 32 / 0.75);
}

.fill-sh_black\/80 {
  fill: rgb(35 31 32 / 0.8);
}

.fill-sh_black\/90 {
  fill: rgb(35 31 32 / 0.9);
}

.fill-sh_black\/95 {
  fill: rgb(35 31 32 / 0.95);
}

.fill-success_green {
  fill: #508316;
}

.fill-success_green\/0 {
  fill: rgb(80 131 22 / 0);
}

.fill-success_green\/10 {
  fill: rgb(80 131 22 / 0.1);
}

.fill-success_green\/100 {
  fill: rgb(80 131 22 / 1);
}

.fill-success_green\/20 {
  fill: rgb(80 131 22 / 0.2);
}

.fill-success_green\/25 {
  fill: rgb(80 131 22 / 0.25);
}

.fill-success_green\/30 {
  fill: rgb(80 131 22 / 0.3);
}

.fill-success_green\/40 {
  fill: rgb(80 131 22 / 0.4);
}

.fill-success_green\/5 {
  fill: rgb(80 131 22 / 0.05);
}

.fill-success_green\/50 {
  fill: rgb(80 131 22 / 0.5);
}

.fill-success_green\/60 {
  fill: rgb(80 131 22 / 0.6);
}

.fill-success_green\/70 {
  fill: rgb(80 131 22 / 0.7);
}

.fill-success_green\/75 {
  fill: rgb(80 131 22 / 0.75);
}

.fill-success_green\/80 {
  fill: rgb(80 131 22 / 0.8);
}

.fill-success_green\/90 {
  fill: rgb(80 131 22 / 0.9);
}

.fill-success_green\/95 {
  fill: rgb(80 131 22 / 0.95);
}

.fill-teal {
  fill: #00819f;
}

.fill-teal\/0 {
  fill: rgb(0 129 159 / 0);
}

.fill-teal\/10 {
  fill: rgb(0 129 159 / 0.1);
}

.fill-teal\/100 {
  fill: rgb(0 129 159 / 1);
}

.fill-teal\/20 {
  fill: rgb(0 129 159 / 0.2);
}

.fill-teal\/25 {
  fill: rgb(0 129 159 / 0.25);
}

.fill-teal\/30 {
  fill: rgb(0 129 159 / 0.3);
}

.fill-teal\/40 {
  fill: rgb(0 129 159 / 0.4);
}

.fill-teal\/5 {
  fill: rgb(0 129 159 / 0.05);
}

.fill-teal\/50 {
  fill: rgb(0 129 159 / 0.5);
}

.fill-teal\/60 {
  fill: rgb(0 129 159 / 0.6);
}

.fill-teal\/70 {
  fill: rgb(0 129 159 / 0.7);
}

.fill-teal\/75 {
  fill: rgb(0 129 159 / 0.75);
}

.fill-teal\/80 {
  fill: rgb(0 129 159 / 0.8);
}

.fill-teal\/90 {
  fill: rgb(0 129 159 / 0.9);
}

.fill-teal\/95 {
  fill: rgb(0 129 159 / 0.95);
}

.fill-teal_dark {
  fill: #003C4D;
}

.fill-teal_dark\/0 {
  fill: rgb(0 60 77 / 0);
}

.fill-teal_dark\/10 {
  fill: rgb(0 60 77 / 0.1);
}

.fill-teal_dark\/100 {
  fill: rgb(0 60 77 / 1);
}

.fill-teal_dark\/20 {
  fill: rgb(0 60 77 / 0.2);
}

.fill-teal_dark\/25 {
  fill: rgb(0 60 77 / 0.25);
}

.fill-teal_dark\/30 {
  fill: rgb(0 60 77 / 0.3);
}

.fill-teal_dark\/40 {
  fill: rgb(0 60 77 / 0.4);
}

.fill-teal_dark\/5 {
  fill: rgb(0 60 77 / 0.05);
}

.fill-teal_dark\/50 {
  fill: rgb(0 60 77 / 0.5);
}

.fill-teal_dark\/60 {
  fill: rgb(0 60 77 / 0.6);
}

.fill-teal_dark\/70 {
  fill: rgb(0 60 77 / 0.7);
}

.fill-teal_dark\/75 {
  fill: rgb(0 60 77 / 0.75);
}

.fill-teal_dark\/80 {
  fill: rgb(0 60 77 / 0.8);
}

.fill-teal_dark\/90 {
  fill: rgb(0 60 77 / 0.9);
}

.fill-teal_dark\/95 {
  fill: rgb(0 60 77 / 0.95);
}

.fill-teal_extra_light {
  fill: #f5fbfc;
}

.fill-teal_extra_light\/0 {
  fill: rgb(245 251 252 / 0);
}

.fill-teal_extra_light\/10 {
  fill: rgb(245 251 252 / 0.1);
}

.fill-teal_extra_light\/100 {
  fill: rgb(245 251 252 / 1);
}

.fill-teal_extra_light\/20 {
  fill: rgb(245 251 252 / 0.2);
}

.fill-teal_extra_light\/25 {
  fill: rgb(245 251 252 / 0.25);
}

.fill-teal_extra_light\/30 {
  fill: rgb(245 251 252 / 0.3);
}

.fill-teal_extra_light\/40 {
  fill: rgb(245 251 252 / 0.4);
}

.fill-teal_extra_light\/5 {
  fill: rgb(245 251 252 / 0.05);
}

.fill-teal_extra_light\/50 {
  fill: rgb(245 251 252 / 0.5);
}

.fill-teal_extra_light\/60 {
  fill: rgb(245 251 252 / 0.6);
}

.fill-teal_extra_light\/70 {
  fill: rgb(245 251 252 / 0.7);
}

.fill-teal_extra_light\/75 {
  fill: rgb(245 251 252 / 0.75);
}

.fill-teal_extra_light\/80 {
  fill: rgb(245 251 252 / 0.8);
}

.fill-teal_extra_light\/90 {
  fill: rgb(245 251 252 / 0.9);
}

.fill-teal_extra_light\/95 {
  fill: rgb(245 251 252 / 0.95);
}

.fill-teal_light {
  fill: #74c4d6;
}

.fill-teal_light\/0 {
  fill: rgb(116 196 214 / 0);
}

.fill-teal_light\/10 {
  fill: rgb(116 196 214 / 0.1);
}

.fill-teal_light\/100 {
  fill: rgb(116 196 214 / 1);
}

.fill-teal_light\/20 {
  fill: rgb(116 196 214 / 0.2);
}

.fill-teal_light\/25 {
  fill: rgb(116 196 214 / 0.25);
}

.fill-teal_light\/30 {
  fill: rgb(116 196 214 / 0.3);
}

.fill-teal_light\/40 {
  fill: rgb(116 196 214 / 0.4);
}

.fill-teal_light\/5 {
  fill: rgb(116 196 214 / 0.05);
}

.fill-teal_light\/50 {
  fill: rgb(116 196 214 / 0.5);
}

.fill-teal_light\/60 {
  fill: rgb(116 196 214 / 0.6);
}

.fill-teal_light\/70 {
  fill: rgb(116 196 214 / 0.7);
}

.fill-teal_light\/75 {
  fill: rgb(116 196 214 / 0.75);
}

.fill-teal_light\/80 {
  fill: rgb(116 196 214 / 0.8);
}

.fill-teal_light\/90 {
  fill: rgb(116 196 214 / 0.9);
}

.fill-teal_light\/95 {
  fill: rgb(116 196 214 / 0.95);
}

.fill-transparent {
  fill: transparent;
}

.fill-transparent\/0 {
  fill: rgb(0 0 0 / 0);
}

.fill-transparent\/10 {
  fill: rgb(0 0 0 / 0.1);
}

.fill-transparent\/100 {
  fill: rgb(0 0 0 / 1);
}

.fill-transparent\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-transparent\/25 {
  fill: rgb(0 0 0 / 0.25);
}

.fill-transparent\/30 {
  fill: rgb(0 0 0 / 0.3);
}

.fill-transparent\/40 {
  fill: rgb(0 0 0 / 0.4);
}

.fill-transparent\/5 {
  fill: rgb(0 0 0 / 0.05);
}

.fill-transparent\/50 {
  fill: rgb(0 0 0 / 0.5);
}

.fill-transparent\/60 {
  fill: rgb(0 0 0 / 0.6);
}

.fill-transparent\/70 {
  fill: rgb(0 0 0 / 0.7);
}

.fill-transparent\/75 {
  fill: rgb(0 0 0 / 0.75);
}

.fill-transparent\/80 {
  fill: rgb(0 0 0 / 0.8);
}

.fill-transparent\/90 {
  fill: rgb(0 0 0 / 0.9);
}

.fill-transparent\/95 {
  fill: rgb(0 0 0 / 0.95);
}

.fill-white {
  fill: #ffffff;
}

.fill-white\/0 {
  fill: rgb(255 255 255 / 0);
}

.fill-white\/10 {
  fill: rgb(255 255 255 / 0.1);
}

.fill-white\/100 {
  fill: rgb(255 255 255 / 1);
}

.fill-white\/20 {
  fill: rgb(255 255 255 / 0.2);
}

.fill-white\/25 {
  fill: rgb(255 255 255 / 0.25);
}

.fill-white\/30 {
  fill: rgb(255 255 255 / 0.3);
}

.fill-white\/40 {
  fill: rgb(255 255 255 / 0.4);
}

.fill-white\/5 {
  fill: rgb(255 255 255 / 0.05);
}

.fill-white\/50 {
  fill: rgb(255 255 255 / 0.5);
}

.fill-white\/60 {
  fill: rgb(255 255 255 / 0.6);
}

.fill-white\/70 {
  fill: rgb(255 255 255 / 0.7);
}

.fill-white\/75 {
  fill: rgb(255 255 255 / 0.75);
}

.fill-white\/80 {
  fill: rgb(255 255 255 / 0.8);
}

.fill-white\/90 {
  fill: rgb(255 255 255 / 0.9);
}

.fill-white\/95 {
  fill: rgb(255 255 255 / 0.95);
}

.stroke-black {
  stroke: #000000;
}

.stroke-black\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-black\/10 {
  stroke: rgb(0 0 0 / 0.1);
}

.stroke-black\/100 {
  stroke: rgb(0 0 0 / 1);
}

.stroke-black\/20 {
  stroke: rgb(0 0 0 / 0.2);
}

.stroke-black\/25 {
  stroke: rgb(0 0 0 / 0.25);
}

.stroke-black\/30 {
  stroke: rgb(0 0 0 / 0.3);
}

.stroke-black\/40 {
  stroke: rgb(0 0 0 / 0.4);
}

.stroke-black\/5 {
  stroke: rgb(0 0 0 / 0.05);
}

.stroke-black\/50 {
  stroke: rgb(0 0 0 / 0.5);
}

.stroke-black\/60 {
  stroke: rgb(0 0 0 / 0.6);
}

.stroke-black\/70 {
  stroke: rgb(0 0 0 / 0.7);
}

.stroke-black\/75 {
  stroke: rgb(0 0 0 / 0.75);
}

.stroke-black\/80 {
  stroke: rgb(0 0 0 / 0.8);
}

.stroke-black\/90 {
  stroke: rgb(0 0 0 / 0.9);
}

.stroke-black\/95 {
  stroke: rgb(0 0 0 / 0.95);
}

.stroke-current {
  stroke: currentColor;
}

.stroke-error_red {
  stroke: #eb001b;
}

.stroke-error_red\/0 {
  stroke: rgb(235 0 27 / 0);
}

.stroke-error_red\/10 {
  stroke: rgb(235 0 27 / 0.1);
}

.stroke-error_red\/100 {
  stroke: rgb(235 0 27 / 1);
}

.stroke-error_red\/20 {
  stroke: rgb(235 0 27 / 0.2);
}

.stroke-error_red\/25 {
  stroke: rgb(235 0 27 / 0.25);
}

.stroke-error_red\/30 {
  stroke: rgb(235 0 27 / 0.3);
}

.stroke-error_red\/40 {
  stroke: rgb(235 0 27 / 0.4);
}

.stroke-error_red\/5 {
  stroke: rgb(235 0 27 / 0.05);
}

.stroke-error_red\/50 {
  stroke: rgb(235 0 27 / 0.5);
}

.stroke-error_red\/60 {
  stroke: rgb(235 0 27 / 0.6);
}

.stroke-error_red\/70 {
  stroke: rgb(235 0 27 / 0.7);
}

.stroke-error_red\/75 {
  stroke: rgb(235 0 27 / 0.75);
}

.stroke-error_red\/80 {
  stroke: rgb(235 0 27 / 0.8);
}

.stroke-error_red\/90 {
  stroke: rgb(235 0 27 / 0.9);
}

.stroke-error_red\/95 {
  stroke: rgb(235 0 27 / 0.95);
}

.stroke-gray5 {
  stroke: #f2f2f2;
}

.stroke-gray5\/0 {
  stroke: rgb(242 242 242 / 0);
}

.stroke-gray5\/10 {
  stroke: rgb(242 242 242 / 0.1);
}

.stroke-gray5\/100 {
  stroke: rgb(242 242 242 / 1);
}

.stroke-gray5\/20 {
  stroke: rgb(242 242 242 / 0.2);
}

.stroke-gray5\/25 {
  stroke: rgb(242 242 242 / 0.25);
}

.stroke-gray5\/30 {
  stroke: rgb(242 242 242 / 0.3);
}

.stroke-gray5\/40 {
  stroke: rgb(242 242 242 / 0.4);
}

.stroke-gray5\/5 {
  stroke: rgb(242 242 242 / 0.05);
}

.stroke-gray5\/50 {
  stroke: rgb(242 242 242 / 0.5);
}

.stroke-gray5\/60 {
  stroke: rgb(242 242 242 / 0.6);
}

.stroke-gray5\/70 {
  stroke: rgb(242 242 242 / 0.7);
}

.stroke-gray5\/75 {
  stroke: rgb(242 242 242 / 0.75);
}

.stroke-gray5\/80 {
  stroke: rgb(242 242 242 / 0.8);
}

.stroke-gray5\/90 {
  stroke: rgb(242 242 242 / 0.9);
}

.stroke-gray5\/95 {
  stroke: rgb(242 242 242 / 0.95);
}

.stroke-none {
  stroke: none;
}

.stroke-sh_black {
  stroke: #231f20;
}

.stroke-sh_black\/0 {
  stroke: rgb(35 31 32 / 0);
}

.stroke-sh_black\/10 {
  stroke: rgb(35 31 32 / 0.1);
}

.stroke-sh_black\/100 {
  stroke: rgb(35 31 32 / 1);
}

.stroke-sh_black\/20 {
  stroke: rgb(35 31 32 / 0.2);
}

.stroke-sh_black\/25 {
  stroke: rgb(35 31 32 / 0.25);
}

.stroke-sh_black\/30 {
  stroke: rgb(35 31 32 / 0.3);
}

.stroke-sh_black\/40 {
  stroke: rgb(35 31 32 / 0.4);
}

.stroke-sh_black\/5 {
  stroke: rgb(35 31 32 / 0.05);
}

.stroke-sh_black\/50 {
  stroke: rgb(35 31 32 / 0.5);
}

.stroke-sh_black\/60 {
  stroke: rgb(35 31 32 / 0.6);
}

.stroke-sh_black\/70 {
  stroke: rgb(35 31 32 / 0.7);
}

.stroke-sh_black\/75 {
  stroke: rgb(35 31 32 / 0.75);
}

.stroke-sh_black\/80 {
  stroke: rgb(35 31 32 / 0.8);
}

.stroke-sh_black\/90 {
  stroke: rgb(35 31 32 / 0.9);
}

.stroke-sh_black\/95 {
  stroke: rgb(35 31 32 / 0.95);
}

.stroke-success_green {
  stroke: #508316;
}

.stroke-success_green\/0 {
  stroke: rgb(80 131 22 / 0);
}

.stroke-success_green\/10 {
  stroke: rgb(80 131 22 / 0.1);
}

.stroke-success_green\/100 {
  stroke: rgb(80 131 22 / 1);
}

.stroke-success_green\/20 {
  stroke: rgb(80 131 22 / 0.2);
}

.stroke-success_green\/25 {
  stroke: rgb(80 131 22 / 0.25);
}

.stroke-success_green\/30 {
  stroke: rgb(80 131 22 / 0.3);
}

.stroke-success_green\/40 {
  stroke: rgb(80 131 22 / 0.4);
}

.stroke-success_green\/5 {
  stroke: rgb(80 131 22 / 0.05);
}

.stroke-success_green\/50 {
  stroke: rgb(80 131 22 / 0.5);
}

.stroke-success_green\/60 {
  stroke: rgb(80 131 22 / 0.6);
}

.stroke-success_green\/70 {
  stroke: rgb(80 131 22 / 0.7);
}

.stroke-success_green\/75 {
  stroke: rgb(80 131 22 / 0.75);
}

.stroke-success_green\/80 {
  stroke: rgb(80 131 22 / 0.8);
}

.stroke-success_green\/90 {
  stroke: rgb(80 131 22 / 0.9);
}

.stroke-success_green\/95 {
  stroke: rgb(80 131 22 / 0.95);
}

.stroke-teal {
  stroke: #00819f;
}

.stroke-teal\/0 {
  stroke: rgb(0 129 159 / 0);
}

.stroke-teal\/10 {
  stroke: rgb(0 129 159 / 0.1);
}

.stroke-teal\/100 {
  stroke: rgb(0 129 159 / 1);
}

.stroke-teal\/20 {
  stroke: rgb(0 129 159 / 0.2);
}

.stroke-teal\/25 {
  stroke: rgb(0 129 159 / 0.25);
}

.stroke-teal\/30 {
  stroke: rgb(0 129 159 / 0.3);
}

.stroke-teal\/40 {
  stroke: rgb(0 129 159 / 0.4);
}

.stroke-teal\/5 {
  stroke: rgb(0 129 159 / 0.05);
}

.stroke-teal\/50 {
  stroke: rgb(0 129 159 / 0.5);
}

.stroke-teal\/60 {
  stroke: rgb(0 129 159 / 0.6);
}

.stroke-teal\/70 {
  stroke: rgb(0 129 159 / 0.7);
}

.stroke-teal\/75 {
  stroke: rgb(0 129 159 / 0.75);
}

.stroke-teal\/80 {
  stroke: rgb(0 129 159 / 0.8);
}

.stroke-teal\/90 {
  stroke: rgb(0 129 159 / 0.9);
}

.stroke-teal\/95 {
  stroke: rgb(0 129 159 / 0.95);
}

.stroke-teal_dark {
  stroke: #003C4D;
}

.stroke-teal_dark\/0 {
  stroke: rgb(0 60 77 / 0);
}

.stroke-teal_dark\/10 {
  stroke: rgb(0 60 77 / 0.1);
}

.stroke-teal_dark\/100 {
  stroke: rgb(0 60 77 / 1);
}

.stroke-teal_dark\/20 {
  stroke: rgb(0 60 77 / 0.2);
}

.stroke-teal_dark\/25 {
  stroke: rgb(0 60 77 / 0.25);
}

.stroke-teal_dark\/30 {
  stroke: rgb(0 60 77 / 0.3);
}

.stroke-teal_dark\/40 {
  stroke: rgb(0 60 77 / 0.4);
}

.stroke-teal_dark\/5 {
  stroke: rgb(0 60 77 / 0.05);
}

.stroke-teal_dark\/50 {
  stroke: rgb(0 60 77 / 0.5);
}

.stroke-teal_dark\/60 {
  stroke: rgb(0 60 77 / 0.6);
}

.stroke-teal_dark\/70 {
  stroke: rgb(0 60 77 / 0.7);
}

.stroke-teal_dark\/75 {
  stroke: rgb(0 60 77 / 0.75);
}

.stroke-teal_dark\/80 {
  stroke: rgb(0 60 77 / 0.8);
}

.stroke-teal_dark\/90 {
  stroke: rgb(0 60 77 / 0.9);
}

.stroke-teal_dark\/95 {
  stroke: rgb(0 60 77 / 0.95);
}

.stroke-teal_extra_light {
  stroke: #f5fbfc;
}

.stroke-teal_extra_light\/0 {
  stroke: rgb(245 251 252 / 0);
}

.stroke-teal_extra_light\/10 {
  stroke: rgb(245 251 252 / 0.1);
}

.stroke-teal_extra_light\/100 {
  stroke: rgb(245 251 252 / 1);
}

.stroke-teal_extra_light\/20 {
  stroke: rgb(245 251 252 / 0.2);
}

.stroke-teal_extra_light\/25 {
  stroke: rgb(245 251 252 / 0.25);
}

.stroke-teal_extra_light\/30 {
  stroke: rgb(245 251 252 / 0.3);
}

.stroke-teal_extra_light\/40 {
  stroke: rgb(245 251 252 / 0.4);
}

.stroke-teal_extra_light\/5 {
  stroke: rgb(245 251 252 / 0.05);
}

.stroke-teal_extra_light\/50 {
  stroke: rgb(245 251 252 / 0.5);
}

.stroke-teal_extra_light\/60 {
  stroke: rgb(245 251 252 / 0.6);
}

.stroke-teal_extra_light\/70 {
  stroke: rgb(245 251 252 / 0.7);
}

.stroke-teal_extra_light\/75 {
  stroke: rgb(245 251 252 / 0.75);
}

.stroke-teal_extra_light\/80 {
  stroke: rgb(245 251 252 / 0.8);
}

.stroke-teal_extra_light\/90 {
  stroke: rgb(245 251 252 / 0.9);
}

.stroke-teal_extra_light\/95 {
  stroke: rgb(245 251 252 / 0.95);
}

.stroke-teal_light {
  stroke: #74c4d6;
}

.stroke-teal_light\/0 {
  stroke: rgb(116 196 214 / 0);
}

.stroke-teal_light\/10 {
  stroke: rgb(116 196 214 / 0.1);
}

.stroke-teal_light\/100 {
  stroke: rgb(116 196 214 / 1);
}

.stroke-teal_light\/20 {
  stroke: rgb(116 196 214 / 0.2);
}

.stroke-teal_light\/25 {
  stroke: rgb(116 196 214 / 0.25);
}

.stroke-teal_light\/30 {
  stroke: rgb(116 196 214 / 0.3);
}

.stroke-teal_light\/40 {
  stroke: rgb(116 196 214 / 0.4);
}

.stroke-teal_light\/5 {
  stroke: rgb(116 196 214 / 0.05);
}

.stroke-teal_light\/50 {
  stroke: rgb(116 196 214 / 0.5);
}

.stroke-teal_light\/60 {
  stroke: rgb(116 196 214 / 0.6);
}

.stroke-teal_light\/70 {
  stroke: rgb(116 196 214 / 0.7);
}

.stroke-teal_light\/75 {
  stroke: rgb(116 196 214 / 0.75);
}

.stroke-teal_light\/80 {
  stroke: rgb(116 196 214 / 0.8);
}

.stroke-teal_light\/90 {
  stroke: rgb(116 196 214 / 0.9);
}

.stroke-teal_light\/95 {
  stroke: rgb(116 196 214 / 0.95);
}

.stroke-transparent {
  stroke: transparent;
}

.stroke-transparent\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-transparent\/10 {
  stroke: rgb(0 0 0 / 0.1);
}

.stroke-transparent\/100 {
  stroke: rgb(0 0 0 / 1);
}

.stroke-transparent\/20 {
  stroke: rgb(0 0 0 / 0.2);
}

.stroke-transparent\/25 {
  stroke: rgb(0 0 0 / 0.25);
}

.stroke-transparent\/30 {
  stroke: rgb(0 0 0 / 0.3);
}

.stroke-transparent\/40 {
  stroke: rgb(0 0 0 / 0.4);
}

.stroke-transparent\/5 {
  stroke: rgb(0 0 0 / 0.05);
}

.stroke-transparent\/50 {
  stroke: rgb(0 0 0 / 0.5);
}

.stroke-transparent\/60 {
  stroke: rgb(0 0 0 / 0.6);
}

.stroke-transparent\/70 {
  stroke: rgb(0 0 0 / 0.7);
}

.stroke-transparent\/75 {
  stroke: rgb(0 0 0 / 0.75);
}

.stroke-transparent\/80 {
  stroke: rgb(0 0 0 / 0.8);
}

.stroke-transparent\/90 {
  stroke: rgb(0 0 0 / 0.9);
}

.stroke-transparent\/95 {
  stroke: rgb(0 0 0 / 0.95);
}

.stroke-white {
  stroke: #ffffff;
}

.stroke-white\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-white\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-white\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-white\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-white\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-white\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-white\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-white\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-white\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-white\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-white\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-white\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-white\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-white\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

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

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

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

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

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

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

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

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

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

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

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

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

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

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

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 1px;
}

.p-10 {
  padding: 0.625rem;
}

.p-100 {
  padding: 6.250rem;
}

.p-12 {
  padding: 0.750rem;
}

.p-14 {
  padding: 0.875rem;
}

.p-150 {
  padding: 9.375rem;
}

.p-16 {
  padding: 1.000rem;
}

.p-18 {
  padding: 1.125rem;
}

.p-2 {
  padding: 0.125rem;
}

.p-20 {
  padding: 1.250rem;
}

.p-200 {
  padding: 12.5rem;
}

.p-22 {
  padding: 1.375rem;
}

.p-24 {
  padding: 1.500rem;
}

.p-250 {
  padding: 15.625rem;
}

.p-26 {
  padding: 1.625rem;
}

.p-28 {
  padding: 1.75rem;
}

.p-3 {
  padding: 0.188rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-300 {
  padding: 18.75rem;
}

.p-32 {
  padding: 2rem;
}

.p-34 {
  padding: 2.125rem;
}

.p-36 {
  padding: 2.25rem;
}

.p-38 {
  padding: 2.375rem;
}

.p-4 {
  padding: 0.250rem;
}

.p-40 {
  padding: 2.500rem;
}

.p-50 {
  padding: 3.125rem;
}

.p-6 {
  padding: 0.375rem;
}

.p-60 {
  padding: 3.750rem;
}

.p-70 {
  padding: 4.375rem;
}

.p-8 {
  padding: 0.500rem;
}

.p-80 {
  padding: 5.000rem;
}

.p-90 {
  padding: 5.625rem;
}

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

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

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

.px-100 {
  padding-left: 6.250rem;
  padding-right: 6.250rem;
}

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

.px-14 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-150 {
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}

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

.px-18 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

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

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

.px-200 {
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

.px-22 {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.px-24 {
  padding-left: 1.500rem;
  padding-right: 1.500rem;
}

.px-250 {
  padding-left: 15.625rem;
  padding-right: 15.625rem;
}

.px-26 {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.px-28 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-3 {
  padding-left: 0.188rem;
  padding-right: 0.188rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-300 {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

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

.px-34 {
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}

.px-36 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-38 {
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}

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

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

.px-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

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

.px-60 {
  padding-left: 3.750rem;
  padding-right: 3.750rem;
}

.px-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

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

.px-80 {
  padding-left: 5.000rem;
  padding-right: 5.000rem;
}

.px-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

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

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

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-100 {
  padding-top: 6.250rem;
  padding-bottom: 6.250rem;
}

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

.py-14 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-150 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

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

.py-18 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

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

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

.py-200 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.py-22 {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

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

.py-250 {
  padding-top: 15.625rem;
  padding-bottom: 15.625rem;
}

.py-26 {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.py-28 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-300 {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

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

.py-34 {
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
}

.py-36 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-38 {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}

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

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

.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-6 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-60 {
  padding-top: 3.750rem;
  padding-bottom: 3.750rem;
}

.py-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

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

.py-80 {
  padding-top: 5.000rem;
  padding-bottom: 5.000rem;
}

.py-90 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

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

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

.pb-10 {
  padding-bottom: 0.625rem;
}

.pb-100 {
  padding-bottom: 6.250rem;
}

.pb-12 {
  padding-bottom: 0.750rem;
}

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

.pb-150 {
  padding-bottom: 9.375rem;
}

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

.pb-18 {
  padding-bottom: 1.125rem;
}

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

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

.pb-200 {
  padding-bottom: 12.5rem;
}

.pb-22 {
  padding-bottom: 1.375rem;
}

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

.pb-250 {
  padding-bottom: 15.625rem;
}

.pb-26 {
  padding-bottom: 1.625rem;
}

.pb-28 {
  padding-bottom: 1.75rem;
}

.pb-3 {
  padding-bottom: 0.188rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-300 {
  padding-bottom: 18.75rem;
}

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

.pb-34 {
  padding-bottom: 2.125rem;
}

.pb-36 {
  padding-bottom: 2.25rem;
}

.pb-38 {
  padding-bottom: 2.375rem;
}

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

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

.pb-50 {
  padding-bottom: 3.125rem;
}

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

.pb-60 {
  padding-bottom: 3.750rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

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

.pb-80 {
  padding-bottom: 5.000rem;
}

.pb-90 {
  padding-bottom: 5.625rem;
}

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

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

.pl-10 {
  padding-left: 0.625rem;
}

.pl-100 {
  padding-left: 6.250rem;
}

.pl-12 {
  padding-left: 0.750rem;
}

.pl-14 {
  padding-left: 0.875rem;
}

.pl-150 {
  padding-left: 9.375rem;
}

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

.pl-18 {
  padding-left: 1.125rem;
}

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

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

.pl-200 {
  padding-left: 12.5rem;
}

.pl-22 {
  padding-left: 1.375rem;
}

.pl-24 {
  padding-left: 1.500rem;
}

.pl-250 {
  padding-left: 15.625rem;
}

.pl-26 {
  padding-left: 1.625rem;
}

.pl-28 {
  padding-left: 1.75rem;
}

.pl-3 {
  padding-left: 0.188rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pl-300 {
  padding-left: 18.75rem;
}

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

.pl-34 {
  padding-left: 2.125rem;
}

.pl-36 {
  padding-left: 2.25rem;
}

.pl-38 {
  padding-left: 2.375rem;
}

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

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

.pl-50 {
  padding-left: 3.125rem;
}

.pl-6 {
  padding-left: 0.375rem;
}

.pl-60 {
  padding-left: 3.750rem;
}

.pl-70 {
  padding-left: 4.375rem;
}

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

.pl-80 {
  padding-left: 5.000rem;
}

.pl-90 {
  padding-left: 5.625rem;
}

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

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

.pr-10 {
  padding-right: 0.625rem;
}

.pr-100 {
  padding-right: 6.250rem;
}

.pr-12 {
  padding-right: 0.750rem;
}

.pr-14 {
  padding-right: 0.875rem;
}

.pr-150 {
  padding-right: 9.375rem;
}

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

.pr-18 {
  padding-right: 1.125rem;
}

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

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

.pr-200 {
  padding-right: 12.5rem;
}

.pr-22 {
  padding-right: 1.375rem;
}

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

.pr-250 {
  padding-right: 15.625rem;
}

.pr-26 {
  padding-right: 1.625rem;
}

.pr-28 {
  padding-right: 1.75rem;
}

.pr-3 {
  padding-right: 0.188rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pr-300 {
  padding-right: 18.75rem;
}

.pr-32 {
  padding-right: 2rem;
}

.pr-34 {
  padding-right: 2.125rem;
}

.pr-36 {
  padding-right: 2.25rem;
}

.pr-38 {
  padding-right: 2.375rem;
}

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

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

.pr-50 {
  padding-right: 3.125rem;
}

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

.pr-60 {
  padding-right: 3.750rem;
}

.pr-70 {
  padding-right: 4.375rem;
}

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

.pr-80 {
  padding-right: 5.000rem;
}

.pr-90 {
  padding-right: 5.625rem;
}

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

.pt-1 {
  padding-top: 1px;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pt-100 {
  padding-top: 6.250rem;
}

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

.pt-14 {
  padding-top: 0.875rem;
}

.pt-150 {
  padding-top: 9.375rem;
}

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

.pt-18 {
  padding-top: 1.125rem;
}

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

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

.pt-200 {
  padding-top: 12.5rem;
}

.pt-22 {
  padding-top: 1.375rem;
}

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

.pt-250 {
  padding-top: 15.625rem;
}

.pt-26 {
  padding-top: 1.625rem;
}

.pt-28 {
  padding-top: 1.75rem;
}

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

.pt-30 {
  padding-top: 1.875rem;
}

.pt-300 {
  padding-top: 18.75rem;
}

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

.pt-34 {
  padding-top: 2.125rem;
}

.pt-36 {
  padding-top: 2.25rem;
}

.pt-38 {
  padding-top: 2.375rem;
}

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

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

.pt-50 {
  padding-top: 3.125rem;
}

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

.pt-60 {
  padding-top: 3.750rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

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

.pt-80 {
  padding-top: 5.000rem;
}

.pt-90 {
  padding-top: 5.625rem;
}

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

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

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

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

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

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

.-indent-0 {
  text-indent: -0px;
}

.-indent-1 {
  text-indent: -1px;
}

.-indent-10 {
  text-indent: -0.625rem;
}

.-indent-100 {
  text-indent: -6.250rem;
}

.-indent-12 {
  text-indent: -0.750rem;
}

.-indent-14 {
  text-indent: -0.875rem;
}

.-indent-150 {
  text-indent: -9.375rem;
}

.-indent-16 {
  text-indent: -1.000rem;
}

.-indent-18 {
  text-indent: -1.125rem;
}

.-indent-2 {
  text-indent: -0.125rem;
}

.-indent-20 {
  text-indent: -1.250rem;
}

.-indent-200 {
  text-indent: -12.5rem;
}

.-indent-22 {
  text-indent: -1.375rem;
}

.-indent-24 {
  text-indent: -1.500rem;
}

.-indent-250 {
  text-indent: -15.625rem;
}

.-indent-26 {
  text-indent: -1.625rem;
}

.-indent-28 {
  text-indent: -1.75rem;
}

.-indent-3 {
  text-indent: -0.188rem;
}

.-indent-30 {
  text-indent: -1.875rem;
}

.-indent-300 {
  text-indent: -18.75rem;
}

.-indent-32 {
  text-indent: -2rem;
}

.-indent-34 {
  text-indent: -2.125rem;
}

.-indent-36 {
  text-indent: -2.25rem;
}

.-indent-38 {
  text-indent: -2.375rem;
}

.-indent-4 {
  text-indent: -0.250rem;
}

.-indent-40 {
  text-indent: -2.500rem;
}

.-indent-50 {
  text-indent: -3.125rem;
}

.-indent-6 {
  text-indent: -0.375rem;
}

.-indent-60 {
  text-indent: -3.750rem;
}

.-indent-70 {
  text-indent: -4.375rem;
}

.-indent-8 {
  text-indent: -0.500rem;
}

.-indent-80 {
  text-indent: -5.000rem;
}

.-indent-90 {
  text-indent: -5.625rem;
}

.indent-0 {
  text-indent: 0px;
}

.indent-1 {
  text-indent: 1px;
}

.indent-10 {
  text-indent: 0.625rem;
}

.indent-100 {
  text-indent: 6.250rem;
}

.indent-12 {
  text-indent: 0.750rem;
}

.indent-14 {
  text-indent: 0.875rem;
}

.indent-150 {
  text-indent: 9.375rem;
}

.indent-16 {
  text-indent: 1.000rem;
}

.indent-18 {
  text-indent: 1.125rem;
}

.indent-2 {
  text-indent: 0.125rem;
}

.indent-20 {
  text-indent: 1.250rem;
}

.indent-200 {
  text-indent: 12.5rem;
}

.indent-22 {
  text-indent: 1.375rem;
}

.indent-24 {
  text-indent: 1.500rem;
}

.indent-250 {
  text-indent: 15.625rem;
}

.indent-26 {
  text-indent: 1.625rem;
}

.indent-28 {
  text-indent: 1.75rem;
}

.indent-3 {
  text-indent: 0.188rem;
}

.indent-30 {
  text-indent: 1.875rem;
}

.indent-300 {
  text-indent: 18.75rem;
}

.indent-32 {
  text-indent: 2rem;
}

.indent-34 {
  text-indent: 2.125rem;
}

.indent-36 {
  text-indent: 2.25rem;
}

.indent-38 {
  text-indent: 2.375rem;
}

.indent-4 {
  text-indent: 0.250rem;
}

.indent-40 {
  text-indent: 2.500rem;
}

.indent-50 {
  text-indent: 3.125rem;
}

.indent-6 {
  text-indent: 0.375rem;
}

.indent-60 {
  text-indent: 3.750rem;
}

.indent-70 {
  text-indent: 4.375rem;
}

.indent-8 {
  text-indent: 0.500rem;
}

.indent-80 {
  text-indent: 5.000rem;
}

.indent-90 {
  text-indent: 5.625rem;
}

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

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

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

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-sub {
  vertical-align: sub;
}

.align-super {
  vertical-align: super;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

.text-12 {
  font-size: .75em;
}

.text-14 {
  font-size: .875rem;
}

.text-16 {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-20 {
  font-size: 1.25rem;
}

.text-22 {
  font-size: 1.375rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-26 {
  font-size: 1.625rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-32 {
  font-size: 2.0rem;
}

.text-42 {
  font-size: 2.625rem;
}

.text-50 {
  font-size: 3.125rem;
}

.text-62 {
  font-size: 3.875rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 600;
}

.font-regular {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-16 {
  line-height: 1rem;
}

.leading-20 {
  line-height: 1.25rem;
}

.leading-22 {
  line-height: 1.375rem;
}

.leading-24 {
  line-height: 1.5rem;
}

.leading-26 {
  line-height: 1.625rem;
}

.leading-28 {
  line-height: 1.75rem;
}

.leading-32 {
  line-height: 2.0rem;
}

.leading-38 {
  line-height: 2.375rem;
}

.leading-42 {
  line-height: 2.625rem;
}

.leading-50 {
  line-height: 3.125rem;
}

.leading-54 {
  line-height: 3.375rem;
}

.leading-66 {
  line-height: 4.125rem;
}

.leading-70 {
  line-height: 4.375rem;
}

.leading-none {
  line-height: 1;
}

.-tracking-normal {
  letter-spacing: -0em;
}

.-tracking-sh {
  letter-spacing: -.063rem;
}

.-tracking-tight {
  letter-spacing: 0.025em;
}

.-tracking-tighter {
  letter-spacing: 0.05em;
}

.-tracking-wide {
  letter-spacing: -0.025em;
}

.-tracking-wider {
  letter-spacing: -0.05em;
}

.-tracking-widest {
  letter-spacing: -0.1em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-sh {
  letter-spacing: .063rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-black\/0 {
  color: rgb(0 0 0 / 0);
}

.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-black\/100 {
  color: rgb(0 0 0 / 1);
}

.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-current {
  color: currentColor;
}

.text-error_red {
  --tw-text-opacity: 1;
  color: rgb(235 0 27 / var(--tw-text-opacity));
}

.text-error_red\/0 {
  color: rgb(235 0 27 / 0);
}

.text-error_red\/10 {
  color: rgb(235 0 27 / 0.1);
}

.text-error_red\/100 {
  color: rgb(235 0 27 / 1);
}

.text-error_red\/20 {
  color: rgb(235 0 27 / 0.2);
}

.text-error_red\/25 {
  color: rgb(235 0 27 / 0.25);
}

.text-error_red\/30 {
  color: rgb(235 0 27 / 0.3);
}

.text-error_red\/40 {
  color: rgb(235 0 27 / 0.4);
}

.text-error_red\/5 {
  color: rgb(235 0 27 / 0.05);
}

.text-error_red\/50 {
  color: rgb(235 0 27 / 0.5);
}

.text-error_red\/60 {
  color: rgb(235 0 27 / 0.6);
}

.text-error_red\/70 {
  color: rgb(235 0 27 / 0.7);
}

.text-error_red\/75 {
  color: rgb(235 0 27 / 0.75);
}

.text-error_red\/80 {
  color: rgb(235 0 27 / 0.8);
}

.text-error_red\/90 {
  color: rgb(235 0 27 / 0.9);
}

.text-error_red\/95 {
  color: rgb(235 0 27 / 0.95);
}

.text-gray5 {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}

.text-gray5\/0 {
  color: rgb(242 242 242 / 0);
}

.text-gray5\/10 {
  color: rgb(242 242 242 / 0.1);
}

.text-gray5\/100 {
  color: rgb(242 242 242 / 1);
}

.text-gray5\/20 {
  color: rgb(242 242 242 / 0.2);
}

.text-gray5\/25 {
  color: rgb(242 242 242 / 0.25);
}

.text-gray5\/30 {
  color: rgb(242 242 242 / 0.3);
}

.text-gray5\/40 {
  color: rgb(242 242 242 / 0.4);
}

.text-gray5\/5 {
  color: rgb(242 242 242 / 0.05);
}

.text-gray5\/50 {
  color: rgb(242 242 242 / 0.5);
}

.text-gray5\/60 {
  color: rgb(242 242 242 / 0.6);
}

.text-gray5\/70 {
  color: rgb(242 242 242 / 0.7);
}

.text-gray5\/75 {
  color: rgb(242 242 242 / 0.75);
}

.text-gray5\/80 {
  color: rgb(242 242 242 / 0.8);
}

.text-gray5\/90 {
  color: rgb(242 242 242 / 0.9);
}

.text-gray5\/95 {
  color: rgb(242 242 242 / 0.95);
}

.text-sh_black {
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}

.text-sh_black\/0 {
  color: rgb(35 31 32 / 0);
}

.text-sh_black\/10 {
  color: rgb(35 31 32 / 0.1);
}

.text-sh_black\/100 {
  color: rgb(35 31 32 / 1);
}

.text-sh_black\/20 {
  color: rgb(35 31 32 / 0.2);
}

.text-sh_black\/25 {
  color: rgb(35 31 32 / 0.25);
}

.text-sh_black\/30 {
  color: rgb(35 31 32 / 0.3);
}

.text-sh_black\/40 {
  color: rgb(35 31 32 / 0.4);
}

.text-sh_black\/5 {
  color: rgb(35 31 32 / 0.05);
}

.text-sh_black\/50 {
  color: rgb(35 31 32 / 0.5);
}

.text-sh_black\/60 {
  color: rgb(35 31 32 / 0.6);
}

.text-sh_black\/70 {
  color: rgb(35 31 32 / 0.7);
}

.text-sh_black\/75 {
  color: rgb(35 31 32 / 0.75);
}

.text-sh_black\/80 {
  color: rgb(35 31 32 / 0.8);
}

.text-sh_black\/90 {
  color: rgb(35 31 32 / 0.9);
}

.text-sh_black\/95 {
  color: rgb(35 31 32 / 0.95);
}

.text-success_green {
  --tw-text-opacity: 1;
  color: rgb(80 131 22 / var(--tw-text-opacity));
}

.text-success_green\/0 {
  color: rgb(80 131 22 / 0);
}

.text-success_green\/10 {
  color: rgb(80 131 22 / 0.1);
}

.text-success_green\/100 {
  color: rgb(80 131 22 / 1);
}

.text-success_green\/20 {
  color: rgb(80 131 22 / 0.2);
}

.text-success_green\/25 {
  color: rgb(80 131 22 / 0.25);
}

.text-success_green\/30 {
  color: rgb(80 131 22 / 0.3);
}

.text-success_green\/40 {
  color: rgb(80 131 22 / 0.4);
}

.text-success_green\/5 {
  color: rgb(80 131 22 / 0.05);
}

.text-success_green\/50 {
  color: rgb(80 131 22 / 0.5);
}

.text-success_green\/60 {
  color: rgb(80 131 22 / 0.6);
}

.text-success_green\/70 {
  color: rgb(80 131 22 / 0.7);
}

.text-success_green\/75 {
  color: rgb(80 131 22 / 0.75);
}

.text-success_green\/80 {
  color: rgb(80 131 22 / 0.8);
}

.text-success_green\/90 {
  color: rgb(80 131 22 / 0.9);
}

.text-success_green\/95 {
  color: rgb(80 131 22 / 0.95);
}

.text-teal {
  --tw-text-opacity: 1;
  color: rgb(0 129 159 / var(--tw-text-opacity));
}

.text-teal\/0 {
  color: rgb(0 129 159 / 0);
}

.text-teal\/10 {
  color: rgb(0 129 159 / 0.1);
}

.text-teal\/100 {
  color: rgb(0 129 159 / 1);
}

.text-teal\/20 {
  color: rgb(0 129 159 / 0.2);
}

.text-teal\/25 {
  color: rgb(0 129 159 / 0.25);
}

.text-teal\/30 {
  color: rgb(0 129 159 / 0.3);
}

.text-teal\/40 {
  color: rgb(0 129 159 / 0.4);
}

.text-teal\/5 {
  color: rgb(0 129 159 / 0.05);
}

.text-teal\/50 {
  color: rgb(0 129 159 / 0.5);
}

.text-teal\/60 {
  color: rgb(0 129 159 / 0.6);
}

.text-teal\/70 {
  color: rgb(0 129 159 / 0.7);
}

.text-teal\/75 {
  color: rgb(0 129 159 / 0.75);
}

.text-teal\/80 {
  color: rgb(0 129 159 / 0.8);
}

.text-teal\/90 {
  color: rgb(0 129 159 / 0.9);
}

.text-teal\/95 {
  color: rgb(0 129 159 / 0.95);
}

.text-teal_dark {
  --tw-text-opacity: 1;
  color: rgb(0 60 77 / var(--tw-text-opacity));
}

.text-teal_dark\/0 {
  color: rgb(0 60 77 / 0);
}

.text-teal_dark\/10 {
  color: rgb(0 60 77 / 0.1);
}

.text-teal_dark\/100 {
  color: rgb(0 60 77 / 1);
}

.text-teal_dark\/20 {
  color: rgb(0 60 77 / 0.2);
}

.text-teal_dark\/25 {
  color: rgb(0 60 77 / 0.25);
}

.text-teal_dark\/30 {
  color: rgb(0 60 77 / 0.3);
}

.text-teal_dark\/40 {
  color: rgb(0 60 77 / 0.4);
}

.text-teal_dark\/5 {
  color: rgb(0 60 77 / 0.05);
}

.text-teal_dark\/50 {
  color: rgb(0 60 77 / 0.5);
}

.text-teal_dark\/60 {
  color: rgb(0 60 77 / 0.6);
}

.text-teal_dark\/70 {
  color: rgb(0 60 77 / 0.7);
}

.text-teal_dark\/75 {
  color: rgb(0 60 77 / 0.75);
}

.text-teal_dark\/80 {
  color: rgb(0 60 77 / 0.8);
}

.text-teal_dark\/90 {
  color: rgb(0 60 77 / 0.9);
}

.text-teal_dark\/95 {
  color: rgb(0 60 77 / 0.95);
}

.text-teal_extra_light {
  --tw-text-opacity: 1;
  color: rgb(245 251 252 / var(--tw-text-opacity));
}

.text-teal_extra_light\/0 {
  color: rgb(245 251 252 / 0);
}

.text-teal_extra_light\/10 {
  color: rgb(245 251 252 / 0.1);
}

.text-teal_extra_light\/100 {
  color: rgb(245 251 252 / 1);
}

.text-teal_extra_light\/20 {
  color: rgb(245 251 252 / 0.2);
}

.text-teal_extra_light\/25 {
  color: rgb(245 251 252 / 0.25);
}

.text-teal_extra_light\/30 {
  color: rgb(245 251 252 / 0.3);
}

.text-teal_extra_light\/40 {
  color: rgb(245 251 252 / 0.4);
}

.text-teal_extra_light\/5 {
  color: rgb(245 251 252 / 0.05);
}

.text-teal_extra_light\/50 {
  color: rgb(245 251 252 / 0.5);
}

.text-teal_extra_light\/60 {
  color: rgb(245 251 252 / 0.6);
}

.text-teal_extra_light\/70 {
  color: rgb(245 251 252 / 0.7);
}

.text-teal_extra_light\/75 {
  color: rgb(245 251 252 / 0.75);
}

.text-teal_extra_light\/80 {
  color: rgb(245 251 252 / 0.8);
}

.text-teal_extra_light\/90 {
  color: rgb(245 251 252 / 0.9);
}

.text-teal_extra_light\/95 {
  color: rgb(245 251 252 / 0.95);
}

.text-teal_light {
  --tw-text-opacity: 1;
  color: rgb(116 196 214 / var(--tw-text-opacity));
}

.text-teal_light\/0 {
  color: rgb(116 196 214 / 0);
}

.text-teal_light\/10 {
  color: rgb(116 196 214 / 0.1);
}

.text-teal_light\/100 {
  color: rgb(116 196 214 / 1);
}

.text-teal_light\/20 {
  color: rgb(116 196 214 / 0.2);
}

.text-teal_light\/25 {
  color: rgb(116 196 214 / 0.25);
}

.text-teal_light\/30 {
  color: rgb(116 196 214 / 0.3);
}

.text-teal_light\/40 {
  color: rgb(116 196 214 / 0.4);
}

.text-teal_light\/5 {
  color: rgb(116 196 214 / 0.05);
}

.text-teal_light\/50 {
  color: rgb(116 196 214 / 0.5);
}

.text-teal_light\/60 {
  color: rgb(116 196 214 / 0.6);
}

.text-teal_light\/70 {
  color: rgb(116 196 214 / 0.7);
}

.text-teal_light\/75 {
  color: rgb(116 196 214 / 0.75);
}

.text-teal_light\/80 {
  color: rgb(116 196 214 / 0.8);
}

.text-teal_light\/90 {
  color: rgb(116 196 214 / 0.9);
}

.text-teal_light\/95 {
  color: rgb(116 196 214 / 0.95);
}

.text-transparent {
  color: transparent;
}

.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}

.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}

.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/0 {
  color: rgb(255 255 255 / 0);
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-black {
  text-decoration-color: #000000;
}

.decoration-black\/0 {
  text-decoration-color: rgb(0 0 0 / 0);
}

.decoration-black\/10 {
  text-decoration-color: rgb(0 0 0 / 0.1);
}

.decoration-black\/100 {
  text-decoration-color: rgb(0 0 0 / 1);
}

.decoration-black\/20 {
  text-decoration-color: rgb(0 0 0 / 0.2);
}

.decoration-black\/25 {
  text-decoration-color: rgb(0 0 0 / 0.25);
}

.decoration-black\/30 {
  text-decoration-color: rgb(0 0 0 / 0.3);
}

.decoration-black\/40 {
  text-decoration-color: rgb(0 0 0 / 0.4);
}

.decoration-black\/5 {
  text-decoration-color: rgb(0 0 0 / 0.05);
}

.decoration-black\/50 {
  text-decoration-color: rgb(0 0 0 / 0.5);
}

.decoration-black\/60 {
  text-decoration-color: rgb(0 0 0 / 0.6);
}

.decoration-black\/70 {
  text-decoration-color: rgb(0 0 0 / 0.7);
}

.decoration-black\/75 {
  text-decoration-color: rgb(0 0 0 / 0.75);
}

.decoration-black\/80 {
  text-decoration-color: rgb(0 0 0 / 0.8);
}

.decoration-black\/90 {
  text-decoration-color: rgb(0 0 0 / 0.9);
}

.decoration-black\/95 {
  text-decoration-color: rgb(0 0 0 / 0.95);
}

.decoration-current {
  text-decoration-color: currentColor;
}

.decoration-error_red {
  text-decoration-color: #eb001b;
}

.decoration-error_red\/0 {
  text-decoration-color: rgb(235 0 27 / 0);
}

.decoration-error_red\/10 {
  text-decoration-color: rgb(235 0 27 / 0.1);
}

.decoration-error_red\/100 {
  text-decoration-color: rgb(235 0 27 / 1);
}

.decoration-error_red\/20 {
  text-decoration-color: rgb(235 0 27 / 0.2);
}

.decoration-error_red\/25 {
  text-decoration-color: rgb(235 0 27 / 0.25);
}

.decoration-error_red\/30 {
  text-decoration-color: rgb(235 0 27 / 0.3);
}

.decoration-error_red\/40 {
  text-decoration-color: rgb(235 0 27 / 0.4);
}

.decoration-error_red\/5 {
  text-decoration-color: rgb(235 0 27 / 0.05);
}

.decoration-error_red\/50 {
  text-decoration-color: rgb(235 0 27 / 0.5);
}

.decoration-error_red\/60 {
  text-decoration-color: rgb(235 0 27 / 0.6);
}

.decoration-error_red\/70 {
  text-decoration-color: rgb(235 0 27 / 0.7);
}

.decoration-error_red\/75 {
  text-decoration-color: rgb(235 0 27 / 0.75);
}

.decoration-error_red\/80 {
  text-decoration-color: rgb(235 0 27 / 0.8);
}

.decoration-error_red\/90 {
  text-decoration-color: rgb(235 0 27 / 0.9);
}

.decoration-error_red\/95 {
  text-decoration-color: rgb(235 0 27 / 0.95);
}

.decoration-gray5 {
  text-decoration-color: #f2f2f2;
}

.decoration-gray5\/0 {
  text-decoration-color: rgb(242 242 242 / 0);
}

.decoration-gray5\/10 {
  text-decoration-color: rgb(242 242 242 / 0.1);
}

.decoration-gray5\/100 {
  text-decoration-color: rgb(242 242 242 / 1);
}

.decoration-gray5\/20 {
  text-decoration-color: rgb(242 242 242 / 0.2);
}

.decoration-gray5\/25 {
  text-decoration-color: rgb(242 242 242 / 0.25);
}

.decoration-gray5\/30 {
  text-decoration-color: rgb(242 242 242 / 0.3);
}

.decoration-gray5\/40 {
  text-decoration-color: rgb(242 242 242 / 0.4);
}

.decoration-gray5\/5 {
  text-decoration-color: rgb(242 242 242 / 0.05);
}

.decoration-gray5\/50 {
  text-decoration-color: rgb(242 242 242 / 0.5);
}

.decoration-gray5\/60 {
  text-decoration-color: rgb(242 242 242 / 0.6);
}

.decoration-gray5\/70 {
  text-decoration-color: rgb(242 242 242 / 0.7);
}

.decoration-gray5\/75 {
  text-decoration-color: rgb(242 242 242 / 0.75);
}

.decoration-gray5\/80 {
  text-decoration-color: rgb(242 242 242 / 0.8);
}

.decoration-gray5\/90 {
  text-decoration-color: rgb(242 242 242 / 0.9);
}

.decoration-gray5\/95 {
  text-decoration-color: rgb(242 242 242 / 0.95);
}

.decoration-sh_black {
  text-decoration-color: #231f20;
}

.decoration-sh_black\/0 {
  text-decoration-color: rgb(35 31 32 / 0);
}

.decoration-sh_black\/10 {
  text-decoration-color: rgb(35 31 32 / 0.1);
}

.decoration-sh_black\/100 {
  text-decoration-color: rgb(35 31 32 / 1);
}

.decoration-sh_black\/20 {
  text-decoration-color: rgb(35 31 32 / 0.2);
}

.decoration-sh_black\/25 {
  text-decoration-color: rgb(35 31 32 / 0.25);
}

.decoration-sh_black\/30 {
  text-decoration-color: rgb(35 31 32 / 0.3);
}

.decoration-sh_black\/40 {
  text-decoration-color: rgb(35 31 32 / 0.4);
}

.decoration-sh_black\/5 {
  text-decoration-color: rgb(35 31 32 / 0.05);
}

.decoration-sh_black\/50 {
  text-decoration-color: rgb(35 31 32 / 0.5);
}

.decoration-sh_black\/60 {
  text-decoration-color: rgb(35 31 32 / 0.6);
}

.decoration-sh_black\/70 {
  text-decoration-color: rgb(35 31 32 / 0.7);
}

.decoration-sh_black\/75 {
  text-decoration-color: rgb(35 31 32 / 0.75);
}

.decoration-sh_black\/80 {
  text-decoration-color: rgb(35 31 32 / 0.8);
}

.decoration-sh_black\/90 {
  text-decoration-color: rgb(35 31 32 / 0.9);
}

.decoration-sh_black\/95 {
  text-decoration-color: rgb(35 31 32 / 0.95);
}

.decoration-success_green {
  text-decoration-color: #508316;
}

.decoration-success_green\/0 {
  text-decoration-color: rgb(80 131 22 / 0);
}

.decoration-success_green\/10 {
  text-decoration-color: rgb(80 131 22 / 0.1);
}

.decoration-success_green\/100 {
  text-decoration-color: rgb(80 131 22 / 1);
}

.decoration-success_green\/20 {
  text-decoration-color: rgb(80 131 22 / 0.2);
}

.decoration-success_green\/25 {
  text-decoration-color: rgb(80 131 22 / 0.25);
}

.decoration-success_green\/30 {
  text-decoration-color: rgb(80 131 22 / 0.3);
}

.decoration-success_green\/40 {
  text-decoration-color: rgb(80 131 22 / 0.4);
}

.decoration-success_green\/5 {
  text-decoration-color: rgb(80 131 22 / 0.05);
}

.decoration-success_green\/50 {
  text-decoration-color: rgb(80 131 22 / 0.5);
}

.decoration-success_green\/60 {
  text-decoration-color: rgb(80 131 22 / 0.6);
}

.decoration-success_green\/70 {
  text-decoration-color: rgb(80 131 22 / 0.7);
}

.decoration-success_green\/75 {
  text-decoration-color: rgb(80 131 22 / 0.75);
}

.decoration-success_green\/80 {
  text-decoration-color: rgb(80 131 22 / 0.8);
}

.decoration-success_green\/90 {
  text-decoration-color: rgb(80 131 22 / 0.9);
}

.decoration-success_green\/95 {
  text-decoration-color: rgb(80 131 22 / 0.95);
}

.decoration-teal {
  text-decoration-color: #00819f;
}

.decoration-teal\/0 {
  text-decoration-color: rgb(0 129 159 / 0);
}

.decoration-teal\/10 {
  text-decoration-color: rgb(0 129 159 / 0.1);
}

.decoration-teal\/100 {
  text-decoration-color: rgb(0 129 159 / 1);
}

.decoration-teal\/20 {
  text-decoration-color: rgb(0 129 159 / 0.2);
}

.decoration-teal\/25 {
  text-decoration-color: rgb(0 129 159 / 0.25);
}

.decoration-teal\/30 {
  text-decoration-color: rgb(0 129 159 / 0.3);
}

.decoration-teal\/40 {
  text-decoration-color: rgb(0 129 159 / 0.4);
}

.decoration-teal\/5 {
  text-decoration-color: rgb(0 129 159 / 0.05);
}

.decoration-teal\/50 {
  text-decoration-color: rgb(0 129 159 / 0.5);
}

.decoration-teal\/60 {
  text-decoration-color: rgb(0 129 159 / 0.6);
}

.decoration-teal\/70 {
  text-decoration-color: rgb(0 129 159 / 0.7);
}

.decoration-teal\/75 {
  text-decoration-color: rgb(0 129 159 / 0.75);
}

.decoration-teal\/80 {
  text-decoration-color: rgb(0 129 159 / 0.8);
}

.decoration-teal\/90 {
  text-decoration-color: rgb(0 129 159 / 0.9);
}

.decoration-teal\/95 {
  text-decoration-color: rgb(0 129 159 / 0.95);
}

.decoration-teal_dark {
  text-decoration-color: #003C4D;
}

.decoration-teal_dark\/0 {
  text-decoration-color: rgb(0 60 77 / 0);
}

.decoration-teal_dark\/10 {
  text-decoration-color: rgb(0 60 77 / 0.1);
}

.decoration-teal_dark\/100 {
  text-decoration-color: rgb(0 60 77 / 1);
}

.decoration-teal_dark\/20 {
  text-decoration-color: rgb(0 60 77 / 0.2);
}

.decoration-teal_dark\/25 {
  text-decoration-color: rgb(0 60 77 / 0.25);
}

.decoration-teal_dark\/30 {
  text-decoration-color: rgb(0 60 77 / 0.3);
}

.decoration-teal_dark\/40 {
  text-decoration-color: rgb(0 60 77 / 0.4);
}

.decoration-teal_dark\/5 {
  text-decoration-color: rgb(0 60 77 / 0.05);
}

.decoration-teal_dark\/50 {
  text-decoration-color: rgb(0 60 77 / 0.5);
}

.decoration-teal_dark\/60 {
  text-decoration-color: rgb(0 60 77 / 0.6);
}

.decoration-teal_dark\/70 {
  text-decoration-color: rgb(0 60 77 / 0.7);
}

.decoration-teal_dark\/75 {
  text-decoration-color: rgb(0 60 77 / 0.75);
}

.decoration-teal_dark\/80 {
  text-decoration-color: rgb(0 60 77 / 0.8);
}

.decoration-teal_dark\/90 {
  text-decoration-color: rgb(0 60 77 / 0.9);
}

.decoration-teal_dark\/95 {
  text-decoration-color: rgb(0 60 77 / 0.95);
}

.decoration-teal_extra_light {
  text-decoration-color: #f5fbfc;
}

.decoration-teal_extra_light\/0 {
  text-decoration-color: rgb(245 251 252 / 0);
}

.decoration-teal_extra_light\/10 {
  text-decoration-color: rgb(245 251 252 / 0.1);
}

.decoration-teal_extra_light\/100 {
  text-decoration-color: rgb(245 251 252 / 1);
}

.decoration-teal_extra_light\/20 {
  text-decoration-color: rgb(245 251 252 / 0.2);
}

.decoration-teal_extra_light\/25 {
  text-decoration-color: rgb(245 251 252 / 0.25);
}

.decoration-teal_extra_light\/30 {
  text-decoration-color: rgb(245 251 252 / 0.3);
}

.decoration-teal_extra_light\/40 {
  text-decoration-color: rgb(245 251 252 / 0.4);
}

.decoration-teal_extra_light\/5 {
  text-decoration-color: rgb(245 251 252 / 0.05);
}

.decoration-teal_extra_light\/50 {
  text-decoration-color: rgb(245 251 252 / 0.5);
}

.decoration-teal_extra_light\/60 {
  text-decoration-color: rgb(245 251 252 / 0.6);
}

.decoration-teal_extra_light\/70 {
  text-decoration-color: rgb(245 251 252 / 0.7);
}

.decoration-teal_extra_light\/75 {
  text-decoration-color: rgb(245 251 252 / 0.75);
}

.decoration-teal_extra_light\/80 {
  text-decoration-color: rgb(245 251 252 / 0.8);
}

.decoration-teal_extra_light\/90 {
  text-decoration-color: rgb(245 251 252 / 0.9);
}

.decoration-teal_extra_light\/95 {
  text-decoration-color: rgb(245 251 252 / 0.95);
}

.decoration-teal_light {
  text-decoration-color: #74c4d6;
}

.decoration-teal_light\/0 {
  text-decoration-color: rgb(116 196 214 / 0);
}

.decoration-teal_light\/10 {
  text-decoration-color: rgb(116 196 214 / 0.1);
}

.decoration-teal_light\/100 {
  text-decoration-color: rgb(116 196 214 / 1);
}

.decoration-teal_light\/20 {
  text-decoration-color: rgb(116 196 214 / 0.2);
}

.decoration-teal_light\/25 {
  text-decoration-color: rgb(116 196 214 / 0.25);
}

.decoration-teal_light\/30 {
  text-decoration-color: rgb(116 196 214 / 0.3);
}

.decoration-teal_light\/40 {
  text-decoration-color: rgb(116 196 214 / 0.4);
}

.decoration-teal_light\/5 {
  text-decoration-color: rgb(116 196 214 / 0.05);
}

.decoration-teal_light\/50 {
  text-decoration-color: rgb(116 196 214 / 0.5);
}

.decoration-teal_light\/60 {
  text-decoration-color: rgb(116 196 214 / 0.6);
}

.decoration-teal_light\/70 {
  text-decoration-color: rgb(116 196 214 / 0.7);
}

.decoration-teal_light\/75 {
  text-decoration-color: rgb(116 196 214 / 0.75);
}

.decoration-teal_light\/80 {
  text-decoration-color: rgb(116 196 214 / 0.8);
}

.decoration-teal_light\/90 {
  text-decoration-color: rgb(116 196 214 / 0.9);
}

.decoration-teal_light\/95 {
  text-decoration-color: rgb(116 196 214 / 0.95);
}

.decoration-transparent {
  text-decoration-color: transparent;
}

.decoration-transparent\/0 {
  text-decoration-color: rgb(0 0 0 / 0);
}

.decoration-transparent\/10 {
  text-decoration-color: rgb(0 0 0 / 0.1);
}

.decoration-transparent\/100 {
  text-decoration-color: rgb(0 0 0 / 1);
}

.decoration-transparent\/20 {
  text-decoration-color: rgb(0 0 0 / 0.2);
}

.decoration-transparent\/25 {
  text-decoration-color: rgb(0 0 0 / 0.25);
}

.decoration-transparent\/30 {
  text-decoration-color: rgb(0 0 0 / 0.3);
}

.decoration-transparent\/40 {
  text-decoration-color: rgb(0 0 0 / 0.4);
}

.decoration-transparent\/5 {
  text-decoration-color: rgb(0 0 0 / 0.05);
}

.decoration-transparent\/50 {
  text-decoration-color: rgb(0 0 0 / 0.5);
}

.decoration-transparent\/60 {
  text-decoration-color: rgb(0 0 0 / 0.6);
}

.decoration-transparent\/70 {
  text-decoration-color: rgb(0 0 0 / 0.7);
}

.decoration-transparent\/75 {
  text-decoration-color: rgb(0 0 0 / 0.75);
}

.decoration-transparent\/80 {
  text-decoration-color: rgb(0 0 0 / 0.8);
}

.decoration-transparent\/90 {
  text-decoration-color: rgb(0 0 0 / 0.9);
}

.decoration-transparent\/95 {
  text-decoration-color: rgb(0 0 0 / 0.95);
}

.decoration-white {
  text-decoration-color: #ffffff;
}

.decoration-white\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}

.decoration-white\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}

.decoration-white\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}

.decoration-white\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}

.decoration-white\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}

.decoration-white\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}

.decoration-white\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}

.decoration-white\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}

.decoration-white\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}

.decoration-white\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}

.decoration-white\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}

.decoration-white\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}

.decoration-white\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}

.decoration-white\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}

.decoration-white\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}

.decoration-solid {
  text-decoration-style: solid;
}

.decoration-double {
  text-decoration-style: double;
}

.decoration-dotted {
  text-decoration-style: dotted;
}

.decoration-dashed {
  text-decoration-style: dashed;
}

.decoration-wavy {
  text-decoration-style: wavy;
}

.decoration-0 {
  text-decoration-thickness: 0px;
}

.decoration-1 {
  text-decoration-thickness: 1px;
}

.decoration-2 {
  text-decoration-thickness: 2px;
}

.decoration-4 {
  text-decoration-thickness: 4px;
}

.decoration-8 {
  text-decoration-thickness: 8px;
}

.decoration-auto {
  text-decoration-thickness: auto;
}

.decoration-from-font {
  text-decoration-thickness: from-font;
}

.underline-offset-0 {
  text-underline-offset: 0px;
}

.underline-offset-1 {
  text-underline-offset: 1px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.underline-offset-8 {
  text-underline-offset: 8px;
}

.underline-offset-auto {
  text-underline-offset: auto;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.placeholder-black\/0::-moz-placeholder {
  color: rgb(0 0 0 / 0);
}

.placeholder-black\/0::placeholder {
  color: rgb(0 0 0 / 0);
}

.placeholder-black\/10::-moz-placeholder {
  color: rgb(0 0 0 / 0.1);
}

.placeholder-black\/10::placeholder {
  color: rgb(0 0 0 / 0.1);
}

.placeholder-black\/100::-moz-placeholder {
  color: rgb(0 0 0 / 1);
}

.placeholder-black\/100::placeholder {
  color: rgb(0 0 0 / 1);
}

.placeholder-black\/20::-moz-placeholder {
  color: rgb(0 0 0 / 0.2);
}

.placeholder-black\/20::placeholder {
  color: rgb(0 0 0 / 0.2);
}

.placeholder-black\/25::-moz-placeholder {
  color: rgb(0 0 0 / 0.25);
}

.placeholder-black\/25::placeholder {
  color: rgb(0 0 0 / 0.25);
}

.placeholder-black\/30::-moz-placeholder {
  color: rgb(0 0 0 / 0.3);
}

.placeholder-black\/30::placeholder {
  color: rgb(0 0 0 / 0.3);
}

.placeholder-black\/40::-moz-placeholder {
  color: rgb(0 0 0 / 0.4);
}

.placeholder-black\/40::placeholder {
  color: rgb(0 0 0 / 0.4);
}

.placeholder-black\/5::-moz-placeholder {
  color: rgb(0 0 0 / 0.05);
}

.placeholder-black\/5::placeholder {
  color: rgb(0 0 0 / 0.05);
}

.placeholder-black\/50::-moz-placeholder {
  color: rgb(0 0 0 / 0.5);
}

.placeholder-black\/50::placeholder {
  color: rgb(0 0 0 / 0.5);
}

.placeholder-black\/60::-moz-placeholder {
  color: rgb(0 0 0 / 0.6);
}

.placeholder-black\/60::placeholder {
  color: rgb(0 0 0 / 0.6);
}

.placeholder-black\/70::-moz-placeholder {
  color: rgb(0 0 0 / 0.7);
}

.placeholder-black\/70::placeholder {
  color: rgb(0 0 0 / 0.7);
}

.placeholder-black\/75::-moz-placeholder {
  color: rgb(0 0 0 / 0.75);
}

.placeholder-black\/75::placeholder {
  color: rgb(0 0 0 / 0.75);
}

.placeholder-black\/80::-moz-placeholder {
  color: rgb(0 0 0 / 0.8);
}

.placeholder-black\/80::placeholder {
  color: rgb(0 0 0 / 0.8);
}

.placeholder-black\/90::-moz-placeholder {
  color: rgb(0 0 0 / 0.9);
}

.placeholder-black\/90::placeholder {
  color: rgb(0 0 0 / 0.9);
}

.placeholder-black\/95::-moz-placeholder {
  color: rgb(0 0 0 / 0.95);
}

.placeholder-black\/95::placeholder {
  color: rgb(0 0 0 / 0.95);
}

.placeholder-current::-moz-placeholder {
  color: currentColor;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.placeholder-error_red::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(235 0 27 / var(--tw-placeholder-opacity));
}

.placeholder-error_red::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(235 0 27 / var(--tw-placeholder-opacity));
}

.placeholder-error_red\/0::-moz-placeholder {
  color: rgb(235 0 27 / 0);
}

.placeholder-error_red\/0::placeholder {
  color: rgb(235 0 27 / 0);
}

.placeholder-error_red\/10::-moz-placeholder {
  color: rgb(235 0 27 / 0.1);
}

.placeholder-error_red\/10::placeholder {
  color: rgb(235 0 27 / 0.1);
}

.placeholder-error_red\/100::-moz-placeholder {
  color: rgb(235 0 27 / 1);
}

.placeholder-error_red\/100::placeholder {
  color: rgb(235 0 27 / 1);
}

.placeholder-error_red\/20::-moz-placeholder {
  color: rgb(235 0 27 / 0.2);
}

.placeholder-error_red\/20::placeholder {
  color: rgb(235 0 27 / 0.2);
}

.placeholder-error_red\/25::-moz-placeholder {
  color: rgb(235 0 27 / 0.25);
}

.placeholder-error_red\/25::placeholder {
  color: rgb(235 0 27 / 0.25);
}

.placeholder-error_red\/30::-moz-placeholder {
  color: rgb(235 0 27 / 0.3);
}

.placeholder-error_red\/30::placeholder {
  color: rgb(235 0 27 / 0.3);
}

.placeholder-error_red\/40::-moz-placeholder {
  color: rgb(235 0 27 / 0.4);
}

.placeholder-error_red\/40::placeholder {
  color: rgb(235 0 27 / 0.4);
}

.placeholder-error_red\/5::-moz-placeholder {
  color: rgb(235 0 27 / 0.05);
}

.placeholder-error_red\/5::placeholder {
  color: rgb(235 0 27 / 0.05);
}

.placeholder-error_red\/50::-moz-placeholder {
  color: rgb(235 0 27 / 0.5);
}

.placeholder-error_red\/50::placeholder {
  color: rgb(235 0 27 / 0.5);
}

.placeholder-error_red\/60::-moz-placeholder {
  color: rgb(235 0 27 / 0.6);
}

.placeholder-error_red\/60::placeholder {
  color: rgb(235 0 27 / 0.6);
}

.placeholder-error_red\/70::-moz-placeholder {
  color: rgb(235 0 27 / 0.7);
}

.placeholder-error_red\/70::placeholder {
  color: rgb(235 0 27 / 0.7);
}

.placeholder-error_red\/75::-moz-placeholder {
  color: rgb(235 0 27 / 0.75);
}

.placeholder-error_red\/75::placeholder {
  color: rgb(235 0 27 / 0.75);
}

.placeholder-error_red\/80::-moz-placeholder {
  color: rgb(235 0 27 / 0.8);
}

.placeholder-error_red\/80::placeholder {
  color: rgb(235 0 27 / 0.8);
}

.placeholder-error_red\/90::-moz-placeholder {
  color: rgb(235 0 27 / 0.9);
}

.placeholder-error_red\/90::placeholder {
  color: rgb(235 0 27 / 0.9);
}

.placeholder-error_red\/95::-moz-placeholder {
  color: rgb(235 0 27 / 0.95);
}

.placeholder-error_red\/95::placeholder {
  color: rgb(235 0 27 / 0.95);
}

.placeholder-gray5::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(242 242 242 / var(--tw-placeholder-opacity));
}

.placeholder-gray5::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(242 242 242 / var(--tw-placeholder-opacity));
}

.placeholder-gray5\/0::-moz-placeholder {
  color: rgb(242 242 242 / 0);
}

.placeholder-gray5\/0::placeholder {
  color: rgb(242 242 242 / 0);
}

.placeholder-gray5\/10::-moz-placeholder {
  color: rgb(242 242 242 / 0.1);
}

.placeholder-gray5\/10::placeholder {
  color: rgb(242 242 242 / 0.1);
}

.placeholder-gray5\/100::-moz-placeholder {
  color: rgb(242 242 242 / 1);
}

.placeholder-gray5\/100::placeholder {
  color: rgb(242 242 242 / 1);
}

.placeholder-gray5\/20::-moz-placeholder {
  color: rgb(242 242 242 / 0.2);
}

.placeholder-gray5\/20::placeholder {
  color: rgb(242 242 242 / 0.2);
}

.placeholder-gray5\/25::-moz-placeholder {
  color: rgb(242 242 242 / 0.25);
}

.placeholder-gray5\/25::placeholder {
  color: rgb(242 242 242 / 0.25);
}

.placeholder-gray5\/30::-moz-placeholder {
  color: rgb(242 242 242 / 0.3);
}

.placeholder-gray5\/30::placeholder {
  color: rgb(242 242 242 / 0.3);
}

.placeholder-gray5\/40::-moz-placeholder {
  color: rgb(242 242 242 / 0.4);
}

.placeholder-gray5\/40::placeholder {
  color: rgb(242 242 242 / 0.4);
}

.placeholder-gray5\/5::-moz-placeholder {
  color: rgb(242 242 242 / 0.05);
}

.placeholder-gray5\/5::placeholder {
  color: rgb(242 242 242 / 0.05);
}

.placeholder-gray5\/50::-moz-placeholder {
  color: rgb(242 242 242 / 0.5);
}

.placeholder-gray5\/50::placeholder {
  color: rgb(242 242 242 / 0.5);
}

.placeholder-gray5\/60::-moz-placeholder {
  color: rgb(242 242 242 / 0.6);
}

.placeholder-gray5\/60::placeholder {
  color: rgb(242 242 242 / 0.6);
}

.placeholder-gray5\/70::-moz-placeholder {
  color: rgb(242 242 242 / 0.7);
}

.placeholder-gray5\/70::placeholder {
  color: rgb(242 242 242 / 0.7);
}

.placeholder-gray5\/75::-moz-placeholder {
  color: rgb(242 242 242 / 0.75);
}

.placeholder-gray5\/75::placeholder {
  color: rgb(242 242 242 / 0.75);
}

.placeholder-gray5\/80::-moz-placeholder {
  color: rgb(242 242 242 / 0.8);
}

.placeholder-gray5\/80::placeholder {
  color: rgb(242 242 242 / 0.8);
}

.placeholder-gray5\/90::-moz-placeholder {
  color: rgb(242 242 242 / 0.9);
}

.placeholder-gray5\/90::placeholder {
  color: rgb(242 242 242 / 0.9);
}

.placeholder-gray5\/95::-moz-placeholder {
  color: rgb(242 242 242 / 0.95);
}

.placeholder-gray5\/95::placeholder {
  color: rgb(242 242 242 / 0.95);
}

.placeholder-sh_black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(35 31 32 / var(--tw-placeholder-opacity));
}

.placeholder-sh_black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(35 31 32 / var(--tw-placeholder-opacity));
}

.placeholder-sh_black\/0::-moz-placeholder {
  color: rgb(35 31 32 / 0);
}

.placeholder-sh_black\/0::placeholder {
  color: rgb(35 31 32 / 0);
}

.placeholder-sh_black\/10::-moz-placeholder {
  color: rgb(35 31 32 / 0.1);
}

.placeholder-sh_black\/10::placeholder {
  color: rgb(35 31 32 / 0.1);
}

.placeholder-sh_black\/100::-moz-placeholder {
  color: rgb(35 31 32 / 1);
}

.placeholder-sh_black\/100::placeholder {
  color: rgb(35 31 32 / 1);
}

.placeholder-sh_black\/20::-moz-placeholder {
  color: rgb(35 31 32 / 0.2);
}

.placeholder-sh_black\/20::placeholder {
  color: rgb(35 31 32 / 0.2);
}

.placeholder-sh_black\/25::-moz-placeholder {
  color: rgb(35 31 32 / 0.25);
}

.placeholder-sh_black\/25::placeholder {
  color: rgb(35 31 32 / 0.25);
}

.placeholder-sh_black\/30::-moz-placeholder {
  color: rgb(35 31 32 / 0.3);
}

.placeholder-sh_black\/30::placeholder {
  color: rgb(35 31 32 / 0.3);
}

.placeholder-sh_black\/40::-moz-placeholder {
  color: rgb(35 31 32 / 0.4);
}

.placeholder-sh_black\/40::placeholder {
  color: rgb(35 31 32 / 0.4);
}

.placeholder-sh_black\/5::-moz-placeholder {
  color: rgb(35 31 32 / 0.05);
}

.placeholder-sh_black\/5::placeholder {
  color: rgb(35 31 32 / 0.05);
}

.placeholder-sh_black\/50::-moz-placeholder {
  color: rgb(35 31 32 / 0.5);
}

.placeholder-sh_black\/50::placeholder {
  color: rgb(35 31 32 / 0.5);
}

.placeholder-sh_black\/60::-moz-placeholder {
  color: rgb(35 31 32 / 0.6);
}

.placeholder-sh_black\/60::placeholder {
  color: rgb(35 31 32 / 0.6);
}

.placeholder-sh_black\/70::-moz-placeholder {
  color: rgb(35 31 32 / 0.7);
}

.placeholder-sh_black\/70::placeholder {
  color: rgb(35 31 32 / 0.7);
}

.placeholder-sh_black\/75::-moz-placeholder {
  color: rgb(35 31 32 / 0.75);
}

.placeholder-sh_black\/75::placeholder {
  color: rgb(35 31 32 / 0.75);
}

.placeholder-sh_black\/80::-moz-placeholder {
  color: rgb(35 31 32 / 0.8);
}

.placeholder-sh_black\/80::placeholder {
  color: rgb(35 31 32 / 0.8);
}

.placeholder-sh_black\/90::-moz-placeholder {
  color: rgb(35 31 32 / 0.9);
}

.placeholder-sh_black\/90::placeholder {
  color: rgb(35 31 32 / 0.9);
}

.placeholder-sh_black\/95::-moz-placeholder {
  color: rgb(35 31 32 / 0.95);
}

.placeholder-sh_black\/95::placeholder {
  color: rgb(35 31 32 / 0.95);
}

.placeholder-success_green::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 131 22 / var(--tw-placeholder-opacity));
}

.placeholder-success_green::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 131 22 / var(--tw-placeholder-opacity));
}

.placeholder-success_green\/0::-moz-placeholder {
  color: rgb(80 131 22 / 0);
}

.placeholder-success_green\/0::placeholder {
  color: rgb(80 131 22 / 0);
}

.placeholder-success_green\/10::-moz-placeholder {
  color: rgb(80 131 22 / 0.1);
}

.placeholder-success_green\/10::placeholder {
  color: rgb(80 131 22 / 0.1);
}

.placeholder-success_green\/100::-moz-placeholder {
  color: rgb(80 131 22 / 1);
}

.placeholder-success_green\/100::placeholder {
  color: rgb(80 131 22 / 1);
}

.placeholder-success_green\/20::-moz-placeholder {
  color: rgb(80 131 22 / 0.2);
}

.placeholder-success_green\/20::placeholder {
  color: rgb(80 131 22 / 0.2);
}

.placeholder-success_green\/25::-moz-placeholder {
  color: rgb(80 131 22 / 0.25);
}

.placeholder-success_green\/25::placeholder {
  color: rgb(80 131 22 / 0.25);
}

.placeholder-success_green\/30::-moz-placeholder {
  color: rgb(80 131 22 / 0.3);
}

.placeholder-success_green\/30::placeholder {
  color: rgb(80 131 22 / 0.3);
}

.placeholder-success_green\/40::-moz-placeholder {
  color: rgb(80 131 22 / 0.4);
}

.placeholder-success_green\/40::placeholder {
  color: rgb(80 131 22 / 0.4);
}

.placeholder-success_green\/5::-moz-placeholder {
  color: rgb(80 131 22 / 0.05);
}

.placeholder-success_green\/5::placeholder {
  color: rgb(80 131 22 / 0.05);
}

.placeholder-success_green\/50::-moz-placeholder {
  color: rgb(80 131 22 / 0.5);
}

.placeholder-success_green\/50::placeholder {
  color: rgb(80 131 22 / 0.5);
}

.placeholder-success_green\/60::-moz-placeholder {
  color: rgb(80 131 22 / 0.6);
}

.placeholder-success_green\/60::placeholder {
  color: rgb(80 131 22 / 0.6);
}

.placeholder-success_green\/70::-moz-placeholder {
  color: rgb(80 131 22 / 0.7);
}

.placeholder-success_green\/70::placeholder {
  color: rgb(80 131 22 / 0.7);
}

.placeholder-success_green\/75::-moz-placeholder {
  color: rgb(80 131 22 / 0.75);
}

.placeholder-success_green\/75::placeholder {
  color: rgb(80 131 22 / 0.75);
}

.placeholder-success_green\/80::-moz-placeholder {
  color: rgb(80 131 22 / 0.8);
}

.placeholder-success_green\/80::placeholder {
  color: rgb(80 131 22 / 0.8);
}

.placeholder-success_green\/90::-moz-placeholder {
  color: rgb(80 131 22 / 0.9);
}

.placeholder-success_green\/90::placeholder {
  color: rgb(80 131 22 / 0.9);
}

.placeholder-success_green\/95::-moz-placeholder {
  color: rgb(80 131 22 / 0.95);
}

.placeholder-success_green\/95::placeholder {
  color: rgb(80 131 22 / 0.95);
}

.placeholder-teal::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 129 159 / var(--tw-placeholder-opacity));
}

.placeholder-teal::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 129 159 / var(--tw-placeholder-opacity));
}

.placeholder-teal\/0::-moz-placeholder {
  color: rgb(0 129 159 / 0);
}

.placeholder-teal\/0::placeholder {
  color: rgb(0 129 159 / 0);
}

.placeholder-teal\/10::-moz-placeholder {
  color: rgb(0 129 159 / 0.1);
}

.placeholder-teal\/10::placeholder {
  color: rgb(0 129 159 / 0.1);
}

.placeholder-teal\/100::-moz-placeholder {
  color: rgb(0 129 159 / 1);
}

.placeholder-teal\/100::placeholder {
  color: rgb(0 129 159 / 1);
}

.placeholder-teal\/20::-moz-placeholder {
  color: rgb(0 129 159 / 0.2);
}

.placeholder-teal\/20::placeholder {
  color: rgb(0 129 159 / 0.2);
}

.placeholder-teal\/25::-moz-placeholder {
  color: rgb(0 129 159 / 0.25);
}

.placeholder-teal\/25::placeholder {
  color: rgb(0 129 159 / 0.25);
}

.placeholder-teal\/30::-moz-placeholder {
  color: rgb(0 129 159 / 0.3);
}

.placeholder-teal\/30::placeholder {
  color: rgb(0 129 159 / 0.3);
}

.placeholder-teal\/40::-moz-placeholder {
  color: rgb(0 129 159 / 0.4);
}

.placeholder-teal\/40::placeholder {
  color: rgb(0 129 159 / 0.4);
}

.placeholder-teal\/5::-moz-placeholder {
  color: rgb(0 129 159 / 0.05);
}

.placeholder-teal\/5::placeholder {
  color: rgb(0 129 159 / 0.05);
}

.placeholder-teal\/50::-moz-placeholder {
  color: rgb(0 129 159 / 0.5);
}

.placeholder-teal\/50::placeholder {
  color: rgb(0 129 159 / 0.5);
}

.placeholder-teal\/60::-moz-placeholder {
  color: rgb(0 129 159 / 0.6);
}

.placeholder-teal\/60::placeholder {
  color: rgb(0 129 159 / 0.6);
}

.placeholder-teal\/70::-moz-placeholder {
  color: rgb(0 129 159 / 0.7);
}

.placeholder-teal\/70::placeholder {
  color: rgb(0 129 159 / 0.7);
}

.placeholder-teal\/75::-moz-placeholder {
  color: rgb(0 129 159 / 0.75);
}

.placeholder-teal\/75::placeholder {
  color: rgb(0 129 159 / 0.75);
}

.placeholder-teal\/80::-moz-placeholder {
  color: rgb(0 129 159 / 0.8);
}

.placeholder-teal\/80::placeholder {
  color: rgb(0 129 159 / 0.8);
}

.placeholder-teal\/90::-moz-placeholder {
  color: rgb(0 129 159 / 0.9);
}

.placeholder-teal\/90::placeholder {
  color: rgb(0 129 159 / 0.9);
}

.placeholder-teal\/95::-moz-placeholder {
  color: rgb(0 129 159 / 0.95);
}

.placeholder-teal\/95::placeholder {
  color: rgb(0 129 159 / 0.95);
}

.placeholder-teal_dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 60 77 / var(--tw-placeholder-opacity));
}

.placeholder-teal_dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 60 77 / var(--tw-placeholder-opacity));
}

.placeholder-teal_dark\/0::-moz-placeholder {
  color: rgb(0 60 77 / 0);
}

.placeholder-teal_dark\/0::placeholder {
  color: rgb(0 60 77 / 0);
}

.placeholder-teal_dark\/10::-moz-placeholder {
  color: rgb(0 60 77 / 0.1);
}

.placeholder-teal_dark\/10::placeholder {
  color: rgb(0 60 77 / 0.1);
}

.placeholder-teal_dark\/100::-moz-placeholder {
  color: rgb(0 60 77 / 1);
}

.placeholder-teal_dark\/100::placeholder {
  color: rgb(0 60 77 / 1);
}

.placeholder-teal_dark\/20::-moz-placeholder {
  color: rgb(0 60 77 / 0.2);
}

.placeholder-teal_dark\/20::placeholder {
  color: rgb(0 60 77 / 0.2);
}

.placeholder-teal_dark\/25::-moz-placeholder {
  color: rgb(0 60 77 / 0.25);
}

.placeholder-teal_dark\/25::placeholder {
  color: rgb(0 60 77 / 0.25);
}

.placeholder-teal_dark\/30::-moz-placeholder {
  color: rgb(0 60 77 / 0.3);
}

.placeholder-teal_dark\/30::placeholder {
  color: rgb(0 60 77 / 0.3);
}

.placeholder-teal_dark\/40::-moz-placeholder {
  color: rgb(0 60 77 / 0.4);
}

.placeholder-teal_dark\/40::placeholder {
  color: rgb(0 60 77 / 0.4);
}

.placeholder-teal_dark\/5::-moz-placeholder {
  color: rgb(0 60 77 / 0.05);
}

.placeholder-teal_dark\/5::placeholder {
  color: rgb(0 60 77 / 0.05);
}

.placeholder-teal_dark\/50::-moz-placeholder {
  color: rgb(0 60 77 / 0.5);
}

.placeholder-teal_dark\/50::placeholder {
  color: rgb(0 60 77 / 0.5);
}

.placeholder-teal_dark\/60::-moz-placeholder {
  color: rgb(0 60 77 / 0.6);
}

.placeholder-teal_dark\/60::placeholder {
  color: rgb(0 60 77 / 0.6);
}

.placeholder-teal_dark\/70::-moz-placeholder {
  color: rgb(0 60 77 / 0.7);
}

.placeholder-teal_dark\/70::placeholder {
  color: rgb(0 60 77 / 0.7);
}

.placeholder-teal_dark\/75::-moz-placeholder {
  color: rgb(0 60 77 / 0.75);
}

.placeholder-teal_dark\/75::placeholder {
  color: rgb(0 60 77 / 0.75);
}

.placeholder-teal_dark\/80::-moz-placeholder {
  color: rgb(0 60 77 / 0.8);
}

.placeholder-teal_dark\/80::placeholder {
  color: rgb(0 60 77 / 0.8);
}

.placeholder-teal_dark\/90::-moz-placeholder {
  color: rgb(0 60 77 / 0.9);
}

.placeholder-teal_dark\/90::placeholder {
  color: rgb(0 60 77 / 0.9);
}

.placeholder-teal_dark\/95::-moz-placeholder {
  color: rgb(0 60 77 / 0.95);
}

.placeholder-teal_dark\/95::placeholder {
  color: rgb(0 60 77 / 0.95);
}

.placeholder-teal_extra_light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 251 252 / var(--tw-placeholder-opacity));
}

.placeholder-teal_extra_light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 251 252 / var(--tw-placeholder-opacity));
}

.placeholder-teal_extra_light\/0::-moz-placeholder {
  color: rgb(245 251 252 / 0);
}

.placeholder-teal_extra_light\/0::placeholder {
  color: rgb(245 251 252 / 0);
}

.placeholder-teal_extra_light\/10::-moz-placeholder {
  color: rgb(245 251 252 / 0.1);
}

.placeholder-teal_extra_light\/10::placeholder {
  color: rgb(245 251 252 / 0.1);
}

.placeholder-teal_extra_light\/100::-moz-placeholder {
  color: rgb(245 251 252 / 1);
}

.placeholder-teal_extra_light\/100::placeholder {
  color: rgb(245 251 252 / 1);
}

.placeholder-teal_extra_light\/20::-moz-placeholder {
  color: rgb(245 251 252 / 0.2);
}

.placeholder-teal_extra_light\/20::placeholder {
  color: rgb(245 251 252 / 0.2);
}

.placeholder-teal_extra_light\/25::-moz-placeholder {
  color: rgb(245 251 252 / 0.25);
}

.placeholder-teal_extra_light\/25::placeholder {
  color: rgb(245 251 252 / 0.25);
}

.placeholder-teal_extra_light\/30::-moz-placeholder {
  color: rgb(245 251 252 / 0.3);
}

.placeholder-teal_extra_light\/30::placeholder {
  color: rgb(245 251 252 / 0.3);
}

.placeholder-teal_extra_light\/40::-moz-placeholder {
  color: rgb(245 251 252 / 0.4);
}

.placeholder-teal_extra_light\/40::placeholder {
  color: rgb(245 251 252 / 0.4);
}

.placeholder-teal_extra_light\/5::-moz-placeholder {
  color: rgb(245 251 252 / 0.05);
}

.placeholder-teal_extra_light\/5::placeholder {
  color: rgb(245 251 252 / 0.05);
}

.placeholder-teal_extra_light\/50::-moz-placeholder {
  color: rgb(245 251 252 / 0.5);
}

.placeholder-teal_extra_light\/50::placeholder {
  color: rgb(245 251 252 / 0.5);
}

.placeholder-teal_extra_light\/60::-moz-placeholder {
  color: rgb(245 251 252 / 0.6);
}

.placeholder-teal_extra_light\/60::placeholder {
  color: rgb(245 251 252 / 0.6);
}

.placeholder-teal_extra_light\/70::-moz-placeholder {
  color: rgb(245 251 252 / 0.7);
}

.placeholder-teal_extra_light\/70::placeholder {
  color: rgb(245 251 252 / 0.7);
}

.placeholder-teal_extra_light\/75::-moz-placeholder {
  color: rgb(245 251 252 / 0.75);
}

.placeholder-teal_extra_light\/75::placeholder {
  color: rgb(245 251 252 / 0.75);
}

.placeholder-teal_extra_light\/80::-moz-placeholder {
  color: rgb(245 251 252 / 0.8);
}

.placeholder-teal_extra_light\/80::placeholder {
  color: rgb(245 251 252 / 0.8);
}

.placeholder-teal_extra_light\/90::-moz-placeholder {
  color: rgb(245 251 252 / 0.9);
}

.placeholder-teal_extra_light\/90::placeholder {
  color: rgb(245 251 252 / 0.9);
}

.placeholder-teal_extra_light\/95::-moz-placeholder {
  color: rgb(245 251 252 / 0.95);
}

.placeholder-teal_extra_light\/95::placeholder {
  color: rgb(245 251 252 / 0.95);
}

.placeholder-teal_light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(116 196 214 / var(--tw-placeholder-opacity));
}

.placeholder-teal_light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(116 196 214 / var(--tw-placeholder-opacity));
}

.placeholder-teal_light\/0::-moz-placeholder {
  color: rgb(116 196 214 / 0);
}

.placeholder-teal_light\/0::placeholder {
  color: rgb(116 196 214 / 0);
}

.placeholder-teal_light\/10::-moz-placeholder {
  color: rgb(116 196 214 / 0.1);
}

.placeholder-teal_light\/10::placeholder {
  color: rgb(116 196 214 / 0.1);
}

.placeholder-teal_light\/100::-moz-placeholder {
  color: rgb(116 196 214 / 1);
}

.placeholder-teal_light\/100::placeholder {
  color: rgb(116 196 214 / 1);
}

.placeholder-teal_light\/20::-moz-placeholder {
  color: rgb(116 196 214 / 0.2);
}

.placeholder-teal_light\/20::placeholder {
  color: rgb(116 196 214 / 0.2);
}

.placeholder-teal_light\/25::-moz-placeholder {
  color: rgb(116 196 214 / 0.25);
}

.placeholder-teal_light\/25::placeholder {
  color: rgb(116 196 214 / 0.25);
}

.placeholder-teal_light\/30::-moz-placeholder {
  color: rgb(116 196 214 / 0.3);
}

.placeholder-teal_light\/30::placeholder {
  color: rgb(116 196 214 / 0.3);
}

.placeholder-teal_light\/40::-moz-placeholder {
  color: rgb(116 196 214 / 0.4);
}

.placeholder-teal_light\/40::placeholder {
  color: rgb(116 196 214 / 0.4);
}

.placeholder-teal_light\/5::-moz-placeholder {
  color: rgb(116 196 214 / 0.05);
}

.placeholder-teal_light\/5::placeholder {
  color: rgb(116 196 214 / 0.05);
}

.placeholder-teal_light\/50::-moz-placeholder {
  color: rgb(116 196 214 / 0.5);
}

.placeholder-teal_light\/50::placeholder {
  color: rgb(116 196 214 / 0.5);
}

.placeholder-teal_light\/60::-moz-placeholder {
  color: rgb(116 196 214 / 0.6);
}

.placeholder-teal_light\/60::placeholder {
  color: rgb(116 196 214 / 0.6);
}

.placeholder-teal_light\/70::-moz-placeholder {
  color: rgb(116 196 214 / 0.7);
}

.placeholder-teal_light\/70::placeholder {
  color: rgb(116 196 214 / 0.7);
}

.placeholder-teal_light\/75::-moz-placeholder {
  color: rgb(116 196 214 / 0.75);
}

.placeholder-teal_light\/75::placeholder {
  color: rgb(116 196 214 / 0.75);
}

.placeholder-teal_light\/80::-moz-placeholder {
  color: rgb(116 196 214 / 0.8);
}

.placeholder-teal_light\/80::placeholder {
  color: rgb(116 196 214 / 0.8);
}

.placeholder-teal_light\/90::-moz-placeholder {
  color: rgb(116 196 214 / 0.9);
}

.placeholder-teal_light\/90::placeholder {
  color: rgb(116 196 214 / 0.9);
}

.placeholder-teal_light\/95::-moz-placeholder {
  color: rgb(116 196 214 / 0.95);
}

.placeholder-teal_light\/95::placeholder {
  color: rgb(116 196 214 / 0.95);
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-transparent\/0::-moz-placeholder {
  color: rgb(0 0 0 / 0);
}

.placeholder-transparent\/0::placeholder {
  color: rgb(0 0 0 / 0);
}

.placeholder-transparent\/10::-moz-placeholder {
  color: rgb(0 0 0 / 0.1);
}

.placeholder-transparent\/10::placeholder {
  color: rgb(0 0 0 / 0.1);
}

.placeholder-transparent\/100::-moz-placeholder {
  color: rgb(0 0 0 / 1);
}

.placeholder-transparent\/100::placeholder {
  color: rgb(0 0 0 / 1);
}

.placeholder-transparent\/20::-moz-placeholder {
  color: rgb(0 0 0 / 0.2);
}

.placeholder-transparent\/20::placeholder {
  color: rgb(0 0 0 / 0.2);
}

.placeholder-transparent\/25::-moz-placeholder {
  color: rgb(0 0 0 / 0.25);
}

.placeholder-transparent\/25::placeholder {
  color: rgb(0 0 0 / 0.25);
}

.placeholder-transparent\/30::-moz-placeholder {
  color: rgb(0 0 0 / 0.3);
}

.placeholder-transparent\/30::placeholder {
  color: rgb(0 0 0 / 0.3);
}

.placeholder-transparent\/40::-moz-placeholder {
  color: rgb(0 0 0 / 0.4);
}

.placeholder-transparent\/40::placeholder {
  color: rgb(0 0 0 / 0.4);
}

.placeholder-transparent\/5::-moz-placeholder {
  color: rgb(0 0 0 / 0.05);
}

.placeholder-transparent\/5::placeholder {
  color: rgb(0 0 0 / 0.05);
}

.placeholder-transparent\/50::-moz-placeholder {
  color: rgb(0 0 0 / 0.5);
}

.placeholder-transparent\/50::placeholder {
  color: rgb(0 0 0 / 0.5);
}

.placeholder-transparent\/60::-moz-placeholder {
  color: rgb(0 0 0 / 0.6);
}

.placeholder-transparent\/60::placeholder {
  color: rgb(0 0 0 / 0.6);
}

.placeholder-transparent\/70::-moz-placeholder {
  color: rgb(0 0 0 / 0.7);
}

.placeholder-transparent\/70::placeholder {
  color: rgb(0 0 0 / 0.7);
}

.placeholder-transparent\/75::-moz-placeholder {
  color: rgb(0 0 0 / 0.75);
}

.placeholder-transparent\/75::placeholder {
  color: rgb(0 0 0 / 0.75);
}

.placeholder-transparent\/80::-moz-placeholder {
  color: rgb(0 0 0 / 0.8);
}

.placeholder-transparent\/80::placeholder {
  color: rgb(0 0 0 / 0.8);
}

.placeholder-transparent\/90::-moz-placeholder {
  color: rgb(0 0 0 / 0.9);
}

.placeholder-transparent\/90::placeholder {
  color: rgb(0 0 0 / 0.9);
}

.placeholder-transparent\/95::-moz-placeholder {
  color: rgb(0 0 0 / 0.95);
}

.placeholder-transparent\/95::placeholder {
  color: rgb(0 0 0 / 0.95);
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-white\/0::-moz-placeholder {
  color: rgb(255 255 255 / 0);
}

.placeholder-white\/0::placeholder {
  color: rgb(255 255 255 / 0);
}

.placeholder-white\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-white\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-white\/100::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}

.placeholder-white\/100::placeholder {
  color: rgb(255 255 255 / 1);
}

.placeholder-white\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-white\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-white\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-white\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-white\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-white\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-white\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-white\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-white\/5::-moz-placeholder {
  color: rgb(255 255 255 / 0.05);
}

.placeholder-white\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}

.placeholder-white\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-white\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-white\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-white\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-white\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-white\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-white\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-white\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-white\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-white\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-white\/95::-moz-placeholder {
  color: rgb(255 255 255 / 0.95);
}

.placeholder-white\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.shadow-black {
  --tw-shadow-color: #000000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-current {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red {
  --tw-shadow-color: #eb001b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/0 {
  --tw-shadow-color: rgb(235 0 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/10 {
  --tw-shadow-color: rgb(235 0 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/100 {
  --tw-shadow-color: rgb(235 0 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/20 {
  --tw-shadow-color: rgb(235 0 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/25 {
  --tw-shadow-color: rgb(235 0 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/30 {
  --tw-shadow-color: rgb(235 0 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/40 {
  --tw-shadow-color: rgb(235 0 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/5 {
  --tw-shadow-color: rgb(235 0 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/50 {
  --tw-shadow-color: rgb(235 0 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/60 {
  --tw-shadow-color: rgb(235 0 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/70 {
  --tw-shadow-color: rgb(235 0 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/75 {
  --tw-shadow-color: rgb(235 0 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/80 {
  --tw-shadow-color: rgb(235 0 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/90 {
  --tw-shadow-color: rgb(235 0 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error_red\/95 {
  --tw-shadow-color: rgb(235 0 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5 {
  --tw-shadow-color: #f2f2f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/0 {
  --tw-shadow-color: rgb(242 242 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/10 {
  --tw-shadow-color: rgb(242 242 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/100 {
  --tw-shadow-color: rgb(242 242 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/20 {
  --tw-shadow-color: rgb(242 242 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/25 {
  --tw-shadow-color: rgb(242 242 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/30 {
  --tw-shadow-color: rgb(242 242 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/40 {
  --tw-shadow-color: rgb(242 242 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/5 {
  --tw-shadow-color: rgb(242 242 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/50 {
  --tw-shadow-color: rgb(242 242 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/60 {
  --tw-shadow-color: rgb(242 242 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/70 {
  --tw-shadow-color: rgb(242 242 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/75 {
  --tw-shadow-color: rgb(242 242 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/80 {
  --tw-shadow-color: rgb(242 242 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/90 {
  --tw-shadow-color: rgb(242 242 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray5\/95 {
  --tw-shadow-color: rgb(242 242 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black {
  --tw-shadow-color: #231f20;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/0 {
  --tw-shadow-color: rgb(35 31 32 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/10 {
  --tw-shadow-color: rgb(35 31 32 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/100 {
  --tw-shadow-color: rgb(35 31 32 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/20 {
  --tw-shadow-color: rgb(35 31 32 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/25 {
  --tw-shadow-color: rgb(35 31 32 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/30 {
  --tw-shadow-color: rgb(35 31 32 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/40 {
  --tw-shadow-color: rgb(35 31 32 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/5 {
  --tw-shadow-color: rgb(35 31 32 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/50 {
  --tw-shadow-color: rgb(35 31 32 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/60 {
  --tw-shadow-color: rgb(35 31 32 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/70 {
  --tw-shadow-color: rgb(35 31 32 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/75 {
  --tw-shadow-color: rgb(35 31 32 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/80 {
  --tw-shadow-color: rgb(35 31 32 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/90 {
  --tw-shadow-color: rgb(35 31 32 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sh_black\/95 {
  --tw-shadow-color: rgb(35 31 32 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green {
  --tw-shadow-color: #508316;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/0 {
  --tw-shadow-color: rgb(80 131 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/10 {
  --tw-shadow-color: rgb(80 131 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/100 {
  --tw-shadow-color: rgb(80 131 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/20 {
  --tw-shadow-color: rgb(80 131 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/25 {
  --tw-shadow-color: rgb(80 131 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/30 {
  --tw-shadow-color: rgb(80 131 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/40 {
  --tw-shadow-color: rgb(80 131 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/5 {
  --tw-shadow-color: rgb(80 131 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/50 {
  --tw-shadow-color: rgb(80 131 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/60 {
  --tw-shadow-color: rgb(80 131 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/70 {
  --tw-shadow-color: rgb(80 131 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/75 {
  --tw-shadow-color: rgb(80 131 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/80 {
  --tw-shadow-color: rgb(80 131 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/90 {
  --tw-shadow-color: rgb(80 131 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success_green\/95 {
  --tw-shadow-color: rgb(80 131 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal {
  --tw-shadow-color: #00819f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/0 {
  --tw-shadow-color: rgb(0 129 159 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/10 {
  --tw-shadow-color: rgb(0 129 159 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/100 {
  --tw-shadow-color: rgb(0 129 159 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/20 {
  --tw-shadow-color: rgb(0 129 159 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/25 {
  --tw-shadow-color: rgb(0 129 159 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/30 {
  --tw-shadow-color: rgb(0 129 159 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/40 {
  --tw-shadow-color: rgb(0 129 159 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/5 {
  --tw-shadow-color: rgb(0 129 159 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/50 {
  --tw-shadow-color: rgb(0 129 159 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/60 {
  --tw-shadow-color: rgb(0 129 159 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/70 {
  --tw-shadow-color: rgb(0 129 159 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/75 {
  --tw-shadow-color: rgb(0 129 159 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/80 {
  --tw-shadow-color: rgb(0 129 159 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/90 {
  --tw-shadow-color: rgb(0 129 159 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal\/95 {
  --tw-shadow-color: rgb(0 129 159 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark {
  --tw-shadow-color: #003C4D;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/0 {
  --tw-shadow-color: rgb(0 60 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/10 {
  --tw-shadow-color: rgb(0 60 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/100 {
  --tw-shadow-color: rgb(0 60 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/20 {
  --tw-shadow-color: rgb(0 60 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/25 {
  --tw-shadow-color: rgb(0 60 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/30 {
  --tw-shadow-color: rgb(0 60 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/40 {
  --tw-shadow-color: rgb(0 60 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/5 {
  --tw-shadow-color: rgb(0 60 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/50 {
  --tw-shadow-color: rgb(0 60 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/60 {
  --tw-shadow-color: rgb(0 60 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/70 {
  --tw-shadow-color: rgb(0 60 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/75 {
  --tw-shadow-color: rgb(0 60 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/80 {
  --tw-shadow-color: rgb(0 60 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/90 {
  --tw-shadow-color: rgb(0 60 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_dark\/95 {
  --tw-shadow-color: rgb(0 60 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light {
  --tw-shadow-color: #f5fbfc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/0 {
  --tw-shadow-color: rgb(245 251 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/10 {
  --tw-shadow-color: rgb(245 251 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/100 {
  --tw-shadow-color: rgb(245 251 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/20 {
  --tw-shadow-color: rgb(245 251 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/25 {
  --tw-shadow-color: rgb(245 251 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/30 {
  --tw-shadow-color: rgb(245 251 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/40 {
  --tw-shadow-color: rgb(245 251 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/5 {
  --tw-shadow-color: rgb(245 251 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/50 {
  --tw-shadow-color: rgb(245 251 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/60 {
  --tw-shadow-color: rgb(245 251 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/70 {
  --tw-shadow-color: rgb(245 251 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/75 {
  --tw-shadow-color: rgb(245 251 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/80 {
  --tw-shadow-color: rgb(245 251 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/90 {
  --tw-shadow-color: rgb(245 251 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_extra_light\/95 {
  --tw-shadow-color: rgb(245 251 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light {
  --tw-shadow-color: #74c4d6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/0 {
  --tw-shadow-color: rgb(116 196 214 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/10 {
  --tw-shadow-color: rgb(116 196 214 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/100 {
  --tw-shadow-color: rgb(116 196 214 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/20 {
  --tw-shadow-color: rgb(116 196 214 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/25 {
  --tw-shadow-color: rgb(116 196 214 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/30 {
  --tw-shadow-color: rgb(116 196 214 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/40 {
  --tw-shadow-color: rgb(116 196 214 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/5 {
  --tw-shadow-color: rgb(116 196 214 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/50 {
  --tw-shadow-color: rgb(116 196 214 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/60 {
  --tw-shadow-color: rgb(116 196 214 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/70 {
  --tw-shadow-color: rgb(116 196 214 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/75 {
  --tw-shadow-color: rgb(116 196 214 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/80 {
  --tw-shadow-color: rgb(116 196 214 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/90 {
  --tw-shadow-color: rgb(116 196 214 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal_light\/95 {
  --tw-shadow-color: rgb(116 196 214 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white {
  --tw-shadow-color: #ffffff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-dashed {
  outline-style: dashed;
}

.outline-dotted {
  outline-style: dotted;
}

.outline-double {
  outline-style: double;
}

.outline-0 {
  outline-width: 0px;
}

.outline-1 {
  outline-width: 1px;
}

.outline-2 {
  outline-width: 2px;
}

.outline-4 {
  outline-width: 4px;
}

.outline-8 {
  outline-width: 8px;
}

.-outline-offset-0 {
  outline-offset: -0px;
}

.-outline-offset-1 {
  outline-offset: -1px;
}

.-outline-offset-2 {
  outline-offset: -2px;
}

.-outline-offset-4 {
  outline-offset: -4px;
}

.-outline-offset-8 {
  outline-offset: -8px;
}

.outline-offset-0 {
  outline-offset: 0px;
}

.outline-offset-1 {
  outline-offset: 1px;
}

.outline-offset-2 {
  outline-offset: 2px;
}

.outline-offset-4 {
  outline-offset: 4px;
}

.outline-offset-8 {
  outline-offset: 8px;
}

.outline-black {
  outline-color: #000000;
}

.outline-black\/0 {
  outline-color: rgb(0 0 0 / 0);
}

.outline-black\/10 {
  outline-color: rgb(0 0 0 / 0.1);
}

.outline-black\/100 {
  outline-color: rgb(0 0 0 / 1);
}

.outline-black\/20 {
  outline-color: rgb(0 0 0 / 0.2);
}

.outline-black\/25 {
  outline-color: rgb(0 0 0 / 0.25);
}

.outline-black\/30 {
  outline-color: rgb(0 0 0 / 0.3);
}

.outline-black\/40 {
  outline-color: rgb(0 0 0 / 0.4);
}

.outline-black\/5 {
  outline-color: rgb(0 0 0 / 0.05);
}

.outline-black\/50 {
  outline-color: rgb(0 0 0 / 0.5);
}

.outline-black\/60 {
  outline-color: rgb(0 0 0 / 0.6);
}

.outline-black\/70 {
  outline-color: rgb(0 0 0 / 0.7);
}

.outline-black\/75 {
  outline-color: rgb(0 0 0 / 0.75);
}

.outline-black\/80 {
  outline-color: rgb(0 0 0 / 0.8);
}

.outline-black\/90 {
  outline-color: rgb(0 0 0 / 0.9);
}

.outline-black\/95 {
  outline-color: rgb(0 0 0 / 0.95);
}

.outline-current {
  outline-color: currentColor;
}

.outline-error_red {
  outline-color: #eb001b;
}

.outline-error_red\/0 {
  outline-color: rgb(235 0 27 / 0);
}

.outline-error_red\/10 {
  outline-color: rgb(235 0 27 / 0.1);
}

.outline-error_red\/100 {
  outline-color: rgb(235 0 27 / 1);
}

.outline-error_red\/20 {
  outline-color: rgb(235 0 27 / 0.2);
}

.outline-error_red\/25 {
  outline-color: rgb(235 0 27 / 0.25);
}

.outline-error_red\/30 {
  outline-color: rgb(235 0 27 / 0.3);
}

.outline-error_red\/40 {
  outline-color: rgb(235 0 27 / 0.4);
}

.outline-error_red\/5 {
  outline-color: rgb(235 0 27 / 0.05);
}

.outline-error_red\/50 {
  outline-color: rgb(235 0 27 / 0.5);
}

.outline-error_red\/60 {
  outline-color: rgb(235 0 27 / 0.6);
}

.outline-error_red\/70 {
  outline-color: rgb(235 0 27 / 0.7);
}

.outline-error_red\/75 {
  outline-color: rgb(235 0 27 / 0.75);
}

.outline-error_red\/80 {
  outline-color: rgb(235 0 27 / 0.8);
}

.outline-error_red\/90 {
  outline-color: rgb(235 0 27 / 0.9);
}

.outline-error_red\/95 {
  outline-color: rgb(235 0 27 / 0.95);
}

.outline-gray5 {
  outline-color: #f2f2f2;
}

.outline-gray5\/0 {
  outline-color: rgb(242 242 242 / 0);
}

.outline-gray5\/10 {
  outline-color: rgb(242 242 242 / 0.1);
}

.outline-gray5\/100 {
  outline-color: rgb(242 242 242 / 1);
}

.outline-gray5\/20 {
  outline-color: rgb(242 242 242 / 0.2);
}

.outline-gray5\/25 {
  outline-color: rgb(242 242 242 / 0.25);
}

.outline-gray5\/30 {
  outline-color: rgb(242 242 242 / 0.3);
}

.outline-gray5\/40 {
  outline-color: rgb(242 242 242 / 0.4);
}

.outline-gray5\/5 {
  outline-color: rgb(242 242 242 / 0.05);
}

.outline-gray5\/50 {
  outline-color: rgb(242 242 242 / 0.5);
}

.outline-gray5\/60 {
  outline-color: rgb(242 242 242 / 0.6);
}

.outline-gray5\/70 {
  outline-color: rgb(242 242 242 / 0.7);
}

.outline-gray5\/75 {
  outline-color: rgb(242 242 242 / 0.75);
}

.outline-gray5\/80 {
  outline-color: rgb(242 242 242 / 0.8);
}

.outline-gray5\/90 {
  outline-color: rgb(242 242 242 / 0.9);
}

.outline-gray5\/95 {
  outline-color: rgb(242 242 242 / 0.95);
}

.outline-sh_black {
  outline-color: #231f20;
}

.outline-sh_black\/0 {
  outline-color: rgb(35 31 32 / 0);
}

.outline-sh_black\/10 {
  outline-color: rgb(35 31 32 / 0.1);
}

.outline-sh_black\/100 {
  outline-color: rgb(35 31 32 / 1);
}

.outline-sh_black\/20 {
  outline-color: rgb(35 31 32 / 0.2);
}

.outline-sh_black\/25 {
  outline-color: rgb(35 31 32 / 0.25);
}

.outline-sh_black\/30 {
  outline-color: rgb(35 31 32 / 0.3);
}

.outline-sh_black\/40 {
  outline-color: rgb(35 31 32 / 0.4);
}

.outline-sh_black\/5 {
  outline-color: rgb(35 31 32 / 0.05);
}

.outline-sh_black\/50 {
  outline-color: rgb(35 31 32 / 0.5);
}

.outline-sh_black\/60 {
  outline-color: rgb(35 31 32 / 0.6);
}

.outline-sh_black\/70 {
  outline-color: rgb(35 31 32 / 0.7);
}

.outline-sh_black\/75 {
  outline-color: rgb(35 31 32 / 0.75);
}

.outline-sh_black\/80 {
  outline-color: rgb(35 31 32 / 0.8);
}

.outline-sh_black\/90 {
  outline-color: rgb(35 31 32 / 0.9);
}

.outline-sh_black\/95 {
  outline-color: rgb(35 31 32 / 0.95);
}

.outline-success_green {
  outline-color: #508316;
}

.outline-success_green\/0 {
  outline-color: rgb(80 131 22 / 0);
}

.outline-success_green\/10 {
  outline-color: rgb(80 131 22 / 0.1);
}

.outline-success_green\/100 {
  outline-color: rgb(80 131 22 / 1);
}

.outline-success_green\/20 {
  outline-color: rgb(80 131 22 / 0.2);
}

.outline-success_green\/25 {
  outline-color: rgb(80 131 22 / 0.25);
}

.outline-success_green\/30 {
  outline-color: rgb(80 131 22 / 0.3);
}

.outline-success_green\/40 {
  outline-color: rgb(80 131 22 / 0.4);
}

.outline-success_green\/5 {
  outline-color: rgb(80 131 22 / 0.05);
}

.outline-success_green\/50 {
  outline-color: rgb(80 131 22 / 0.5);
}

.outline-success_green\/60 {
  outline-color: rgb(80 131 22 / 0.6);
}

.outline-success_green\/70 {
  outline-color: rgb(80 131 22 / 0.7);
}

.outline-success_green\/75 {
  outline-color: rgb(80 131 22 / 0.75);
}

.outline-success_green\/80 {
  outline-color: rgb(80 131 22 / 0.8);
}

.outline-success_green\/90 {
  outline-color: rgb(80 131 22 / 0.9);
}

.outline-success_green\/95 {
  outline-color: rgb(80 131 22 / 0.95);
}

.outline-teal {
  outline-color: #00819f;
}

.outline-teal\/0 {
  outline-color: rgb(0 129 159 / 0);
}

.outline-teal\/10 {
  outline-color: rgb(0 129 159 / 0.1);
}

.outline-teal\/100 {
  outline-color: rgb(0 129 159 / 1);
}

.outline-teal\/20 {
  outline-color: rgb(0 129 159 / 0.2);
}

.outline-teal\/25 {
  outline-color: rgb(0 129 159 / 0.25);
}

.outline-teal\/30 {
  outline-color: rgb(0 129 159 / 0.3);
}

.outline-teal\/40 {
  outline-color: rgb(0 129 159 / 0.4);
}

.outline-teal\/5 {
  outline-color: rgb(0 129 159 / 0.05);
}

.outline-teal\/50 {
  outline-color: rgb(0 129 159 / 0.5);
}

.outline-teal\/60 {
  outline-color: rgb(0 129 159 / 0.6);
}

.outline-teal\/70 {
  outline-color: rgb(0 129 159 / 0.7);
}

.outline-teal\/75 {
  outline-color: rgb(0 129 159 / 0.75);
}

.outline-teal\/80 {
  outline-color: rgb(0 129 159 / 0.8);
}

.outline-teal\/90 {
  outline-color: rgb(0 129 159 / 0.9);
}

.outline-teal\/95 {
  outline-color: rgb(0 129 159 / 0.95);
}

.outline-teal_dark {
  outline-color: #003C4D;
}

.outline-teal_dark\/0 {
  outline-color: rgb(0 60 77 / 0);
}

.outline-teal_dark\/10 {
  outline-color: rgb(0 60 77 / 0.1);
}

.outline-teal_dark\/100 {
  outline-color: rgb(0 60 77 / 1);
}

.outline-teal_dark\/20 {
  outline-color: rgb(0 60 77 / 0.2);
}

.outline-teal_dark\/25 {
  outline-color: rgb(0 60 77 / 0.25);
}

.outline-teal_dark\/30 {
  outline-color: rgb(0 60 77 / 0.3);
}

.outline-teal_dark\/40 {
  outline-color: rgb(0 60 77 / 0.4);
}

.outline-teal_dark\/5 {
  outline-color: rgb(0 60 77 / 0.05);
}

.outline-teal_dark\/50 {
  outline-color: rgb(0 60 77 / 0.5);
}

.outline-teal_dark\/60 {
  outline-color: rgb(0 60 77 / 0.6);
}

.outline-teal_dark\/70 {
  outline-color: rgb(0 60 77 / 0.7);
}

.outline-teal_dark\/75 {
  outline-color: rgb(0 60 77 / 0.75);
}

.outline-teal_dark\/80 {
  outline-color: rgb(0 60 77 / 0.8);
}

.outline-teal_dark\/90 {
  outline-color: rgb(0 60 77 / 0.9);
}

.outline-teal_dark\/95 {
  outline-color: rgb(0 60 77 / 0.95);
}

.outline-teal_extra_light {
  outline-color: #f5fbfc;
}

.outline-teal_extra_light\/0 {
  outline-color: rgb(245 251 252 / 0);
}

.outline-teal_extra_light\/10 {
  outline-color: rgb(245 251 252 / 0.1);
}

.outline-teal_extra_light\/100 {
  outline-color: rgb(245 251 252 / 1);
}

.outline-teal_extra_light\/20 {
  outline-color: rgb(245 251 252 / 0.2);
}

.outline-teal_extra_light\/25 {
  outline-color: rgb(245 251 252 / 0.25);
}

.outline-teal_extra_light\/30 {
  outline-color: rgb(245 251 252 / 0.3);
}

.outline-teal_extra_light\/40 {
  outline-color: rgb(245 251 252 / 0.4);
}

.outline-teal_extra_light\/5 {
  outline-color: rgb(245 251 252 / 0.05);
}

.outline-teal_extra_light\/50 {
  outline-color: rgb(245 251 252 / 0.5);
}

.outline-teal_extra_light\/60 {
  outline-color: rgb(245 251 252 / 0.6);
}

.outline-teal_extra_light\/70 {
  outline-color: rgb(245 251 252 / 0.7);
}

.outline-teal_extra_light\/75 {
  outline-color: rgb(245 251 252 / 0.75);
}

.outline-teal_extra_light\/80 {
  outline-color: rgb(245 251 252 / 0.8);
}

.outline-teal_extra_light\/90 {
  outline-color: rgb(245 251 252 / 0.9);
}

.outline-teal_extra_light\/95 {
  outline-color: rgb(245 251 252 / 0.95);
}

.outline-teal_light {
  outline-color: #74c4d6;
}

.outline-teal_light\/0 {
  outline-color: rgb(116 196 214 / 0);
}

.outline-teal_light\/10 {
  outline-color: rgb(116 196 214 / 0.1);
}

.outline-teal_light\/100 {
  outline-color: rgb(116 196 214 / 1);
}

.outline-teal_light\/20 {
  outline-color: rgb(116 196 214 / 0.2);
}

.outline-teal_light\/25 {
  outline-color: rgb(116 196 214 / 0.25);
}

.outline-teal_light\/30 {
  outline-color: rgb(116 196 214 / 0.3);
}

.outline-teal_light\/40 {
  outline-color: rgb(116 196 214 / 0.4);
}

.outline-teal_light\/5 {
  outline-color: rgb(116 196 214 / 0.05);
}

.outline-teal_light\/50 {
  outline-color: rgb(116 196 214 / 0.5);
}

.outline-teal_light\/60 {
  outline-color: rgb(116 196 214 / 0.6);
}

.outline-teal_light\/70 {
  outline-color: rgb(116 196 214 / 0.7);
}

.outline-teal_light\/75 {
  outline-color: rgb(116 196 214 / 0.75);
}

.outline-teal_light\/80 {
  outline-color: rgb(116 196 214 / 0.8);
}

.outline-teal_light\/90 {
  outline-color: rgb(116 196 214 / 0.9);
}

.outline-teal_light\/95 {
  outline-color: rgb(116 196 214 / 0.95);
}

.outline-transparent {
  outline-color: transparent;
}

.outline-transparent\/0 {
  outline-color: rgb(0 0 0 / 0);
}

.outline-transparent\/10 {
  outline-color: rgb(0 0 0 / 0.1);
}

.outline-transparent\/100 {
  outline-color: rgb(0 0 0 / 1);
}

.outline-transparent\/20 {
  outline-color: rgb(0 0 0 / 0.2);
}

.outline-transparent\/25 {
  outline-color: rgb(0 0 0 / 0.25);
}

.outline-transparent\/30 {
  outline-color: rgb(0 0 0 / 0.3);
}

.outline-transparent\/40 {
  outline-color: rgb(0 0 0 / 0.4);
}

.outline-transparent\/5 {
  outline-color: rgb(0 0 0 / 0.05);
}

.outline-transparent\/50 {
  outline-color: rgb(0 0 0 / 0.5);
}

.outline-transparent\/60 {
  outline-color: rgb(0 0 0 / 0.6);
}

.outline-transparent\/70 {
  outline-color: rgb(0 0 0 / 0.7);
}

.outline-transparent\/75 {
  outline-color: rgb(0 0 0 / 0.75);
}

.outline-transparent\/80 {
  outline-color: rgb(0 0 0 / 0.8);
}

.outline-transparent\/90 {
  outline-color: rgb(0 0 0 / 0.9);
}

.outline-transparent\/95 {
  outline-color: rgb(0 0 0 / 0.95);
}

.outline-white {
  outline-color: #ffffff;
}

.outline-white\/0 {
  outline-color: rgb(255 255 255 / 0);
}

.outline-white\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}

.outline-white\/100 {
  outline-color: rgb(255 255 255 / 1);
}

.outline-white\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}

.outline-white\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}

.outline-white\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}

.outline-white\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}

.outline-white\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}

.outline-white\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}

.outline-white\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}

.outline-white\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}

.outline-white\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}

.outline-white\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}

.outline-white\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}

.outline-white\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}

.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);
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --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);
}

.ring-4 {
  --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(4px + 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);
}

.ring-8 {
  --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(8px + 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);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-black\/0 {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.ring-black\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.ring-black\/100 {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.ring-black\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.ring-black\/25 {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.ring-black\/30 {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.ring-black\/40 {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-black\/50 {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.ring-black\/60 {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.ring-black\/70 {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.ring-black\/75 {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.ring-black\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.ring-black\/90 {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.ring-black\/95 {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.ring-current {
  --tw-ring-color: currentColor;
}

.ring-error_red {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(235 0 27 / var(--tw-ring-opacity));
}

.ring-error_red\/0 {
  --tw-ring-color: rgb(235 0 27 / 0);
}

.ring-error_red\/10 {
  --tw-ring-color: rgb(235 0 27 / 0.1);
}

.ring-error_red\/100 {
  --tw-ring-color: rgb(235 0 27 / 1);
}

.ring-error_red\/20 {
  --tw-ring-color: rgb(235 0 27 / 0.2);
}

.ring-error_red\/25 {
  --tw-ring-color: rgb(235 0 27 / 0.25);
}

.ring-error_red\/30 {
  --tw-ring-color: rgb(235 0 27 / 0.3);
}

.ring-error_red\/40 {
  --tw-ring-color: rgb(235 0 27 / 0.4);
}

.ring-error_red\/5 {
  --tw-ring-color: rgb(235 0 27 / 0.05);
}

.ring-error_red\/50 {
  --tw-ring-color: rgb(235 0 27 / 0.5);
}

.ring-error_red\/60 {
  --tw-ring-color: rgb(235 0 27 / 0.6);
}

.ring-error_red\/70 {
  --tw-ring-color: rgb(235 0 27 / 0.7);
}

.ring-error_red\/75 {
  --tw-ring-color: rgb(235 0 27 / 0.75);
}

.ring-error_red\/80 {
  --tw-ring-color: rgb(235 0 27 / 0.8);
}

.ring-error_red\/90 {
  --tw-ring-color: rgb(235 0 27 / 0.9);
}

.ring-error_red\/95 {
  --tw-ring-color: rgb(235 0 27 / 0.95);
}

.ring-gray5 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 242 242 / var(--tw-ring-opacity));
}

.ring-gray5\/0 {
  --tw-ring-color: rgb(242 242 242 / 0);
}

.ring-gray5\/10 {
  --tw-ring-color: rgb(242 242 242 / 0.1);
}

.ring-gray5\/100 {
  --tw-ring-color: rgb(242 242 242 / 1);
}

.ring-gray5\/20 {
  --tw-ring-color: rgb(242 242 242 / 0.2);
}

.ring-gray5\/25 {
  --tw-ring-color: rgb(242 242 242 / 0.25);
}

.ring-gray5\/30 {
  --tw-ring-color: rgb(242 242 242 / 0.3);
}

.ring-gray5\/40 {
  --tw-ring-color: rgb(242 242 242 / 0.4);
}

.ring-gray5\/5 {
  --tw-ring-color: rgb(242 242 242 / 0.05);
}

.ring-gray5\/50 {
  --tw-ring-color: rgb(242 242 242 / 0.5);
}

.ring-gray5\/60 {
  --tw-ring-color: rgb(242 242 242 / 0.6);
}

.ring-gray5\/70 {
  --tw-ring-color: rgb(242 242 242 / 0.7);
}

.ring-gray5\/75 {
  --tw-ring-color: rgb(242 242 242 / 0.75);
}

.ring-gray5\/80 {
  --tw-ring-color: rgb(242 242 242 / 0.8);
}

.ring-gray5\/90 {
  --tw-ring-color: rgb(242 242 242 / 0.9);
}

.ring-gray5\/95 {
  --tw-ring-color: rgb(242 242 242 / 0.95);
}

.ring-sh_black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(35 31 32 / var(--tw-ring-opacity));
}

.ring-sh_black\/0 {
  --tw-ring-color: rgb(35 31 32 / 0);
}

.ring-sh_black\/10 {
  --tw-ring-color: rgb(35 31 32 / 0.1);
}

.ring-sh_black\/100 {
  --tw-ring-color: rgb(35 31 32 / 1);
}

.ring-sh_black\/20 {
  --tw-ring-color: rgb(35 31 32 / 0.2);
}

.ring-sh_black\/25 {
  --tw-ring-color: rgb(35 31 32 / 0.25);
}

.ring-sh_black\/30 {
  --tw-ring-color: rgb(35 31 32 / 0.3);
}

.ring-sh_black\/40 {
  --tw-ring-color: rgb(35 31 32 / 0.4);
}

.ring-sh_black\/5 {
  --tw-ring-color: rgb(35 31 32 / 0.05);
}

.ring-sh_black\/50 {
  --tw-ring-color: rgb(35 31 32 / 0.5);
}

.ring-sh_black\/60 {
  --tw-ring-color: rgb(35 31 32 / 0.6);
}

.ring-sh_black\/70 {
  --tw-ring-color: rgb(35 31 32 / 0.7);
}

.ring-sh_black\/75 {
  --tw-ring-color: rgb(35 31 32 / 0.75);
}

.ring-sh_black\/80 {
  --tw-ring-color: rgb(35 31 32 / 0.8);
}

.ring-sh_black\/90 {
  --tw-ring-color: rgb(35 31 32 / 0.9);
}

.ring-sh_black\/95 {
  --tw-ring-color: rgb(35 31 32 / 0.95);
}

.ring-success_green {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 131 22 / var(--tw-ring-opacity));
}

.ring-success_green\/0 {
  --tw-ring-color: rgb(80 131 22 / 0);
}

.ring-success_green\/10 {
  --tw-ring-color: rgb(80 131 22 / 0.1);
}

.ring-success_green\/100 {
  --tw-ring-color: rgb(80 131 22 / 1);
}

.ring-success_green\/20 {
  --tw-ring-color: rgb(80 131 22 / 0.2);
}

.ring-success_green\/25 {
  --tw-ring-color: rgb(80 131 22 / 0.25);
}

.ring-success_green\/30 {
  --tw-ring-color: rgb(80 131 22 / 0.3);
}

.ring-success_green\/40 {
  --tw-ring-color: rgb(80 131 22 / 0.4);
}

.ring-success_green\/5 {
  --tw-ring-color: rgb(80 131 22 / 0.05);
}

.ring-success_green\/50 {
  --tw-ring-color: rgb(80 131 22 / 0.5);
}

.ring-success_green\/60 {
  --tw-ring-color: rgb(80 131 22 / 0.6);
}

.ring-success_green\/70 {
  --tw-ring-color: rgb(80 131 22 / 0.7);
}

.ring-success_green\/75 {
  --tw-ring-color: rgb(80 131 22 / 0.75);
}

.ring-success_green\/80 {
  --tw-ring-color: rgb(80 131 22 / 0.8);
}

.ring-success_green\/90 {
  --tw-ring-color: rgb(80 131 22 / 0.9);
}

.ring-success_green\/95 {
  --tw-ring-color: rgb(80 131 22 / 0.95);
}

.ring-teal {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 129 159 / var(--tw-ring-opacity));
}

.ring-teal\/0 {
  --tw-ring-color: rgb(0 129 159 / 0);
}

.ring-teal\/10 {
  --tw-ring-color: rgb(0 129 159 / 0.1);
}

.ring-teal\/100 {
  --tw-ring-color: rgb(0 129 159 / 1);
}

.ring-teal\/20 {
  --tw-ring-color: rgb(0 129 159 / 0.2);
}

.ring-teal\/25 {
  --tw-ring-color: rgb(0 129 159 / 0.25);
}

.ring-teal\/30 {
  --tw-ring-color: rgb(0 129 159 / 0.3);
}

.ring-teal\/40 {
  --tw-ring-color: rgb(0 129 159 / 0.4);
}

.ring-teal\/5 {
  --tw-ring-color: rgb(0 129 159 / 0.05);
}

.ring-teal\/50 {
  --tw-ring-color: rgb(0 129 159 / 0.5);
}

.ring-teal\/60 {
  --tw-ring-color: rgb(0 129 159 / 0.6);
}

.ring-teal\/70 {
  --tw-ring-color: rgb(0 129 159 / 0.7);
}

.ring-teal\/75 {
  --tw-ring-color: rgb(0 129 159 / 0.75);
}

.ring-teal\/80 {
  --tw-ring-color: rgb(0 129 159 / 0.8);
}

.ring-teal\/90 {
  --tw-ring-color: rgb(0 129 159 / 0.9);
}

.ring-teal\/95 {
  --tw-ring-color: rgb(0 129 159 / 0.95);
}

.ring-teal_dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 60 77 / var(--tw-ring-opacity));
}

.ring-teal_dark\/0 {
  --tw-ring-color: rgb(0 60 77 / 0);
}

.ring-teal_dark\/10 {
  --tw-ring-color: rgb(0 60 77 / 0.1);
}

.ring-teal_dark\/100 {
  --tw-ring-color: rgb(0 60 77 / 1);
}

.ring-teal_dark\/20 {
  --tw-ring-color: rgb(0 60 77 / 0.2);
}

.ring-teal_dark\/25 {
  --tw-ring-color: rgb(0 60 77 / 0.25);
}

.ring-teal_dark\/30 {
  --tw-ring-color: rgb(0 60 77 / 0.3);
}

.ring-teal_dark\/40 {
  --tw-ring-color: rgb(0 60 77 / 0.4);
}

.ring-teal_dark\/5 {
  --tw-ring-color: rgb(0 60 77 / 0.05);
}

.ring-teal_dark\/50 {
  --tw-ring-color: rgb(0 60 77 / 0.5);
}

.ring-teal_dark\/60 {
  --tw-ring-color: rgb(0 60 77 / 0.6);
}

.ring-teal_dark\/70 {
  --tw-ring-color: rgb(0 60 77 / 0.7);
}

.ring-teal_dark\/75 {
  --tw-ring-color: rgb(0 60 77 / 0.75);
}

.ring-teal_dark\/80 {
  --tw-ring-color: rgb(0 60 77 / 0.8);
}

.ring-teal_dark\/90 {
  --tw-ring-color: rgb(0 60 77 / 0.9);
}

.ring-teal_dark\/95 {
  --tw-ring-color: rgb(0 60 77 / 0.95);
}

.ring-teal_extra_light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 251 252 / var(--tw-ring-opacity));
}

.ring-teal_extra_light\/0 {
  --tw-ring-color: rgb(245 251 252 / 0);
}

.ring-teal_extra_light\/10 {
  --tw-ring-color: rgb(245 251 252 / 0.1);
}

.ring-teal_extra_light\/100 {
  --tw-ring-color: rgb(245 251 252 / 1);
}

.ring-teal_extra_light\/20 {
  --tw-ring-color: rgb(245 251 252 / 0.2);
}

.ring-teal_extra_light\/25 {
  --tw-ring-color: rgb(245 251 252 / 0.25);
}

.ring-teal_extra_light\/30 {
  --tw-ring-color: rgb(245 251 252 / 0.3);
}

.ring-teal_extra_light\/40 {
  --tw-ring-color: rgb(245 251 252 / 0.4);
}

.ring-teal_extra_light\/5 {
  --tw-ring-color: rgb(245 251 252 / 0.05);
}

.ring-teal_extra_light\/50 {
  --tw-ring-color: rgb(245 251 252 / 0.5);
}

.ring-teal_extra_light\/60 {
  --tw-ring-color: rgb(245 251 252 / 0.6);
}

.ring-teal_extra_light\/70 {
  --tw-ring-color: rgb(245 251 252 / 0.7);
}

.ring-teal_extra_light\/75 {
  --tw-ring-color: rgb(245 251 252 / 0.75);
}

.ring-teal_extra_light\/80 {
  --tw-ring-color: rgb(245 251 252 / 0.8);
}

.ring-teal_extra_light\/90 {
  --tw-ring-color: rgb(245 251 252 / 0.9);
}

.ring-teal_extra_light\/95 {
  --tw-ring-color: rgb(245 251 252 / 0.95);
}

.ring-teal_light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(116 196 214 / var(--tw-ring-opacity));
}

.ring-teal_light\/0 {
  --tw-ring-color: rgb(116 196 214 / 0);
}

.ring-teal_light\/10 {
  --tw-ring-color: rgb(116 196 214 / 0.1);
}

.ring-teal_light\/100 {
  --tw-ring-color: rgb(116 196 214 / 1);
}

.ring-teal_light\/20 {
  --tw-ring-color: rgb(116 196 214 / 0.2);
}

.ring-teal_light\/25 {
  --tw-ring-color: rgb(116 196 214 / 0.25);
}

.ring-teal_light\/30 {
  --tw-ring-color: rgb(116 196 214 / 0.3);
}

.ring-teal_light\/40 {
  --tw-ring-color: rgb(116 196 214 / 0.4);
}

.ring-teal_light\/5 {
  --tw-ring-color: rgb(116 196 214 / 0.05);
}

.ring-teal_light\/50 {
  --tw-ring-color: rgb(116 196 214 / 0.5);
}

.ring-teal_light\/60 {
  --tw-ring-color: rgb(116 196 214 / 0.6);
}

.ring-teal_light\/70 {
  --tw-ring-color: rgb(116 196 214 / 0.7);
}

.ring-teal_light\/75 {
  --tw-ring-color: rgb(116 196 214 / 0.75);
}

.ring-teal_light\/80 {
  --tw-ring-color: rgb(116 196 214 / 0.8);
}

.ring-teal_light\/90 {
  --tw-ring-color: rgb(116 196 214 / 0.9);
}

.ring-teal_light\/95 {
  --tw-ring-color: rgb(116 196 214 / 0.95);
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-transparent\/0 {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.ring-transparent\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.ring-transparent\/100 {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.ring-transparent\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.ring-transparent\/25 {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.ring-transparent\/30 {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.ring-transparent\/40 {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.ring-transparent\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-transparent\/50 {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.ring-transparent\/60 {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.ring-transparent\/70 {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.ring-transparent\/75 {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.ring-transparent\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.ring-transparent\/90 {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.ring-transparent\/95 {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.ring-white\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.ring-white\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}

.ring-white\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.ring-white\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}

.ring-white\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.ring-white\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.ring-white\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.ring-white\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.ring-white\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.ring-white\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

.ring-white\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}

.ring-white\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}

.ring-white\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.ring-white\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.ring-offset-black {
  --tw-ring-offset-color: #000000;
}

.ring-offset-black\/0 {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}

.ring-offset-black\/10 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}

.ring-offset-black\/100 {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}

.ring-offset-black\/20 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}

.ring-offset-black\/25 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}

.ring-offset-black\/30 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}

.ring-offset-black\/40 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}

.ring-offset-black\/5 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}

.ring-offset-black\/50 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}

.ring-offset-black\/60 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}

.ring-offset-black\/70 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}

.ring-offset-black\/75 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}

.ring-offset-black\/80 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}

.ring-offset-black\/90 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}

.ring-offset-black\/95 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}

.ring-offset-error_red {
  --tw-ring-offset-color: #eb001b;
}

.ring-offset-error_red\/0 {
  --tw-ring-offset-color: rgb(235 0 27 / 0);
}

.ring-offset-error_red\/10 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.1);
}

.ring-offset-error_red\/100 {
  --tw-ring-offset-color: rgb(235 0 27 / 1);
}

.ring-offset-error_red\/20 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.2);
}

.ring-offset-error_red\/25 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.25);
}

.ring-offset-error_red\/30 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.3);
}

.ring-offset-error_red\/40 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.4);
}

.ring-offset-error_red\/5 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.05);
}

.ring-offset-error_red\/50 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.5);
}

.ring-offset-error_red\/60 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.6);
}

.ring-offset-error_red\/70 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.7);
}

.ring-offset-error_red\/75 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.75);
}

.ring-offset-error_red\/80 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.8);
}

.ring-offset-error_red\/90 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.9);
}

.ring-offset-error_red\/95 {
  --tw-ring-offset-color: rgb(235 0 27 / 0.95);
}

.ring-offset-gray5 {
  --tw-ring-offset-color: #f2f2f2;
}

.ring-offset-gray5\/0 {
  --tw-ring-offset-color: rgb(242 242 242 / 0);
}

.ring-offset-gray5\/10 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.1);
}

.ring-offset-gray5\/100 {
  --tw-ring-offset-color: rgb(242 242 242 / 1);
}

.ring-offset-gray5\/20 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.2);
}

.ring-offset-gray5\/25 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.25);
}

.ring-offset-gray5\/30 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.3);
}

.ring-offset-gray5\/40 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.4);
}

.ring-offset-gray5\/5 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.05);
}

.ring-offset-gray5\/50 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.5);
}

.ring-offset-gray5\/60 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.6);
}

.ring-offset-gray5\/70 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.7);
}

.ring-offset-gray5\/75 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.75);
}

.ring-offset-gray5\/80 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.8);
}

.ring-offset-gray5\/90 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.9);
}

.ring-offset-gray5\/95 {
  --tw-ring-offset-color: rgb(242 242 242 / 0.95);
}

.ring-offset-sh_black {
  --tw-ring-offset-color: #231f20;
}

.ring-offset-sh_black\/0 {
  --tw-ring-offset-color: rgb(35 31 32 / 0);
}

.ring-offset-sh_black\/10 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.1);
}

.ring-offset-sh_black\/100 {
  --tw-ring-offset-color: rgb(35 31 32 / 1);
}

.ring-offset-sh_black\/20 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.2);
}

.ring-offset-sh_black\/25 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.25);
}

.ring-offset-sh_black\/30 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.3);
}

.ring-offset-sh_black\/40 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.4);
}

.ring-offset-sh_black\/5 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.05);
}

.ring-offset-sh_black\/50 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.5);
}

.ring-offset-sh_black\/60 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.6);
}

.ring-offset-sh_black\/70 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.7);
}

.ring-offset-sh_black\/75 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.75);
}

.ring-offset-sh_black\/80 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.8);
}

.ring-offset-sh_black\/90 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.9);
}

.ring-offset-sh_black\/95 {
  --tw-ring-offset-color: rgb(35 31 32 / 0.95);
}

.ring-offset-success_green {
  --tw-ring-offset-color: #508316;
}

.ring-offset-success_green\/0 {
  --tw-ring-offset-color: rgb(80 131 22 / 0);
}

.ring-offset-success_green\/10 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.1);
}

.ring-offset-success_green\/100 {
  --tw-ring-offset-color: rgb(80 131 22 / 1);
}

.ring-offset-success_green\/20 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.2);
}

.ring-offset-success_green\/25 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.25);
}

.ring-offset-success_green\/30 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.3);
}

.ring-offset-success_green\/40 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.4);
}

.ring-offset-success_green\/5 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.05);
}

.ring-offset-success_green\/50 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.5);
}

.ring-offset-success_green\/60 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.6);
}

.ring-offset-success_green\/70 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.7);
}

.ring-offset-success_green\/75 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.75);
}

.ring-offset-success_green\/80 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.8);
}

.ring-offset-success_green\/90 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.9);
}

.ring-offset-success_green\/95 {
  --tw-ring-offset-color: rgb(80 131 22 / 0.95);
}

.ring-offset-teal {
  --tw-ring-offset-color: #00819f;
}

.ring-offset-teal\/0 {
  --tw-ring-offset-color: rgb(0 129 159 / 0);
}

.ring-offset-teal\/10 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.1);
}

.ring-offset-teal\/100 {
  --tw-ring-offset-color: rgb(0 129 159 / 1);
}

.ring-offset-teal\/20 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.2);
}

.ring-offset-teal\/25 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.25);
}

.ring-offset-teal\/30 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.3);
}

.ring-offset-teal\/40 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.4);
}

.ring-offset-teal\/5 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.05);
}

.ring-offset-teal\/50 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.5);
}

.ring-offset-teal\/60 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.6);
}

.ring-offset-teal\/70 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.7);
}

.ring-offset-teal\/75 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.75);
}

.ring-offset-teal\/80 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.8);
}

.ring-offset-teal\/90 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.9);
}

.ring-offset-teal\/95 {
  --tw-ring-offset-color: rgb(0 129 159 / 0.95);
}

.ring-offset-teal_dark {
  --tw-ring-offset-color: #003C4D;
}

.ring-offset-teal_dark\/0 {
  --tw-ring-offset-color: rgb(0 60 77 / 0);
}

.ring-offset-teal_dark\/10 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.1);
}

.ring-offset-teal_dark\/100 {
  --tw-ring-offset-color: rgb(0 60 77 / 1);
}

.ring-offset-teal_dark\/20 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.2);
}

.ring-offset-teal_dark\/25 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.25);
}

.ring-offset-teal_dark\/30 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.3);
}

.ring-offset-teal_dark\/40 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.4);
}

.ring-offset-teal_dark\/5 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.05);
}

.ring-offset-teal_dark\/50 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.5);
}

.ring-offset-teal_dark\/60 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.6);
}

.ring-offset-teal_dark\/70 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.7);
}

.ring-offset-teal_dark\/75 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.75);
}

.ring-offset-teal_dark\/80 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.8);
}

.ring-offset-teal_dark\/90 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.9);
}

.ring-offset-teal_dark\/95 {
  --tw-ring-offset-color: rgb(0 60 77 / 0.95);
}

.ring-offset-teal_extra_light {
  --tw-ring-offset-color: #f5fbfc;
}

.ring-offset-teal_extra_light\/0 {
  --tw-ring-offset-color: rgb(245 251 252 / 0);
}

.ring-offset-teal_extra_light\/10 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.1);
}

.ring-offset-teal_extra_light\/100 {
  --tw-ring-offset-color: rgb(245 251 252 / 1);
}

.ring-offset-teal_extra_light\/20 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.2);
}

.ring-offset-teal_extra_light\/25 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.25);
}

.ring-offset-teal_extra_light\/30 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.3);
}

.ring-offset-teal_extra_light\/40 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.4);
}

.ring-offset-teal_extra_light\/5 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.05);
}

.ring-offset-teal_extra_light\/50 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.5);
}

.ring-offset-teal_extra_light\/60 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.6);
}

.ring-offset-teal_extra_light\/70 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.7);
}

.ring-offset-teal_extra_light\/75 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.75);
}

.ring-offset-teal_extra_light\/80 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.8);
}

.ring-offset-teal_extra_light\/90 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.9);
}

.ring-offset-teal_extra_light\/95 {
  --tw-ring-offset-color: rgb(245 251 252 / 0.95);
}

.ring-offset-teal_light {
  --tw-ring-offset-color: #74c4d6;
}

.ring-offset-teal_light\/0 {
  --tw-ring-offset-color: rgb(116 196 214 / 0);
}

.ring-offset-teal_light\/10 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.1);
}

.ring-offset-teal_light\/100 {
  --tw-ring-offset-color: rgb(116 196 214 / 1);
}

.ring-offset-teal_light\/20 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.2);
}

.ring-offset-teal_light\/25 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.25);
}

.ring-offset-teal_light\/30 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.3);
}

.ring-offset-teal_light\/40 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.4);
}

.ring-offset-teal_light\/5 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.05);
}

.ring-offset-teal_light\/50 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.5);
}

.ring-offset-teal_light\/60 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.6);
}

.ring-offset-teal_light\/70 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.7);
}

.ring-offset-teal_light\/75 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.75);
}

.ring-offset-teal_light\/80 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.8);
}

.ring-offset-teal_light\/90 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.9);
}

.ring-offset-teal_light\/95 {
  --tw-ring-offset-color: rgb(116 196 214 / 0.95);
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.ring-offset-transparent\/0 {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}

.ring-offset-transparent\/10 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}

.ring-offset-transparent\/100 {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}

.ring-offset-transparent\/20 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}

.ring-offset-transparent\/25 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}

.ring-offset-transparent\/30 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}

.ring-offset-transparent\/40 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}

.ring-offset-transparent\/5 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}

.ring-offset-transparent\/50 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}

.ring-offset-transparent\/60 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}

.ring-offset-transparent\/70 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}

.ring-offset-transparent\/75 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}

.ring-offset-transparent\/80 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}

.ring-offset-transparent\/90 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}

.ring-offset-transparent\/95 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}

.ring-offset-white {
  --tw-ring-offset-color: #ffffff;
}

.ring-offset-white\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}

.ring-offset-white\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}

.ring-offset-white\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}

.ring-offset-white\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}

.ring-offset-white\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}

.ring-offset-white\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}

.ring-offset-white\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}

.ring-offset-white\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}

.ring-offset-white\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}

.ring-offset-white\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}

.ring-offset-white\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}

.ring-offset-white\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}

.ring-offset-white\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}

.ring-offset-white\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}

.ring-offset-white\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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-none {
  transition-property: none;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  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;
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

.bg_cyan_dark {
  background-color: #007298;
}

.color_cyan_dark {
  color: #007298;
}

.fill_cyan_dark {
  fill: #007298;
  color: #007298;
}

.border_color_cyan_dark {
  border-color: #007298;
}

.bg_cyan {
  background-color: #408EA0;
}

.color_cyan {
  color: #408EA0;
}

.fill_cyan {
  fill: #408EA0;
  color: #408EA0;
}

.border_color_cyan {
  border-color: #408EA0;
}

.bg_cyan_light {
  background-color: #C5E0EA;
}

.color_cyan_light {
  color: #C5E0EA;
}

.fill_cyan_light {
  fill: #C5E0EA;
  color: #C5E0EA;
}

.border_color_cyan_light {
  border-color: #C5E0EA;
}

.bg_cyan_extra_light {
  background-color: #EFF7F8;
}

.color_cyan_extra_light {
  color: #EFF7F8;
}

.fill_cyan_extra_light {
  fill: #EFF7F8;
  color: #EFF7F8;
}

.border_color_extra_cyan_light {
  border-color: #EFF7F8;
}

.sh_height_580 {
  min-height: 36.25rem;
}

.sh_height_500 {
  min-height: 31.25rem;
}

.sh_height_450 {
  min-height: 28.125rem;
}

.sh_height_400 {
  min-height: 25rem;
}

.sh_height_350 {
  min-height: 21.875rem;
}

.sh_height_144 {
  min-height: 9rem;
}

.sh_superscript {
  position: relative;
  top: -5px;
  font-size: .625rem;
  margin-left: 1px;
}

.sh_icon_hover {
  color: #408EA0;
  fill: #408EA0;
}

.sh_icon_hover:hover {
  color: #74C3D5;
  fill: #74C3D5;
}

@media (max-width: 1023.9px) {
  .sh_hiddenWhenSmall {
    display: none;
  }
}

#searchIconSubmit:hover svg path {
  fill: #ffffff;
}

.important_mb_0 {
  margin-bottom: 0px !important;
}

.important_mt_0 {
  margin-top: 0px !important;
}

.important_pb_0 {
  padding-bottom: 0px !important;
}

.important_pt_0 {
  padding-top: 0px !important;
}

.important_bg_image_none {
  background-image: none !important;
}

.important_w_full {
  width: 100% !important;
  max-width: initial !important;
  min-width: initial !important;
}

.important_button_width_100 {
  width: 100% !important;
  max-width: initial !important;
  min-width: initial !important;
}

div.row {
  margin-left: 0px;
  margin-right: 0px;
}

#layoutContainers {
  max-width: 1440px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 75px;
}

@media (min-width: 768px) {
  #layoutContainers {
    margin-top: 125px;
  }
}

#layoutContainers>div>.row>.col-sm {
  padding: 0 !important;
}

.stControl {
  margin: 0px !important;
}

.stToolbar {
  display: none !important;
}

@media (min-width: 992px) {
  .stToolbar {
    display: block !important;
  }
}

.stOverflowAuto {
  overflow: unset !important;
}

.stControl, .st-col-whole, .st-row {
  margin: 0 !important;
  padding: 0 !important;
}

.stMainContent {
  padding: 0 !important;
}

#PageContentEnclosure .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hover\:sh_sectionPadding:hover {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .hover\:sh_sectionPadding:hover {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .hover\:sh_sectionPadding:hover {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_sectionPadding:hover {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.hover\:sh_sectionPadding_vert:hover {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .hover\:sh_sectionPadding_vert:hover {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .hover\:sh_sectionPadding_vert:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.hover\:sh_sectionPadding_horz:hover {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .hover\:sh_sectionPadding_horz:hover {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .hover\:sh_sectionPadding_horz:hover {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_sectionPadding_horz:hover {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.hover\:sh_sectionPadding_no_left:hover {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .hover\:sh_sectionPadding_no_left:hover {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .hover\:sh_sectionPadding_no_left:hover {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 60px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_sectionPadding_no_left:hover {
    padding-left: 0;
    padding-right: 90px;
  }
}

.hover\:sh_sectionPadding_no_right:hover {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .hover\:sh_sectionPadding_no_right:hover {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .hover\:sh_sectionPadding_no_right:hover {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 0;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_sectionPadding_no_right:hover {
    padding-left: 90px;
    padding-right: 0;
  }
}

.hover\:sh_sectionPadding_not_lg:hover {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .hover\:sh_sectionPadding_not_lg:hover {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .hover\:sh_sectionPadding_not_lg:hover {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.hover\:sh_title1:hover {
  color: #003C4D;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .hover\:sh_title1:hover {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_title1:hover {
    font-size: 3.875rem;
    line-height: 4.125rem;
  }
}

.hover\:sh_title2_xl:hover {
  color: #003C4D;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.375rem;
}

@media (min-width: 768px) {
  .hover\:sh_title2_xl:hover {
    font-size: 3.125rem;
    line-height: 3.375rem;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_title2_xl:hover {
    font-size: 3.875rem;
    line-height: 4.375rem;
  }
}

.hover\:sh_title2:hover {
  color: #003C4D;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .hover\:sh_title2:hover {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_title2:hover {
    font-size: 2.625rem;
    line-height: 4.375rem;
  }
}

.hover\:sh_title3:hover {
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .hover\:sh_title3:hover {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_title3:hover {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.hover\:sh_title_subtext:hover {
  color: #408EA0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .hover\:sh_title_subtext:hover {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_title_subtext:hover {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

.hover\:sh_list:hoverul {
  margin-left: 70px;
}

.hover\:sh_list:hoverul li:before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 1.5rem;
  margin-left: -2rem;
  margin-top: -.5rem;
  position: absolute;
}

.hover\:sh_list:hoverol {
  margin-left: 1.6rem;
}

.hover\:sh_list:hoverol li {
  counter-increment: customlistcounter;
}

.hover\:sh_list:hoverol li:before {
  --text-opacity: 1;
  color: #408EA0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  display: inline-block;
  font-weight: 700;
  content: counter(list-item) " ";
  margin-left: -1.5rem;
  position: absolute;
}

.hover\:sh_list:hoverol li:first-child {
  counter-reset: customlistcounter;
}

a .hover\:sh_icon_hover:hoversvg {
  color: #408EA0;
  fill: #408EA0;
}

a .hover\:sh_icon_hover:hoversvg:hover {
  color: #74C3D5;
  fill: #74C3D5;
}

.hover\:sh_light_link:hovera {
  color: #74C4D6;
}

.hover\:sh_light_link:hovera:after {
  color: #74C4D6;
}

.hover\:sh_light_link:hovera:hover {
  color: #408EA0;
}

.hover\:sh_light_link:hovera:focus,.hover\:sh_light_link:hover a:focus-visible,.hover\:sh_light_link:hover a:focus-within {
  color: #408EA0;
}

.hover\:sh_light_link:hovera svg.sh_icon_hover {
  color: #74C4D6;
  fill: #74C4D6;
}

a.sh_light_link .hover\:sh_icon_hover:hoversvg {
  color: #74C4D6;
  fill: #74C4D6;
}

.hover\:sh_light_link:hovera svg.sh_icon_hover:hover {
  color: #408EA0;
  fill: #408EA0;
}

a.sh_light_link .hover\:sh_icon_hover:hoversvg:hover {
  color: #408EA0;
  fill: #408EA0;
}

.hover\:sh_header_nav:hovera {
  color: #ffffff;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .hover\:sh_header_nav:hovera {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_header_nav:hovera {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
}

.hover\:sh_header_nav:hovera:hover {
  color: #74c4d6;
  cursor: pointer;
  text-decoration: underline;
}

.hover\:sh_header_nav:hovera:focus,.hover\:sh_header_nav:hover a:focus-visible,.hover\:sh_header_nav:hover a:focus-within {
  border-radius: 1px;
  color: #74c4d6;
  cursor: pointer;
  outline: 2px solid #003C4D;
  outline-offset: 0.188rem;
  text-decoration: underline;
  z-index: 10;
}

.hover\:sh_social_header:hover {
  height: 18px;
}

.hover\:sh_social_header:hover svg {
  color: #003C4D;
  fill: #003C4D;
}

.hover\:sh_social_header:hover svg:hover {
  color: #ffffff;
  fill: #ffffff;
}

.hover\:sh_social_footer:hover {
  height: 30px;
}

.hover\:sh_social_footer:hover svg {
  color: #408EA0;
  fill: #408EA0;
}

.hover\:sh_social_footer:hover svg:hover {
  color: #74C3D5;
  fill: #74C3D5;
}

.hover\:sh_button:hover {
  --bg-opacity: 1;
  --text-opacity: 1;
  cursor: pointer;
  border: 2px solid #74c4d6;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  height: 30px;
  padding-left: 2.500rem;
  padding-right: 2.500rem;
  border-radius: 5px;
}

.hover\:sh_light_button:hover {
  --bg-opacity: 1;
  --text-opacity: 1;
  cursor: pointer;
  border: 2px solid #74c4d6;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  height: 30px;
  padding-left: 2.500rem;
  padding-right: 2.500rem;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .hover\:sh_button:hover {
    font-size: 18px;
    height: 40px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: .625rem;
  }

  .hover\:sh_light_button:hover {
    font-size: 18px;
    height: 40px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: .625rem;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_button:hover {
    font-size: 22px;
    height: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .hover\:sh_light_button:hover {
    font-size: 22px;
    height: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.hover\:sh_button:hover a {
  text-decoration: none;
  color: #ffffff;
}

.hover\:sh_light_button:hover a {
  text-decoration: none;
  color: #ffffff;
}

.hover\:sh_button:hover a:hover {
  text-decoration: underline;
}

.hover\:sh_light_button:hover a:hover {
  text-decoration: underline;
}

.hover\:sh_button:hover:hover {
  color: #ffffff;
  text-decoration: underline;
}

.hover\:sh_light_button:hover:hover {
  color: #ffffff;
  text-decoration: underline;
}

.hover\:sh_button:hover:focus,.hover\:sh_button:hover:focus-within,.hover\:sh_button:hover:focus-visible {
  color: #ffffff;
  outline: 2px solid #003C4D;
  outline-offset: 2px;
}

.hover\:sh_light_button:hover:focus,.hover\:sh_light_button:hover:focus-within,.hover\:sh_light_button:hover:focus-visible {
  color: #ffffff;
  outline: 2px solid #003C4D;
  outline-offset: 2px;
}

.hover\:sh_button:hover::after {
  color: #ffffff;
}

.hover\:sh_light_button:hover::after {
  color: #ffffff;
}

.hover\:sh_button:hover {
  background-color: #003c4d;
}

.hover\:sh_button:hover:hover {
  background-color: #74c4d6;
}

.hover\:sh_button:hover:focus,.hover\:sh_button:hover:focus-within,.hover\:sh_button:hover:focus-visible {
  background-color: #74c4d6;
}

.hover\:sh_light_button:hover {
  background-color: #408EA0;
}

.hover\:sh_light_button:hover:hover {
  background-color: #74c4d6;
}

.hover\:sh_light_button:hover:focus,.hover\:sh_light_button:hover:focus-within,.hover\:sh_light_button:hover:focus-visible {
  background-color: #74c4d6;
}

.hover\:sh_accordion:hover .sh_accordionArrow_Down,.hover\:sh_accordion:hover .sh_accordionArrow_Up {
  width: 42px;
  height: 22px;
}

.sh_accordion .hover\:sh_accordionArrow_Down:hover {
  width: 42px;
  height: 22px;
}

.hover\:sh_accordion:hover .sh_accordionArrow_Down,.hover\:sh_accordion:hover .sh_accordionArrow_Up {
  width: 42px;
  height: 22px;
}

 .sh_accordion .hover\:sh_accordionArrow_Up:hover {
  width: 42px;
  height: 22px;
}

@media (min-width: 1024px) {
  .hover\:sh_accordion:hover .sh_accordionArrow_Down,.hover\:sh_accordion:hover .sh_accordionArrow_Up {
    width: 52px;
    height: 27px;
  }

  .sh_accordion .hover\:sh_accordionArrow_Down:hover {
    width: 52px;
    height: 27px;
  }

  .hover\:sh_accordion:hover .sh_accordionArrow_Down,.hover\:sh_accordion:hover .sh_accordionArrow_Up {
    width: 52px;
    height: 27px;
  }

   .sh_accordion .hover\:sh_accordionArrow_Up:hover {
    width: 52px;
    height: 27px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_accordion:hover .sh_accordionArrow_Down,.hover\:sh_accordion:hover .sh_accordionArrow_Up {
    width: 62px;
    height: 32px;
  }

  .sh_accordion .hover\:sh_accordionArrow_Down:hover {
    width: 62px;
    height: 32px;
  }

  .hover\:sh_accordion:hover .sh_accordionArrow_Down,.hover\:sh_accordion:hover .sh_accordionArrow_Up {
    width: 62px;
    height: 32px;
  }

   .sh_accordion .hover\:sh_accordionArrow_Up:hover {
    width: 62px;
    height: 32px;
  }
}

.hover\:sh_accordion:hover details {
  border-radius: 20px;
  background: #ffffff;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .hover\:sh_accordion:hover details {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .hover\:sh_accordion:hover details {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_accordion:hover details {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.hover\:sh_accordion:hover details:last-of-type {
  margin-bottom: 0px;
}

.hover\:sh_accordion:hover details:not([open]) .sh_accordionArrow_Down {
  display: none;
}

.sh_accordion details:not([open]) .hover\:sh_accordionArrow_Down:hover {
  display: none;
}

.hover\:sh_accordion:hover details:not([open]) .sh_accordionArrow_Up {
  display: block;
}

.sh_accordion details:not([open]) .hover\:sh_accordionArrow_Up:hover {
  display: block;
}

.hover\:sh_accordion:hover details[open] .sh_accordionArrow_Down {
  display: block;
}

.sh_accordion details[open] .hover\:sh_accordionArrow_Down:hover {
  display: block;
}

.hover\:sh_accordion:hover details[open] .sh_accordionArrow_Up {
  display: none;
}

.sh_accordion details[open] .hover\:sh_accordionArrow_Up:hover {
  display: none;
}

.hover\:sh_accordion:hover summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.hover\:sh_accordion:hover summary::-webkit-details-marker {
  display: none;
}

.hover\:sh_accordion:hover .accordion_response_basic {
  margin-top: 30px;
  padding-left: 45px;
}

.hover\:sh_accordion:hover .accordion_response_container {
  display: flex;
  flex-direction: column;
  background-color: #EFF7F8;
  border-radius: 1.25rem;
  margin: auto;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .hover\:sh_accordion:hover .accordion_response_container {
    margin-top: 30px;
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .hover\:sh_accordion:hover .accordion_response_container {
    width: 80%;
    padding: 50px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_accordion:hover .accordion_response_container {
    width: 100%;
    flex-direction: row;
    padding: 60px;
  }
}

.hover\:sh_accordion:hover ul.sh_list {
  margin-left: 36px;
}

.sh_accordion .hover\:sh_list:hoverul {
  margin-left: 36px;
}

@media (min-width: 768px) {
  .hover\:sh_accordion:hover ul.sh_list {
    margin-left: 70px;
  }

  .sh_accordion .hover\:sh_list:hoverul {
    margin-left: 70px;
  }
}

.hover\:sh_accordion:hover ul.sh_list li:before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 1.5rem;
  margin-left: -27px;
  position: absolute;
}

.sh_accordion .hover\:sh_list:hoverul li:before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 1.5rem;
  margin-left: -27px;
  position: absolute;
}

@media (min-width: 768px) {
  .hover\:sh_accordion:hover ul.sh_list li:before {
    margin-left: -40px;
  }

  .sh_accordion .hover\:sh_list:hoverul li:before {
    margin-left: -40px;
  }
}

.hover\:sh_accordion:hover .sh_accordion_bullet::before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 2rem;
  margin-left: -45px;
  position: absolute;
}

.sh_accordion .hover\:sh_accordion_bullet:hover::before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 2rem;
  margin-left: -45px;
  position: absolute;
}

.hover\:sh_accordion:hover .sh_accordion_pdf {
  padding-left: 11px;
}

.sh_accordion .hover\:sh_accordion_pdf:hover {
  padding-left: 11px;
}

@media (min-width: 768px) {
  .hover\:sh_accordion:hover .sh_accordion_pdf {
    padding-left: 32px;
  }

  .sh_accordion .hover\:sh_accordion_pdf:hover {
    padding-left: 32px;
  }
}

.hover\:sh_accordion:hover .sh_accordion_pdf img {
  width: 21px;
  height: 27px;
  margin-right: 5px;
}

.sh_accordion .hover\:sh_accordion_pdf:hover img {
  width: 21px;
  height: 27px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .hover\:sh_accordion:hover .sh_accordion_pdf img {
    width: 23px;
    height: 30px;
    margin-right: 16px;
  }

  .sh_accordion .hover\:sh_accordion_pdf:hover img {
    width: 23px;
    height: 30px;
    margin-right: 16px;
  }
}

.hover\:sh_accordion:hover .sh_accordion_offsite {
  padding-left: 30px;
}

.sh_accordion .hover\:sh_accordion_offsite:hover {
  padding-left: 30px;
}

.hover\:sh_accordion:hover .sh_accordion_offsite::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
  display: inline-block;
  width: 23px;
  height: 23px;
  position: relative;
  left: -15px;
  top: -5px;
}

.sh_accordion .hover\:sh_accordion_offsite:hover::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
  display: inline-block;
  width: 23px;
  height: 23px;
  position: relative;
  left: -15px;
  top: -5px;
}

.hover\:sh_accordion_group:hover {
  background: #ffffff;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .hover\:sh_accordion_group:hover {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .hover\:sh_accordion_group:hover {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_accordion_group:hover {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.hover\:sh_accordion_group:hover .sh_accordionArrow_Down,.hover\:sh_accordion_group:hover .sh_accordionArrow_Up {
  width: 42px;
  height: 22px;
}

.sh_accordion_group .hover\:sh_accordionArrow_Down:hover {
  width: 42px;
  height: 22px;
}

.hover\:sh_accordion_group:hover .sh_accordionArrow_Down,.hover\:sh_accordion_group:hover .sh_accordionArrow_Up {
  width: 42px;
  height: 22px;
}

 .sh_accordion_group .hover\:sh_accordionArrow_Up:hover {
  width: 42px;
  height: 22px;
}

@media (min-width: 1024px) {
  .hover\:sh_accordion_group:hover .sh_accordionArrow_Down,.hover\:sh_accordion_group:hover .sh_accordionArrow_Up {
    width: 52px;
    height: 27px;
  }

  .sh_accordion_group .hover\:sh_accordionArrow_Down:hover {
    width: 52px;
    height: 27px;
  }

  .hover\:sh_accordion_group:hover .sh_accordionArrow_Down,.hover\:sh_accordion_group:hover .sh_accordionArrow_Up {
    width: 52px;
    height: 27px;
  }

   .sh_accordion_group .hover\:sh_accordionArrow_Up:hover {
    width: 52px;
    height: 27px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_accordion_group:hover .sh_accordionArrow_Down,.hover\:sh_accordion_group:hover .sh_accordionArrow_Up {
    width: 62px;
    height: 32px;
  }

  .sh_accordion_group .hover\:sh_accordionArrow_Down:hover {
    width: 62px;
    height: 32px;
  }

  .hover\:sh_accordion_group:hover .sh_accordionArrow_Down,.hover\:sh_accordion_group:hover .sh_accordionArrow_Up {
    width: 62px;
    height: 32px;
  }

   .sh_accordion_group .hover\:sh_accordionArrow_Up:hover {
    width: 62px;
    height: 32px;
  }
}

.hover\:sh_accordion_group:hover details {
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .hover\:sh_accordion_group:hover details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .hover\:sh_accordion_group:hover details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_accordion_group:hover details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.hover\:sh_accordion_group:hover details:last-of-type {
  margin-bottom: 0px;
}

.hover\:sh_accordion_group:hover details:not([open]) .sh_accordionArrow_Down {
  display: none;
}

.sh_accordion_group details:not([open]) .hover\:sh_accordionArrow_Down:hover {
  display: none;
}

.hover\:sh_accordion_group:hover details:not([open]) .sh_accordionArrow_Up {
  display: block;
}

.sh_accordion_group details:not([open]) .hover\:sh_accordionArrow_Up:hover {
  display: block;
}

.hover\:sh_accordion_group:hover details[open] .sh_accordionArrow_Down {
  display: block;
}

.sh_accordion_group details[open] .hover\:sh_accordionArrow_Down:hover {
  display: block;
}

.hover\:sh_accordion_group:hover details[open] .sh_accordionArrow_Up {
  display: none;
}

.sh_accordion_group details[open] .hover\:sh_accordionArrow_Up:hover {
  display: none;
}

.hover\:sh_accordion_group:hover summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .hover\:sh_accordion_group:hover summary {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .hover\:sh_accordion_group:hover summary {
    padding-left: 50px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_accordion_group:hover summary {
    padding-left: 60px;
  }
}

.hover\:sh_accordion_group:hover summary::-webkit-details-marker {
  display: none;
}

.hover\:sh_accordion_group:hover .accordion_answer_container {
  display: flex;
  flex-direction: column;
  background-color: #EFF7F8;
  border-radius: 1.25rem;
  margin: auto;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .hover\:sh_accordion_group:hover .accordion_answer_container {
    margin-top: 30px;
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .hover\:sh_accordion_group:hover .accordion_answer_container {
    margin-top: 30px;
    padding: 50px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_accordion_group:hover .accordion_answer_container {
    margin-top: 30px;
    padding: 60px;
  }
}

.hover\:sh_accordion_group:hover ul {
  margin-left: 30px;
}

@media (min-width: 768px) {
  .hover\:sh_accordion_group:hover ul {
    margin-left: 40px;
  }
}

.hover\:sh_accordion_group:hover ul li.sh_accordion_pdf {
  margin-top: 16px;
}

.sh_accordion_group ul .hover\:sh_accordion_pdf:hoverli {
  margin-top: 16px;
}

.hover\:sh_accordion_group:hover ul li.sh_accordion_pdf:before {
  --text-opacity: 1;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyMyAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjN2MzBIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAuODY1IDUuOTY2Yy0uMy4wNS0uNTAxLjIyNi0uNjE3LjUzOS0uMjQ0LjY2My0uMDQ5IDEuODMuNjA1IDMuMDc3LjQ1NS0xLjMxLjY4Ni0yLjQ2My41MTgtMy4xNDctLjA5OC0uMzk3LS4yOTktLjQ2NC0uNTA2LS40NjltLjEzMiA1LjExN2EyNy4zMyAyNy4zMyAwIDAgMS0uOTIyIDEuOTgzYy43MTMtLjIxNiAxLjQ1LS4zOTQgMi4xNzItLjUyNi0uMjA2LS4yMTItLjQxLS40MzctLjYxLS42NzZhOS43NzYgOS43NzYgMCAwIDEtLjY0LS43ODFtMi43NTUgMS45MDdjMS40MjUgMS4xMjQgMi43NSAxLjUyMyAzLjMyIDEuMzE3LjEzNS0uMDQ5LjI5LS4xNDUuMjg4LS40NjEtLjAwNC0uMTE0LS4wMi0uNDQyLS42Ni0uNjgtLjY3NC0uMjUyLTEuNzQtLjI5Ny0yLjk0OC0uMTc2bS04LjAyIDQuMzc5Yy4wNTQuMDQ3LjE1NS4wODcuMzk3LS4wMzYuNjY0LS4zMzggMS41OTctMS41MzYgMi40OTUtMy4wNC0xLjAzLjQ0LTEuOTA2Ljk2NC0yLjQ1MyAxLjU0NC0uNTAzLjUzNS0uNjQ3IDEuMDM3LS40NCAxLjUzMm0uMTI2LjcyYS44NzguODc4IDAgMCAxLS42NjktLjMxMmwtLjA1Mi0uMDhjLS4yNDgtLjUzMi0uMzU2LTEuMzY3LjUzOC0yLjMxNy43NDUtLjc5IDIuMDItMS40NzggMy40NzMtMi4wMDZhMjcuNzgzIDI3Ljc4MyAwIDAgMCAxLjM5Ny0yLjk2MmMtLjkyOS0xLjUxLTEuMzE3LTMuMDk3LS45MzQtNC4xMzcuMjAzLS41NTIuNjIzLS44OTkgMS4xODMtLjk3OGwuMDQ4LS4wMDNjLjYxMiAwIDEuMDM0LjM1IDEuMTkuOTgzLjIxOS44ODktLjExNSAyLjQwMS0uNzM1IDQuMDUxLjI0NS4zNy41My43NC44NTYgMS4wOTguMzA0LjM2Mi42MTUuNjg5LjkyNS45ODEgMS41NjktLjIxNSAyLjk5My0uMTk1IDMuODY0LjEzLjg4Ni4zMyAxLjA4Ni44ODYgMS4wOTggMS4yOTN2LjAwN2MuMDA0LjUzLS4yNjIuOTMxLS43MzMgMS4xLS45NDUuMzQyLTIuNzI4LS4yNzMtNC40NjctMS44MjktMS4wNi4xNjctMi4xOC40NDItMy4yMTQuOEM4LjU0MiAxNS44NSA3LjMyIDE3LjQ4IDYuNDQgMTcuOTNhMS4yOSAxLjI5IDAgMCAxLS41ODQuMTU4IiBmaWxsPSIjMDAwIi8+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZD0iTTIyLjMxNyAyMC44NzR2Ny43NjVhLjcwNC43MDQgMCAwIDEtLjcxMS42OTRIMS4zOTRhLjcwNC43MDQgMCAwIDEtLjcxMS0uNjk0VjEuMzYxYzAtLjM4My4zMi0uNjk0LjcxMS0uNjk0aDE0LjcwNGMuMDMyIDAgLjA2My4wMDUuMDk0LjAwOXY0LjdjMCAuNy41ODQgMS4yNyAxLjMwMSAxLjI3aDQuODE1Yy4wMDQuMDMuMDEuMDYxLjAxLjA5MnYxNC4xMzZabS0uNDgzLTE0Ljg5NWgtNC4zNDFhLjYxMi42MTIgMCAwIDEtLjYxOC0uNjAzVjEuMTM4bDQuOTYgNC44NDFabS43NTgtLjIwM0wxNy4wODQuMzk5QTEuNDAzIDEuNDAzIDAgMCAwIDE2LjA5OCAwSDEuMzk0Qy42MjYgMCAwIC42MSAwIDEuMzYxdjI3LjI3OEMwIDI5LjM4OS42MjYgMzAgMS4zOTQgMzBoMjAuMjEyYy43NjggMCAxLjM5NC0uNjEgMS4zOTQtMS4zNjFWNi43MzhjMC0uMzYzLS4xNDUtLjcwNS0uNDA4LS45NjJaIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZD0iTTcuODgzIDI0LjYxOGEuNjI3LjYyNyAwIDAgMS0uNjMuNjIySDYuMDk3di0yLjA2M2gxLjE1NmMuMzQ4IDAgLjYzLjI4LjYzLjYyM3YuODE4Wm0tLjYzLTIuMTE4SDUuNzU0YS4zNC4zNCAwIDAgMC0uMzQyLjMzOXY0LjYxN2EuMzQuMzQgMCAwIDAgLjM0Mi4zMzguMzQuMzQgMCAwIDAgLjM0My0uMzM4di0xLjUzOGgxLjE1NmExLjMxIDEuMzEgMCAwIDAgMS4zMTYtMS4zVjIzLjhjMC0uNzE3LS41OS0xLjMtMS4zMTYtMS4zWm0zLjM1NCA0LjYxN2gxLjA1NmMuNDAyIDAgLjczLS4zMjQuNzMtLjcyMlYyMy45YS43MjcuNzI3IDAgMCAwLS43My0uNzIyaC0xLjA1NnYzLjk0Wm0xLjA1Ni42NzdoLTEuMzk5YS4zNC4zNCAwIDAgMS0uMzQyLS4zMzh2LTQuNjE3YS4zNC4zNCAwIDAgMSAuMzQyLS4zMzloMS40Yy43OCAwIDEuNDE0LjYyOCAxLjQxNCAxLjM5OXYyLjQ5NmExLjQxIDEuNDEgMCAwIDEtMS40MTUgMS40Wm01LjU4My01LjI5NGgtMi40NzJhLjM0LjM0IDAgMCAwLS4zNDMuMzM5djQuNjE2YS4zNC4zNCAwIDAgMCAuMzQzLjM0LjM0LjM0IDAgMCAwIC4zNDMtLjM0di0xLjk3aDEuMjc2YS4zNC4zNCAwIDAgMCAuMzQyLS4zMzguMzQuMzQgMCAwIDAtLjM0Mi0uMzM5aC0xLjI3NnYtMS42M2gyLjEyOWEuMzQuMzQgMCAwIDAgLjM0Mi0uMzM5LjM0LjM0IDAgMCAwLS4zNDItLjMzOSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=");
  display: inline-block;
  font-size: 1.5rem;
  margin-top: -5px;
  margin-left: -30px;
  position: absolute;
}

.sh_accordion_group ul .hover\:sh_accordion_pdf:hoverli:before {
  --text-opacity: 1;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyMyAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjN2MzBIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAuODY1IDUuOTY2Yy0uMy4wNS0uNTAxLjIyNi0uNjE3LjUzOS0uMjQ0LjY2My0uMDQ5IDEuODMuNjA1IDMuMDc3LjQ1NS0xLjMxLjY4Ni0yLjQ2My41MTgtMy4xNDctLjA5OC0uMzk3LS4yOTktLjQ2NC0uNTA2LS40NjltLjEzMiA1LjExN2EyNy4zMyAyNy4zMyAwIDAgMS0uOTIyIDEuOTgzYy43MTMtLjIxNiAxLjQ1LS4zOTQgMi4xNzItLjUyNi0uMjA2LS4yMTItLjQxLS40MzctLjYxLS42NzZhOS43NzYgOS43NzYgMCAwIDEtLjY0LS43ODFtMi43NTUgMS45MDdjMS40MjUgMS4xMjQgMi43NSAxLjUyMyAzLjMyIDEuMzE3LjEzNS0uMDQ5LjI5LS4xNDUuMjg4LS40NjEtLjAwNC0uMTE0LS4wMi0uNDQyLS42Ni0uNjgtLjY3NC0uMjUyLTEuNzQtLjI5Ny0yLjk0OC0uMTc2bS04LjAyIDQuMzc5Yy4wNTQuMDQ3LjE1NS4wODcuMzk3LS4wMzYuNjY0LS4zMzggMS41OTctMS41MzYgMi40OTUtMy4wNC0xLjAzLjQ0LTEuOTA2Ljk2NC0yLjQ1MyAxLjU0NC0uNTAzLjUzNS0uNjQ3IDEuMDM3LS40NCAxLjUzMm0uMTI2LjcyYS44NzguODc4IDAgMCAxLS42NjktLjMxMmwtLjA1Mi0uMDhjLS4yNDgtLjUzMi0uMzU2LTEuMzY3LjUzOC0yLjMxNy43NDUtLjc5IDIuMDItMS40NzggMy40NzMtMi4wMDZhMjcuNzgzIDI3Ljc4MyAwIDAgMCAxLjM5Ny0yLjk2MmMtLjkyOS0xLjUxLTEuMzE3LTMuMDk3LS45MzQtNC4xMzcuMjAzLS41NTIuNjIzLS44OTkgMS4xODMtLjk3OGwuMDQ4LS4wMDNjLjYxMiAwIDEuMDM0LjM1IDEuMTkuOTgzLjIxOS44ODktLjExNSAyLjQwMS0uNzM1IDQuMDUxLjI0NS4zNy41My43NC44NTYgMS4wOTguMzA0LjM2Mi42MTUuNjg5LjkyNS45ODEgMS41NjktLjIxNSAyLjk5My0uMTk1IDMuODY0LjEzLjg4Ni4zMyAxLjA4Ni44ODYgMS4wOTggMS4yOTN2LjAwN2MuMDA0LjUzLS4yNjIuOTMxLS43MzMgMS4xLS45NDUuMzQyLTIuNzI4LS4yNzMtNC40NjctMS44MjktMS4wNi4xNjctMi4xOC40NDItMy4yMTQuOEM4LjU0MiAxNS44NSA3LjMyIDE3LjQ4IDYuNDQgMTcuOTNhMS4yOSAxLjI5IDAgMCAxLS41ODQuMTU4IiBmaWxsPSIjMDAwIi8+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZD0iTTIyLjMxNyAyMC44NzR2Ny43NjVhLjcwNC43MDQgMCAwIDEtLjcxMS42OTRIMS4zOTRhLjcwNC43MDQgMCAwIDEtLjcxMS0uNjk0VjEuMzYxYzAtLjM4My4zMi0uNjk0LjcxMS0uNjk0aDE0LjcwNGMuMDMyIDAgLjA2My4wMDUuMDk0LjAwOXY0LjdjMCAuNy41ODQgMS4yNyAxLjMwMSAxLjI3aDQuODE1Yy4wMDQuMDMuMDEuMDYxLjAxLjA5MnYxNC4xMzZabS0uNDgzLTE0Ljg5NWgtNC4zNDFhLjYxMi42MTIgMCAwIDEtLjYxOC0uNjAzVjEuMTM4bDQuOTYgNC44NDFabS43NTgtLjIwM0wxNy4wODQuMzk5QTEuNDAzIDEuNDAzIDAgMCAwIDE2LjA5OCAwSDEuMzk0Qy42MjYgMCAwIC42MSAwIDEuMzYxdjI3LjI3OEMwIDI5LjM4OS42MjYgMzAgMS4zOTQgMzBoMjAuMjEyYy43NjggMCAxLjM5NC0uNjEgMS4zOTQtMS4zNjFWNi43MzhjMC0uMzYzLS4xNDUtLjcwNS0uNDA4LS45NjJaIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZD0iTTcuODgzIDI0LjYxOGEuNjI3LjYyNyAwIDAgMS0uNjMuNjIySDYuMDk3di0yLjA2M2gxLjE1NmMuMzQ4IDAgLjYzLjI4LjYzLjYyM3YuODE4Wm0tLjYzLTIuMTE4SDUuNzU0YS4zNC4zNCAwIDAgMC0uMzQyLjMzOXY0LjYxN2EuMzQuMzQgMCAwIDAgLjM0Mi4zMzguMzQuMzQgMCAwIDAgLjM0My0uMzM4di0xLjUzOGgxLjE1NmExLjMxIDEuMzEgMCAwIDAgMS4zMTYtMS4zVjIzLjhjMC0uNzE3LS41OS0xLjMtMS4zMTYtMS4zWm0zLjM1NCA0LjYxN2gxLjA1NmMuNDAyIDAgLjczLS4zMjQuNzMtLjcyMlYyMy45YS43MjcuNzI3IDAgMCAwLS43My0uNzIyaC0xLjA1NnYzLjk0Wm0xLjA1Ni42NzdoLTEuMzk5YS4zNC4zNCAwIDAgMS0uMzQyLS4zMzh2LTQuNjE3YS4zNC4zNCAwIDAgMSAuMzQyLS4zMzloMS40Yy43OCAwIDEuNDE0LjYyOCAxLjQxNCAxLjM5OXYyLjQ5NmExLjQxIDEuNDEgMCAwIDEtMS40MTUgMS40Wm01LjU4My01LjI5NGgtMi40NzJhLjM0LjM0IDAgMCAwLS4zNDMuMzM5djQuNjE2YS4zNC4zNCAwIDAgMCAuMzQzLjM0LjM0LjM0IDAgMCAwIC4zNDMtLjM0di0xLjk3aDEuMjc2YS4zNC4zNCAwIDAgMCAuMzQyLS4zMzguMzQuMzQgMCAwIDAtLjM0Mi0uMzM5aC0xLjI3NnYtMS42M2gyLjEyOWEuMzQuMzQgMCAwIDAgLjM0Mi0uMzM5LjM0LjM0IDAgMCAwLS4zNDItLjMzOSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=");
  display: inline-block;
  font-size: 1.5rem;
  margin-top: -5px;
  margin-left: -30px;
  position: absolute;
}

@media (min-width: 768px) {
  .hover\:sh_accordion_group:hover ul li.sh_accordion_pdf:before {
    margin-left: -40px;
  }

  .sh_accordion_group ul .hover\:sh_accordion_pdf:hoverli:before {
    margin-left: -40px;
  }

  .hover\:sh_accordion_group:hover ul li.sh_accordion_pdf {
    margin-top: 18px;
  }

  .sh_accordion_group ul .hover\:sh_accordion_pdf:hoverli {
    margin-top: 18px;
  }
}

.hover\:sh_accordion_group:hover ul li.sh_accordion_offsite {
  margin-top: 16px;
}

.sh_accordion_group ul .hover\:sh_accordion_offsite:hoverli {
  margin-top: 16px;
}

.hover\:sh_accordion_group:hover ul li.sh_accordion_offsite:before {
  --text-opacity: 1;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 0px;
  margin-left: -30px;
  position: absolute;
}

.sh_accordion_group ul .hover\:sh_accordion_offsite:hoverli:before {
  --text-opacity: 1;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 0px;
  margin-left: -30px;
  position: absolute;
}

@media (min-width: 768px) {
  .hover\:sh_accordion_group:hover ul li.sh_accordion_offsite:before {
    margin-left: -40px;
  }

  .sh_accordion_group ul .hover\:sh_accordion_offsite:hoverli:before {
    margin-left: -40px;
  }

  .hover\:sh_accordion_group:hover ul li.sh_accordion_offsite {
    margin-top: 18px;
  }

  .sh_accordion_group ul .hover\:sh_accordion_offsite:hoverli {
    margin-top: 18px;
  }
}

.hover\:sh_accordion_group:hover .accordion_question {
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .hover\:sh_accordion_group:hover .accordion_question {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_accordion_group:hover .accordion_question {
    font-size: 32px;
    line-height: 38px;
  }
}

.hover\:sh_input_search:hover {
  width: 140px;
  height: 50px;
  background-color: #408EA0;
  border-radius: 0 10px 10px 0;
  text-align: center;
  padding-top: 1px;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.hover\:sh_dropdown:hover {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  color: #231F20;
}

.hover\:sh_dropdown:hover::before {
  content: url("../assets/svg/icons/Icons_SH-arrow_bottom.svg");
  position: absolute;
  right: 30px;
  z-index: 9999;
  width: 22px;
  height: 13px;
  fill: #408EA0;
  -pointer-event: none;
  transition: all 0.3s linear;
  border-top: transparent;
  border-right: transparent;
  pointer-events: none;
  top: 16px;
}

@media (min-width: 768px) {
  .hover\:sh_dropdown:hover::before {
    top: 14px;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_dropdown:hover::before {
    top: 12px;
  }
}

.hover\:sh_dropdown:hover input {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 16px 24px;
  cursor: pointer;
  border: none;
  outline: none;
  color: #231F20;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hover\:sh_dropdown:hover .sh_options {
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 8px;
  cursor: pointer;
  background: #F2F2F2;
  outline: none;
  font-size: 16px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-50px);
  visibility: hidden;
}

.sh_dropdown .hover\:sh_options:hover {
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 8px;
  cursor: pointer;
  background: #F2F2F2;
  outline: none;
  font-size: 16px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-50px);
  visibility: hidden;
}

.hover\:sh_dropdown:hover .sh_options .sh_option {
  padding: 16px;
  border-radius: 10px;
  transition: all 0.2s ease;
  color: #292d34;
}

.sh_dropdown .hover\:sh_options:hover .sh_option {
  padding: 16px;
  border-radius: 10px;
  transition: all 0.2s ease;
  color: #292d34;
}

.sh_dropdown .sh_options .hover\:sh_option:hover {
  padding: 16px;
  border-radius: 10px;
  transition: all 0.2s ease;
  color: #292d34;
}

.hover\:sh_dropdown:hover .sh_options .sh_option:not(:last-of-type) {
  margin-bottom: 8px;
}

.sh_dropdown .hover\:sh_options:hover .sh_option:not(:last-of-type) {
  margin-bottom: 8px;
}

.sh_dropdown .sh_options .hover\:sh_option:hover:not(:last-of-type) {
  margin-bottom: 8px;
}

.hover\:sh_dropdown:hover .sh_options .sh_option:hover {
  color: white;
  background: #00819F;
}

.sh_dropdown .hover\:sh_options:hover .sh_option:hover {
  color: white;
  background: #00819F;
}

.sh_dropdown .sh_options .hover\:sh_option:hover:hover {
  color: white;
  background: #00819F;
}

.hover\:sh_dropdown:hover.sh_opened .sh_options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hover\:sh_opened:hover.sh_dropdown .sh_options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sh_dropdown.sh_opened .hover\:sh_options:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hover\:sh_dropdown:hover.sh_opened::before {
  content: url("../assets/svg/icons/Icons_SH-arrow-bottom_toggle.svg");
}

.hover\:sh_opened:hover.sh_dropdown::before {
  content: url("../assets/svg/icons/Icons_SH-arrow-bottom_toggle.svg");
}

.hover\:sh_dropdown:hover.sh_opened {
  border-radius: 10px 10px 0 0;
}

.hover\:sh_opened:hover.sh_dropdown {
  border-radius: 10px 10px 0 0;
}

.hover\:sh_wrapper:hover {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover\:sh_wrapper:hover .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(20% / 2);
  display: flex;
  align-items: center;
  pointer-events: none;
}

.hover\:action_hover:hover {
  cursor: pointer;
  text-decoration: underline;
}

.hover\:action_focus:hover {
  border-radius: 1px;
  cursor: pointer;
  outline: 2px solid #003C4D;
  outline-offset: 0.188rem;
  text-decoration: none;
  z-index: 10;
}

.hover\:sh_search_pagination:hover {
  background-color: #ffffff;
  color: #231f20;
  cursor: pointer;
}

.hover\:sh_search_pagination:hover:hover {
  background-color: #408EA0;
  color: #ffffff;
}

.hover\:sh_search_pagination:hover:focus,.hover\:sh_search_pagination:hover:focus-within,.hover\:sh_search_pagination:hover:focus-visible {
  background-color: #408EA0;
  color: #ffffff;
}

.hover\:sh_table:hover {
  border: 2px solid #C5E0EA;
}

.hover\:sh_table:hover thead {
  border-bottom: 2px solid #7F9DA6;
}

.hover\:sh_table:hover thead th {
  text-align: left;
  vertical-align: bottom;
}

.hover\:sh_table:hover td {
  text-align: left;
  vertical-align: top;
}

.hover\:sh_table:hover thead th,.hover\:sh_table:hover td {
  padding: 1rem;
}

@media (min-width: 1024px) {
  .hover\:sh_table:hover thead th,.hover\:sh_table:hover td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1440px) {
  .hover\:sh_table:hover thead th,.hover\:sh_table:hover td {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}

.hover\:sh_table:hover tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}

.hover\:sh_table:hover tr td,.hover\:sh_table:hover thead th {
  border-right: 2px solid #7F9DA6;
}

.hover\:sh_table:hover tr td:last-child,.hover\:sh_table:hover thead th:last-child {
  border-right: 0px;
}

.focus\:sh_sectionPadding:focus {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .focus\:sh_sectionPadding:focus {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .focus\:sh_sectionPadding:focus {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_sectionPadding:focus {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.focus\:sh_sectionPadding_vert:focus {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .focus\:sh_sectionPadding_vert:focus {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .focus\:sh_sectionPadding_vert:focus {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.focus\:sh_sectionPadding_horz:focus {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .focus\:sh_sectionPadding_horz:focus {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .focus\:sh_sectionPadding_horz:focus {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_sectionPadding_horz:focus {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.focus\:sh_sectionPadding_no_left:focus {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .focus\:sh_sectionPadding_no_left:focus {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .focus\:sh_sectionPadding_no_left:focus {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 60px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_sectionPadding_no_left:focus {
    padding-left: 0;
    padding-right: 90px;
  }
}

.focus\:sh_sectionPadding_no_right:focus {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .focus\:sh_sectionPadding_no_right:focus {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .focus\:sh_sectionPadding_no_right:focus {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 0;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_sectionPadding_no_right:focus {
    padding-left: 90px;
    padding-right: 0;
  }
}

.focus\:sh_sectionPadding_not_lg:focus {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .focus\:sh_sectionPadding_not_lg:focus {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .focus\:sh_sectionPadding_not_lg:focus {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.focus\:sh_title1:focus {
  color: #003C4D;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .focus\:sh_title1:focus {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_title1:focus {
    font-size: 3.875rem;
    line-height: 4.125rem;
  }
}

.focus\:sh_title2_xl:focus {
  color: #003C4D;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.375rem;
}

@media (min-width: 768px) {
  .focus\:sh_title2_xl:focus {
    font-size: 3.125rem;
    line-height: 3.375rem;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_title2_xl:focus {
    font-size: 3.875rem;
    line-height: 4.375rem;
  }
}

.focus\:sh_title2:focus {
  color: #003C4D;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .focus\:sh_title2:focus {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_title2:focus {
    font-size: 2.625rem;
    line-height: 4.375rem;
  }
}

.focus\:sh_title3:focus {
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .focus\:sh_title3:focus {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_title3:focus {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.focus\:sh_title_subtext:focus {
  color: #408EA0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .focus\:sh_title_subtext:focus {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_title_subtext:focus {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

.focus\:sh_list:focusul {
  margin-left: 70px;
}

.focus\:sh_list:focusul li:before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 1.5rem;
  margin-left: -2rem;
  margin-top: -.5rem;
  position: absolute;
}

.focus\:sh_list:focusol {
  margin-left: 1.6rem;
}

.focus\:sh_list:focusol li {
  counter-increment: customlistcounter;
}

.focus\:sh_list:focusol li:before {
  --text-opacity: 1;
  color: #408EA0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  display: inline-block;
  font-weight: 700;
  content: counter(list-item) " ";
  margin-left: -1.5rem;
  position: absolute;
}

.focus\:sh_list:focusol li:first-child {
  counter-reset: customlistcounter;
}

a .focus\:sh_icon_hover:focussvg {
  color: #408EA0;
  fill: #408EA0;
}

a .focus\:sh_icon_hover:focussvg:hover {
  color: #74C3D5;
  fill: #74C3D5;
}

.focus\:sh_light_link:focusa {
  color: #74C4D6;
}

.focus\:sh_light_link:focusa:after {
  color: #74C4D6;
}

.focus\:sh_light_link:focusa:hover {
  color: #408EA0;
}

.focus\:sh_light_link:focusa:focus,.focus\:sh_light_link:focus a:focus-visible,.focus\:sh_light_link:focus a:focus-within {
  color: #408EA0;
}

.focus\:sh_light_link:focusa svg.sh_icon_hover {
  color: #74C4D6;
  fill: #74C4D6;
}

a.sh_light_link .focus\:sh_icon_hover:focussvg {
  color: #74C4D6;
  fill: #74C4D6;
}

.focus\:sh_light_link:focusa svg.sh_icon_hover:hover {
  color: #408EA0;
  fill: #408EA0;
}

a.sh_light_link .focus\:sh_icon_hover:focussvg:hover {
  color: #408EA0;
  fill: #408EA0;
}

.focus\:sh_header_nav:focusa {
  color: #ffffff;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .focus\:sh_header_nav:focusa {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_header_nav:focusa {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
}

.focus\:sh_header_nav:focusa:hover {
  color: #74c4d6;
  cursor: pointer;
  text-decoration: underline;
}

.focus\:sh_header_nav:focusa:focus,.focus\:sh_header_nav:focus a:focus-visible,.focus\:sh_header_nav:focus a:focus-within {
  border-radius: 1px;
  color: #74c4d6;
  cursor: pointer;
  outline: 2px solid #003C4D;
  outline-offset: 0.188rem;
  text-decoration: underline;
  z-index: 10;
}

.focus\:sh_social_header:focus {
  height: 18px;
}

.focus\:sh_social_header:focus svg {
  color: #003C4D;
  fill: #003C4D;
}

.focus\:sh_social_header:focus svg:hover {
  color: #ffffff;
  fill: #ffffff;
}

.focus\:sh_social_footer:focus {
  height: 30px;
}

.focus\:sh_social_footer:focus svg {
  color: #408EA0;
  fill: #408EA0;
}

.focus\:sh_social_footer:focus svg:hover {
  color: #74C3D5;
  fill: #74C3D5;
}

.focus\:sh_button:focus {
  --bg-opacity: 1;
  --text-opacity: 1;
  cursor: pointer;
  border: 2px solid #74c4d6;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  height: 30px;
  padding-left: 2.500rem;
  padding-right: 2.500rem;
  border-radius: 5px;
}

.focus\:sh_light_button:focus {
  --bg-opacity: 1;
  --text-opacity: 1;
  cursor: pointer;
  border: 2px solid #74c4d6;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  height: 30px;
  padding-left: 2.500rem;
  padding-right: 2.500rem;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .focus\:sh_button:focus {
    font-size: 18px;
    height: 40px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: .625rem;
  }

  .focus\:sh_light_button:focus {
    font-size: 18px;
    height: 40px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: .625rem;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_button:focus {
    font-size: 22px;
    height: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .focus\:sh_light_button:focus {
    font-size: 22px;
    height: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.focus\:sh_button:focus a {
  text-decoration: none;
  color: #ffffff;
}

.focus\:sh_light_button:focus a {
  text-decoration: none;
  color: #ffffff;
}

.focus\:sh_button:focus a:hover {
  text-decoration: underline;
}

.focus\:sh_light_button:focus a:hover {
  text-decoration: underline;
}

.focus\:sh_button:focus:hover {
  color: #ffffff;
  text-decoration: underline;
}

.focus\:sh_light_button:focus:hover {
  color: #ffffff;
  text-decoration: underline;
}

.focus\:sh_button:focus:focus,.focus\:sh_button:focus:focus-within,.focus\:sh_button:focus:focus-visible {
  color: #ffffff;
  outline: 2px solid #003C4D;
  outline-offset: 2px;
}

.focus\:sh_light_button:focus:focus,.focus\:sh_light_button:focus:focus-within,.focus\:sh_light_button:focus:focus-visible {
  color: #ffffff;
  outline: 2px solid #003C4D;
  outline-offset: 2px;
}

.focus\:sh_button:focus::after {
  color: #ffffff;
}

.focus\:sh_light_button:focus::after {
  color: #ffffff;
}

.focus\:sh_button:focus {
  background-color: #003c4d;
}

.focus\:sh_button:focus:hover {
  background-color: #74c4d6;
}

.focus\:sh_button:focus:focus,.focus\:sh_button:focus:focus-within,.focus\:sh_button:focus:focus-visible {
  background-color: #74c4d6;
}

.focus\:sh_light_button:focus {
  background-color: #408EA0;
}

.focus\:sh_light_button:focus:hover {
  background-color: #74c4d6;
}

.focus\:sh_light_button:focus:focus,.focus\:sh_light_button:focus:focus-within,.focus\:sh_light_button:focus:focus-visible {
  background-color: #74c4d6;
}

.focus\:sh_accordion:focus .sh_accordionArrow_Down,.focus\:sh_accordion:focus .sh_accordionArrow_Up {
  width: 42px;
  height: 22px;
}

.sh_accordion .focus\:sh_accordionArrow_Down:focus {
  width: 42px;
  height: 22px;
}

.focus\:sh_accordion:focus .sh_accordionArrow_Down,.focus\:sh_accordion:focus .sh_accordionArrow_Up {
  width: 42px;
  height: 22px;
}

 .sh_accordion .focus\:sh_accordionArrow_Up:focus {
  width: 42px;
  height: 22px;
}

@media (min-width: 1024px) {
  .focus\:sh_accordion:focus .sh_accordionArrow_Down,.focus\:sh_accordion:focus .sh_accordionArrow_Up {
    width: 52px;
    height: 27px;
  }

  .sh_accordion .focus\:sh_accordionArrow_Down:focus {
    width: 52px;
    height: 27px;
  }

  .focus\:sh_accordion:focus .sh_accordionArrow_Down,.focus\:sh_accordion:focus .sh_accordionArrow_Up {
    width: 52px;
    height: 27px;
  }

   .sh_accordion .focus\:sh_accordionArrow_Up:focus {
    width: 52px;
    height: 27px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_accordion:focus .sh_accordionArrow_Down,.focus\:sh_accordion:focus .sh_accordionArrow_Up {
    width: 62px;
    height: 32px;
  }

  .sh_accordion .focus\:sh_accordionArrow_Down:focus {
    width: 62px;
    height: 32px;
  }

  .focus\:sh_accordion:focus .sh_accordionArrow_Down,.focus\:sh_accordion:focus .sh_accordionArrow_Up {
    width: 62px;
    height: 32px;
  }

   .sh_accordion .focus\:sh_accordionArrow_Up:focus {
    width: 62px;
    height: 32px;
  }
}

.focus\:sh_accordion:focus details {
  border-radius: 20px;
  background: #ffffff;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .focus\:sh_accordion:focus details {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .focus\:sh_accordion:focus details {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_accordion:focus details {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.focus\:sh_accordion:focus details:last-of-type {
  margin-bottom: 0px;
}

.focus\:sh_accordion:focus details:not([open]) .sh_accordionArrow_Down {
  display: none;
}

.sh_accordion details:not([open]) .focus\:sh_accordionArrow_Down:focus {
  display: none;
}

.focus\:sh_accordion:focus details:not([open]) .sh_accordionArrow_Up {
  display: block;
}

.sh_accordion details:not([open]) .focus\:sh_accordionArrow_Up:focus {
  display: block;
}

.focus\:sh_accordion:focus details[open] .sh_accordionArrow_Down {
  display: block;
}

.sh_accordion details[open] .focus\:sh_accordionArrow_Down:focus {
  display: block;
}

.focus\:sh_accordion:focus details[open] .sh_accordionArrow_Up {
  display: none;
}

.sh_accordion details[open] .focus\:sh_accordionArrow_Up:focus {
  display: none;
}

.focus\:sh_accordion:focus summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.focus\:sh_accordion:focus summary::-webkit-details-marker {
  display: none;
}

.focus\:sh_accordion:focus .accordion_response_basic {
  margin-top: 30px;
  padding-left: 45px;
}

.focus\:sh_accordion:focus .accordion_response_container {
  display: flex;
  flex-direction: column;
  background-color: #EFF7F8;
  border-radius: 1.25rem;
  margin: auto;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .focus\:sh_accordion:focus .accordion_response_container {
    margin-top: 30px;
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .focus\:sh_accordion:focus .accordion_response_container {
    width: 80%;
    padding: 50px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_accordion:focus .accordion_response_container {
    width: 100%;
    flex-direction: row;
    padding: 60px;
  }
}

.focus\:sh_accordion:focus ul.sh_list {
  margin-left: 36px;
}

.sh_accordion .focus\:sh_list:focusul {
  margin-left: 36px;
}

@media (min-width: 768px) {
  .focus\:sh_accordion:focus ul.sh_list {
    margin-left: 70px;
  }

  .sh_accordion .focus\:sh_list:focusul {
    margin-left: 70px;
  }
}

.focus\:sh_accordion:focus ul.sh_list li:before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 1.5rem;
  margin-left: -27px;
  position: absolute;
}

.sh_accordion .focus\:sh_list:focusul li:before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 1.5rem;
  margin-left: -27px;
  position: absolute;
}

@media (min-width: 768px) {
  .focus\:sh_accordion:focus ul.sh_list li:before {
    margin-left: -40px;
  }

  .sh_accordion .focus\:sh_list:focusul li:before {
    margin-left: -40px;
  }
}

.focus\:sh_accordion:focus .sh_accordion_bullet::before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 2rem;
  margin-left: -45px;
  position: absolute;
}

.sh_accordion .focus\:sh_accordion_bullet:focus::before {
  --text-opacity: 1;
  color: #74C4D6;
  content: "\25A0";
  display: inline-block;
  font-size: 2rem;
  margin-left: -45px;
  position: absolute;
}

.focus\:sh_accordion:focus .sh_accordion_pdf {
  padding-left: 11px;
}

.sh_accordion .focus\:sh_accordion_pdf:focus {
  padding-left: 11px;
}

@media (min-width: 768px) {
  .focus\:sh_accordion:focus .sh_accordion_pdf {
    padding-left: 32px;
  }

  .sh_accordion .focus\:sh_accordion_pdf:focus {
    padding-left: 32px;
  }
}

.focus\:sh_accordion:focus .sh_accordion_pdf img {
  width: 21px;
  height: 27px;
  margin-right: 5px;
}

.sh_accordion .focus\:sh_accordion_pdf:focus img {
  width: 21px;
  height: 27px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .focus\:sh_accordion:focus .sh_accordion_pdf img {
    width: 23px;
    height: 30px;
    margin-right: 16px;
  }

  .sh_accordion .focus\:sh_accordion_pdf:focus img {
    width: 23px;
    height: 30px;
    margin-right: 16px;
  }
}

.focus\:sh_accordion:focus .sh_accordion_offsite {
  padding-left: 30px;
}

.sh_accordion .focus\:sh_accordion_offsite:focus {
  padding-left: 30px;
}

.focus\:sh_accordion:focus .sh_accordion_offsite::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
  display: inline-block;
  width: 23px;
  height: 23px;
  position: relative;
  left: -15px;
  top: -5px;
}

.sh_accordion .focus\:sh_accordion_offsite:focus::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
  display: inline-block;
  width: 23px;
  height: 23px;
  position: relative;
  left: -15px;
  top: -5px;
}

.focus\:sh_accordion_group:focus {
  background: #ffffff;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .focus\:sh_accordion_group:focus {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .focus\:sh_accordion_group:focus {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_accordion_group:focus {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.focus\:sh_accordion_group:focus .sh_accordionArrow_Down,.focus\:sh_accordion_group:focus .sh_accordionArrow_Up {
  width: 42px;
  height: 22px;
}

.sh_accordion_group .focus\:sh_accordionArrow_Down:focus {
  width: 42px;
  height: 22px;
}

.focus\:sh_accordion_group:focus .sh_accordionArrow_Down,.focus\:sh_accordion_group:focus .sh_accordionArrow_Up {
  width: 42px;
  height: 22px;
}

 .sh_accordion_group .focus\:sh_accordionArrow_Up:focus {
  width: 42px;
  height: 22px;
}

@media (min-width: 1024px) {
  .focus\:sh_accordion_group:focus .sh_accordionArrow_Down,.focus\:sh_accordion_group:focus .sh_accordionArrow_Up {
    width: 52px;
    height: 27px;
  }

  .sh_accordion_group .focus\:sh_accordionArrow_Down:focus {
    width: 52px;
    height: 27px;
  }

  .focus\:sh_accordion_group:focus .sh_accordionArrow_Down,.focus\:sh_accordion_group:focus .sh_accordionArrow_Up {
    width: 52px;
    height: 27px;
  }

   .sh_accordion_group .focus\:sh_accordionArrow_Up:focus {
    width: 52px;
    height: 27px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_accordion_group:focus .sh_accordionArrow_Down,.focus\:sh_accordion_group:focus .sh_accordionArrow_Up {
    width: 62px;
    height: 32px;
  }

  .sh_accordion_group .focus\:sh_accordionArrow_Down:focus {
    width: 62px;
    height: 32px;
  }

  .focus\:sh_accordion_group:focus .sh_accordionArrow_Down,.focus\:sh_accordion_group:focus .sh_accordionArrow_Up {
    width: 62px;
    height: 32px;
  }

   .sh_accordion_group .focus\:sh_accordionArrow_Up:focus {
    width: 62px;
    height: 32px;
  }
}

.focus\:sh_accordion_group:focus details {
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .focus\:sh_accordion_group:focus details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .focus\:sh_accordion_group:focus details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_accordion_group:focus details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.focus\:sh_accordion_group:focus details:last-of-type {
  margin-bottom: 0px;
}

.focus\:sh_accordion_group:focus details:not([open]) .sh_accordionArrow_Down {
  display: none;
}

.sh_accordion_group details:not([open]) .focus\:sh_accordionArrow_Down:focus {
  display: none;
}

.focus\:sh_accordion_group:focus details:not([open]) .sh_accordionArrow_Up {
  display: block;
}

.sh_accordion_group details:not([open]) .focus\:sh_accordionArrow_Up:focus {
  display: block;
}

.focus\:sh_accordion_group:focus details[open] .sh_accordionArrow_Down {
  display: block;
}

.sh_accordion_group details[open] .focus\:sh_accordionArrow_Down:focus {
  display: block;
}

.focus\:sh_accordion_group:focus details[open] .sh_accordionArrow_Up {
  display: none;
}

.sh_accordion_group details[open] .focus\:sh_accordionArrow_Up:focus {
  display: none;
}

.focus\:sh_accordion_group:focus summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .focus\:sh_accordion_group:focus summary {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .focus\:sh_accordion_group:focus summary {
    padding-left: 50px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_accordion_group:focus summary {
    padding-left: 60px;
  }
}

.focus\:sh_accordion_group:focus summary::-webkit-details-marker {
  display: none;
}

.focus\:sh_accordion_group:focus .accordion_answer_container {
  display: flex;
  flex-direction: column;
  background-color: #EFF7F8;
  border-radius: 1.25rem;
  margin: auto;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .focus\:sh_accordion_group:focus .accordion_answer_container {
    margin-top: 30px;
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .focus\:sh_accordion_group:focus .accordion_answer_container {
    margin-top: 30px;
    padding: 50px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_accordion_group:focus .accordion_answer_container {
    margin-top: 30px;
    padding: 60px;
  }
}

.focus\:sh_accordion_group:focus ul {
  margin-left: 30px;
}

@media (min-width: 768px) {
  .focus\:sh_accordion_group:focus ul {
    margin-left: 40px;
  }
}

.focus\:sh_accordion_group:focus ul li.sh_accordion_pdf {
  margin-top: 16px;
}

.sh_accordion_group ul .focus\:sh_accordion_pdf:focusli {
  margin-top: 16px;
}

.focus\:sh_accordion_group:focus ul li.sh_accordion_pdf:before {
  --text-opacity: 1;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyMyAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjN2MzBIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAuODY1IDUuOTY2Yy0uMy4wNS0uNTAxLjIyNi0uNjE3LjUzOS0uMjQ0LjY2My0uMDQ5IDEuODMuNjA1IDMuMDc3LjQ1NS0xLjMxLjY4Ni0yLjQ2My41MTgtMy4xNDctLjA5OC0uMzk3LS4yOTktLjQ2NC0uNTA2LS40NjltLjEzMiA1LjExN2EyNy4zMyAyNy4zMyAwIDAgMS0uOTIyIDEuOTgzYy43MTMtLjIxNiAxLjQ1LS4zOTQgMi4xNzItLjUyNi0uMjA2LS4yMTItLjQxLS40MzctLjYxLS42NzZhOS43NzYgOS43NzYgMCAwIDEtLjY0LS43ODFtMi43NTUgMS45MDdjMS40MjUgMS4xMjQgMi43NSAxLjUyMyAzLjMyIDEuMzE3LjEzNS0uMDQ5LjI5LS4xNDUuMjg4LS40NjEtLjAwNC0uMTE0LS4wMi0uNDQyLS42Ni0uNjgtLjY3NC0uMjUyLTEuNzQtLjI5Ny0yLjk0OC0uMTc2bS04LjAyIDQuMzc5Yy4wNTQuMDQ3LjE1NS4wODcuMzk3LS4wMzYuNjY0LS4zMzggMS41OTctMS41MzYgMi40OTUtMy4wNC0xLjAzLjQ0LTEuOTA2Ljk2NC0yLjQ1MyAxLjU0NC0uNTAzLjUzNS0uNjQ3IDEuMDM3LS40NCAxLjUzMm0uMTI2LjcyYS44NzguODc4IDAgMCAxLS42NjktLjMxMmwtLjA1Mi0uMDhjLS4yNDgtLjUzMi0uMzU2LTEuMzY3LjUzOC0yLjMxNy43NDUtLjc5IDIuMDItMS40NzggMy40NzMtMi4wMDZhMjcuNzgzIDI3Ljc4MyAwIDAgMCAxLjM5Ny0yLjk2MmMtLjkyOS0xLjUxLTEuMzE3LTMuMDk3LS45MzQtNC4xMzcuMjAzLS41NTIuNjIzLS44OTkgMS4xODMtLjk3OGwuMDQ4LS4wMDNjLjYxMiAwIDEuMDM0LjM1IDEuMTkuOTgzLjIxOS44ODktLjExNSAyLjQwMS0uNzM1IDQuMDUxLjI0NS4zNy41My43NC44NTYgMS4wOTguMzA0LjM2Mi42MTUuNjg5LjkyNS45ODEgMS41NjktLjIxNSAyLjk5My0uMTk1IDMuODY0LjEzLjg4Ni4zMyAxLjA4Ni44ODYgMS4wOTggMS4yOTN2LjAwN2MuMDA0LjUzLS4yNjIuOTMxLS43MzMgMS4xLS45NDUuMzQyLTIuNzI4LS4yNzMtNC40NjctMS44MjktMS4wNi4xNjctMi4xOC40NDItMy4yMTQuOEM4LjU0MiAxNS44NSA3LjMyIDE3LjQ4IDYuNDQgMTcuOTNhMS4yOSAxLjI5IDAgMCAxLS41ODQuMTU4IiBmaWxsPSIjMDAwIi8+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZD0iTTIyLjMxNyAyMC44NzR2Ny43NjVhLjcwNC43MDQgMCAwIDEtLjcxMS42OTRIMS4zOTRhLjcwNC43MDQgMCAwIDEtLjcxMS0uNjk0VjEuMzYxYzAtLjM4My4zMi0uNjk0LjcxMS0uNjk0aDE0LjcwNGMuMDMyIDAgLjA2My4wMDUuMDk0LjAwOXY0LjdjMCAuNy41ODQgMS4yNyAxLjMwMSAxLjI3aDQuODE1Yy4wMDQuMDMuMDEuMDYxLjAxLjA5MnYxNC4xMzZabS0uNDgzLTE0Ljg5NWgtNC4zNDFhLjYxMi42MTIgMCAwIDEtLjYxOC0uNjAzVjEuMTM4bDQuOTYgNC44NDFabS43NTgtLjIwM0wxNy4wODQuMzk5QTEuNDAzIDEuNDAzIDAgMCAwIDE2LjA5OCAwSDEuMzk0Qy42MjYgMCAwIC42MSAwIDEuMzYxdjI3LjI3OEMwIDI5LjM4OS42MjYgMzAgMS4zOTQgMzBoMjAuMjEyYy43NjggMCAxLjM5NC0uNjEgMS4zOTQtMS4zNjFWNi43MzhjMC0uMzYzLS4xNDUtLjcwNS0uNDA4LS45NjJaIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZD0iTTcuODgzIDI0LjYxOGEuNjI3LjYyNyAwIDAgMS0uNjMuNjIySDYuMDk3di0yLjA2M2gxLjE1NmMuMzQ4IDAgLjYzLjI4LjYzLjYyM3YuODE4Wm0tLjYzLTIuMTE4SDUuNzU0YS4zNC4zNCAwIDAgMC0uMzQyLjMzOXY0LjYxN2EuMzQuMzQgMCAwIDAgLjM0Mi4zMzguMzQuMzQgMCAwIDAgLjM0My0uMzM4di0xLjUzOGgxLjE1NmExLjMxIDEuMzEgMCAwIDAgMS4zMTYtMS4zVjIzLjhjMC0uNzE3LS41OS0xLjMtMS4zMTYtMS4zWm0zLjM1NCA0LjYxN2gxLjA1NmMuNDAyIDAgLjczLS4zMjQuNzMtLjcyMlYyMy45YS43MjcuNzI3IDAgMCAwLS43My0uNzIyaC0xLjA1NnYzLjk0Wm0xLjA1Ni42NzdoLTEuMzk5YS4zNC4zNCAwIDAgMS0uMzQyLS4zMzh2LTQuNjE3YS4zNC4zNCAwIDAgMSAuMzQyLS4zMzloMS40Yy43OCAwIDEuNDE0LjYyOCAxLjQxNCAxLjM5OXYyLjQ5NmExLjQxIDEuNDEgMCAwIDEtMS40MTUgMS40Wm01LjU4My01LjI5NGgtMi40NzJhLjM0LjM0IDAgMCAwLS4zNDMuMzM5djQuNjE2YS4zNC4zNCAwIDAgMCAuMzQzLjM0LjM0LjM0IDAgMCAwIC4zNDMtLjM0di0xLjk3aDEuMjc2YS4zNC4zNCAwIDAgMCAuMzQyLS4zMzguMzQuMzQgMCAwIDAtLjM0Mi0uMzM5aC0xLjI3NnYtMS42M2gyLjEyOWEuMzQuMzQgMCAwIDAgLjM0Mi0uMzM5LjM0LjM0IDAgMCAwLS4zNDItLjMzOSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=");
  display: inline-block;
  font-size: 1.5rem;
  margin-top: -5px;
  margin-left: -30px;
  position: absolute;
}

.sh_accordion_group ul .focus\:sh_accordion_pdf:focusli:before {
  --text-opacity: 1;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyMyAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjN2MzBIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAuODY1IDUuOTY2Yy0uMy4wNS0uNTAxLjIyNi0uNjE3LjUzOS0uMjQ0LjY2My0uMDQ5IDEuODMuNjA1IDMuMDc3LjQ1NS0xLjMxLjY4Ni0yLjQ2My41MTgtMy4xNDctLjA5OC0uMzk3LS4yOTktLjQ2NC0uNTA2LS40NjltLjEzMiA1LjExN2EyNy4zMyAyNy4zMyAwIDAgMS0uOTIyIDEuOTgzYy43MTMtLjIxNiAxLjQ1LS4zOTQgMi4xNzItLjUyNi0uMjA2LS4yMTItLjQxLS40MzctLjYxLS42NzZhOS43NzYgOS43NzYgMCAwIDEtLjY0LS43ODFtMi43NTUgMS45MDdjMS40MjUgMS4xMjQgMi43NSAxLjUyMyAzLjMyIDEuMzE3LjEzNS0uMDQ5LjI5LS4xNDUuMjg4LS40NjEtLjAwNC0uMTE0LS4wMi0uNDQyLS42Ni0uNjgtLjY3NC0uMjUyLTEuNzQtLjI5Ny0yLjk0OC0uMTc2bS04LjAyIDQuMzc5Yy4wNTQuMDQ3LjE1NS4wODcuMzk3LS4wMzYuNjY0LS4zMzggMS41OTctMS41MzYgMi40OTUtMy4wNC0xLjAzLjQ0LTEuOTA2Ljk2NC0yLjQ1MyAxLjU0NC0uNTAzLjUzNS0uNjQ3IDEuMDM3LS40NCAxLjUzMm0uMTI2LjcyYS44NzguODc4IDAgMCAxLS42NjktLjMxMmwtLjA1Mi0uMDhjLS4yNDgtLjUzMi0uMzU2LTEuMzY3LjUzOC0yLjMxNy43NDUtLjc5IDIuMDItMS40NzggMy40NzMtMi4wMDZhMjcuNzgzIDI3Ljc4MyAwIDAgMCAxLjM5Ny0yLjk2MmMtLjkyOS0xLjUxLTEuMzE3LTMuMDk3LS45MzQtNC4xMzcuMjAzLS41NTIuNjIzLS44OTkgMS4xODMtLjk3OGwuMDQ4LS4wMDNjLjYxMiAwIDEuMDM0LjM1IDEuMTkuOTgzLjIxOS44ODktLjExNSAyLjQwMS0uNzM1IDQuMDUxLjI0NS4zNy41My43NC44NTYgMS4wOTguMzA0LjM2Mi42MTUuNjg5LjkyNS45ODEgMS41NjktLjIxNSAyLjk5My0uMTk1IDMuODY0LjEzLjg4Ni4zMyAxLjA4Ni44ODYgMS4wOTggMS4yOTN2LjAwN2MuMDA0LjUzLS4yNjIuOTMxLS43MzMgMS4xLS45NDUuMzQyLTIuNzI4LS4yNzMtNC40NjctMS44MjktMS4wNi4xNjctMi4xOC40NDItMy4yMTQuOEM4LjU0MiAxNS44NSA3LjMyIDE3LjQ4IDYuNDQgMTcuOTNhMS4yOSAxLjI5IDAgMCAxLS41ODQuMTU4IiBmaWxsPSIjMDAwIi8+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZD0iTTIyLjMxNyAyMC44NzR2Ny43NjVhLjcwNC43MDQgMCAwIDEtLjcxMS42OTRIMS4zOTRhLjcwNC43MDQgMCAwIDEtLjcxMS0uNjk0VjEuMzYxYzAtLjM4My4zMi0uNjk0LjcxMS0uNjk0aDE0LjcwNGMuMDMyIDAgLjA2My4wMDUuMDk0LjAwOXY0LjdjMCAuNy41ODQgMS4yNyAxLjMwMSAxLjI3aDQuODE1Yy4wMDQuMDMuMDEuMDYxLjAxLjA5MnYxNC4xMzZabS0uNDgzLTE0Ljg5NWgtNC4zNDFhLjYxMi42MTIgMCAwIDEtLjYxOC0uNjAzVjEuMTM4bDQuOTYgNC44NDFabS43NTgtLjIwM0wxNy4wODQuMzk5QTEuNDAzIDEuNDAzIDAgMCAwIDE2LjA5OCAwSDEuMzk0Qy42MjYgMCAwIC42MSAwIDEuMzYxdjI3LjI3OEMwIDI5LjM4OS42MjYgMzAgMS4zOTQgMzBoMjAuMjEyYy43NjggMCAxLjM5NC0uNjEgMS4zOTQtMS4zNjFWNi43MzhjMC0uMzYzLS4xNDUtLjcwNS0uNDA4LS45NjJaIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZD0iTTcuODgzIDI0LjYxOGEuNjI3LjYyNyAwIDAgMS0uNjMuNjIySDYuMDk3di0yLjA2M2gxLjE1NmMuMzQ4IDAgLjYzLjI4LjYzLjYyM3YuODE4Wm0tLjYzLTIuMTE4SDUuNzU0YS4zNC4zNCAwIDAgMC0uMzQyLjMzOXY0LjYxN2EuMzQuMzQgMCAwIDAgLjM0Mi4zMzguMzQuMzQgMCAwIDAgLjM0My0uMzM4di0xLjUzOGgxLjE1NmExLjMxIDEuMzEgMCAwIDAgMS4zMTYtMS4zVjIzLjhjMC0uNzE3LS41OS0xLjMtMS4zMTYtMS4zWm0zLjM1NCA0LjYxN2gxLjA1NmMuNDAyIDAgLjczLS4zMjQuNzMtLjcyMlYyMy45YS43MjcuNzI3IDAgMCAwLS43My0uNzIyaC0xLjA1NnYzLjk0Wm0xLjA1Ni42NzdoLTEuMzk5YS4zNC4zNCAwIDAgMS0uMzQyLS4zMzh2LTQuNjE3YS4zNC4zNCAwIDAgMSAuMzQyLS4zMzloMS40Yy43OCAwIDEuNDE0LjYyOCAxLjQxNCAxLjM5OXYyLjQ5NmExLjQxIDEuNDEgMCAwIDEtMS40MTUgMS40Wm01LjU4My01LjI5NGgtMi40NzJhLjM0LjM0IDAgMCAwLS4zNDMuMzM5djQuNjE2YS4zNC4zNCAwIDAgMCAuMzQzLjM0LjM0LjM0IDAgMCAwIC4zNDMtLjM0di0xLjk3aDEuMjc2YS4zNC4zNCAwIDAgMCAuMzQyLS4zMzguMzQuMzQgMCAwIDAtLjM0Mi0uMzM5aC0xLjI3NnYtMS42M2gyLjEyOWEuMzQuMzQgMCAwIDAgLjM0Mi0uMzM5LjM0LjM0IDAgMCAwLS4zNDItLjMzOSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=");
  display: inline-block;
  font-size: 1.5rem;
  margin-top: -5px;
  margin-left: -30px;
  position: absolute;
}

@media (min-width: 768px) {
  .focus\:sh_accordion_group:focus ul li.sh_accordion_pdf:before {
    margin-left: -40px;
  }

  .sh_accordion_group ul .focus\:sh_accordion_pdf:focusli:before {
    margin-left: -40px;
  }

  .focus\:sh_accordion_group:focus ul li.sh_accordion_pdf {
    margin-top: 18px;
  }

  .sh_accordion_group ul .focus\:sh_accordion_pdf:focusli {
    margin-top: 18px;
  }
}

.focus\:sh_accordion_group:focus ul li.sh_accordion_offsite {
  margin-top: 16px;
}

.sh_accordion_group ul .focus\:sh_accordion_offsite:focusli {
  margin-top: 16px;
}

.focus\:sh_accordion_group:focus ul li.sh_accordion_offsite:before {
  --text-opacity: 1;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 0px;
  margin-left: -30px;
  position: absolute;
}

.sh_accordion_group ul .focus\:sh_accordion_offsite:focusli:before {
  --text-opacity: 1;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 0px;
  margin-left: -30px;
  position: absolute;
}

@media (min-width: 768px) {
  .focus\:sh_accordion_group:focus ul li.sh_accordion_offsite:before {
    margin-left: -40px;
  }

  .sh_accordion_group ul .focus\:sh_accordion_offsite:focusli:before {
    margin-left: -40px;
  }

  .focus\:sh_accordion_group:focus ul li.sh_accordion_offsite {
    margin-top: 18px;
  }

  .sh_accordion_group ul .focus\:sh_accordion_offsite:focusli {
    margin-top: 18px;
  }
}

.focus\:sh_accordion_group:focus .accordion_question {
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .focus\:sh_accordion_group:focus .accordion_question {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_accordion_group:focus .accordion_question {
    font-size: 32px;
    line-height: 38px;
  }
}

.focus\:sh_input_search:focus {
  width: 140px;
  height: 50px;
  background-color: #408EA0;
  border-radius: 0 10px 10px 0;
  text-align: center;
  padding-top: 1px;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.focus\:sh_dropdown:focus {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  color: #231F20;
}

.focus\:sh_dropdown:focus::before {
  content: url("../assets/svg/icons/Icons_SH-arrow_bottom.svg");
  position: absolute;
  right: 30px;
  z-index: 9999;
  width: 22px;
  height: 13px;
  fill: #408EA0;
  -pointer-event: none;
  transition: all 0.3s linear;
  border-top: transparent;
  border-right: transparent;
  pointer-events: none;
  top: 16px;
}

@media (min-width: 768px) {
  .focus\:sh_dropdown:focus::before {
    top: 14px;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_dropdown:focus::before {
    top: 12px;
  }
}

.focus\:sh_dropdown:focus input {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 16px 24px;
  cursor: pointer;
  border: none;
  outline: none;
  color: #231F20;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.focus\:sh_dropdown:focus .sh_options {
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 8px;
  cursor: pointer;
  background: #F2F2F2;
  outline: none;
  font-size: 16px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-50px);
  visibility: hidden;
}

.sh_dropdown .focus\:sh_options:focus {
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 8px;
  cursor: pointer;
  background: #F2F2F2;
  outline: none;
  font-size: 16px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-50px);
  visibility: hidden;
}

.focus\:sh_dropdown:focus .sh_options .sh_option {
  padding: 16px;
  border-radius: 10px;
  transition: all 0.2s ease;
  color: #292d34;
}

.sh_dropdown .focus\:sh_options:focus .sh_option {
  padding: 16px;
  border-radius: 10px;
  transition: all 0.2s ease;
  color: #292d34;
}

.sh_dropdown .sh_options .focus\:sh_option:focus {
  padding: 16px;
  border-radius: 10px;
  transition: all 0.2s ease;
  color: #292d34;
}

.focus\:sh_dropdown:focus .sh_options .sh_option:not(:last-of-type) {
  margin-bottom: 8px;
}

.sh_dropdown .focus\:sh_options:focus .sh_option:not(:last-of-type) {
  margin-bottom: 8px;
}

.sh_dropdown .sh_options .focus\:sh_option:focus:not(:last-of-type) {
  margin-bottom: 8px;
}

.focus\:sh_dropdown:focus .sh_options .sh_option:hover {
  color: white;
  background: #00819F;
}

.sh_dropdown .focus\:sh_options:focus .sh_option:hover {
  color: white;
  background: #00819F;
}

.sh_dropdown .sh_options .focus\:sh_option:focus:hover {
  color: white;
  background: #00819F;
}

.focus\:sh_dropdown:focus.sh_opened .sh_options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.focus\:sh_opened:focus.sh_dropdown .sh_options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sh_dropdown.sh_opened .focus\:sh_options:focus {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.focus\:sh_dropdown:focus.sh_opened::before {
  content: url("../assets/svg/icons/Icons_SH-arrow-bottom_toggle.svg");
}

.focus\:sh_opened:focus.sh_dropdown::before {
  content: url("../assets/svg/icons/Icons_SH-arrow-bottom_toggle.svg");
}

.focus\:sh_dropdown:focus.sh_opened {
  border-radius: 10px 10px 0 0;
}

.focus\:sh_opened:focus.sh_dropdown {
  border-radius: 10px 10px 0 0;
}

.focus\:sh_wrapper:focus {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.focus\:sh_wrapper:focus .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(20% / 2);
  display: flex;
  align-items: center;
  pointer-events: none;
}

.focus\:action_hover:focus {
  cursor: pointer;
  text-decoration: underline;
}

.focus\:action_focus:focus {
  border-radius: 1px;
  cursor: pointer;
  outline: 2px solid #003C4D;
  outline-offset: 0.188rem;
  text-decoration: none;
  z-index: 10;
}

.focus\:sh_search_pagination:focus {
  background-color: #ffffff;
  color: #231f20;
  cursor: pointer;
}

.focus\:sh_search_pagination:focus:hover {
  background-color: #408EA0;
  color: #ffffff;
}

.focus\:sh_search_pagination:focus:focus,.focus\:sh_search_pagination:focus:focus-within,.focus\:sh_search_pagination:focus:focus-visible {
  background-color: #408EA0;
  color: #ffffff;
}

.focus\:sh_table:focus {
  border: 2px solid #C5E0EA;
}

.focus\:sh_table:focus thead {
  border-bottom: 2px solid #7F9DA6;
}

.focus\:sh_table:focus thead th {
  text-align: left;
  vertical-align: bottom;
}

.focus\:sh_table:focus td {
  text-align: left;
  vertical-align: top;
}

.focus\:sh_table:focus thead th,.focus\:sh_table:focus td {
  padding: 1rem;
}

@media (min-width: 1024px) {
  .focus\:sh_table:focus thead th,.focus\:sh_table:focus td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1440px) {
  .focus\:sh_table:focus thead th,.focus\:sh_table:focus td {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}

.focus\:sh_table:focus tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}

.focus\:sh_table:focus tr td,.focus\:sh_table:focus thead th {
  border-right: 2px solid #7F9DA6;
}

.focus\:sh_table:focus tr td:last-child,.focus\:sh_table:focus thead th:last-child {
  border-right: 0px;
}

@media (min-width: 768px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:container {
      max-width: 1440px;
    }
  }

  .sm\:sh_sectionPadding {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  @media (min-width: 768px) {
    .sm\:sh_sectionPadding {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:sh_sectionPadding {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 60px;
      padding-right: 60px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_sectionPadding {
      padding-left: 90px;
      padding-right: 90px;
    }
  }

  .sm\:sh_sectionPadding_vert {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  @media (min-width: 768px) {
    .sm\:sh_sectionPadding_vert {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:sh_sectionPadding_vert {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }

  .sm\:sh_sectionPadding_horz {
    padding-left: 16px;
    padding-right: 16px;
  }

  @media (min-width: 768px) {
    .sm\:sh_sectionPadding_horz {
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:sh_sectionPadding_horz {
      padding-left: 60px;
      padding-right: 60px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_sectionPadding_horz {
      padding-left: 90px;
      padding-right: 90px;
    }
  }

  .sm\:sh_sectionPadding_no_left {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 16px;
  }

  @media (min-width: 768px) {
    .sm\:sh_sectionPadding_no_left {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 0;
      padding-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:sh_sectionPadding_no_left {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 0;
      padding-right: 60px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_sectionPadding_no_left {
      padding-left: 0;
      padding-right: 90px;
    }
  }

  .sm\:sh_sectionPadding_no_right {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 0;
  }

  @media (min-width: 768px) {
    .sm\:sh_sectionPadding_no_right {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 40px;
      padding-right: 0;
    }
  }

  @media (min-width: 1024px) {
    .sm\:sh_sectionPadding_no_right {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 60px;
      padding-right: 0;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_sectionPadding_no_right {
      padding-left: 90px;
      padding-right: 0;
    }
  }

  .sm\:sh_sectionPadding_not_lg {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  @media (min-width: 768px) {
    .sm\:sh_sectionPadding_not_lg {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:sh_sectionPadding_not_lg {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 60px;
      padding-right: 60px;
    }
  }

  .sm\:sh_title1 {
    color: #003C4D;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  @media (min-width: 768px) {
    .sm\:sh_title1 {
      font-size: 3.125rem;
      line-height: 3.125rem;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_title1 {
      font-size: 3.875rem;
      line-height: 4.125rem;
    }
  }

  .sm\:sh_title2_xl {
    color: #003C4D;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.375rem;
  }

  @media (min-width: 768px) {
    .sm\:sh_title2_xl {
      font-size: 3.125rem;
      line-height: 3.375rem;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_title2_xl {
      font-size: 3.875rem;
      line-height: 4.375rem;
    }
  }

  .sm\:sh_title2 {
    color: #003C4D;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  @media (min-width: 768px) {
    .sm\:sh_title2 {
      font-size: 2rem;
      line-height: 2.625rem;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_title2 {
      font-size: 2.625rem;
      line-height: 4.375rem;
    }
  }

  .sm\:sh_title3 {
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }

  @media (min-width: 768px) {
    .sm\:sh_title3 {
      font-size: 1.5rem;
      line-height: 1.75rem;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_title3 {
      font-size: 2rem;
      line-height: 2.625rem;
    }
  }

  .sm\:sh_title_subtext {
    color: #408EA0;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  @media (min-width: 768px) {
    .sm\:sh_title_subtext {
      font-size: 1.5rem;
      line-height: 1.625rem;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_title_subtext {
      font-size: 2rem;
      line-height: 2.375rem;
    }
  }

  ul.sm\:sh_list {
    margin-left: 70px;
  }

  ul.sm\:sh_list li:before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 1.5rem;
    margin-left: -2rem;
    margin-top: -.5rem;
    position: absolute;
  }

  ul.sm\:indent {
    margin-left: 2.500rem;
  }

  ol.sm\:sh_list {
    margin-left: 1.6rem;
  }

  ol.sm\:sh_list li {
    counter-increment: customlistcounter;
  }

  ol.sm\:sh_list li:before {
    --text-opacity: 1;
    color: #408EA0;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    display: inline-block;
    font-weight: 700;
    content: counter(list-item) " ";
    margin-left: -1.5rem;
    position: absolute;
  }

  ol.sm\:sh_list li:first-child {
    counter-reset: customlistcounter;
  }

  a svg.sm\:sh_icon_hover {
    color: #408EA0;
    fill: #408EA0;
  }

  a svg.sm\:sh_icon_hover:hover {
    color: #74C3D5;
    fill: #74C3D5;
  }

  a.sm\:sh_light_link {
    color: #74C4D6;
  }

  a.sm\:sh_light_link:after {
    color: #74C4D6;
  }

  a.sm\:sh_light_link:hover {
    color: #408EA0;
  }

  a.sm\:sh_light_link:focus, a.sm\:sh_light_link:focus-visible, a.sm\:sh_light_link:focus-within {
    color: #408EA0;
  }

  a.sm\:sh_light_link svg.sh_icon_hover {
    color: #74C4D6;
    fill: #74C4D6;
  }

  a.sh_light_link svg.sm\:sh_icon_hover {
    color: #74C4D6;
    fill: #74C4D6;
  }

  a.sm\:sh_light_link svg.sh_icon_hover:hover {
    color: #408EA0;
    fill: #408EA0;
  }

  a.sh_light_link svg.sm\:sh_icon_hover:hover {
    color: #408EA0;
    fill: #408EA0;
  }

  a.sm\:sh_header_nav {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
  }

  @media (min-width: 768px) {
    a.sm\:sh_header_nav {
      font-weight: 400;
      font-size: 24px;
      line-height: 28px;
    }
  }

  @media (min-width: 1440px) {
    a.sm\:sh_header_nav {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
    }
  }

  a.sm\:sh_header_nav:hover {
    color: #74c4d6;
    cursor: pointer;
    text-decoration: underline;
  }

  a.sm\:sh_header_nav:focus, a.sm\:sh_header_nav:focus-visible, a.sm\:sh_header_nav:focus-within {
    border-radius: 1px;
    color: #74c4d6;
    cursor: pointer;
    outline: 2px solid #003C4D;
    outline-offset: 0.188rem;
    text-decoration: underline;
    z-index: 10;
  }

  .sm\:sh_social_header {
    height: 18px;
  }

  .sm\:sh_social_header svg {
    color: #003C4D;
    fill: #003C4D;
  }

  .sm\:sh_social_header svg:hover {
    color: #ffffff;
    fill: #ffffff;
  }

  .sm\:sh_social_footer {
    height: 30px;
  }

  .sm\:sh_social_footer svg {
    color: #408EA0;
    fill: #408EA0;
  }

  .sm\:sh_social_footer svg:hover {
    color: #74C3D5;
    fill: #74C3D5;
  }

  .sm\:sh_button {
    --bg-opacity: 1;
    --text-opacity: 1;
    cursor: pointer;
    border: 2px solid #74c4d6;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1.875rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    height: 30px;
    padding-left: 2.500rem;
    padding-right: 2.500rem;
    border-radius: 5px;
  }

  .sm\:sh_light_button {
    --bg-opacity: 1;
    --text-opacity: 1;
    cursor: pointer;
    border: 2px solid #74c4d6;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1.875rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    height: 30px;
    padding-left: 2.500rem;
    padding-right: 2.500rem;
    border-radius: 5px;
  }

  @media (min-width: 768px) {
    .sm\:sh_button {
      font-size: 18px;
      height: 40px;
      padding-left: 60px;
      padding-right: 60px;
      border-radius: .625rem;
    }

    .sm\:sh_light_button {
      font-size: 18px;
      height: 40px;
      padding-left: 60px;
      padding-right: 60px;
      border-radius: .625rem;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_button {
      font-size: 22px;
      height: 60px;
      padding-left: 80px;
      padding-right: 80px;
    }

    .sm\:sh_light_button {
      font-size: 22px;
      height: 60px;
      padding-left: 80px;
      padding-right: 80px;
    }
  }

  .sm\:sh_button a {
    text-decoration: none;
    color: #ffffff;
  }

  .sm\:sh_light_button a {
    text-decoration: none;
    color: #ffffff;
  }

  .sm\:sh_button a:hover {
    text-decoration: underline;
  }

  .sm\:sh_light_button a:hover {
    text-decoration: underline;
  }

  .sm\:sh_button:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .sm\:sh_light_button:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .sm\:sh_button:focus,.sm\:sh_button:focus-within,.sm\:sh_button:focus-visible {
    color: #ffffff;
    outline: 2px solid #003C4D;
    outline-offset: 2px;
  }

  .sm\:sh_light_button:focus,.sm\:sh_light_button:focus-within,.sm\:sh_light_button:focus-visible {
    color: #ffffff;
    outline: 2px solid #003C4D;
    outline-offset: 2px;
  }

  .sm\:sh_button::after {
    color: #ffffff;
  }

  .sm\:sh_light_button::after {
    color: #ffffff;
  }

  .sm\:sh_button {
    background-color: #003c4d;
  }

  .sm\:sh_button:hover {
    background-color: #74c4d6;
  }

  .sm\:sh_button:focus,.sm\:sh_button:focus-within,.sm\:sh_button:focus-visible {
    background-color: #74c4d6;
  }

  .sm\:sh_light_button {
    background-color: #408EA0;
  }

  .sm\:sh_light_button:hover {
    background-color: #74c4d6;
  }

  .sm\:sh_light_button:focus,.sm\:sh_light_button:focus-within,.sm\:sh_light_button:focus-visible {
    background-color: #74c4d6;
  }

  .sm\:m-0.button {
    margin-top: 0px;
  }

  .sm\:mt-0 .button {
    margin-top: 0px;
  }

  .sm\:sh_accordion .sh_accordionArrow_Down,.sm\:sh_accordion .sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

  .sh_accordion .sm\:sh_accordionArrow_Down {
    width: 42px;
    height: 22px;
  }

  .sm\:sh_accordion .sh_accordionArrow_Down,.sm\:sh_accordion .sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

   .sh_accordion .sm\:sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

  @media (min-width: 1024px) {
    .sm\:sh_accordion .sh_accordionArrow_Down,.sm\:sh_accordion .sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }

    .sh_accordion .sm\:sh_accordionArrow_Down {
      width: 52px;
      height: 27px;
    }

    .sm\:sh_accordion .sh_accordionArrow_Down,.sm\:sh_accordion .sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }

     .sh_accordion .sm\:sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_accordion .sh_accordionArrow_Down,.sm\:sh_accordion .sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }

    .sh_accordion .sm\:sh_accordionArrow_Down {
      width: 62px;
      height: 32px;
    }

    .sm\:sh_accordion .sh_accordionArrow_Down,.sm\:sh_accordion .sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }

     .sh_accordion .sm\:sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }
  }

  .sm\:sh_accordion details {
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion details {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:sh_accordion details {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_accordion details {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  .sm\:sh_accordion details:last-of-type {
    margin-bottom: 0px;
  }

  .sm\:sh_accordion details:not([open]) .sh_accordionArrow_Down {
    display: none;
  }

  .sh_accordion details:not([open]) .sm\:sh_accordionArrow_Down {
    display: none;
  }

  .sm\:sh_accordion details:not([open]) .sh_accordionArrow_Up {
    display: block;
  }

  .sh_accordion details:not([open]) .sm\:sh_accordionArrow_Up {
    display: block;
  }

  .sm\:sh_accordion details[open] .sh_accordionArrow_Down {
    display: block;
  }

  .sh_accordion details[open] .sm\:sh_accordionArrow_Down {
    display: block;
  }

  .sm\:sh_accordion details[open] .sh_accordionArrow_Up {
    display: none;
  }

  .sh_accordion details[open] .sm\:sh_accordionArrow_Up {
    display: none;
  }

  .sm\:sh_accordion summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }

  .sm\:sh_accordion summary::-webkit-details-marker {
    display: none;
  }

  .sm\:sh_accordion .accordion_response_basic {
    margin-top: 30px;
    padding-left: 45px;
  }

  .sm\:sh_accordion .accordion_response_container {
    display: flex;
    flex-direction: column;
    background-color: #EFF7F8;
    border-radius: 1.25rem;
    margin: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion .accordion_response_container {
      margin-top: 30px;
      padding: 30px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:sh_accordion .accordion_response_container {
      width: 80%;
      padding: 50px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_accordion .accordion_response_container {
      width: 100%;
      flex-direction: row;
      padding: 60px;
    }
  }

  .sm\:sh_accordion ul.sh_list {
    margin-left: 36px;
  }

  .sh_accordion ul.sm\:sh_list {
    margin-left: 36px;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion ul.sh_list {
      margin-left: 70px;
    }

    .sh_accordion ul.sm\:sh_list {
      margin-left: 70px;
    }
  }

  .sm\:sh_accordion ul.sh_list li:before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 1.5rem;
    margin-left: -27px;
    position: absolute;
  }

  .sh_accordion ul.sm\:sh_list li:before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 1.5rem;
    margin-left: -27px;
    position: absolute;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion ul.sh_list li:before {
      margin-left: -40px;
    }

    .sh_accordion ul.sm\:sh_list li:before {
      margin-left: -40px;
    }
  }

  .sm\:sh_accordion .sh_accordion_bullet::before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 2rem;
    margin-left: -45px;
    position: absolute;
  }

  .sh_accordion .sm\:sh_accordion_bullet::before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 2rem;
    margin-left: -45px;
    position: absolute;
  }

  .sm\:sh_accordion .sh_accordion_pdf {
    padding-left: 11px;
  }

  .sh_accordion .sm\:sh_accordion_pdf {
    padding-left: 11px;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion .sh_accordion_pdf {
      padding-left: 32px;
    }

    .sh_accordion .sm\:sh_accordion_pdf {
      padding-left: 32px;
    }
  }

  .sm\:sh_accordion .sh_accordion_pdf img {
    width: 21px;
    height: 27px;
    margin-right: 5px;
  }

  .sh_accordion .sm\:sh_accordion_pdf img {
    width: 21px;
    height: 27px;
    margin-right: 5px;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion .sh_accordion_pdf img {
      width: 23px;
      height: 30px;
      margin-right: 16px;
    }

    .sh_accordion .sm\:sh_accordion_pdf img {
      width: 23px;
      height: 30px;
      margin-right: 16px;
    }
  }

  .sm\:sh_accordion .sh_accordion_offsite {
    padding-left: 30px;
  }

  .sh_accordion .sm\:sh_accordion_offsite {
    padding-left: 30px;
  }

  .sm\:sh_accordion .sh_accordion_offsite::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    left: -15px;
    top: -5px;
  }

  .sh_accordion .sm\:sh_accordion_offsite::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    left: -15px;
    top: -5px;
  }

  .sm\:sh_accordion_group {
    background: #ffffff;
    border-radius: 20px;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion_group {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:sh_accordion_group {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_accordion_group {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  .sm\:sh_accordion_group .sh_accordionArrow_Down,.sm\:sh_accordion_group .sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

  .sh_accordion_group .sm\:sh_accordionArrow_Down {
    width: 42px;
    height: 22px;
  }

  .sm\:sh_accordion_group .sh_accordionArrow_Down,.sm\:sh_accordion_group .sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

   .sh_accordion_group .sm\:sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

  @media (min-width: 1024px) {
    .sm\:sh_accordion_group .sh_accordionArrow_Down,.sm\:sh_accordion_group .sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }

    .sh_accordion_group .sm\:sh_accordionArrow_Down {
      width: 52px;
      height: 27px;
    }

    .sm\:sh_accordion_group .sh_accordionArrow_Down,.sm\:sh_accordion_group .sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }

     .sh_accordion_group .sm\:sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_accordion_group .sh_accordionArrow_Down,.sm\:sh_accordion_group .sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }

    .sh_accordion_group .sm\:sh_accordionArrow_Down {
      width: 62px;
      height: 32px;
    }

    .sm\:sh_accordion_group .sh_accordionArrow_Down,.sm\:sh_accordion_group .sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }

     .sh_accordion_group .sm\:sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }
  }

  .sm\:sh_accordion_group details {
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion_group details {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:sh_accordion_group details {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_accordion_group details {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  .sm\:sh_accordion_group details:last-of-type {
    margin-bottom: 0px;
  }

  .sm\:sh_accordion_group details:not([open]) .sh_accordionArrow_Down {
    display: none;
  }

  .sh_accordion_group details:not([open]) .sm\:sh_accordionArrow_Down {
    display: none;
  }

  .sm\:sh_accordion_group details:not([open]) .sh_accordionArrow_Up {
    display: block;
  }

  .sh_accordion_group details:not([open]) .sm\:sh_accordionArrow_Up {
    display: block;
  }

  .sm\:sh_accordion_group details[open] .sh_accordionArrow_Down {
    display: block;
  }

  .sh_accordion_group details[open] .sm\:sh_accordionArrow_Down {
    display: block;
  }

  .sm\:sh_accordion_group details[open] .sh_accordionArrow_Up {
    display: none;
  }

  .sh_accordion_group details[open] .sm\:sh_accordionArrow_Up {
    display: none;
  }

  .sm\:sh_accordion_group summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion_group summary {
      padding-left: 30px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:sh_accordion_group summary {
      padding-left: 50px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_accordion_group summary {
      padding-left: 60px;
    }
  }

  .sm\:sh_accordion_group summary::-webkit-details-marker {
    display: none;
  }

  .sm\:sh_accordion_group .accordion_answer_container {
    display: flex;
    flex-direction: column;
    background-color: #EFF7F8;
    border-radius: 1.25rem;
    margin: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion_group .accordion_answer_container {
      margin-top: 30px;
      padding: 30px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:sh_accordion_group .accordion_answer_container {
      margin-top: 30px;
      padding: 50px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_accordion_group .accordion_answer_container {
      margin-top: 30px;
      padding: 60px;
    }
  }

  .sm\:sh_accordion_group ul {
    margin-left: 30px;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion_group ul {
      margin-left: 40px;
    }
  }

  .sm\:sh_accordion_group ul li.sh_accordion_pdf {
    margin-top: 16px;
  }

  .sh_accordion_group ul li.sm\:sh_accordion_pdf {
    margin-top: 16px;
  }

  .sm\:sh_accordion_group ul li.sh_accordion_pdf:before {
    --text-opacity: 1;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyMyAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjN2MzBIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAuODY1IDUuOTY2Yy0uMy4wNS0uNTAxLjIyNi0uNjE3LjUzOS0uMjQ0LjY2My0uMDQ5IDEuODMuNjA1IDMuMDc3LjQ1NS0xLjMxLjY4Ni0yLjQ2My41MTgtMy4xNDctLjA5OC0uMzk3LS4yOTktLjQ2NC0uNTA2LS40NjltLjEzMiA1LjExN2EyNy4zMyAyNy4zMyAwIDAgMS0uOTIyIDEuOTgzYy43MTMtLjIxNiAxLjQ1LS4zOTQgMi4xNzItLjUyNi0uMjA2LS4yMTItLjQxLS40MzctLjYxLS42NzZhOS43NzYgOS43NzYgMCAwIDEtLjY0LS43ODFtMi43NTUgMS45MDdjMS40MjUgMS4xMjQgMi43NSAxLjUyMyAzLjMyIDEuMzE3LjEzNS0uMDQ5LjI5LS4xNDUuMjg4LS40NjEtLjAwNC0uMTE0LS4wMi0uNDQyLS42Ni0uNjgtLjY3NC0uMjUyLTEuNzQtLjI5Ny0yLjk0OC0uMTc2bS04LjAyIDQuMzc5Yy4wNTQuMDQ3LjE1NS4wODcuMzk3LS4wMzYuNjY0LS4zMzggMS41OTctMS41MzYgMi40OTUtMy4wNC0xLjAzLjQ0LTEuOTA2Ljk2NC0yLjQ1MyAxLjU0NC0uNTAzLjUzNS0uNjQ3IDEuMDM3LS40NCAxLjUzMm0uMTI2LjcyYS44NzguODc4IDAgMCAxLS42NjktLjMxMmwtLjA1Mi0uMDhjLS4yNDgtLjUzMi0uMzU2LTEuMzY3LjUzOC0yLjMxNy43NDUtLjc5IDIuMDItMS40NzggMy40NzMtMi4wMDZhMjcuNzgzIDI3Ljc4MyAwIDAgMCAxLjM5Ny0yLjk2MmMtLjkyOS0xLjUxLTEuMzE3LTMuMDk3LS45MzQtNC4xMzcuMjAzLS41NTIuNjIzLS44OTkgMS4xODMtLjk3OGwuMDQ4LS4wMDNjLjYxMiAwIDEuMDM0LjM1IDEuMTkuOTgzLjIxOS44ODktLjExNSAyLjQwMS0uNzM1IDQuMDUxLjI0NS4zNy41My43NC44NTYgMS4wOTguMzA0LjM2Mi42MTUuNjg5LjkyNS45ODEgMS41NjktLjIxNSAyLjk5My0uMTk1IDMuODY0LjEzLjg4Ni4zMyAxLjA4Ni44ODYgMS4wOTggMS4yOTN2LjAwN2MuMDA0LjUzLS4yNjIuOTMxLS43MzMgMS4xLS45NDUuMzQyLTIuNzI4LS4yNzMtNC40NjctMS44MjktMS4wNi4xNjctMi4xOC40NDItMy4yMTQuOEM4LjU0MiAxNS44NSA3LjMyIDE3LjQ4IDYuNDQgMTcuOTNhMS4yOSAxLjI5IDAgMCAxLS41ODQuMTU4IiBmaWxsPSIjMDAwIi8+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZD0iTTIyLjMxNyAyMC44NzR2Ny43NjVhLjcwNC43MDQgMCAwIDEtLjcxMS42OTRIMS4zOTRhLjcwNC43MDQgMCAwIDEtLjcxMS0uNjk0VjEuMzYxYzAtLjM4My4zMi0uNjk0LjcxMS0uNjk0aDE0LjcwNGMuMDMyIDAgLjA2My4wMDUuMDk0LjAwOXY0LjdjMCAuNy41ODQgMS4yNyAxLjMwMSAxLjI3aDQuODE1Yy4wMDQuMDMuMDEuMDYxLjAxLjA5MnYxNC4xMzZabS0uNDgzLTE0Ljg5NWgtNC4zNDFhLjYxMi42MTIgMCAwIDEtLjYxOC0uNjAzVjEuMTM4bDQuOTYgNC44NDFabS43NTgtLjIwM0wxNy4wODQuMzk5QTEuNDAzIDEuNDAzIDAgMCAwIDE2LjA5OCAwSDEuMzk0Qy42MjYgMCAwIC42MSAwIDEuMzYxdjI3LjI3OEMwIDI5LjM4OS42MjYgMzAgMS4zOTQgMzBoMjAuMjEyYy43NjggMCAxLjM5NC0uNjEgMS4zOTQtMS4zNjFWNi43MzhjMC0uMzYzLS4xNDUtLjcwNS0uNDA4LS45NjJaIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZD0iTTcuODgzIDI0LjYxOGEuNjI3LjYyNyAwIDAgMS0uNjMuNjIySDYuMDk3di0yLjA2M2gxLjE1NmMuMzQ4IDAgLjYzLjI4LjYzLjYyM3YuODE4Wm0tLjYzLTIuMTE4SDUuNzU0YS4zNC4zNCAwIDAgMC0uMzQyLjMzOXY0LjYxN2EuMzQuMzQgMCAwIDAgLjM0Mi4zMzguMzQuMzQgMCAwIDAgLjM0My0uMzM4di0xLjUzOGgxLjE1NmExLjMxIDEuMzEgMCAwIDAgMS4zMTYtMS4zVjIzLjhjMC0uNzE3LS41OS0xLjMtMS4zMTYtMS4zWm0zLjM1NCA0LjYxN2gxLjA1NmMuNDAyIDAgLjczLS4zMjQuNzMtLjcyMlYyMy45YS43MjcuNzI3IDAgMCAwLS43My0uNzIyaC0xLjA1NnYzLjk0Wm0xLjA1Ni42NzdoLTEuMzk5YS4zNC4zNCAwIDAgMS0uMzQyLS4zMzh2LTQuNjE3YS4zNC4zNCAwIDAgMSAuMzQyLS4zMzloMS40Yy43OCAwIDEuNDE0LjYyOCAxLjQxNCAxLjM5OXYyLjQ5NmExLjQxIDEuNDEgMCAwIDEtMS40MTUgMS40Wm01LjU4My01LjI5NGgtMi40NzJhLjM0LjM0IDAgMCAwLS4zNDMuMzM5djQuNjE2YS4zNC4zNCAwIDAgMCAuMzQzLjM0LjM0LjM0IDAgMCAwIC4zNDMtLjM0di0xLjk3aDEuMjc2YS4zNC4zNCAwIDAgMCAuMzQyLS4zMzguMzQuMzQgMCAwIDAtLjM0Mi0uMzM5aC0xLjI3NnYtMS42M2gyLjEyOWEuMzQuMzQgMCAwIDAgLjM0Mi0uMzM5LjM0LjM0IDAgMCAwLS4zNDItLjMzOSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=");
    display: inline-block;
    font-size: 1.5rem;
    margin-top: -5px;
    margin-left: -30px;
    position: absolute;
  }

  .sh_accordion_group ul li.sm\:sh_accordion_pdf:before {
    --text-opacity: 1;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyMyAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjN2MzBIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAuODY1IDUuOTY2Yy0uMy4wNS0uNTAxLjIyNi0uNjE3LjUzOS0uMjQ0LjY2My0uMDQ5IDEuODMuNjA1IDMuMDc3LjQ1NS0xLjMxLjY4Ni0yLjQ2My41MTgtMy4xNDctLjA5OC0uMzk3LS4yOTktLjQ2NC0uNTA2LS40NjltLjEzMiA1LjExN2EyNy4zMyAyNy4zMyAwIDAgMS0uOTIyIDEuOTgzYy43MTMtLjIxNiAxLjQ1LS4zOTQgMi4xNzItLjUyNi0uMjA2LS4yMTItLjQxLS40MzctLjYxLS42NzZhOS43NzYgOS43NzYgMCAwIDEtLjY0LS43ODFtMi43NTUgMS45MDdjMS40MjUgMS4xMjQgMi43NSAxLjUyMyAzLjMyIDEuMzE3LjEzNS0uMDQ5LjI5LS4xNDUuMjg4LS40NjEtLjAwNC0uMTE0LS4wMi0uNDQyLS42Ni0uNjgtLjY3NC0uMjUyLTEuNzQtLjI5Ny0yLjk0OC0uMTc2bS04LjAyIDQuMzc5Yy4wNTQuMDQ3LjE1NS4wODcuMzk3LS4wMzYuNjY0LS4zMzggMS41OTctMS41MzYgMi40OTUtMy4wNC0xLjAzLjQ0LTEuOTA2Ljk2NC0yLjQ1MyAxLjU0NC0uNTAzLjUzNS0uNjQ3IDEuMDM3LS40NCAxLjUzMm0uMTI2LjcyYS44NzguODc4IDAgMCAxLS42NjktLjMxMmwtLjA1Mi0uMDhjLS4yNDgtLjUzMi0uMzU2LTEuMzY3LjUzOC0yLjMxNy43NDUtLjc5IDIuMDItMS40NzggMy40NzMtMi4wMDZhMjcuNzgzIDI3Ljc4MyAwIDAgMCAxLjM5Ny0yLjk2MmMtLjkyOS0xLjUxLTEuMzE3LTMuMDk3LS45MzQtNC4xMzcuMjAzLS41NTIuNjIzLS44OTkgMS4xODMtLjk3OGwuMDQ4LS4wMDNjLjYxMiAwIDEuMDM0LjM1IDEuMTkuOTgzLjIxOS44ODktLjExNSAyLjQwMS0uNzM1IDQuMDUxLjI0NS4zNy41My43NC44NTYgMS4wOTguMzA0LjM2Mi42MTUuNjg5LjkyNS45ODEgMS41NjktLjIxNSAyLjk5My0uMTk1IDMuODY0LjEzLjg4Ni4zMyAxLjA4Ni44ODYgMS4wOTggMS4yOTN2LjAwN2MuMDA0LjUzLS4yNjIuOTMxLS43MzMgMS4xLS45NDUuMzQyLTIuNzI4LS4yNzMtNC40NjctMS44MjktMS4wNi4xNjctMi4xOC40NDItMy4yMTQuOEM4LjU0MiAxNS44NSA3LjMyIDE3LjQ4IDYuNDQgMTcuOTNhMS4yOSAxLjI5IDAgMCAxLS41ODQuMTU4IiBmaWxsPSIjMDAwIi8+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZD0iTTIyLjMxNyAyMC44NzR2Ny43NjVhLjcwNC43MDQgMCAwIDEtLjcxMS42OTRIMS4zOTRhLjcwNC43MDQgMCAwIDEtLjcxMS0uNjk0VjEuMzYxYzAtLjM4My4zMi0uNjk0LjcxMS0uNjk0aDE0LjcwNGMuMDMyIDAgLjA2My4wMDUuMDk0LjAwOXY0LjdjMCAuNy41ODQgMS4yNyAxLjMwMSAxLjI3aDQuODE1Yy4wMDQuMDMuMDEuMDYxLjAxLjA5MnYxNC4xMzZabS0uNDgzLTE0Ljg5NWgtNC4zNDFhLjYxMi42MTIgMCAwIDEtLjYxOC0uNjAzVjEuMTM4bDQuOTYgNC44NDFabS43NTgtLjIwM0wxNy4wODQuMzk5QTEuNDAzIDEuNDAzIDAgMCAwIDE2LjA5OCAwSDEuMzk0Qy42MjYgMCAwIC42MSAwIDEuMzYxdjI3LjI3OEMwIDI5LjM4OS42MjYgMzAgMS4zOTQgMzBoMjAuMjEyYy43NjggMCAxLjM5NC0uNjEgMS4zOTQtMS4zNjFWNi43MzhjMC0uMzYzLS4xNDUtLjcwNS0uNDA4LS45NjJaIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZD0iTTcuODgzIDI0LjYxOGEuNjI3LjYyNyAwIDAgMS0uNjMuNjIySDYuMDk3di0yLjA2M2gxLjE1NmMuMzQ4IDAgLjYzLjI4LjYzLjYyM3YuODE4Wm0tLjYzLTIuMTE4SDUuNzU0YS4zNC4zNCAwIDAgMC0uMzQyLjMzOXY0LjYxN2EuMzQuMzQgMCAwIDAgLjM0Mi4zMzguMzQuMzQgMCAwIDAgLjM0My0uMzM4di0xLjUzOGgxLjE1NmExLjMxIDEuMzEgMCAwIDAgMS4zMTYtMS4zVjIzLjhjMC0uNzE3LS41OS0xLjMtMS4zMTYtMS4zWm0zLjM1NCA0LjYxN2gxLjA1NmMuNDAyIDAgLjczLS4zMjQuNzMtLjcyMlYyMy45YS43MjcuNzI3IDAgMCAwLS43My0uNzIyaC0xLjA1NnYzLjk0Wm0xLjA1Ni42NzdoLTEuMzk5YS4zNC4zNCAwIDAgMS0uMzQyLS4zMzh2LTQuNjE3YS4zNC4zNCAwIDAgMSAuMzQyLS4zMzloMS40Yy43OCAwIDEuNDE0LjYyOCAxLjQxNCAxLjM5OXYyLjQ5NmExLjQxIDEuNDEgMCAwIDEtMS40MTUgMS40Wm01LjU4My01LjI5NGgtMi40NzJhLjM0LjM0IDAgMCAwLS4zNDMuMzM5djQuNjE2YS4zNC4zNCAwIDAgMCAuMzQzLjM0LjM0LjM0IDAgMCAwIC4zNDMtLjM0di0xLjk3aDEuMjc2YS4zNC4zNCAwIDAgMCAuMzQyLS4zMzguMzQuMzQgMCAwIDAtLjM0Mi0uMzM5aC0xLjI3NnYtMS42M2gyLjEyOWEuMzQuMzQgMCAwIDAgLjM0Mi0uMzM5LjM0LjM0IDAgMCAwLS4zNDItLjMzOSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=");
    display: inline-block;
    font-size: 1.5rem;
    margin-top: -5px;
    margin-left: -30px;
    position: absolute;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion_group ul li.sh_accordion_pdf:before {
      margin-left: -40px;
    }

    .sh_accordion_group ul li.sm\:sh_accordion_pdf:before {
      margin-left: -40px;
    }

    .sm\:sh_accordion_group ul li.sh_accordion_pdf {
      margin-top: 18px;
    }

    .sh_accordion_group ul li.sm\:sh_accordion_pdf {
      margin-top: 18px;
    }
  }

  .sm\:sh_accordion_group ul li.sh_accordion_offsite {
    margin-top: 16px;
  }

  .sh_accordion_group ul li.sm\:sh_accordion_offsite {
    margin-top: 16px;
  }

  .sm\:sh_accordion_group ul li.sh_accordion_offsite:before {
    --text-opacity: 1;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 0px;
    margin-left: -30px;
    position: absolute;
  }

  .sh_accordion_group ul li.sm\:sh_accordion_offsite:before {
    --text-opacity: 1;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 0px;
    margin-left: -30px;
    position: absolute;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion_group ul li.sh_accordion_offsite:before {
      margin-left: -40px;
    }

    .sh_accordion_group ul li.sm\:sh_accordion_offsite:before {
      margin-left: -40px;
    }

    .sm\:sh_accordion_group ul li.sh_accordion_offsite {
      margin-top: 18px;
    }

    .sh_accordion_group ul li.sm\:sh_accordion_offsite {
      margin-top: 18px;
    }
  }

  .sm\:sh_accordion_group .accordion_question {
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
  }

  @media (min-width: 768px) {
    .sm\:sh_accordion_group .accordion_question {
      font-size: 24px;
      line-height: 28px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_accordion_group .accordion_question {
      font-size: 32px;
      line-height: 38px;
    }
  }

  .sm\:sh_input_search {
    width: 140px;
    height: 50px;
    background-color: #408EA0;
    border-radius: 0 10px 10px 0;
    text-align: center;
    padding-top: 1px;
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
  }

  .sm\:sh_dropdown {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    color: #231F20;
  }

  .sm\:sh_dropdown::before {
    content: url("../assets/svg/icons/Icons_SH-arrow_bottom.svg");
    position: absolute;
    right: 30px;
    z-index: 9999;
    width: 22px;
    height: 13px;
    fill: #408EA0;
    -pointer-event: none;
    transition: all 0.3s linear;
    border-top: transparent;
    border-right: transparent;
    pointer-events: none;
    top: 16px;
  }

  @media (min-width: 768px) {
    .sm\:sh_dropdown::before {
      top: 14px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_dropdown::before {
      top: 12px;
    }
  }

  .sm\:sh_dropdown input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 16px 24px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #231F20;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm\:sh_dropdown .sh_options {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 8px;
    cursor: pointer;
    background: #F2F2F2;
    outline: none;
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-50px);
    visibility: hidden;
  }

  .sh_dropdown .sm\:sh_options {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 8px;
    cursor: pointer;
    background: #F2F2F2;
    outline: none;
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-50px);
    visibility: hidden;
  }

  .sm\:sh_dropdown .sh_options .sh_option {
    padding: 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
    color: #292d34;
  }

  .sh_dropdown .sm\:sh_options .sh_option {
    padding: 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
    color: #292d34;
  }

  .sh_dropdown .sh_options .sm\:sh_option {
    padding: 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
    color: #292d34;
  }

  .sm\:sh_dropdown .sh_options .sh_option:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .sh_dropdown .sm\:sh_options .sh_option:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .sh_dropdown .sh_options .sm\:sh_option:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .sm\:sh_dropdown .sh_options .sh_option:hover {
    color: white;
    background: #00819F;
  }

  .sh_dropdown .sm\:sh_options .sh_option:hover {
    color: white;
    background: #00819F;
  }

  .sh_dropdown .sh_options .sm\:sh_option:hover {
    color: white;
    background: #00819F;
  }

  .sm\:sh_dropdown.sh_opened .sh_options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .sm\:sh_opened.sh_dropdown .sh_options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .sh_dropdown.sh_opened .sm\:sh_options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .sm\:sh_dropdown.sh_opened::before {
    content: url("../assets/svg/icons/Icons_SH-arrow-bottom_toggle.svg");
  }

  .sm\:sh_opened.sh_dropdown::before {
    content: url("../assets/svg/icons/Icons_SH-arrow-bottom_toggle.svg");
  }

  .sm\:sh_dropdown.sh_opened {
    border-radius: 10px 10px 0 0;
  }

  .sm\:sh_opened.sh_dropdown {
    border-radius: 10px 10px 0 0;
  }

  .sm\:sh_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sm\:sh_wrapper .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(20% / 2);
    display: flex;
    align-items: center;
    pointer-events: none;
  }

  .sm\:action_hover {
    cursor: pointer;
    text-decoration: underline;
  }

  .sm\:action_focus {
    border-radius: 1px;
    cursor: pointer;
    outline: 2px solid #003C4D;
    outline-offset: 0.188rem;
    text-decoration: none;
    z-index: 10;
  }

  .sm\:sh_search_pagination {
    background-color: #ffffff;
    color: #231f20;
    cursor: pointer;
  }

  .sm\:sh_search_pagination:hover {
    background-color: #408EA0;
    color: #ffffff;
  }

  .sm\:sh_search_pagination:focus,.sm\:sh_search_pagination:focus-within,.sm\:sh_search_pagination:focus-visible {
    background-color: #408EA0;
    color: #ffffff;
  }

  .sm\:sh_table {
    border: 2px solid #C5E0EA;
  }

  .sm\:sh_table thead {
    border-bottom: 2px solid #7F9DA6;
  }

  .sm\:sh_table thead th {
    text-align: left;
    vertical-align: bottom;
  }

  .sm\:sh_table td {
    text-align: left;
    vertical-align: top;
  }

  .sm\:sh_table thead th,.sm\:sh_table td {
    padding: 1rem;
  }

  @media (min-width: 1024px) {
    .sm\:sh_table thead th,.sm\:sh_table td {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

  @media (min-width: 1440px) {
    .sm\:sh_table thead th,.sm\:sh_table td {
      padding-left: 2.125rem;
      padding-right: 2.125rem;
    }
  }

  .sm\:sh_table tbody tr:nth-child(odd) {
    background-color: #f4f4f4;
  }

  .sm\:sh_table tr td,.sm\:sh_table thead th {
    border-right: 2px solid #7F9DA6;
  }

  .sm\:sh_table tr td:last-child,.sm\:sh_table thead th:last-child {
    border-right: 0px;
  }
}

@media (min-width: 1024px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1440px) {
    .md\:container {
      max-width: 1440px;
    }
  }

  .md\:sh_sectionPadding {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  @media (min-width: 768px) {
    .md\:sh_sectionPadding {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .md\:sh_sectionPadding {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 60px;
      padding-right: 60px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_sectionPadding {
      padding-left: 90px;
      padding-right: 90px;
    }
  }

  .md\:sh_sectionPadding_vert {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  @media (min-width: 768px) {
    .md\:sh_sectionPadding_vert {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }

  @media (min-width: 1024px) {
    .md\:sh_sectionPadding_vert {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }

  .md\:sh_sectionPadding_horz {
    padding-left: 16px;
    padding-right: 16px;
  }

  @media (min-width: 768px) {
    .md\:sh_sectionPadding_horz {
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .md\:sh_sectionPadding_horz {
      padding-left: 60px;
      padding-right: 60px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_sectionPadding_horz {
      padding-left: 90px;
      padding-right: 90px;
    }
  }

  .md\:sh_sectionPadding_no_left {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 16px;
  }

  @media (min-width: 768px) {
    .md\:sh_sectionPadding_no_left {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 0;
      padding-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .md\:sh_sectionPadding_no_left {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 0;
      padding-right: 60px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_sectionPadding_no_left {
      padding-left: 0;
      padding-right: 90px;
    }
  }

  .md\:sh_sectionPadding_no_right {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 0;
  }

  @media (min-width: 768px) {
    .md\:sh_sectionPadding_no_right {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 40px;
      padding-right: 0;
    }
  }

  @media (min-width: 1024px) {
    .md\:sh_sectionPadding_no_right {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 60px;
      padding-right: 0;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_sectionPadding_no_right {
      padding-left: 90px;
      padding-right: 0;
    }
  }

  .md\:sh_sectionPadding_not_lg {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  @media (min-width: 768px) {
    .md\:sh_sectionPadding_not_lg {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .md\:sh_sectionPadding_not_lg {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 60px;
      padding-right: 60px;
    }
  }

  .md\:sh_title1 {
    color: #003C4D;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  @media (min-width: 768px) {
    .md\:sh_title1 {
      font-size: 3.125rem;
      line-height: 3.125rem;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_title1 {
      font-size: 3.875rem;
      line-height: 4.125rem;
    }
  }

  .md\:sh_title2_xl {
    color: #003C4D;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.375rem;
  }

  @media (min-width: 768px) {
    .md\:sh_title2_xl {
      font-size: 3.125rem;
      line-height: 3.375rem;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_title2_xl {
      font-size: 3.875rem;
      line-height: 4.375rem;
    }
  }

  .md\:sh_title2 {
    color: #003C4D;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  @media (min-width: 768px) {
    .md\:sh_title2 {
      font-size: 2rem;
      line-height: 2.625rem;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_title2 {
      font-size: 2.625rem;
      line-height: 4.375rem;
    }
  }

  .md\:sh_title3 {
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }

  @media (min-width: 768px) {
    .md\:sh_title3 {
      font-size: 1.5rem;
      line-height: 1.75rem;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_title3 {
      font-size: 2rem;
      line-height: 2.625rem;
    }
  }

  .md\:sh_title_subtext {
    color: #408EA0;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  @media (min-width: 768px) {
    .md\:sh_title_subtext {
      font-size: 1.5rem;
      line-height: 1.625rem;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_title_subtext {
      font-size: 2rem;
      line-height: 2.375rem;
    }
  }

  ul.md\:sh_list {
    margin-left: 70px;
  }

  ul.md\:sh_list li:before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 1.5rem;
    margin-left: -2rem;
    margin-top: -.5rem;
    position: absolute;
  }

  ul.md\:indent {
    margin-left: 2.500rem;
  }

  ol.md\:sh_list {
    margin-left: 1.6rem;
  }

  ol.md\:sh_list li {
    counter-increment: customlistcounter;
  }

  ol.md\:sh_list li:before {
    --text-opacity: 1;
    color: #408EA0;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    display: inline-block;
    font-weight: 700;
    content: counter(list-item) " ";
    margin-left: -1.5rem;
    position: absolute;
  }

  ol.md\:sh_list li:first-child {
    counter-reset: customlistcounter;
  }

  a svg.md\:sh_icon_hover {
    color: #408EA0;
    fill: #408EA0;
  }

  a svg.md\:sh_icon_hover:hover {
    color: #74C3D5;
    fill: #74C3D5;
  }

  a.md\:sh_light_link {
    color: #74C4D6;
  }

  a.md\:sh_light_link:after {
    color: #74C4D6;
  }

  a.md\:sh_light_link:hover {
    color: #408EA0;
  }

  a.md\:sh_light_link:focus, a.md\:sh_light_link:focus-visible, a.md\:sh_light_link:focus-within {
    color: #408EA0;
  }

  a.md\:sh_light_link svg.sh_icon_hover {
    color: #74C4D6;
    fill: #74C4D6;
  }

  a.sh_light_link svg.md\:sh_icon_hover {
    color: #74C4D6;
    fill: #74C4D6;
  }

  a.md\:sh_light_link svg.sh_icon_hover:hover {
    color: #408EA0;
    fill: #408EA0;
  }

  a.sh_light_link svg.md\:sh_icon_hover:hover {
    color: #408EA0;
    fill: #408EA0;
  }

  a.md\:sh_header_nav {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
  }

  @media (min-width: 768px) {
    a.md\:sh_header_nav {
      font-weight: 400;
      font-size: 24px;
      line-height: 28px;
    }
  }

  @media (min-width: 1440px) {
    a.md\:sh_header_nav {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
    }
  }

  a.md\:sh_header_nav:hover {
    color: #74c4d6;
    cursor: pointer;
    text-decoration: underline;
  }

  a.md\:sh_header_nav:focus, a.md\:sh_header_nav:focus-visible, a.md\:sh_header_nav:focus-within {
    border-radius: 1px;
    color: #74c4d6;
    cursor: pointer;
    outline: 2px solid #003C4D;
    outline-offset: 0.188rem;
    text-decoration: underline;
    z-index: 10;
  }

  .md\:sh_social_header {
    height: 18px;
  }

  .md\:sh_social_header svg {
    color: #003C4D;
    fill: #003C4D;
  }

  .md\:sh_social_header svg:hover {
    color: #ffffff;
    fill: #ffffff;
  }

  .md\:sh_social_footer {
    height: 30px;
  }

  .md\:sh_social_footer svg {
    color: #408EA0;
    fill: #408EA0;
  }

  .md\:sh_social_footer svg:hover {
    color: #74C3D5;
    fill: #74C3D5;
  }

  .md\:sh_button {
    --bg-opacity: 1;
    --text-opacity: 1;
    cursor: pointer;
    border: 2px solid #74c4d6;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1.875rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    height: 30px;
    padding-left: 2.500rem;
    padding-right: 2.500rem;
    border-radius: 5px;
  }

  .md\:sh_light_button {
    --bg-opacity: 1;
    --text-opacity: 1;
    cursor: pointer;
    border: 2px solid #74c4d6;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1.875rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    height: 30px;
    padding-left: 2.500rem;
    padding-right: 2.500rem;
    border-radius: 5px;
  }

  @media (min-width: 768px) {
    .md\:sh_button {
      font-size: 18px;
      height: 40px;
      padding-left: 60px;
      padding-right: 60px;
      border-radius: .625rem;
    }

    .md\:sh_light_button {
      font-size: 18px;
      height: 40px;
      padding-left: 60px;
      padding-right: 60px;
      border-radius: .625rem;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_button {
      font-size: 22px;
      height: 60px;
      padding-left: 80px;
      padding-right: 80px;
    }

    .md\:sh_light_button {
      font-size: 22px;
      height: 60px;
      padding-left: 80px;
      padding-right: 80px;
    }
  }

  .md\:sh_button a {
    text-decoration: none;
    color: #ffffff;
  }

  .md\:sh_light_button a {
    text-decoration: none;
    color: #ffffff;
  }

  .md\:sh_button a:hover {
    text-decoration: underline;
  }

  .md\:sh_light_button a:hover {
    text-decoration: underline;
  }

  .md\:sh_button:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .md\:sh_light_button:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .md\:sh_button:focus,.md\:sh_button:focus-within,.md\:sh_button:focus-visible {
    color: #ffffff;
    outline: 2px solid #003C4D;
    outline-offset: 2px;
  }

  .md\:sh_light_button:focus,.md\:sh_light_button:focus-within,.md\:sh_light_button:focus-visible {
    color: #ffffff;
    outline: 2px solid #003C4D;
    outline-offset: 2px;
  }

  .md\:sh_button::after {
    color: #ffffff;
  }

  .md\:sh_light_button::after {
    color: #ffffff;
  }

  .md\:sh_button {
    background-color: #003c4d;
  }

  .md\:sh_button:hover {
    background-color: #74c4d6;
  }

  .md\:sh_button:focus,.md\:sh_button:focus-within,.md\:sh_button:focus-visible {
    background-color: #74c4d6;
  }

  .md\:sh_light_button {
    background-color: #408EA0;
  }

  .md\:sh_light_button:hover {
    background-color: #74c4d6;
  }

  .md\:sh_light_button:focus,.md\:sh_light_button:focus-within,.md\:sh_light_button:focus-visible {
    background-color: #74c4d6;
  }

  .md\:m-0.button {
    margin-top: 0px;
  }

  .md\:mt-0 .button {
    margin-top: 0px;
  }

  .md\:sh_accordion .sh_accordionArrow_Down,.md\:sh_accordion .sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

  .sh_accordion .md\:sh_accordionArrow_Down {
    width: 42px;
    height: 22px;
  }

  .md\:sh_accordion .sh_accordionArrow_Down,.md\:sh_accordion .sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

   .sh_accordion .md\:sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

  @media (min-width: 1024px) {
    .md\:sh_accordion .sh_accordionArrow_Down,.md\:sh_accordion .sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }

    .sh_accordion .md\:sh_accordionArrow_Down {
      width: 52px;
      height: 27px;
    }

    .md\:sh_accordion .sh_accordionArrow_Down,.md\:sh_accordion .sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }

     .sh_accordion .md\:sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_accordion .sh_accordionArrow_Down,.md\:sh_accordion .sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }

    .sh_accordion .md\:sh_accordionArrow_Down {
      width: 62px;
      height: 32px;
    }

    .md\:sh_accordion .sh_accordionArrow_Down,.md\:sh_accordion .sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }

     .sh_accordion .md\:sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }
  }

  .md\:sh_accordion details {
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion details {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (min-width: 1024px) {
    .md\:sh_accordion details {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_accordion details {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  .md\:sh_accordion details:last-of-type {
    margin-bottom: 0px;
  }

  .md\:sh_accordion details:not([open]) .sh_accordionArrow_Down {
    display: none;
  }

  .sh_accordion details:not([open]) .md\:sh_accordionArrow_Down {
    display: none;
  }

  .md\:sh_accordion details:not([open]) .sh_accordionArrow_Up {
    display: block;
  }

  .sh_accordion details:not([open]) .md\:sh_accordionArrow_Up {
    display: block;
  }

  .md\:sh_accordion details[open] .sh_accordionArrow_Down {
    display: block;
  }

  .sh_accordion details[open] .md\:sh_accordionArrow_Down {
    display: block;
  }

  .md\:sh_accordion details[open] .sh_accordionArrow_Up {
    display: none;
  }

  .sh_accordion details[open] .md\:sh_accordionArrow_Up {
    display: none;
  }

  .md\:sh_accordion summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }

  .md\:sh_accordion summary::-webkit-details-marker {
    display: none;
  }

  .md\:sh_accordion .accordion_response_basic {
    margin-top: 30px;
    padding-left: 45px;
  }

  .md\:sh_accordion .accordion_response_container {
    display: flex;
    flex-direction: column;
    background-color: #EFF7F8;
    border-radius: 1.25rem;
    margin: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion .accordion_response_container {
      margin-top: 30px;
      padding: 30px;
    }
  }

  @media (min-width: 1024px) {
    .md\:sh_accordion .accordion_response_container {
      width: 80%;
      padding: 50px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_accordion .accordion_response_container {
      width: 100%;
      flex-direction: row;
      padding: 60px;
    }
  }

  .md\:sh_accordion ul.sh_list {
    margin-left: 36px;
  }

  .sh_accordion ul.md\:sh_list {
    margin-left: 36px;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion ul.sh_list {
      margin-left: 70px;
    }

    .sh_accordion ul.md\:sh_list {
      margin-left: 70px;
    }
  }

  .md\:sh_accordion ul.sh_list li:before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 1.5rem;
    margin-left: -27px;
    position: absolute;
  }

  .sh_accordion ul.md\:sh_list li:before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 1.5rem;
    margin-left: -27px;
    position: absolute;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion ul.sh_list li:before {
      margin-left: -40px;
    }

    .sh_accordion ul.md\:sh_list li:before {
      margin-left: -40px;
    }
  }

  .md\:sh_accordion .sh_accordion_bullet::before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 2rem;
    margin-left: -45px;
    position: absolute;
  }

  .sh_accordion .md\:sh_accordion_bullet::before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 2rem;
    margin-left: -45px;
    position: absolute;
  }

  .md\:sh_accordion .sh_accordion_pdf {
    padding-left: 11px;
  }

  .sh_accordion .md\:sh_accordion_pdf {
    padding-left: 11px;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion .sh_accordion_pdf {
      padding-left: 32px;
    }

    .sh_accordion .md\:sh_accordion_pdf {
      padding-left: 32px;
    }
  }

  .md\:sh_accordion .sh_accordion_pdf img {
    width: 21px;
    height: 27px;
    margin-right: 5px;
  }

  .sh_accordion .md\:sh_accordion_pdf img {
    width: 21px;
    height: 27px;
    margin-right: 5px;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion .sh_accordion_pdf img {
      width: 23px;
      height: 30px;
      margin-right: 16px;
    }

    .sh_accordion .md\:sh_accordion_pdf img {
      width: 23px;
      height: 30px;
      margin-right: 16px;
    }
  }

  .md\:sh_accordion .sh_accordion_offsite {
    padding-left: 30px;
  }

  .sh_accordion .md\:sh_accordion_offsite {
    padding-left: 30px;
  }

  .md\:sh_accordion .sh_accordion_offsite::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    left: -15px;
    top: -5px;
  }

  .sh_accordion .md\:sh_accordion_offsite::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    left: -15px;
    top: -5px;
  }

  .md\:sh_accordion_group {
    background: #ffffff;
    border-radius: 20px;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion_group {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (min-width: 1024px) {
    .md\:sh_accordion_group {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_accordion_group {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  .md\:sh_accordion_group .sh_accordionArrow_Down,.md\:sh_accordion_group .sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

  .sh_accordion_group .md\:sh_accordionArrow_Down {
    width: 42px;
    height: 22px;
  }

  .md\:sh_accordion_group .sh_accordionArrow_Down,.md\:sh_accordion_group .sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

   .sh_accordion_group .md\:sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

  @media (min-width: 1024px) {
    .md\:sh_accordion_group .sh_accordionArrow_Down,.md\:sh_accordion_group .sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }

    .sh_accordion_group .md\:sh_accordionArrow_Down {
      width: 52px;
      height: 27px;
    }

    .md\:sh_accordion_group .sh_accordionArrow_Down,.md\:sh_accordion_group .sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }

     .sh_accordion_group .md\:sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_accordion_group .sh_accordionArrow_Down,.md\:sh_accordion_group .sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }

    .sh_accordion_group .md\:sh_accordionArrow_Down {
      width: 62px;
      height: 32px;
    }

    .md\:sh_accordion_group .sh_accordionArrow_Down,.md\:sh_accordion_group .sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }

     .sh_accordion_group .md\:sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }
  }

  .md\:sh_accordion_group details {
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion_group details {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  @media (min-width: 1024px) {
    .md\:sh_accordion_group details {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_accordion_group details {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  .md\:sh_accordion_group details:last-of-type {
    margin-bottom: 0px;
  }

  .md\:sh_accordion_group details:not([open]) .sh_accordionArrow_Down {
    display: none;
  }

  .sh_accordion_group details:not([open]) .md\:sh_accordionArrow_Down {
    display: none;
  }

  .md\:sh_accordion_group details:not([open]) .sh_accordionArrow_Up {
    display: block;
  }

  .sh_accordion_group details:not([open]) .md\:sh_accordionArrow_Up {
    display: block;
  }

  .md\:sh_accordion_group details[open] .sh_accordionArrow_Down {
    display: block;
  }

  .sh_accordion_group details[open] .md\:sh_accordionArrow_Down {
    display: block;
  }

  .md\:sh_accordion_group details[open] .sh_accordionArrow_Up {
    display: none;
  }

  .sh_accordion_group details[open] .md\:sh_accordionArrow_Up {
    display: none;
  }

  .md\:sh_accordion_group summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion_group summary {
      padding-left: 30px;
    }
  }

  @media (min-width: 1024px) {
    .md\:sh_accordion_group summary {
      padding-left: 50px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_accordion_group summary {
      padding-left: 60px;
    }
  }

  .md\:sh_accordion_group summary::-webkit-details-marker {
    display: none;
  }

  .md\:sh_accordion_group .accordion_answer_container {
    display: flex;
    flex-direction: column;
    background-color: #EFF7F8;
    border-radius: 1.25rem;
    margin: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion_group .accordion_answer_container {
      margin-top: 30px;
      padding: 30px;
    }
  }

  @media (min-width: 1024px) {
    .md\:sh_accordion_group .accordion_answer_container {
      margin-top: 30px;
      padding: 50px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_accordion_group .accordion_answer_container {
      margin-top: 30px;
      padding: 60px;
    }
  }

  .md\:sh_accordion_group ul {
    margin-left: 30px;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion_group ul {
      margin-left: 40px;
    }
  }

  .md\:sh_accordion_group ul li.sh_accordion_pdf {
    margin-top: 16px;
  }

  .sh_accordion_group ul li.md\:sh_accordion_pdf {
    margin-top: 16px;
  }

  .md\:sh_accordion_group ul li.sh_accordion_pdf:before {
    --text-opacity: 1;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyMyAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjN2MzBIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAuODY1IDUuOTY2Yy0uMy4wNS0uNTAxLjIyNi0uNjE3LjUzOS0uMjQ0LjY2My0uMDQ5IDEuODMuNjA1IDMuMDc3LjQ1NS0xLjMxLjY4Ni0yLjQ2My41MTgtMy4xNDctLjA5OC0uMzk3LS4yOTktLjQ2NC0uNTA2LS40NjltLjEzMiA1LjExN2EyNy4zMyAyNy4zMyAwIDAgMS0uOTIyIDEuOTgzYy43MTMtLjIxNiAxLjQ1LS4zOTQgMi4xNzItLjUyNi0uMjA2LS4yMTItLjQxLS40MzctLjYxLS42NzZhOS43NzYgOS43NzYgMCAwIDEtLjY0LS43ODFtMi43NTUgMS45MDdjMS40MjUgMS4xMjQgMi43NSAxLjUyMyAzLjMyIDEuMzE3LjEzNS0uMDQ5LjI5LS4xNDUuMjg4LS40NjEtLjAwNC0uMTE0LS4wMi0uNDQyLS42Ni0uNjgtLjY3NC0uMjUyLTEuNzQtLjI5Ny0yLjk0OC0uMTc2bS04LjAyIDQuMzc5Yy4wNTQuMDQ3LjE1NS4wODcuMzk3LS4wMzYuNjY0LS4zMzggMS41OTctMS41MzYgMi40OTUtMy4wNC0xLjAzLjQ0LTEuOTA2Ljk2NC0yLjQ1MyAxLjU0NC0uNTAzLjUzNS0uNjQ3IDEuMDM3LS40NCAxLjUzMm0uMTI2LjcyYS44NzguODc4IDAgMCAxLS42NjktLjMxMmwtLjA1Mi0uMDhjLS4yNDgtLjUzMi0uMzU2LTEuMzY3LjUzOC0yLjMxNy43NDUtLjc5IDIuMDItMS40NzggMy40NzMtMi4wMDZhMjcuNzgzIDI3Ljc4MyAwIDAgMCAxLjM5Ny0yLjk2MmMtLjkyOS0xLjUxLTEuMzE3LTMuMDk3LS45MzQtNC4xMzcuMjAzLS41NTIuNjIzLS44OTkgMS4xODMtLjk3OGwuMDQ4LS4wMDNjLjYxMiAwIDEuMDM0LjM1IDEuMTkuOTgzLjIxOS44ODktLjExNSAyLjQwMS0uNzM1IDQuMDUxLjI0NS4zNy41My43NC44NTYgMS4wOTguMzA0LjM2Mi42MTUuNjg5LjkyNS45ODEgMS41NjktLjIxNSAyLjk5My0uMTk1IDMuODY0LjEzLjg4Ni4zMyAxLjA4Ni44ODYgMS4wOTggMS4yOTN2LjAwN2MuMDA0LjUzLS4yNjIuOTMxLS43MzMgMS4xLS45NDUuMzQyLTIuNzI4LS4yNzMtNC40NjctMS44MjktMS4wNi4xNjctMi4xOC40NDItMy4yMTQuOEM4LjU0MiAxNS44NSA3LjMyIDE3LjQ4IDYuNDQgMTcuOTNhMS4yOSAxLjI5IDAgMCAxLS41ODQuMTU4IiBmaWxsPSIjMDAwIi8+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZD0iTTIyLjMxNyAyMC44NzR2Ny43NjVhLjcwNC43MDQgMCAwIDEtLjcxMS42OTRIMS4zOTRhLjcwNC43MDQgMCAwIDEtLjcxMS0uNjk0VjEuMzYxYzAtLjM4My4zMi0uNjk0LjcxMS0uNjk0aDE0LjcwNGMuMDMyIDAgLjA2My4wMDUuMDk0LjAwOXY0LjdjMCAuNy41ODQgMS4yNyAxLjMwMSAxLjI3aDQuODE1Yy4wMDQuMDMuMDEuMDYxLjAxLjA5MnYxNC4xMzZabS0uNDgzLTE0Ljg5NWgtNC4zNDFhLjYxMi42MTIgMCAwIDEtLjYxOC0uNjAzVjEuMTM4bDQuOTYgNC44NDFabS43NTgtLjIwM0wxNy4wODQuMzk5QTEuNDAzIDEuNDAzIDAgMCAwIDE2LjA5OCAwSDEuMzk0Qy42MjYgMCAwIC42MSAwIDEuMzYxdjI3LjI3OEMwIDI5LjM4OS42MjYgMzAgMS4zOTQgMzBoMjAuMjEyYy43NjggMCAxLjM5NC0uNjEgMS4zOTQtMS4zNjFWNi43MzhjMC0uMzYzLS4xNDUtLjcwNS0uNDA4LS45NjJaIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZD0iTTcuODgzIDI0LjYxOGEuNjI3LjYyNyAwIDAgMS0uNjMuNjIySDYuMDk3di0yLjA2M2gxLjE1NmMuMzQ4IDAgLjYzLjI4LjYzLjYyM3YuODE4Wm0tLjYzLTIuMTE4SDUuNzU0YS4zNC4zNCAwIDAgMC0uMzQyLjMzOXY0LjYxN2EuMzQuMzQgMCAwIDAgLjM0Mi4zMzguMzQuMzQgMCAwIDAgLjM0My0uMzM4di0xLjUzOGgxLjE1NmExLjMxIDEuMzEgMCAwIDAgMS4zMTYtMS4zVjIzLjhjMC0uNzE3LS41OS0xLjMtMS4zMTYtMS4zWm0zLjM1NCA0LjYxN2gxLjA1NmMuNDAyIDAgLjczLS4zMjQuNzMtLjcyMlYyMy45YS43MjcuNzI3IDAgMCAwLS43My0uNzIyaC0xLjA1NnYzLjk0Wm0xLjA1Ni42NzdoLTEuMzk5YS4zNC4zNCAwIDAgMS0uMzQyLS4zMzh2LTQuNjE3YS4zNC4zNCAwIDAgMSAuMzQyLS4zMzloMS40Yy43OCAwIDEuNDE0LjYyOCAxLjQxNCAxLjM5OXYyLjQ5NmExLjQxIDEuNDEgMCAwIDEtMS40MTUgMS40Wm01LjU4My01LjI5NGgtMi40NzJhLjM0LjM0IDAgMCAwLS4zNDMuMzM5djQuNjE2YS4zNC4zNCAwIDAgMCAuMzQzLjM0LjM0LjM0IDAgMCAwIC4zNDMtLjM0di0xLjk3aDEuMjc2YS4zNC4zNCAwIDAgMCAuMzQyLS4zMzguMzQuMzQgMCAwIDAtLjM0Mi0uMzM5aC0xLjI3NnYtMS42M2gyLjEyOWEuMzQuMzQgMCAwIDAgLjM0Mi0uMzM5LjM0LjM0IDAgMCAwLS4zNDItLjMzOSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=");
    display: inline-block;
    font-size: 1.5rem;
    margin-top: -5px;
    margin-left: -30px;
    position: absolute;
  }

  .sh_accordion_group ul li.md\:sh_accordion_pdf:before {
    --text-opacity: 1;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyMyAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjN2MzBIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAuODY1IDUuOTY2Yy0uMy4wNS0uNTAxLjIyNi0uNjE3LjUzOS0uMjQ0LjY2My0uMDQ5IDEuODMuNjA1IDMuMDc3LjQ1NS0xLjMxLjY4Ni0yLjQ2My41MTgtMy4xNDctLjA5OC0uMzk3LS4yOTktLjQ2NC0uNTA2LS40NjltLjEzMiA1LjExN2EyNy4zMyAyNy4zMyAwIDAgMS0uOTIyIDEuOTgzYy43MTMtLjIxNiAxLjQ1LS4zOTQgMi4xNzItLjUyNi0uMjA2LS4yMTItLjQxLS40MzctLjYxLS42NzZhOS43NzYgOS43NzYgMCAwIDEtLjY0LS43ODFtMi43NTUgMS45MDdjMS40MjUgMS4xMjQgMi43NSAxLjUyMyAzLjMyIDEuMzE3LjEzNS0uMDQ5LjI5LS4xNDUuMjg4LS40NjEtLjAwNC0uMTE0LS4wMi0uNDQyLS42Ni0uNjgtLjY3NC0uMjUyLTEuNzQtLjI5Ny0yLjk0OC0uMTc2bS04LjAyIDQuMzc5Yy4wNTQuMDQ3LjE1NS4wODcuMzk3LS4wMzYuNjY0LS4zMzggMS41OTctMS41MzYgMi40OTUtMy4wNC0xLjAzLjQ0LTEuOTA2Ljk2NC0yLjQ1MyAxLjU0NC0uNTAzLjUzNS0uNjQ3IDEuMDM3LS40NCAxLjUzMm0uMTI2LjcyYS44NzguODc4IDAgMCAxLS42NjktLjMxMmwtLjA1Mi0uMDhjLS4yNDgtLjUzMi0uMzU2LTEuMzY3LjUzOC0yLjMxNy43NDUtLjc5IDIuMDItMS40NzggMy40NzMtMi4wMDZhMjcuNzgzIDI3Ljc4MyAwIDAgMCAxLjM5Ny0yLjk2MmMtLjkyOS0xLjUxLTEuMzE3LTMuMDk3LS45MzQtNC4xMzcuMjAzLS41NTIuNjIzLS44OTkgMS4xODMtLjk3OGwuMDQ4LS4wMDNjLjYxMiAwIDEuMDM0LjM1IDEuMTkuOTgzLjIxOS44ODktLjExNSAyLjQwMS0uNzM1IDQuMDUxLjI0NS4zNy41My43NC44NTYgMS4wOTguMzA0LjM2Mi42MTUuNjg5LjkyNS45ODEgMS41NjktLjIxNSAyLjk5My0uMTk1IDMuODY0LjEzLjg4Ni4zMyAxLjA4Ni44ODYgMS4wOTggMS4yOTN2LjAwN2MuMDA0LjUzLS4yNjIuOTMxLS43MzMgMS4xLS45NDUuMzQyLTIuNzI4LS4yNzMtNC40NjctMS44MjktMS4wNi4xNjctMi4xOC40NDItMy4yMTQuOEM4LjU0MiAxNS44NSA3LjMyIDE3LjQ4IDYuNDQgMTcuOTNhMS4yOSAxLjI5IDAgMCAxLS41ODQuMTU4IiBmaWxsPSIjMDAwIi8+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZD0iTTIyLjMxNyAyMC44NzR2Ny43NjVhLjcwNC43MDQgMCAwIDEtLjcxMS42OTRIMS4zOTRhLjcwNC43MDQgMCAwIDEtLjcxMS0uNjk0VjEuMzYxYzAtLjM4My4zMi0uNjk0LjcxMS0uNjk0aDE0LjcwNGMuMDMyIDAgLjA2My4wMDUuMDk0LjAwOXY0LjdjMCAuNy41ODQgMS4yNyAxLjMwMSAxLjI3aDQuODE1Yy4wMDQuMDMuMDEuMDYxLjAxLjA5MnYxNC4xMzZabS0uNDgzLTE0Ljg5NWgtNC4zNDFhLjYxMi42MTIgMCAwIDEtLjYxOC0uNjAzVjEuMTM4bDQuOTYgNC44NDFabS43NTgtLjIwM0wxNy4wODQuMzk5QTEuNDAzIDEuNDAzIDAgMCAwIDE2LjA5OCAwSDEuMzk0Qy42MjYgMCAwIC42MSAwIDEuMzYxdjI3LjI3OEMwIDI5LjM4OS42MjYgMzAgMS4zOTQgMzBoMjAuMjEyYy43NjggMCAxLjM5NC0uNjEgMS4zOTQtMS4zNjFWNi43MzhjMC0uMzYzLS4xNDUtLjcwNS0uNDA4LS45NjJaIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZD0iTTcuODgzIDI0LjYxOGEuNjI3LjYyNyAwIDAgMS0uNjMuNjIySDYuMDk3di0yLjA2M2gxLjE1NmMuMzQ4IDAgLjYzLjI4LjYzLjYyM3YuODE4Wm0tLjYzLTIuMTE4SDUuNzU0YS4zNC4zNCAwIDAgMC0uMzQyLjMzOXY0LjYxN2EuMzQuMzQgMCAwIDAgLjM0Mi4zMzguMzQuMzQgMCAwIDAgLjM0My0uMzM4di0xLjUzOGgxLjE1NmExLjMxIDEuMzEgMCAwIDAgMS4zMTYtMS4zVjIzLjhjMC0uNzE3LS41OS0xLjMtMS4zMTYtMS4zWm0zLjM1NCA0LjYxN2gxLjA1NmMuNDAyIDAgLjczLS4zMjQuNzMtLjcyMlYyMy45YS43MjcuNzI3IDAgMCAwLS43My0uNzIyaC0xLjA1NnYzLjk0Wm0xLjA1Ni42NzdoLTEuMzk5YS4zNC4zNCAwIDAgMS0uMzQyLS4zMzh2LTQuNjE3YS4zNC4zNCAwIDAgMSAuMzQyLS4zMzloMS40Yy43OCAwIDEuNDE0LjYyOCAxLjQxNCAxLjM5OXYyLjQ5NmExLjQxIDEuNDEgMCAwIDEtMS40MTUgMS40Wm01LjU4My01LjI5NGgtMi40NzJhLjM0LjM0IDAgMCAwLS4zNDMuMzM5djQuNjE2YS4zNC4zNCAwIDAgMCAuMzQzLjM0LjM0LjM0IDAgMCAwIC4zNDMtLjM0di0xLjk3aDEuMjc2YS4zNC4zNCAwIDAgMCAuMzQyLS4zMzguMzQuMzQgMCAwIDAtLjM0Mi0uMzM5aC0xLjI3NnYtMS42M2gyLjEyOWEuMzQuMzQgMCAwIDAgLjM0Mi0uMzM5LjM0LjM0IDAgMCAwLS4zNDItLjMzOSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=");
    display: inline-block;
    font-size: 1.5rem;
    margin-top: -5px;
    margin-left: -30px;
    position: absolute;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion_group ul li.sh_accordion_pdf:before {
      margin-left: -40px;
    }

    .sh_accordion_group ul li.md\:sh_accordion_pdf:before {
      margin-left: -40px;
    }

    .md\:sh_accordion_group ul li.sh_accordion_pdf {
      margin-top: 18px;
    }

    .sh_accordion_group ul li.md\:sh_accordion_pdf {
      margin-top: 18px;
    }
  }

  .md\:sh_accordion_group ul li.sh_accordion_offsite {
    margin-top: 16px;
  }

  .sh_accordion_group ul li.md\:sh_accordion_offsite {
    margin-top: 16px;
  }

  .md\:sh_accordion_group ul li.sh_accordion_offsite:before {
    --text-opacity: 1;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 0px;
    margin-left: -30px;
    position: absolute;
  }

  .sh_accordion_group ul li.md\:sh_accordion_offsite:before {
    --text-opacity: 1;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 0px;
    margin-left: -30px;
    position: absolute;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion_group ul li.sh_accordion_offsite:before {
      margin-left: -40px;
    }

    .sh_accordion_group ul li.md\:sh_accordion_offsite:before {
      margin-left: -40px;
    }

    .md\:sh_accordion_group ul li.sh_accordion_offsite {
      margin-top: 18px;
    }

    .sh_accordion_group ul li.md\:sh_accordion_offsite {
      margin-top: 18px;
    }
  }

  .md\:sh_accordion_group .accordion_question {
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
  }

  @media (min-width: 768px) {
    .md\:sh_accordion_group .accordion_question {
      font-size: 24px;
      line-height: 28px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_accordion_group .accordion_question {
      font-size: 32px;
      line-height: 38px;
    }
  }

  .md\:sh_input_search {
    width: 140px;
    height: 50px;
    background-color: #408EA0;
    border-radius: 0 10px 10px 0;
    text-align: center;
    padding-top: 1px;
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
  }

  .md\:sh_dropdown {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    color: #231F20;
  }

  .md\:sh_dropdown::before {
    content: url("../assets/svg/icons/Icons_SH-arrow_bottom.svg");
    position: absolute;
    right: 30px;
    z-index: 9999;
    width: 22px;
    height: 13px;
    fill: #408EA0;
    -pointer-event: none;
    transition: all 0.3s linear;
    border-top: transparent;
    border-right: transparent;
    pointer-events: none;
    top: 16px;
  }

  @media (min-width: 768px) {
    .md\:sh_dropdown::before {
      top: 14px;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_dropdown::before {
      top: 12px;
    }
  }

  .md\:sh_dropdown input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 16px 24px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #231F20;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md\:sh_dropdown .sh_options {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 8px;
    cursor: pointer;
    background: #F2F2F2;
    outline: none;
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-50px);
    visibility: hidden;
  }

  .sh_dropdown .md\:sh_options {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 8px;
    cursor: pointer;
    background: #F2F2F2;
    outline: none;
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-50px);
    visibility: hidden;
  }

  .md\:sh_dropdown .sh_options .sh_option {
    padding: 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
    color: #292d34;
  }

  .sh_dropdown .md\:sh_options .sh_option {
    padding: 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
    color: #292d34;
  }

  .sh_dropdown .sh_options .md\:sh_option {
    padding: 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
    color: #292d34;
  }

  .md\:sh_dropdown .sh_options .sh_option:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .sh_dropdown .md\:sh_options .sh_option:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .sh_dropdown .sh_options .md\:sh_option:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .md\:sh_dropdown .sh_options .sh_option:hover {
    color: white;
    background: #00819F;
  }

  .sh_dropdown .md\:sh_options .sh_option:hover {
    color: white;
    background: #00819F;
  }

  .sh_dropdown .sh_options .md\:sh_option:hover {
    color: white;
    background: #00819F;
  }

  .md\:sh_dropdown.sh_opened .sh_options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .md\:sh_opened.sh_dropdown .sh_options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .sh_dropdown.sh_opened .md\:sh_options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .md\:sh_dropdown.sh_opened::before {
    content: url("../assets/svg/icons/Icons_SH-arrow-bottom_toggle.svg");
  }

  .md\:sh_opened.sh_dropdown::before {
    content: url("../assets/svg/icons/Icons_SH-arrow-bottom_toggle.svg");
  }

  .md\:sh_dropdown.sh_opened {
    border-radius: 10px 10px 0 0;
  }

  .md\:sh_opened.sh_dropdown {
    border-radius: 10px 10px 0 0;
  }

  .md\:sh_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .md\:sh_wrapper .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(20% / 2);
    display: flex;
    align-items: center;
    pointer-events: none;
  }

  .md\:action_hover {
    cursor: pointer;
    text-decoration: underline;
  }

  .md\:action_focus {
    border-radius: 1px;
    cursor: pointer;
    outline: 2px solid #003C4D;
    outline-offset: 0.188rem;
    text-decoration: none;
    z-index: 10;
  }

  .md\:sh_search_pagination {
    background-color: #ffffff;
    color: #231f20;
    cursor: pointer;
  }

  .md\:sh_search_pagination:hover {
    background-color: #408EA0;
    color: #ffffff;
  }

  .md\:sh_search_pagination:focus,.md\:sh_search_pagination:focus-within,.md\:sh_search_pagination:focus-visible {
    background-color: #408EA0;
    color: #ffffff;
  }

  .md\:sh_table {
    border: 2px solid #C5E0EA;
  }

  .md\:sh_table thead {
    border-bottom: 2px solid #7F9DA6;
  }

  .md\:sh_table thead th {
    text-align: left;
    vertical-align: bottom;
  }

  .md\:sh_table td {
    text-align: left;
    vertical-align: top;
  }

  .md\:sh_table thead th,.md\:sh_table td {
    padding: 1rem;
  }

  @media (min-width: 1024px) {
    .md\:sh_table thead th,.md\:sh_table td {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

  @media (min-width: 1440px) {
    .md\:sh_table thead th,.md\:sh_table td {
      padding-left: 2.125rem;
      padding-right: 2.125rem;
    }
  }

  .md\:sh_table tbody tr:nth-child(odd) {
    background-color: #f4f4f4;
  }

  .md\:sh_table tr td,.md\:sh_table thead th {
    border-right: 2px solid #7F9DA6;
  }

  .md\:sh_table tr td:last-child,.md\:sh_table thead th:last-child {
    border-right: 0px;
  }
}

@media (min-width: 1440px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:container {
      max-width: 1440px;
    }
  }

  .lg\:sh_sectionPadding {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  @media (min-width: 768px) {
    .lg\:sh_sectionPadding {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:sh_sectionPadding {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 60px;
      padding-right: 60px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_sectionPadding {
      padding-left: 90px;
      padding-right: 90px;
    }
  }

  .lg\:sh_sectionPadding_vert {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  @media (min-width: 768px) {
    .lg\:sh_sectionPadding_vert {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:sh_sectionPadding_vert {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }

  .lg\:sh_sectionPadding_horz {
    padding-left: 16px;
    padding-right: 16px;
  }

  @media (min-width: 768px) {
    .lg\:sh_sectionPadding_horz {
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:sh_sectionPadding_horz {
      padding-left: 60px;
      padding-right: 60px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_sectionPadding_horz {
      padding-left: 90px;
      padding-right: 90px;
    }
  }

  .lg\:sh_sectionPadding_no_left {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 16px;
  }

  @media (min-width: 768px) {
    .lg\:sh_sectionPadding_no_left {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 0;
      padding-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:sh_sectionPadding_no_left {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 0;
      padding-right: 60px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_sectionPadding_no_left {
      padding-left: 0;
      padding-right: 90px;
    }
  }

  .lg\:sh_sectionPadding_no_right {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 0;
  }

  @media (min-width: 768px) {
    .lg\:sh_sectionPadding_no_right {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 40px;
      padding-right: 0;
    }
  }

  @media (min-width: 1024px) {
    .lg\:sh_sectionPadding_no_right {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 60px;
      padding-right: 0;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_sectionPadding_no_right {
      padding-left: 90px;
      padding-right: 0;
    }
  }

  .lg\:sh_sectionPadding_not_lg {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  @media (min-width: 768px) {
    .lg\:sh_sectionPadding_not_lg {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:sh_sectionPadding_not_lg {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 60px;
      padding-right: 60px;
    }
  }

  .lg\:sh_title1 {
    color: #003C4D;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  @media (min-width: 768px) {
    .lg\:sh_title1 {
      font-size: 3.125rem;
      line-height: 3.125rem;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_title1 {
      font-size: 3.875rem;
      line-height: 4.125rem;
    }
  }

  .lg\:sh_title2_xl {
    color: #003C4D;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.375rem;
  }

  @media (min-width: 768px) {
    .lg\:sh_title2_xl {
      font-size: 3.125rem;
      line-height: 3.375rem;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_title2_xl {
      font-size: 3.875rem;
      line-height: 4.375rem;
    }
  }

  .lg\:sh_title2 {
    color: #003C4D;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  @media (min-width: 768px) {
    .lg\:sh_title2 {
      font-size: 2rem;
      line-height: 2.625rem;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_title2 {
      font-size: 2.625rem;
      line-height: 4.375rem;
    }
  }

  .lg\:sh_title3 {
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }

  @media (min-width: 768px) {
    .lg\:sh_title3 {
      font-size: 1.5rem;
      line-height: 1.75rem;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_title3 {
      font-size: 2rem;
      line-height: 2.625rem;
    }
  }

  .lg\:sh_title_subtext {
    color: #408EA0;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  @media (min-width: 768px) {
    .lg\:sh_title_subtext {
      font-size: 1.5rem;
      line-height: 1.625rem;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_title_subtext {
      font-size: 2rem;
      line-height: 2.375rem;
    }
  }

  ul.lg\:sh_list {
    margin-left: 70px;
  }

  ul.lg\:sh_list li:before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 1.5rem;
    margin-left: -2rem;
    margin-top: -.5rem;
    position: absolute;
  }

  ul.lg\:indent {
    margin-left: 2.500rem;
  }

  ol.lg\:sh_list {
    margin-left: 1.6rem;
  }

  ol.lg\:sh_list li {
    counter-increment: customlistcounter;
  }

  ol.lg\:sh_list li:before {
    --text-opacity: 1;
    color: #408EA0;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    display: inline-block;
    font-weight: 700;
    content: counter(list-item) " ";
    margin-left: -1.5rem;
    position: absolute;
  }

  ol.lg\:sh_list li:first-child {
    counter-reset: customlistcounter;
  }

  a svg.lg\:sh_icon_hover {
    color: #408EA0;
    fill: #408EA0;
  }

  a svg.lg\:sh_icon_hover:hover {
    color: #74C3D5;
    fill: #74C3D5;
  }

  a.lg\:sh_light_link {
    color: #74C4D6;
  }

  a.lg\:sh_light_link:after {
    color: #74C4D6;
  }

  a.lg\:sh_light_link:hover {
    color: #408EA0;
  }

  a.lg\:sh_light_link:focus, a.lg\:sh_light_link:focus-visible, a.lg\:sh_light_link:focus-within {
    color: #408EA0;
  }

  a.lg\:sh_light_link svg.sh_icon_hover {
    color: #74C4D6;
    fill: #74C4D6;
  }

  a.sh_light_link svg.lg\:sh_icon_hover {
    color: #74C4D6;
    fill: #74C4D6;
  }

  a.lg\:sh_light_link svg.sh_icon_hover:hover {
    color: #408EA0;
    fill: #408EA0;
  }

  a.sh_light_link svg.lg\:sh_icon_hover:hover {
    color: #408EA0;
    fill: #408EA0;
  }

  a.lg\:sh_header_nav {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
  }

  @media (min-width: 768px) {
    a.lg\:sh_header_nav {
      font-weight: 400;
      font-size: 24px;
      line-height: 28px;
    }
  }

  @media (min-width: 1440px) {
    a.lg\:sh_header_nav {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
    }
  }

  a.lg\:sh_header_nav:hover {
    color: #74c4d6;
    cursor: pointer;
    text-decoration: underline;
  }

  a.lg\:sh_header_nav:focus, a.lg\:sh_header_nav:focus-visible, a.lg\:sh_header_nav:focus-within {
    border-radius: 1px;
    color: #74c4d6;
    cursor: pointer;
    outline: 2px solid #003C4D;
    outline-offset: 0.188rem;
    text-decoration: underline;
    z-index: 10;
  }

  .lg\:sh_social_header {
    height: 18px;
  }

  .lg\:sh_social_header svg {
    color: #003C4D;
    fill: #003C4D;
  }

  .lg\:sh_social_header svg:hover {
    color: #ffffff;
    fill: #ffffff;
  }

  .lg\:sh_social_footer {
    height: 30px;
  }

  .lg\:sh_social_footer svg {
    color: #408EA0;
    fill: #408EA0;
  }

  .lg\:sh_social_footer svg:hover {
    color: #74C3D5;
    fill: #74C3D5;
  }

  .lg\:sh_button {
    --bg-opacity: 1;
    --text-opacity: 1;
    cursor: pointer;
    border: 2px solid #74c4d6;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1.875rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    height: 30px;
    padding-left: 2.500rem;
    padding-right: 2.500rem;
    border-radius: 5px;
  }

  .lg\:sh_light_button {
    --bg-opacity: 1;
    --text-opacity: 1;
    cursor: pointer;
    border: 2px solid #74c4d6;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1.875rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    height: 30px;
    padding-left: 2.500rem;
    padding-right: 2.500rem;
    border-radius: 5px;
  }

  @media (min-width: 768px) {
    .lg\:sh_button {
      font-size: 18px;
      height: 40px;
      padding-left: 60px;
      padding-right: 60px;
      border-radius: .625rem;
    }

    .lg\:sh_light_button {
      font-size: 18px;
      height: 40px;
      padding-left: 60px;
      padding-right: 60px;
      border-radius: .625rem;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_button {
      font-size: 22px;
      height: 60px;
      padding-left: 80px;
      padding-right: 80px;
    }

    .lg\:sh_light_button {
      font-size: 22px;
      height: 60px;
      padding-left: 80px;
      padding-right: 80px;
    }
  }

  .lg\:sh_button a {
    text-decoration: none;
    color: #ffffff;
  }

  .lg\:sh_light_button a {
    text-decoration: none;
    color: #ffffff;
  }

  .lg\:sh_button a:hover {
    text-decoration: underline;
  }

  .lg\:sh_light_button a:hover {
    text-decoration: underline;
  }

  .lg\:sh_button:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .lg\:sh_light_button:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .lg\:sh_button:focus,.lg\:sh_button:focus-within,.lg\:sh_button:focus-visible {
    color: #ffffff;
    outline: 2px solid #003C4D;
    outline-offset: 2px;
  }

  .lg\:sh_light_button:focus,.lg\:sh_light_button:focus-within,.lg\:sh_light_button:focus-visible {
    color: #ffffff;
    outline: 2px solid #003C4D;
    outline-offset: 2px;
  }

  .lg\:sh_button::after {
    color: #ffffff;
  }

  .lg\:sh_light_button::after {
    color: #ffffff;
  }

  .lg\:sh_button {
    background-color: #003c4d;
  }

  .lg\:sh_button:hover {
    background-color: #74c4d6;
  }

  .lg\:sh_button:focus,.lg\:sh_button:focus-within,.lg\:sh_button:focus-visible {
    background-color: #74c4d6;
  }

  .lg\:sh_light_button {
    background-color: #408EA0;
  }

  .lg\:sh_light_button:hover {
    background-color: #74c4d6;
  }

  .lg\:sh_light_button:focus,.lg\:sh_light_button:focus-within,.lg\:sh_light_button:focus-visible {
    background-color: #74c4d6;
  }

  .lg\:m-0.button {
    margin-top: 0px;
  }

  .lg\:mt-0 .button {
    margin-top: 0px;
  }

  .lg\:sh_accordion .sh_accordionArrow_Down,.lg\:sh_accordion .sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

  .sh_accordion .lg\:sh_accordionArrow_Down {
    width: 42px;
    height: 22px;
  }

  .lg\:sh_accordion .sh_accordionArrow_Down,.lg\:sh_accordion .sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

   .sh_accordion .lg\:sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

  @media (min-width: 1024px) {
    .lg\:sh_accordion .sh_accordionArrow_Down,.lg\:sh_accordion .sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }

    .sh_accordion .lg\:sh_accordionArrow_Down {
      width: 52px;
      height: 27px;
    }

    .lg\:sh_accordion .sh_accordionArrow_Down,.lg\:sh_accordion .sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }

     .sh_accordion .lg\:sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_accordion .sh_accordionArrow_Down,.lg\:sh_accordion .sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }

    .sh_accordion .lg\:sh_accordionArrow_Down {
      width: 62px;
      height: 32px;
    }

    .lg\:sh_accordion .sh_accordionArrow_Down,.lg\:sh_accordion .sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }

     .sh_accordion .lg\:sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }
  }

  .lg\:sh_accordion details {
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion details {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:sh_accordion details {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_accordion details {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  .lg\:sh_accordion details:last-of-type {
    margin-bottom: 0px;
  }

  .lg\:sh_accordion details:not([open]) .sh_accordionArrow_Down {
    display: none;
  }

  .sh_accordion details:not([open]) .lg\:sh_accordionArrow_Down {
    display: none;
  }

  .lg\:sh_accordion details:not([open]) .sh_accordionArrow_Up {
    display: block;
  }

  .sh_accordion details:not([open]) .lg\:sh_accordionArrow_Up {
    display: block;
  }

  .lg\:sh_accordion details[open] .sh_accordionArrow_Down {
    display: block;
  }

  .sh_accordion details[open] .lg\:sh_accordionArrow_Down {
    display: block;
  }

  .lg\:sh_accordion details[open] .sh_accordionArrow_Up {
    display: none;
  }

  .sh_accordion details[open] .lg\:sh_accordionArrow_Up {
    display: none;
  }

  .lg\:sh_accordion summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }

  .lg\:sh_accordion summary::-webkit-details-marker {
    display: none;
  }

  .lg\:sh_accordion .accordion_response_basic {
    margin-top: 30px;
    padding-left: 45px;
  }

  .lg\:sh_accordion .accordion_response_container {
    display: flex;
    flex-direction: column;
    background-color: #EFF7F8;
    border-radius: 1.25rem;
    margin: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion .accordion_response_container {
      margin-top: 30px;
      padding: 30px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:sh_accordion .accordion_response_container {
      width: 80%;
      padding: 50px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_accordion .accordion_response_container {
      width: 100%;
      flex-direction: row;
      padding: 60px;
    }
  }

  .lg\:sh_accordion ul.sh_list {
    margin-left: 36px;
  }

  .sh_accordion ul.lg\:sh_list {
    margin-left: 36px;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion ul.sh_list {
      margin-left: 70px;
    }

    .sh_accordion ul.lg\:sh_list {
      margin-left: 70px;
    }
  }

  .lg\:sh_accordion ul.sh_list li:before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 1.5rem;
    margin-left: -27px;
    position: absolute;
  }

  .sh_accordion ul.lg\:sh_list li:before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 1.5rem;
    margin-left: -27px;
    position: absolute;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion ul.sh_list li:before {
      margin-left: -40px;
    }

    .sh_accordion ul.lg\:sh_list li:before {
      margin-left: -40px;
    }
  }

  .lg\:sh_accordion .sh_accordion_bullet::before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 2rem;
    margin-left: -45px;
    position: absolute;
  }

  .sh_accordion .lg\:sh_accordion_bullet::before {
    --text-opacity: 1;
    color: #74C4D6;
    content: "\25A0";
    display: inline-block;
    font-size: 2rem;
    margin-left: -45px;
    position: absolute;
  }

  .lg\:sh_accordion .sh_accordion_pdf {
    padding-left: 11px;
  }

  .sh_accordion .lg\:sh_accordion_pdf {
    padding-left: 11px;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion .sh_accordion_pdf {
      padding-left: 32px;
    }

    .sh_accordion .lg\:sh_accordion_pdf {
      padding-left: 32px;
    }
  }

  .lg\:sh_accordion .sh_accordion_pdf img {
    width: 21px;
    height: 27px;
    margin-right: 5px;
  }

  .sh_accordion .lg\:sh_accordion_pdf img {
    width: 21px;
    height: 27px;
    margin-right: 5px;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion .sh_accordion_pdf img {
      width: 23px;
      height: 30px;
      margin-right: 16px;
    }

    .sh_accordion .lg\:sh_accordion_pdf img {
      width: 23px;
      height: 30px;
      margin-right: 16px;
    }
  }

  .lg\:sh_accordion .sh_accordion_offsite {
    padding-left: 30px;
  }

  .sh_accordion .lg\:sh_accordion_offsite {
    padding-left: 30px;
  }

  .lg\:sh_accordion .sh_accordion_offsite::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    left: -15px;
    top: -5px;
  }

  .sh_accordion .lg\:sh_accordion_offsite::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    left: -15px;
    top: -5px;
  }

  .lg\:sh_accordion_group {
    background: #ffffff;
    border-radius: 20px;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion_group {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:sh_accordion_group {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_accordion_group {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  .lg\:sh_accordion_group .sh_accordionArrow_Down,.lg\:sh_accordion_group .sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

  .sh_accordion_group .lg\:sh_accordionArrow_Down {
    width: 42px;
    height: 22px;
  }

  .lg\:sh_accordion_group .sh_accordionArrow_Down,.lg\:sh_accordion_group .sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

   .sh_accordion_group .lg\:sh_accordionArrow_Up {
    width: 42px;
    height: 22px;
  }

  @media (min-width: 1024px) {
    .lg\:sh_accordion_group .sh_accordionArrow_Down,.lg\:sh_accordion_group .sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }

    .sh_accordion_group .lg\:sh_accordionArrow_Down {
      width: 52px;
      height: 27px;
    }

    .lg\:sh_accordion_group .sh_accordionArrow_Down,.lg\:sh_accordion_group .sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }

     .sh_accordion_group .lg\:sh_accordionArrow_Up {
      width: 52px;
      height: 27px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_accordion_group .sh_accordionArrow_Down,.lg\:sh_accordion_group .sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }

    .sh_accordion_group .lg\:sh_accordionArrow_Down {
      width: 62px;
      height: 32px;
    }

    .lg\:sh_accordion_group .sh_accordionArrow_Down,.lg\:sh_accordion_group .sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }

     .sh_accordion_group .lg\:sh_accordionArrow_Up {
      width: 62px;
      height: 32px;
    }
  }

  .lg\:sh_accordion_group details {
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion_group details {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:sh_accordion_group details {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_accordion_group details {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  .lg\:sh_accordion_group details:last-of-type {
    margin-bottom: 0px;
  }

  .lg\:sh_accordion_group details:not([open]) .sh_accordionArrow_Down {
    display: none;
  }

  .sh_accordion_group details:not([open]) .lg\:sh_accordionArrow_Down {
    display: none;
  }

  .lg\:sh_accordion_group details:not([open]) .sh_accordionArrow_Up {
    display: block;
  }

  .sh_accordion_group details:not([open]) .lg\:sh_accordionArrow_Up {
    display: block;
  }

  .lg\:sh_accordion_group details[open] .sh_accordionArrow_Down {
    display: block;
  }

  .sh_accordion_group details[open] .lg\:sh_accordionArrow_Down {
    display: block;
  }

  .lg\:sh_accordion_group details[open] .sh_accordionArrow_Up {
    display: none;
  }

  .sh_accordion_group details[open] .lg\:sh_accordionArrow_Up {
    display: none;
  }

  .lg\:sh_accordion_group summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion_group summary {
      padding-left: 30px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:sh_accordion_group summary {
      padding-left: 50px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_accordion_group summary {
      padding-left: 60px;
    }
  }

  .lg\:sh_accordion_group summary::-webkit-details-marker {
    display: none;
  }

  .lg\:sh_accordion_group .accordion_answer_container {
    display: flex;
    flex-direction: column;
    background-color: #EFF7F8;
    border-radius: 1.25rem;
    margin: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion_group .accordion_answer_container {
      margin-top: 30px;
      padding: 30px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:sh_accordion_group .accordion_answer_container {
      margin-top: 30px;
      padding: 50px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_accordion_group .accordion_answer_container {
      margin-top: 30px;
      padding: 60px;
    }
  }

  .lg\:sh_accordion_group ul {
    margin-left: 30px;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion_group ul {
      margin-left: 40px;
    }
  }

  .lg\:sh_accordion_group ul li.sh_accordion_pdf {
    margin-top: 16px;
  }

  .sh_accordion_group ul li.lg\:sh_accordion_pdf {
    margin-top: 16px;
  }

  .lg\:sh_accordion_group ul li.sh_accordion_pdf:before {
    --text-opacity: 1;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyMyAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjN2MzBIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAuODY1IDUuOTY2Yy0uMy4wNS0uNTAxLjIyNi0uNjE3LjUzOS0uMjQ0LjY2My0uMDQ5IDEuODMuNjA1IDMuMDc3LjQ1NS0xLjMxLjY4Ni0yLjQ2My41MTgtMy4xNDctLjA5OC0uMzk3LS4yOTktLjQ2NC0uNTA2LS40NjltLjEzMiA1LjExN2EyNy4zMyAyNy4zMyAwIDAgMS0uOTIyIDEuOTgzYy43MTMtLjIxNiAxLjQ1LS4zOTQgMi4xNzItLjUyNi0uMjA2LS4yMTItLjQxLS40MzctLjYxLS42NzZhOS43NzYgOS43NzYgMCAwIDEtLjY0LS43ODFtMi43NTUgMS45MDdjMS40MjUgMS4xMjQgMi43NSAxLjUyMyAzLjMyIDEuMzE3LjEzNS0uMDQ5LjI5LS4xNDUuMjg4LS40NjEtLjAwNC0uMTE0LS4wMi0uNDQyLS42Ni0uNjgtLjY3NC0uMjUyLTEuNzQtLjI5Ny0yLjk0OC0uMTc2bS04LjAyIDQuMzc5Yy4wNTQuMDQ3LjE1NS4wODcuMzk3LS4wMzYuNjY0LS4zMzggMS41OTctMS41MzYgMi40OTUtMy4wNC0xLjAzLjQ0LTEuOTA2Ljk2NC0yLjQ1MyAxLjU0NC0uNTAzLjUzNS0uNjQ3IDEuMDM3LS40NCAxLjUzMm0uMTI2LjcyYS44NzguODc4IDAgMCAxLS42NjktLjMxMmwtLjA1Mi0uMDhjLS4yNDgtLjUzMi0uMzU2LTEuMzY3LjUzOC0yLjMxNy43NDUtLjc5IDIuMDItMS40NzggMy40NzMtMi4wMDZhMjcuNzgzIDI3Ljc4MyAwIDAgMCAxLjM5Ny0yLjk2MmMtLjkyOS0xLjUxLTEuMzE3LTMuMDk3LS45MzQtNC4xMzcuMjAzLS41NTIuNjIzLS44OTkgMS4xODMtLjk3OGwuMDQ4LS4wMDNjLjYxMiAwIDEuMDM0LjM1IDEuMTkuOTgzLjIxOS44ODktLjExNSAyLjQwMS0uNzM1IDQuMDUxLjI0NS4zNy41My43NC44NTYgMS4wOTguMzA0LjM2Mi42MTUuNjg5LjkyNS45ODEgMS41NjktLjIxNSAyLjk5My0uMTk1IDMuODY0LjEzLjg4Ni4zMyAxLjA4Ni44ODYgMS4wOTggMS4yOTN2LjAwN2MuMDA0LjUzLS4yNjIuOTMxLS43MzMgMS4xLS45NDUuMzQyLTIuNzI4LS4yNzMtNC40NjctMS44MjktMS4wNi4xNjctMi4xOC40NDItMy4yMTQuOEM4LjU0MiAxNS44NSA3LjMyIDE3LjQ4IDYuNDQgMTcuOTNhMS4yOSAxLjI5IDAgMCAxLS41ODQuMTU4IiBmaWxsPSIjMDAwIi8+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZD0iTTIyLjMxNyAyMC44NzR2Ny43NjVhLjcwNC43MDQgMCAwIDEtLjcxMS42OTRIMS4zOTRhLjcwNC43MDQgMCAwIDEtLjcxMS0uNjk0VjEuMzYxYzAtLjM4My4zMi0uNjk0LjcxMS0uNjk0aDE0LjcwNGMuMDMyIDAgLjA2My4wMDUuMDk0LjAwOXY0LjdjMCAuNy41ODQgMS4yNyAxLjMwMSAxLjI3aDQuODE1Yy4wMDQuMDMuMDEuMDYxLjAxLjA5MnYxNC4xMzZabS0uNDgzLTE0Ljg5NWgtNC4zNDFhLjYxMi42MTIgMCAwIDEtLjYxOC0uNjAzVjEuMTM4bDQuOTYgNC44NDFabS43NTgtLjIwM0wxNy4wODQuMzk5QTEuNDAzIDEuNDAzIDAgMCAwIDE2LjA5OCAwSDEuMzk0Qy42MjYgMCAwIC42MSAwIDEuMzYxdjI3LjI3OEMwIDI5LjM4OS42MjYgMzAgMS4zOTQgMzBoMjAuMjEyYy43NjggMCAxLjM5NC0uNjEgMS4zOTQtMS4zNjFWNi43MzhjMC0uMzYzLS4xNDUtLjcwNS0uNDA4LS45NjJaIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZD0iTTcuODgzIDI0LjYxOGEuNjI3LjYyNyAwIDAgMS0uNjMuNjIySDYuMDk3di0yLjA2M2gxLjE1NmMuMzQ4IDAgLjYzLjI4LjYzLjYyM3YuODE4Wm0tLjYzLTIuMTE4SDUuNzU0YS4zNC4zNCAwIDAgMC0uMzQyLjMzOXY0LjYxN2EuMzQuMzQgMCAwIDAgLjM0Mi4zMzguMzQuMzQgMCAwIDAgLjM0My0uMzM4di0xLjUzOGgxLjE1NmExLjMxIDEuMzEgMCAwIDAgMS4zMTYtMS4zVjIzLjhjMC0uNzE3LS41OS0xLjMtMS4zMTYtMS4zWm0zLjM1NCA0LjYxN2gxLjA1NmMuNDAyIDAgLjczLS4zMjQuNzMtLjcyMlYyMy45YS43MjcuNzI3IDAgMCAwLS43My0uNzIyaC0xLjA1NnYzLjk0Wm0xLjA1Ni42NzdoLTEuMzk5YS4zNC4zNCAwIDAgMS0uMzQyLS4zMzh2LTQuNjE3YS4zNC4zNCAwIDAgMSAuMzQyLS4zMzloMS40Yy43OCAwIDEuNDE0LjYyOCAxLjQxNCAxLjM5OXYyLjQ5NmExLjQxIDEuNDEgMCAwIDEtMS40MTUgMS40Wm01LjU4My01LjI5NGgtMi40NzJhLjM0LjM0IDAgMCAwLS4zNDMuMzM5djQuNjE2YS4zNC4zNCAwIDAgMCAuMzQzLjM0LjM0LjM0IDAgMCAwIC4zNDMtLjM0di0xLjk3aDEuMjc2YS4zNC4zNCAwIDAgMCAuMzQyLS4zMzguMzQuMzQgMCAwIDAtLjM0Mi0uMzM5aC0xLjI3NnYtMS42M2gyLjEyOWEuMzQuMzQgMCAwIDAgLjM0Mi0uMzM5LjM0LjM0IDAgMCAwLS4zNDItLjMzOSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=");
    display: inline-block;
    font-size: 1.5rem;
    margin-top: -5px;
    margin-left: -30px;
    position: absolute;
  }

  .sh_accordion_group ul li.lg\:sh_accordion_pdf:before {
    --text-opacity: 1;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyMyAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjN2MzBIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAuODY1IDUuOTY2Yy0uMy4wNS0uNTAxLjIyNi0uNjE3LjUzOS0uMjQ0LjY2My0uMDQ5IDEuODMuNjA1IDMuMDc3LjQ1NS0xLjMxLjY4Ni0yLjQ2My41MTgtMy4xNDctLjA5OC0uMzk3LS4yOTktLjQ2NC0uNTA2LS40NjltLjEzMiA1LjExN2EyNy4zMyAyNy4zMyAwIDAgMS0uOTIyIDEuOTgzYy43MTMtLjIxNiAxLjQ1LS4zOTQgMi4xNzItLjUyNi0uMjA2LS4yMTItLjQxLS40MzctLjYxLS42NzZhOS43NzYgOS43NzYgMCAwIDEtLjY0LS43ODFtMi43NTUgMS45MDdjMS40MjUgMS4xMjQgMi43NSAxLjUyMyAzLjMyIDEuMzE3LjEzNS0uMDQ5LjI5LS4xNDUuMjg4LS40NjEtLjAwNC0uMTE0LS4wMi0uNDQyLS42Ni0uNjgtLjY3NC0uMjUyLTEuNzQtLjI5Ny0yLjk0OC0uMTc2bS04LjAyIDQuMzc5Yy4wNTQuMDQ3LjE1NS4wODcuMzk3LS4wMzYuNjY0LS4zMzggMS41OTctMS41MzYgMi40OTUtMy4wNC0xLjAzLjQ0LTEuOTA2Ljk2NC0yLjQ1MyAxLjU0NC0uNTAzLjUzNS0uNjQ3IDEuMDM3LS40NCAxLjUzMm0uMTI2LjcyYS44NzguODc4IDAgMCAxLS42NjktLjMxMmwtLjA1Mi0uMDhjLS4yNDgtLjUzMi0uMzU2LTEuMzY3LjUzOC0yLjMxNy43NDUtLjc5IDIuMDItMS40NzggMy40NzMtMi4wMDZhMjcuNzgzIDI3Ljc4MyAwIDAgMCAxLjM5Ny0yLjk2MmMtLjkyOS0xLjUxLTEuMzE3LTMuMDk3LS45MzQtNC4xMzcuMjAzLS41NTIuNjIzLS44OTkgMS4xODMtLjk3OGwuMDQ4LS4wMDNjLjYxMiAwIDEuMDM0LjM1IDEuMTkuOTgzLjIxOS44ODktLjExNSAyLjQwMS0uNzM1IDQuMDUxLjI0NS4zNy41My43NC44NTYgMS4wOTguMzA0LjM2Mi42MTUuNjg5LjkyNS45ODEgMS41NjktLjIxNSAyLjk5My0uMTk1IDMuODY0LjEzLjg4Ni4zMyAxLjA4Ni44ODYgMS4wOTggMS4yOTN2LjAwN2MuMDA0LjUzLS4yNjIuOTMxLS43MzMgMS4xLS45NDUuMzQyLTIuNzI4LS4yNzMtNC40NjctMS44MjktMS4wNi4xNjctMi4xOC40NDItMy4yMTQuOEM4LjU0MiAxNS44NSA3LjMyIDE3LjQ4IDYuNDQgMTcuOTNhMS4yOSAxLjI5IDAgMCAxLS41ODQuMTU4IiBmaWxsPSIjMDAwIi8+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZD0iTTIyLjMxNyAyMC44NzR2Ny43NjVhLjcwNC43MDQgMCAwIDEtLjcxMS42OTRIMS4zOTRhLjcwNC43MDQgMCAwIDEtLjcxMS0uNjk0VjEuMzYxYzAtLjM4My4zMi0uNjk0LjcxMS0uNjk0aDE0LjcwNGMuMDMyIDAgLjA2My4wMDUuMDk0LjAwOXY0LjdjMCAuNy41ODQgMS4yNyAxLjMwMSAxLjI3aDQuODE1Yy4wMDQuMDMuMDEuMDYxLjAxLjA5MnYxNC4xMzZabS0uNDgzLTE0Ljg5NWgtNC4zNDFhLjYxMi42MTIgMCAwIDEtLjYxOC0uNjAzVjEuMTM4bDQuOTYgNC44NDFabS43NTgtLjIwM0wxNy4wODQuMzk5QTEuNDAzIDEuNDAzIDAgMCAwIDE2LjA5OCAwSDEuMzk0Qy42MjYgMCAwIC42MSAwIDEuMzYxdjI3LjI3OEMwIDI5LjM4OS42MjYgMzAgMS4zOTQgMzBoMjAuMjEyYy43NjggMCAxLjM5NC0uNjEgMS4zOTQtMS4zNjFWNi43MzhjMC0uMzYzLS4xNDUtLjcwNS0uNDA4LS45NjJaIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZD0iTTcuODgzIDI0LjYxOGEuNjI3LjYyNyAwIDAgMS0uNjMuNjIySDYuMDk3di0yLjA2M2gxLjE1NmMuMzQ4IDAgLjYzLjI4LjYzLjYyM3YuODE4Wm0tLjYzLTIuMTE4SDUuNzU0YS4zNC4zNCAwIDAgMC0uMzQyLjMzOXY0LjYxN2EuMzQuMzQgMCAwIDAgLjM0Mi4zMzguMzQuMzQgMCAwIDAgLjM0My0uMzM4di0xLjUzOGgxLjE1NmExLjMxIDEuMzEgMCAwIDAgMS4zMTYtMS4zVjIzLjhjMC0uNzE3LS41OS0xLjMtMS4zMTYtMS4zWm0zLjM1NCA0LjYxN2gxLjA1NmMuNDAyIDAgLjczLS4zMjQuNzMtLjcyMlYyMy45YS43MjcuNzI3IDAgMCAwLS43My0uNzIyaC0xLjA1NnYzLjk0Wm0xLjA1Ni42NzdoLTEuMzk5YS4zNC4zNCAwIDAgMS0uMzQyLS4zMzh2LTQuNjE3YS4zNC4zNCAwIDAgMSAuMzQyLS4zMzloMS40Yy43OCAwIDEuNDE0LjYyOCAxLjQxNCAxLjM5OXYyLjQ5NmExLjQxIDEuNDEgMCAwIDEtMS40MTUgMS40Wm01LjU4My01LjI5NGgtMi40NzJhLjM0LjM0IDAgMCAwLS4zNDMuMzM5djQuNjE2YS4zNC4zNCAwIDAgMCAuMzQzLjM0LjM0LjM0IDAgMCAwIC4zNDMtLjM0di0xLjk3aDEuMjc2YS4zNC4zNCAwIDAgMCAuMzQyLS4zMzguMzQuMzQgMCAwIDAtLjM0Mi0uMzM5aC0xLjI3NnYtMS42M2gyLjEyOWEuMzQuMzQgMCAwIDAgLjM0Mi0uMzM5LjM0LjM0IDAgMCAwLS4zNDItLjMzOSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=");
    display: inline-block;
    font-size: 1.5rem;
    margin-top: -5px;
    margin-left: -30px;
    position: absolute;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion_group ul li.sh_accordion_pdf:before {
      margin-left: -40px;
    }

    .sh_accordion_group ul li.lg\:sh_accordion_pdf:before {
      margin-left: -40px;
    }

    .lg\:sh_accordion_group ul li.sh_accordion_pdf {
      margin-top: 18px;
    }

    .sh_accordion_group ul li.lg\:sh_accordion_pdf {
      margin-top: 18px;
    }
  }

  .lg\:sh_accordion_group ul li.sh_accordion_offsite {
    margin-top: 16px;
  }

  .sh_accordion_group ul li.lg\:sh_accordion_offsite {
    margin-top: 16px;
  }

  .lg\:sh_accordion_group ul li.sh_accordion_offsite:before {
    --text-opacity: 1;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 0px;
    margin-left: -30px;
    position: absolute;
  }

  .sh_accordion_group ul li.lg\:sh_accordion_offsite:before {
    --text-opacity: 1;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTkuMTQzQTMuODU1IDMuODU1IDAgMCAxIDE4LjE0NCAyM0gzLjg1NkEzLjg1NSAzLjg1NSAwIDAgMSAwIDE5LjE0M1Y0Ljg0NmEzLjg1MyAzLjg1MyAwIDAgMSAzLjg1Ni0zLjg0NUw5LjQ0MiAxaC4wMTJ2MS4wNUgzLjg1NmEyLjggMi44IDAgMCAwLTIuODAyIDIuNzk2djE0LjI5N2EyLjgwMyAyLjgwMyAwIDAgMCAyLjgwMiAyLjgwN2gxNC4yODhhMi44MDMgMi44MDMgMCAwIDAgMi44MDItMi44MDd2LTYuMTc3SDIydjYuMTc3Wk0yMyAwdjUuNDk2aC0xLjAyOFYxLjYyN0wxMC43MjkgMTMgMTAgMTIuMjcgMjEuMTA0IDEuMDM1aC0zLjU0VjBIMjNaIiBmaWxsPSIjMDAzQjREIi8+PC9zdmc+Cg==");
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 0px;
    margin-left: -30px;
    position: absolute;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion_group ul li.sh_accordion_offsite:before {
      margin-left: -40px;
    }

    .sh_accordion_group ul li.lg\:sh_accordion_offsite:before {
      margin-left: -40px;
    }

    .lg\:sh_accordion_group ul li.sh_accordion_offsite {
      margin-top: 18px;
    }

    .sh_accordion_group ul li.lg\:sh_accordion_offsite {
      margin-top: 18px;
    }
  }

  .lg\:sh_accordion_group .accordion_question {
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
  }

  @media (min-width: 768px) {
    .lg\:sh_accordion_group .accordion_question {
      font-size: 24px;
      line-height: 28px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_accordion_group .accordion_question {
      font-size: 32px;
      line-height: 38px;
    }
  }

  .lg\:sh_input_search {
    width: 140px;
    height: 50px;
    background-color: #408EA0;
    border-radius: 0 10px 10px 0;
    text-align: center;
    padding-top: 1px;
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
  }

  .lg\:sh_dropdown {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    color: #231F20;
  }

  .lg\:sh_dropdown::before {
    content: url("../assets/svg/icons/Icons_SH-arrow_bottom.svg");
    position: absolute;
    right: 30px;
    z-index: 9999;
    width: 22px;
    height: 13px;
    fill: #408EA0;
    -pointer-event: none;
    transition: all 0.3s linear;
    border-top: transparent;
    border-right: transparent;
    pointer-events: none;
    top: 16px;
  }

  @media (min-width: 768px) {
    .lg\:sh_dropdown::before {
      top: 14px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_dropdown::before {
      top: 12px;
    }
  }

  .lg\:sh_dropdown input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 16px 24px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #231F20;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lg\:sh_dropdown .sh_options {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 8px;
    cursor: pointer;
    background: #F2F2F2;
    outline: none;
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-50px);
    visibility: hidden;
  }

  .sh_dropdown .lg\:sh_options {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 8px;
    cursor: pointer;
    background: #F2F2F2;
    outline: none;
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-50px);
    visibility: hidden;
  }

  .lg\:sh_dropdown .sh_options .sh_option {
    padding: 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
    color: #292d34;
  }

  .sh_dropdown .lg\:sh_options .sh_option {
    padding: 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
    color: #292d34;
  }

  .sh_dropdown .sh_options .lg\:sh_option {
    padding: 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
    color: #292d34;
  }

  .lg\:sh_dropdown .sh_options .sh_option:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .sh_dropdown .lg\:sh_options .sh_option:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .sh_dropdown .sh_options .lg\:sh_option:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .lg\:sh_dropdown .sh_options .sh_option:hover {
    color: white;
    background: #00819F;
  }

  .sh_dropdown .lg\:sh_options .sh_option:hover {
    color: white;
    background: #00819F;
  }

  .sh_dropdown .sh_options .lg\:sh_option:hover {
    color: white;
    background: #00819F;
  }

  .lg\:sh_dropdown.sh_opened .sh_options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .lg\:sh_opened.sh_dropdown .sh_options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .sh_dropdown.sh_opened .lg\:sh_options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .lg\:sh_dropdown.sh_opened::before {
    content: url("../assets/svg/icons/Icons_SH-arrow-bottom_toggle.svg");
  }

  .lg\:sh_opened.sh_dropdown::before {
    content: url("../assets/svg/icons/Icons_SH-arrow-bottom_toggle.svg");
  }

  .lg\:sh_dropdown.sh_opened {
    border-radius: 10px 10px 0 0;
  }

  .lg\:sh_opened.sh_dropdown {
    border-radius: 10px 10px 0 0;
  }

  .lg\:sh_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lg\:sh_wrapper .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(20% / 2);
    display: flex;
    align-items: center;
    pointer-events: none;
  }

  .lg\:action_hover {
    cursor: pointer;
    text-decoration: underline;
  }

  .lg\:action_focus {
    border-radius: 1px;
    cursor: pointer;
    outline: 2px solid #003C4D;
    outline-offset: 0.188rem;
    text-decoration: none;
    z-index: 10;
  }

  .lg\:sh_search_pagination {
    background-color: #ffffff;
    color: #231f20;
    cursor: pointer;
  }

  .lg\:sh_search_pagination:hover {
    background-color: #408EA0;
    color: #ffffff;
  }

  .lg\:sh_search_pagination:focus,.lg\:sh_search_pagination:focus-within,.lg\:sh_search_pagination:focus-visible {
    background-color: #408EA0;
    color: #ffffff;
  }

  .lg\:sh_table {
    border: 2px solid #C5E0EA;
  }

  .lg\:sh_table thead {
    border-bottom: 2px solid #7F9DA6;
  }

  .lg\:sh_table thead th {
    text-align: left;
    vertical-align: bottom;
  }

  .lg\:sh_table td {
    text-align: left;
    vertical-align: top;
  }

  .lg\:sh_table thead th,.lg\:sh_table td {
    padding: 1rem;
  }

  @media (min-width: 1024px) {
    .lg\:sh_table thead th,.lg\:sh_table td {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

  @media (min-width: 1440px) {
    .lg\:sh_table thead th,.lg\:sh_table td {
      padding-left: 2.125rem;
      padding-right: 2.125rem;
    }
  }

  .lg\:sh_table tbody tr:nth-child(odd) {
    background-color: #f4f4f4;
  }

  .lg\:sh_table tr td,.lg\:sh_table thead th {
    border-right: 2px solid #7F9DA6;
  }

  .lg\:sh_table tr td:last-child,.lg\:sh_table thead th:last-child {
    border-right: 0px;
  }
}

.hover\:sr-only:hover {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hover\:not-sr-only:hover {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.hover\:z-0:hover {
  z-index: 0;
}

.hover\:z-10:hover {
  z-index: 10;
}

.hover\:z-20:hover {
  z-index: 20;
}

.hover\:z-30:hover {
  z-index: 30;
}

.hover\:z-40:hover {
  z-index: 40;
}

.hover\:z-50:hover {
  z-index: 50;
}

.hover\:z-auto:hover {
  z-index: auto;
}

.hover\:box-border:hover {
  box-sizing: border-box;
}

.hover\:box-content:hover {
  box-sizing: content-box;
}

.hover\:border-collapse:hover {
  border-collapse: collapse;
}

.hover\:border-separate:hover {
  border-collapse: separate;
}

.hover\:border-spacing-0:hover {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-1:hover {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-10:hover {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-100:hover {
  --tw-border-spacing-x: 6.250rem;
  --tw-border-spacing-y: 6.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-12:hover {
  --tw-border-spacing-x: 0.750rem;
  --tw-border-spacing-y: 0.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-14:hover {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-150:hover {
  --tw-border-spacing-x: 9.375rem;
  --tw-border-spacing-y: 9.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-16:hover {
  --tw-border-spacing-x: 1.000rem;
  --tw-border-spacing-y: 1.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-18:hover {
  --tw-border-spacing-x: 1.125rem;
  --tw-border-spacing-y: 1.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-2:hover {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-20:hover {
  --tw-border-spacing-x: 1.250rem;
  --tw-border-spacing-y: 1.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-200:hover {
  --tw-border-spacing-x: 12.5rem;
  --tw-border-spacing-y: 12.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-22:hover {
  --tw-border-spacing-x: 1.375rem;
  --tw-border-spacing-y: 1.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-24:hover {
  --tw-border-spacing-x: 1.500rem;
  --tw-border-spacing-y: 1.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-250:hover {
  --tw-border-spacing-x: 15.625rem;
  --tw-border-spacing-y: 15.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-26:hover {
  --tw-border-spacing-x: 1.625rem;
  --tw-border-spacing-y: 1.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-28:hover {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-3:hover {
  --tw-border-spacing-x: 0.188rem;
  --tw-border-spacing-y: 0.188rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-30:hover {
  --tw-border-spacing-x: 1.875rem;
  --tw-border-spacing-y: 1.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-300:hover {
  --tw-border-spacing-x: 18.75rem;
  --tw-border-spacing-y: 18.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-32:hover {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-34:hover {
  --tw-border-spacing-x: 2.125rem;
  --tw-border-spacing-y: 2.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-36:hover {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-38:hover {
  --tw-border-spacing-x: 2.375rem;
  --tw-border-spacing-y: 2.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-4:hover {
  --tw-border-spacing-x: 0.250rem;
  --tw-border-spacing-y: 0.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-40:hover {
  --tw-border-spacing-x: 2.500rem;
  --tw-border-spacing-y: 2.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-50:hover {
  --tw-border-spacing-x: 3.125rem;
  --tw-border-spacing-y: 3.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-6:hover {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-60:hover {
  --tw-border-spacing-x: 3.750rem;
  --tw-border-spacing-y: 3.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-70:hover {
  --tw-border-spacing-x: 4.375rem;
  --tw-border-spacing-y: 4.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-8:hover {
  --tw-border-spacing-x: 0.500rem;
  --tw-border-spacing-y: 0.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-80:hover {
  --tw-border-spacing-x: 5.000rem;
  --tw-border-spacing-y: 5.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-90:hover {
  --tw-border-spacing-x: 5.625rem;
  --tw-border-spacing-y: 5.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-0:hover {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-1:hover {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-10:hover {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-100:hover {
  --tw-border-spacing-x: 6.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-12:hover {
  --tw-border-spacing-x: 0.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-14:hover {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-150:hover {
  --tw-border-spacing-x: 9.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-16:hover {
  --tw-border-spacing-x: 1.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-18:hover {
  --tw-border-spacing-x: 1.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-2:hover {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-20:hover {
  --tw-border-spacing-x: 1.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-200:hover {
  --tw-border-spacing-x: 12.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-22:hover {
  --tw-border-spacing-x: 1.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-24:hover {
  --tw-border-spacing-x: 1.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-250:hover {
  --tw-border-spacing-x: 15.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-26:hover {
  --tw-border-spacing-x: 1.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-28:hover {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-3:hover {
  --tw-border-spacing-x: 0.188rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-30:hover {
  --tw-border-spacing-x: 1.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-300:hover {
  --tw-border-spacing-x: 18.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-32:hover {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-34:hover {
  --tw-border-spacing-x: 2.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-36:hover {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-38:hover {
  --tw-border-spacing-x: 2.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-4:hover {
  --tw-border-spacing-x: 0.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-40:hover {
  --tw-border-spacing-x: 2.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-50:hover {
  --tw-border-spacing-x: 3.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-6:hover {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-60:hover {
  --tw-border-spacing-x: 3.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-70:hover {
  --tw-border-spacing-x: 4.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-8:hover {
  --tw-border-spacing-x: 0.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-80:hover {
  --tw-border-spacing-x: 5.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-90:hover {
  --tw-border-spacing-x: 5.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-0:hover {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-1:hover {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-10:hover {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-100:hover {
  --tw-border-spacing-y: 6.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-12:hover {
  --tw-border-spacing-y: 0.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-14:hover {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-150:hover {
  --tw-border-spacing-y: 9.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-16:hover {
  --tw-border-spacing-y: 1.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-18:hover {
  --tw-border-spacing-y: 1.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-2:hover {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-20:hover {
  --tw-border-spacing-y: 1.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-200:hover {
  --tw-border-spacing-y: 12.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-22:hover {
  --tw-border-spacing-y: 1.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-24:hover {
  --tw-border-spacing-y: 1.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-250:hover {
  --tw-border-spacing-y: 15.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-26:hover {
  --tw-border-spacing-y: 1.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-28:hover {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-3:hover {
  --tw-border-spacing-y: 0.188rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-30:hover {
  --tw-border-spacing-y: 1.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-300:hover {
  --tw-border-spacing-y: 18.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-32:hover {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-34:hover {
  --tw-border-spacing-y: 2.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-36:hover {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-38:hover {
  --tw-border-spacing-y: 2.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-4:hover {
  --tw-border-spacing-y: 0.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-40:hover {
  --tw-border-spacing-y: 2.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-50:hover {
  --tw-border-spacing-y: 3.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-6:hover {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-60:hover {
  --tw-border-spacing-y: 3.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-70:hover {
  --tw-border-spacing-y: 4.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-8:hover {
  --tw-border-spacing-y: 0.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-80:hover {
  --tw-border-spacing-y: 5.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-90:hover {
  --tw-border-spacing-y: 5.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:text-ellipsis:hover {
  text-overflow: ellipsis;
}

.hover\:text-clip:hover {
  text-overflow: clip;
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-0:hover {
  border-width: 0;
}

.hover\:border-2:hover {
  border-width: 2px;
}

.hover\:border-3:hover {
  border-width: 3px;
}

.hover\:border-4:hover {
  border-width: 4px;
}

.hover\:border-x:hover {
  border-left-width: 1px;
  border-right-width: 1px;
}

.hover\:border-x-0:hover {
  border-left-width: 0;
  border-right-width: 0;
}

.hover\:border-x-2:hover {
  border-left-width: 2px;
  border-right-width: 2px;
}

.hover\:border-x-3:hover {
  border-left-width: 3px;
  border-right-width: 3px;
}

.hover\:border-x-4:hover {
  border-left-width: 4px;
  border-right-width: 4px;
}

.hover\:border-y:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.hover\:border-y-0:hover {
  border-top-width: 0;
  border-bottom-width: 0;
}

.hover\:border-y-2:hover {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.hover\:border-y-3:hover {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.hover\:border-y-4:hover {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.hover\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:border-b-0:hover {
  border-bottom-width: 0;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-b-3:hover {
  border-bottom-width: 3px;
}

.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}

.hover\:border-e:hover {
  border-inline-end-width: 1px;
}

.hover\:border-e-0:hover {
  border-inline-end-width: 0;
}

.hover\:border-e-2:hover {
  border-inline-end-width: 2px;
}

.hover\:border-e-3:hover {
  border-inline-end-width: 3px;
}

.hover\:border-e-4:hover {
  border-inline-end-width: 4px;
}

.hover\:border-l:hover {
  border-left-width: 1px;
}

.hover\:border-l-0:hover {
  border-left-width: 0;
}

.hover\:border-l-2:hover {
  border-left-width: 2px;
}

.hover\:border-l-3:hover {
  border-left-width: 3px;
}

.hover\:border-l-4:hover {
  border-left-width: 4px;
}

.hover\:border-r:hover {
  border-right-width: 1px;
}

.hover\:border-r-0:hover {
  border-right-width: 0;
}

.hover\:border-r-2:hover {
  border-right-width: 2px;
}

.hover\:border-r-3:hover {
  border-right-width: 3px;
}

.hover\:border-r-4:hover {
  border-right-width: 4px;
}

.hover\:border-s:hover {
  border-inline-start-width: 1px;
}

.hover\:border-s-0:hover {
  border-inline-start-width: 0;
}

.hover\:border-s-2:hover {
  border-inline-start-width: 2px;
}

.hover\:border-s-3:hover {
  border-inline-start-width: 3px;
}

.hover\:border-s-4:hover {
  border-inline-start-width: 4px;
}

.hover\:border-t:hover {
  border-top-width: 1px;
}

.hover\:border-t-0:hover {
  border-top-width: 0;
}

.hover\:border-t-2:hover {
  border-top-width: 2px;
}

.hover\:border-t-3:hover {
  border-top-width: 3px;
}

.hover\:border-t-4:hover {
  border-top-width: 4px;
}

.hover\:border-solid:hover {
  border-style: solid;
}

.hover\:border-dashed:hover {
  border-style: dashed;
}

.hover\:border-dotted:hover {
  border-style: dotted;
}

.hover\:border-double:hover {
  border-style: double;
}

.hover\:border-hidden:hover {
  border-style: hidden;
}

.hover\:border-none:hover {
  border-style: none;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-black\/0:hover {
  border-color: rgb(0 0 0 / 0);
}

.hover\:border-black\/10:hover {
  border-color: rgb(0 0 0 / 0.1);
}

.hover\:border-black\/100:hover {
  border-color: rgb(0 0 0 / 1);
}

.hover\:border-black\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}

.hover\:border-black\/25:hover {
  border-color: rgb(0 0 0 / 0.25);
}

.hover\:border-black\/30:hover {
  border-color: rgb(0 0 0 / 0.3);
}

.hover\:border-black\/40:hover {
  border-color: rgb(0 0 0 / 0.4);
}

.hover\:border-black\/5:hover {
  border-color: rgb(0 0 0 / 0.05);
}

.hover\:border-black\/50:hover {
  border-color: rgb(0 0 0 / 0.5);
}

.hover\:border-black\/60:hover {
  border-color: rgb(0 0 0 / 0.6);
}

.hover\:border-black\/70:hover {
  border-color: rgb(0 0 0 / 0.7);
}

.hover\:border-black\/75:hover {
  border-color: rgb(0 0 0 / 0.75);
}

.hover\:border-black\/80:hover {
  border-color: rgb(0 0 0 / 0.8);
}

.hover\:border-black\/90:hover {
  border-color: rgb(0 0 0 / 0.9);
}

.hover\:border-black\/95:hover {
  border-color: rgb(0 0 0 / 0.95);
}

.hover\:border-current:hover {
  border-color: currentColor;
}

.hover\:border-error_red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.hover\:border-error_red\/0:hover {
  border-color: rgb(235 0 27 / 0);
}

.hover\:border-error_red\/10:hover {
  border-color: rgb(235 0 27 / 0.1);
}

.hover\:border-error_red\/100:hover {
  border-color: rgb(235 0 27 / 1);
}

.hover\:border-error_red\/20:hover {
  border-color: rgb(235 0 27 / 0.2);
}

.hover\:border-error_red\/25:hover {
  border-color: rgb(235 0 27 / 0.25);
}

.hover\:border-error_red\/30:hover {
  border-color: rgb(235 0 27 / 0.3);
}

.hover\:border-error_red\/40:hover {
  border-color: rgb(235 0 27 / 0.4);
}

.hover\:border-error_red\/5:hover {
  border-color: rgb(235 0 27 / 0.05);
}

.hover\:border-error_red\/50:hover {
  border-color: rgb(235 0 27 / 0.5);
}

.hover\:border-error_red\/60:hover {
  border-color: rgb(235 0 27 / 0.6);
}

.hover\:border-error_red\/70:hover {
  border-color: rgb(235 0 27 / 0.7);
}

.hover\:border-error_red\/75:hover {
  border-color: rgb(235 0 27 / 0.75);
}

.hover\:border-error_red\/80:hover {
  border-color: rgb(235 0 27 / 0.8);
}

.hover\:border-error_red\/90:hover {
  border-color: rgb(235 0 27 / 0.9);
}

.hover\:border-error_red\/95:hover {
  border-color: rgb(235 0 27 / 0.95);
}

.hover\:border-gray5:hover {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.hover\:border-gray5\/0:hover {
  border-color: rgb(242 242 242 / 0);
}

.hover\:border-gray5\/10:hover {
  border-color: rgb(242 242 242 / 0.1);
}

.hover\:border-gray5\/100:hover {
  border-color: rgb(242 242 242 / 1);
}

.hover\:border-gray5\/20:hover {
  border-color: rgb(242 242 242 / 0.2);
}

.hover\:border-gray5\/25:hover {
  border-color: rgb(242 242 242 / 0.25);
}

.hover\:border-gray5\/30:hover {
  border-color: rgb(242 242 242 / 0.3);
}

.hover\:border-gray5\/40:hover {
  border-color: rgb(242 242 242 / 0.4);
}

.hover\:border-gray5\/5:hover {
  border-color: rgb(242 242 242 / 0.05);
}

.hover\:border-gray5\/50:hover {
  border-color: rgb(242 242 242 / 0.5);
}

.hover\:border-gray5\/60:hover {
  border-color: rgb(242 242 242 / 0.6);
}

.hover\:border-gray5\/70:hover {
  border-color: rgb(242 242 242 / 0.7);
}

.hover\:border-gray5\/75:hover {
  border-color: rgb(242 242 242 / 0.75);
}

.hover\:border-gray5\/80:hover {
  border-color: rgb(242 242 242 / 0.8);
}

.hover\:border-gray5\/90:hover {
  border-color: rgb(242 242 242 / 0.9);
}

.hover\:border-gray5\/95:hover {
  border-color: rgb(242 242 242 / 0.95);
}

.hover\:border-sh_black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.hover\:border-sh_black\/0:hover {
  border-color: rgb(35 31 32 / 0);
}

.hover\:border-sh_black\/10:hover {
  border-color: rgb(35 31 32 / 0.1);
}

.hover\:border-sh_black\/100:hover {
  border-color: rgb(35 31 32 / 1);
}

.hover\:border-sh_black\/20:hover {
  border-color: rgb(35 31 32 / 0.2);
}

.hover\:border-sh_black\/25:hover {
  border-color: rgb(35 31 32 / 0.25);
}

.hover\:border-sh_black\/30:hover {
  border-color: rgb(35 31 32 / 0.3);
}

.hover\:border-sh_black\/40:hover {
  border-color: rgb(35 31 32 / 0.4);
}

.hover\:border-sh_black\/5:hover {
  border-color: rgb(35 31 32 / 0.05);
}

.hover\:border-sh_black\/50:hover {
  border-color: rgb(35 31 32 / 0.5);
}

.hover\:border-sh_black\/60:hover {
  border-color: rgb(35 31 32 / 0.6);
}

.hover\:border-sh_black\/70:hover {
  border-color: rgb(35 31 32 / 0.7);
}

.hover\:border-sh_black\/75:hover {
  border-color: rgb(35 31 32 / 0.75);
}

.hover\:border-sh_black\/80:hover {
  border-color: rgb(35 31 32 / 0.8);
}

.hover\:border-sh_black\/90:hover {
  border-color: rgb(35 31 32 / 0.9);
}

.hover\:border-sh_black\/95:hover {
  border-color: rgb(35 31 32 / 0.95);
}

.hover\:border-success_green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.hover\:border-success_green\/0:hover {
  border-color: rgb(80 131 22 / 0);
}

.hover\:border-success_green\/10:hover {
  border-color: rgb(80 131 22 / 0.1);
}

.hover\:border-success_green\/100:hover {
  border-color: rgb(80 131 22 / 1);
}

.hover\:border-success_green\/20:hover {
  border-color: rgb(80 131 22 / 0.2);
}

.hover\:border-success_green\/25:hover {
  border-color: rgb(80 131 22 / 0.25);
}

.hover\:border-success_green\/30:hover {
  border-color: rgb(80 131 22 / 0.3);
}

.hover\:border-success_green\/40:hover {
  border-color: rgb(80 131 22 / 0.4);
}

.hover\:border-success_green\/5:hover {
  border-color: rgb(80 131 22 / 0.05);
}

.hover\:border-success_green\/50:hover {
  border-color: rgb(80 131 22 / 0.5);
}

.hover\:border-success_green\/60:hover {
  border-color: rgb(80 131 22 / 0.6);
}

.hover\:border-success_green\/70:hover {
  border-color: rgb(80 131 22 / 0.7);
}

.hover\:border-success_green\/75:hover {
  border-color: rgb(80 131 22 / 0.75);
}

.hover\:border-success_green\/80:hover {
  border-color: rgb(80 131 22 / 0.8);
}

.hover\:border-success_green\/90:hover {
  border-color: rgb(80 131 22 / 0.9);
}

.hover\:border-success_green\/95:hover {
  border-color: rgb(80 131 22 / 0.95);
}

.hover\:border-teal:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.hover\:border-teal\/0:hover {
  border-color: rgb(0 129 159 / 0);
}

.hover\:border-teal\/10:hover {
  border-color: rgb(0 129 159 / 0.1);
}

.hover\:border-teal\/100:hover {
  border-color: rgb(0 129 159 / 1);
}

.hover\:border-teal\/20:hover {
  border-color: rgb(0 129 159 / 0.2);
}

.hover\:border-teal\/25:hover {
  border-color: rgb(0 129 159 / 0.25);
}

.hover\:border-teal\/30:hover {
  border-color: rgb(0 129 159 / 0.3);
}

.hover\:border-teal\/40:hover {
  border-color: rgb(0 129 159 / 0.4);
}

.hover\:border-teal\/5:hover {
  border-color: rgb(0 129 159 / 0.05);
}

.hover\:border-teal\/50:hover {
  border-color: rgb(0 129 159 / 0.5);
}

.hover\:border-teal\/60:hover {
  border-color: rgb(0 129 159 / 0.6);
}

.hover\:border-teal\/70:hover {
  border-color: rgb(0 129 159 / 0.7);
}

.hover\:border-teal\/75:hover {
  border-color: rgb(0 129 159 / 0.75);
}

.hover\:border-teal\/80:hover {
  border-color: rgb(0 129 159 / 0.8);
}

.hover\:border-teal\/90:hover {
  border-color: rgb(0 129 159 / 0.9);
}

.hover\:border-teal\/95:hover {
  border-color: rgb(0 129 159 / 0.95);
}

.hover\:border-teal_dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.hover\:border-teal_dark\/0:hover {
  border-color: rgb(0 60 77 / 0);
}

.hover\:border-teal_dark\/10:hover {
  border-color: rgb(0 60 77 / 0.1);
}

.hover\:border-teal_dark\/100:hover {
  border-color: rgb(0 60 77 / 1);
}

.hover\:border-teal_dark\/20:hover {
  border-color: rgb(0 60 77 / 0.2);
}

.hover\:border-teal_dark\/25:hover {
  border-color: rgb(0 60 77 / 0.25);
}

.hover\:border-teal_dark\/30:hover {
  border-color: rgb(0 60 77 / 0.3);
}

.hover\:border-teal_dark\/40:hover {
  border-color: rgb(0 60 77 / 0.4);
}

.hover\:border-teal_dark\/5:hover {
  border-color: rgb(0 60 77 / 0.05);
}

.hover\:border-teal_dark\/50:hover {
  border-color: rgb(0 60 77 / 0.5);
}

.hover\:border-teal_dark\/60:hover {
  border-color: rgb(0 60 77 / 0.6);
}

.hover\:border-teal_dark\/70:hover {
  border-color: rgb(0 60 77 / 0.7);
}

.hover\:border-teal_dark\/75:hover {
  border-color: rgb(0 60 77 / 0.75);
}

.hover\:border-teal_dark\/80:hover {
  border-color: rgb(0 60 77 / 0.8);
}

.hover\:border-teal_dark\/90:hover {
  border-color: rgb(0 60 77 / 0.9);
}

.hover\:border-teal_dark\/95:hover {
  border-color: rgb(0 60 77 / 0.95);
}

.hover\:border-teal_extra_light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.hover\:border-teal_extra_light\/0:hover {
  border-color: rgb(245 251 252 / 0);
}

.hover\:border-teal_extra_light\/10:hover {
  border-color: rgb(245 251 252 / 0.1);
}

.hover\:border-teal_extra_light\/100:hover {
  border-color: rgb(245 251 252 / 1);
}

.hover\:border-teal_extra_light\/20:hover {
  border-color: rgb(245 251 252 / 0.2);
}

.hover\:border-teal_extra_light\/25:hover {
  border-color: rgb(245 251 252 / 0.25);
}

.hover\:border-teal_extra_light\/30:hover {
  border-color: rgb(245 251 252 / 0.3);
}

.hover\:border-teal_extra_light\/40:hover {
  border-color: rgb(245 251 252 / 0.4);
}

.hover\:border-teal_extra_light\/5:hover {
  border-color: rgb(245 251 252 / 0.05);
}

.hover\:border-teal_extra_light\/50:hover {
  border-color: rgb(245 251 252 / 0.5);
}

.hover\:border-teal_extra_light\/60:hover {
  border-color: rgb(245 251 252 / 0.6);
}

.hover\:border-teal_extra_light\/70:hover {
  border-color: rgb(245 251 252 / 0.7);
}

.hover\:border-teal_extra_light\/75:hover {
  border-color: rgb(245 251 252 / 0.75);
}

.hover\:border-teal_extra_light\/80:hover {
  border-color: rgb(245 251 252 / 0.8);
}

.hover\:border-teal_extra_light\/90:hover {
  border-color: rgb(245 251 252 / 0.9);
}

.hover\:border-teal_extra_light\/95:hover {
  border-color: rgb(245 251 252 / 0.95);
}

.hover\:border-teal_light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.hover\:border-teal_light\/0:hover {
  border-color: rgb(116 196 214 / 0);
}

.hover\:border-teal_light\/10:hover {
  border-color: rgb(116 196 214 / 0.1);
}

.hover\:border-teal_light\/100:hover {
  border-color: rgb(116 196 214 / 1);
}

.hover\:border-teal_light\/20:hover {
  border-color: rgb(116 196 214 / 0.2);
}

.hover\:border-teal_light\/25:hover {
  border-color: rgb(116 196 214 / 0.25);
}

.hover\:border-teal_light\/30:hover {
  border-color: rgb(116 196 214 / 0.3);
}

.hover\:border-teal_light\/40:hover {
  border-color: rgb(116 196 214 / 0.4);
}

.hover\:border-teal_light\/5:hover {
  border-color: rgb(116 196 214 / 0.05);
}

.hover\:border-teal_light\/50:hover {
  border-color: rgb(116 196 214 / 0.5);
}

.hover\:border-teal_light\/60:hover {
  border-color: rgb(116 196 214 / 0.6);
}

.hover\:border-teal_light\/70:hover {
  border-color: rgb(116 196 214 / 0.7);
}

.hover\:border-teal_light\/75:hover {
  border-color: rgb(116 196 214 / 0.75);
}

.hover\:border-teal_light\/80:hover {
  border-color: rgb(116 196 214 / 0.8);
}

.hover\:border-teal_light\/90:hover {
  border-color: rgb(116 196 214 / 0.9);
}

.hover\:border-teal_light\/95:hover {
  border-color: rgb(116 196 214 / 0.95);
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-transparent\/0:hover {
  border-color: rgb(0 0 0 / 0);
}

.hover\:border-transparent\/10:hover {
  border-color: rgb(0 0 0 / 0.1);
}

.hover\:border-transparent\/100:hover {
  border-color: rgb(0 0 0 / 1);
}

.hover\:border-transparent\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}

.hover\:border-transparent\/25:hover {
  border-color: rgb(0 0 0 / 0.25);
}

.hover\:border-transparent\/30:hover {
  border-color: rgb(0 0 0 / 0.3);
}

.hover\:border-transparent\/40:hover {
  border-color: rgb(0 0 0 / 0.4);
}

.hover\:border-transparent\/5:hover {
  border-color: rgb(0 0 0 / 0.05);
}

.hover\:border-transparent\/50:hover {
  border-color: rgb(0 0 0 / 0.5);
}

.hover\:border-transparent\/60:hover {
  border-color: rgb(0 0 0 / 0.6);
}

.hover\:border-transparent\/70:hover {
  border-color: rgb(0 0 0 / 0.7);
}

.hover\:border-transparent\/75:hover {
  border-color: rgb(0 0 0 / 0.75);
}

.hover\:border-transparent\/80:hover {
  border-color: rgb(0 0 0 / 0.8);
}

.hover\:border-transparent\/90:hover {
  border-color: rgb(0 0 0 / 0.9);
}

.hover\:border-transparent\/95:hover {
  border-color: rgb(0 0 0 / 0.95);
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-white\/0:hover {
  border-color: rgb(255 255 255 / 0);
}

.hover\:border-white\/10:hover {
  border-color: rgb(255 255 255 / 0.1);
}

.hover\:border-white\/100:hover {
  border-color: rgb(255 255 255 / 1);
}

.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:border-white\/25:hover {
  border-color: rgb(255 255 255 / 0.25);
}

.hover\:border-white\/30:hover {
  border-color: rgb(255 255 255 / 0.3);
}

.hover\:border-white\/40:hover {
  border-color: rgb(255 255 255 / 0.4);
}

.hover\:border-white\/5:hover {
  border-color: rgb(255 255 255 / 0.05);
}

.hover\:border-white\/50:hover {
  border-color: rgb(255 255 255 / 0.5);
}

.hover\:border-white\/60:hover {
  border-color: rgb(255 255 255 / 0.6);
}

.hover\:border-white\/70:hover {
  border-color: rgb(255 255 255 / 0.7);
}

.hover\:border-white\/75:hover {
  border-color: rgb(255 255 255 / 0.75);
}

.hover\:border-white\/80:hover {
  border-color: rgb(255 255 255 / 0.8);
}

.hover\:border-white\/90:hover {
  border-color: rgb(255 255 255 / 0.9);
}

.hover\:border-white\/95:hover {
  border-color: rgb(255 255 255 / 0.95);
}

.hover\:border-x-black:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-x-black\/0:hover {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.hover\:border-x-black\/10:hover {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.hover\:border-x-black\/100:hover {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.hover\:border-x-black\/20:hover {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.hover\:border-x-black\/25:hover {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.hover\:border-x-black\/30:hover {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.hover\:border-x-black\/40:hover {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.hover\:border-x-black\/5:hover {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.hover\:border-x-black\/50:hover {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.hover\:border-x-black\/60:hover {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.hover\:border-x-black\/70:hover {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.hover\:border-x-black\/75:hover {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.hover\:border-x-black\/80:hover {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.hover\:border-x-black\/90:hover {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.hover\:border-x-black\/95:hover {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.hover\:border-x-current:hover {
  border-left-color: currentColor;
  border-right-color: currentColor;
}

.hover\:border-x-error_red:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(235 0 27 / var(--tw-border-opacity));
  border-right-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.hover\:border-x-error_red\/0:hover {
  border-left-color: rgb(235 0 27 / 0);
  border-right-color: rgb(235 0 27 / 0);
}

.hover\:border-x-error_red\/10:hover {
  border-left-color: rgb(235 0 27 / 0.1);
  border-right-color: rgb(235 0 27 / 0.1);
}

.hover\:border-x-error_red\/100:hover {
  border-left-color: rgb(235 0 27 / 1);
  border-right-color: rgb(235 0 27 / 1);
}

.hover\:border-x-error_red\/20:hover {
  border-left-color: rgb(235 0 27 / 0.2);
  border-right-color: rgb(235 0 27 / 0.2);
}

.hover\:border-x-error_red\/25:hover {
  border-left-color: rgb(235 0 27 / 0.25);
  border-right-color: rgb(235 0 27 / 0.25);
}

.hover\:border-x-error_red\/30:hover {
  border-left-color: rgb(235 0 27 / 0.3);
  border-right-color: rgb(235 0 27 / 0.3);
}

.hover\:border-x-error_red\/40:hover {
  border-left-color: rgb(235 0 27 / 0.4);
  border-right-color: rgb(235 0 27 / 0.4);
}

.hover\:border-x-error_red\/5:hover {
  border-left-color: rgb(235 0 27 / 0.05);
  border-right-color: rgb(235 0 27 / 0.05);
}

.hover\:border-x-error_red\/50:hover {
  border-left-color: rgb(235 0 27 / 0.5);
  border-right-color: rgb(235 0 27 / 0.5);
}

.hover\:border-x-error_red\/60:hover {
  border-left-color: rgb(235 0 27 / 0.6);
  border-right-color: rgb(235 0 27 / 0.6);
}

.hover\:border-x-error_red\/70:hover {
  border-left-color: rgb(235 0 27 / 0.7);
  border-right-color: rgb(235 0 27 / 0.7);
}

.hover\:border-x-error_red\/75:hover {
  border-left-color: rgb(235 0 27 / 0.75);
  border-right-color: rgb(235 0 27 / 0.75);
}

.hover\:border-x-error_red\/80:hover {
  border-left-color: rgb(235 0 27 / 0.8);
  border-right-color: rgb(235 0 27 / 0.8);
}

.hover\:border-x-error_red\/90:hover {
  border-left-color: rgb(235 0 27 / 0.9);
  border-right-color: rgb(235 0 27 / 0.9);
}

.hover\:border-x-error_red\/95:hover {
  border-left-color: rgb(235 0 27 / 0.95);
  border-right-color: rgb(235 0 27 / 0.95);
}

.hover\:border-x-gray5:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
  border-right-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.hover\:border-x-gray5\/0:hover {
  border-left-color: rgb(242 242 242 / 0);
  border-right-color: rgb(242 242 242 / 0);
}

.hover\:border-x-gray5\/10:hover {
  border-left-color: rgb(242 242 242 / 0.1);
  border-right-color: rgb(242 242 242 / 0.1);
}

.hover\:border-x-gray5\/100:hover {
  border-left-color: rgb(242 242 242 / 1);
  border-right-color: rgb(242 242 242 / 1);
}

.hover\:border-x-gray5\/20:hover {
  border-left-color: rgb(242 242 242 / 0.2);
  border-right-color: rgb(242 242 242 / 0.2);
}

.hover\:border-x-gray5\/25:hover {
  border-left-color: rgb(242 242 242 / 0.25);
  border-right-color: rgb(242 242 242 / 0.25);
}

.hover\:border-x-gray5\/30:hover {
  border-left-color: rgb(242 242 242 / 0.3);
  border-right-color: rgb(242 242 242 / 0.3);
}

.hover\:border-x-gray5\/40:hover {
  border-left-color: rgb(242 242 242 / 0.4);
  border-right-color: rgb(242 242 242 / 0.4);
}

.hover\:border-x-gray5\/5:hover {
  border-left-color: rgb(242 242 242 / 0.05);
  border-right-color: rgb(242 242 242 / 0.05);
}

.hover\:border-x-gray5\/50:hover {
  border-left-color: rgb(242 242 242 / 0.5);
  border-right-color: rgb(242 242 242 / 0.5);
}

.hover\:border-x-gray5\/60:hover {
  border-left-color: rgb(242 242 242 / 0.6);
  border-right-color: rgb(242 242 242 / 0.6);
}

.hover\:border-x-gray5\/70:hover {
  border-left-color: rgb(242 242 242 / 0.7);
  border-right-color: rgb(242 242 242 / 0.7);
}

.hover\:border-x-gray5\/75:hover {
  border-left-color: rgb(242 242 242 / 0.75);
  border-right-color: rgb(242 242 242 / 0.75);
}

.hover\:border-x-gray5\/80:hover {
  border-left-color: rgb(242 242 242 / 0.8);
  border-right-color: rgb(242 242 242 / 0.8);
}

.hover\:border-x-gray5\/90:hover {
  border-left-color: rgb(242 242 242 / 0.9);
  border-right-color: rgb(242 242 242 / 0.9);
}

.hover\:border-x-gray5\/95:hover {
  border-left-color: rgb(242 242 242 / 0.95);
  border-right-color: rgb(242 242 242 / 0.95);
}

.hover\:border-x-sh_black:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(35 31 32 / var(--tw-border-opacity));
  border-right-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.hover\:border-x-sh_black\/0:hover {
  border-left-color: rgb(35 31 32 / 0);
  border-right-color: rgb(35 31 32 / 0);
}

.hover\:border-x-sh_black\/10:hover {
  border-left-color: rgb(35 31 32 / 0.1);
  border-right-color: rgb(35 31 32 / 0.1);
}

.hover\:border-x-sh_black\/100:hover {
  border-left-color: rgb(35 31 32 / 1);
  border-right-color: rgb(35 31 32 / 1);
}

.hover\:border-x-sh_black\/20:hover {
  border-left-color: rgb(35 31 32 / 0.2);
  border-right-color: rgb(35 31 32 / 0.2);
}

.hover\:border-x-sh_black\/25:hover {
  border-left-color: rgb(35 31 32 / 0.25);
  border-right-color: rgb(35 31 32 / 0.25);
}

.hover\:border-x-sh_black\/30:hover {
  border-left-color: rgb(35 31 32 / 0.3);
  border-right-color: rgb(35 31 32 / 0.3);
}

.hover\:border-x-sh_black\/40:hover {
  border-left-color: rgb(35 31 32 / 0.4);
  border-right-color: rgb(35 31 32 / 0.4);
}

.hover\:border-x-sh_black\/5:hover {
  border-left-color: rgb(35 31 32 / 0.05);
  border-right-color: rgb(35 31 32 / 0.05);
}

.hover\:border-x-sh_black\/50:hover {
  border-left-color: rgb(35 31 32 / 0.5);
  border-right-color: rgb(35 31 32 / 0.5);
}

.hover\:border-x-sh_black\/60:hover {
  border-left-color: rgb(35 31 32 / 0.6);
  border-right-color: rgb(35 31 32 / 0.6);
}

.hover\:border-x-sh_black\/70:hover {
  border-left-color: rgb(35 31 32 / 0.7);
  border-right-color: rgb(35 31 32 / 0.7);
}

.hover\:border-x-sh_black\/75:hover {
  border-left-color: rgb(35 31 32 / 0.75);
  border-right-color: rgb(35 31 32 / 0.75);
}

.hover\:border-x-sh_black\/80:hover {
  border-left-color: rgb(35 31 32 / 0.8);
  border-right-color: rgb(35 31 32 / 0.8);
}

.hover\:border-x-sh_black\/90:hover {
  border-left-color: rgb(35 31 32 / 0.9);
  border-right-color: rgb(35 31 32 / 0.9);
}

.hover\:border-x-sh_black\/95:hover {
  border-left-color: rgb(35 31 32 / 0.95);
  border-right-color: rgb(35 31 32 / 0.95);
}

.hover\:border-x-success_green:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 131 22 / var(--tw-border-opacity));
  border-right-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.hover\:border-x-success_green\/0:hover {
  border-left-color: rgb(80 131 22 / 0);
  border-right-color: rgb(80 131 22 / 0);
}

.hover\:border-x-success_green\/10:hover {
  border-left-color: rgb(80 131 22 / 0.1);
  border-right-color: rgb(80 131 22 / 0.1);
}

.hover\:border-x-success_green\/100:hover {
  border-left-color: rgb(80 131 22 / 1);
  border-right-color: rgb(80 131 22 / 1);
}

.hover\:border-x-success_green\/20:hover {
  border-left-color: rgb(80 131 22 / 0.2);
  border-right-color: rgb(80 131 22 / 0.2);
}

.hover\:border-x-success_green\/25:hover {
  border-left-color: rgb(80 131 22 / 0.25);
  border-right-color: rgb(80 131 22 / 0.25);
}

.hover\:border-x-success_green\/30:hover {
  border-left-color: rgb(80 131 22 / 0.3);
  border-right-color: rgb(80 131 22 / 0.3);
}

.hover\:border-x-success_green\/40:hover {
  border-left-color: rgb(80 131 22 / 0.4);
  border-right-color: rgb(80 131 22 / 0.4);
}

.hover\:border-x-success_green\/5:hover {
  border-left-color: rgb(80 131 22 / 0.05);
  border-right-color: rgb(80 131 22 / 0.05);
}

.hover\:border-x-success_green\/50:hover {
  border-left-color: rgb(80 131 22 / 0.5);
  border-right-color: rgb(80 131 22 / 0.5);
}

.hover\:border-x-success_green\/60:hover {
  border-left-color: rgb(80 131 22 / 0.6);
  border-right-color: rgb(80 131 22 / 0.6);
}

.hover\:border-x-success_green\/70:hover {
  border-left-color: rgb(80 131 22 / 0.7);
  border-right-color: rgb(80 131 22 / 0.7);
}

.hover\:border-x-success_green\/75:hover {
  border-left-color: rgb(80 131 22 / 0.75);
  border-right-color: rgb(80 131 22 / 0.75);
}

.hover\:border-x-success_green\/80:hover {
  border-left-color: rgb(80 131 22 / 0.8);
  border-right-color: rgb(80 131 22 / 0.8);
}

.hover\:border-x-success_green\/90:hover {
  border-left-color: rgb(80 131 22 / 0.9);
  border-right-color: rgb(80 131 22 / 0.9);
}

.hover\:border-x-success_green\/95:hover {
  border-left-color: rgb(80 131 22 / 0.95);
  border-right-color: rgb(80 131 22 / 0.95);
}

.hover\:border-x-teal:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 129 159 / var(--tw-border-opacity));
  border-right-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.hover\:border-x-teal\/0:hover {
  border-left-color: rgb(0 129 159 / 0);
  border-right-color: rgb(0 129 159 / 0);
}

.hover\:border-x-teal\/10:hover {
  border-left-color: rgb(0 129 159 / 0.1);
  border-right-color: rgb(0 129 159 / 0.1);
}

.hover\:border-x-teal\/100:hover {
  border-left-color: rgb(0 129 159 / 1);
  border-right-color: rgb(0 129 159 / 1);
}

.hover\:border-x-teal\/20:hover {
  border-left-color: rgb(0 129 159 / 0.2);
  border-right-color: rgb(0 129 159 / 0.2);
}

.hover\:border-x-teal\/25:hover {
  border-left-color: rgb(0 129 159 / 0.25);
  border-right-color: rgb(0 129 159 / 0.25);
}

.hover\:border-x-teal\/30:hover {
  border-left-color: rgb(0 129 159 / 0.3);
  border-right-color: rgb(0 129 159 / 0.3);
}

.hover\:border-x-teal\/40:hover {
  border-left-color: rgb(0 129 159 / 0.4);
  border-right-color: rgb(0 129 159 / 0.4);
}

.hover\:border-x-teal\/5:hover {
  border-left-color: rgb(0 129 159 / 0.05);
  border-right-color: rgb(0 129 159 / 0.05);
}

.hover\:border-x-teal\/50:hover {
  border-left-color: rgb(0 129 159 / 0.5);
  border-right-color: rgb(0 129 159 / 0.5);
}

.hover\:border-x-teal\/60:hover {
  border-left-color: rgb(0 129 159 / 0.6);
  border-right-color: rgb(0 129 159 / 0.6);
}

.hover\:border-x-teal\/70:hover {
  border-left-color: rgb(0 129 159 / 0.7);
  border-right-color: rgb(0 129 159 / 0.7);
}

.hover\:border-x-teal\/75:hover {
  border-left-color: rgb(0 129 159 / 0.75);
  border-right-color: rgb(0 129 159 / 0.75);
}

.hover\:border-x-teal\/80:hover {
  border-left-color: rgb(0 129 159 / 0.8);
  border-right-color: rgb(0 129 159 / 0.8);
}

.hover\:border-x-teal\/90:hover {
  border-left-color: rgb(0 129 159 / 0.9);
  border-right-color: rgb(0 129 159 / 0.9);
}

.hover\:border-x-teal\/95:hover {
  border-left-color: rgb(0 129 159 / 0.95);
  border-right-color: rgb(0 129 159 / 0.95);
}

.hover\:border-x-teal_dark:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 60 77 / var(--tw-border-opacity));
  border-right-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.hover\:border-x-teal_dark\/0:hover {
  border-left-color: rgb(0 60 77 / 0);
  border-right-color: rgb(0 60 77 / 0);
}

.hover\:border-x-teal_dark\/10:hover {
  border-left-color: rgb(0 60 77 / 0.1);
  border-right-color: rgb(0 60 77 / 0.1);
}

.hover\:border-x-teal_dark\/100:hover {
  border-left-color: rgb(0 60 77 / 1);
  border-right-color: rgb(0 60 77 / 1);
}

.hover\:border-x-teal_dark\/20:hover {
  border-left-color: rgb(0 60 77 / 0.2);
  border-right-color: rgb(0 60 77 / 0.2);
}

.hover\:border-x-teal_dark\/25:hover {
  border-left-color: rgb(0 60 77 / 0.25);
  border-right-color: rgb(0 60 77 / 0.25);
}

.hover\:border-x-teal_dark\/30:hover {
  border-left-color: rgb(0 60 77 / 0.3);
  border-right-color: rgb(0 60 77 / 0.3);
}

.hover\:border-x-teal_dark\/40:hover {
  border-left-color: rgb(0 60 77 / 0.4);
  border-right-color: rgb(0 60 77 / 0.4);
}

.hover\:border-x-teal_dark\/5:hover {
  border-left-color: rgb(0 60 77 / 0.05);
  border-right-color: rgb(0 60 77 / 0.05);
}

.hover\:border-x-teal_dark\/50:hover {
  border-left-color: rgb(0 60 77 / 0.5);
  border-right-color: rgb(0 60 77 / 0.5);
}

.hover\:border-x-teal_dark\/60:hover {
  border-left-color: rgb(0 60 77 / 0.6);
  border-right-color: rgb(0 60 77 / 0.6);
}

.hover\:border-x-teal_dark\/70:hover {
  border-left-color: rgb(0 60 77 / 0.7);
  border-right-color: rgb(0 60 77 / 0.7);
}

.hover\:border-x-teal_dark\/75:hover {
  border-left-color: rgb(0 60 77 / 0.75);
  border-right-color: rgb(0 60 77 / 0.75);
}

.hover\:border-x-teal_dark\/80:hover {
  border-left-color: rgb(0 60 77 / 0.8);
  border-right-color: rgb(0 60 77 / 0.8);
}

.hover\:border-x-teal_dark\/90:hover {
  border-left-color: rgb(0 60 77 / 0.9);
  border-right-color: rgb(0 60 77 / 0.9);
}

.hover\:border-x-teal_dark\/95:hover {
  border-left-color: rgb(0 60 77 / 0.95);
  border-right-color: rgb(0 60 77 / 0.95);
}

.hover\:border-x-teal_extra_light:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 251 252 / var(--tw-border-opacity));
  border-right-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.hover\:border-x-teal_extra_light\/0:hover {
  border-left-color: rgb(245 251 252 / 0);
  border-right-color: rgb(245 251 252 / 0);
}

.hover\:border-x-teal_extra_light\/10:hover {
  border-left-color: rgb(245 251 252 / 0.1);
  border-right-color: rgb(245 251 252 / 0.1);
}

.hover\:border-x-teal_extra_light\/100:hover {
  border-left-color: rgb(245 251 252 / 1);
  border-right-color: rgb(245 251 252 / 1);
}

.hover\:border-x-teal_extra_light\/20:hover {
  border-left-color: rgb(245 251 252 / 0.2);
  border-right-color: rgb(245 251 252 / 0.2);
}

.hover\:border-x-teal_extra_light\/25:hover {
  border-left-color: rgb(245 251 252 / 0.25);
  border-right-color: rgb(245 251 252 / 0.25);
}

.hover\:border-x-teal_extra_light\/30:hover {
  border-left-color: rgb(245 251 252 / 0.3);
  border-right-color: rgb(245 251 252 / 0.3);
}

.hover\:border-x-teal_extra_light\/40:hover {
  border-left-color: rgb(245 251 252 / 0.4);
  border-right-color: rgb(245 251 252 / 0.4);
}

.hover\:border-x-teal_extra_light\/5:hover {
  border-left-color: rgb(245 251 252 / 0.05);
  border-right-color: rgb(245 251 252 / 0.05);
}

.hover\:border-x-teal_extra_light\/50:hover {
  border-left-color: rgb(245 251 252 / 0.5);
  border-right-color: rgb(245 251 252 / 0.5);
}

.hover\:border-x-teal_extra_light\/60:hover {
  border-left-color: rgb(245 251 252 / 0.6);
  border-right-color: rgb(245 251 252 / 0.6);
}

.hover\:border-x-teal_extra_light\/70:hover {
  border-left-color: rgb(245 251 252 / 0.7);
  border-right-color: rgb(245 251 252 / 0.7);
}

.hover\:border-x-teal_extra_light\/75:hover {
  border-left-color: rgb(245 251 252 / 0.75);
  border-right-color: rgb(245 251 252 / 0.75);
}

.hover\:border-x-teal_extra_light\/80:hover {
  border-left-color: rgb(245 251 252 / 0.8);
  border-right-color: rgb(245 251 252 / 0.8);
}

.hover\:border-x-teal_extra_light\/90:hover {
  border-left-color: rgb(245 251 252 / 0.9);
  border-right-color: rgb(245 251 252 / 0.9);
}

.hover\:border-x-teal_extra_light\/95:hover {
  border-left-color: rgb(245 251 252 / 0.95);
  border-right-color: rgb(245 251 252 / 0.95);
}

.hover\:border-x-teal_light:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(116 196 214 / var(--tw-border-opacity));
  border-right-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.hover\:border-x-teal_light\/0:hover {
  border-left-color: rgb(116 196 214 / 0);
  border-right-color: rgb(116 196 214 / 0);
}

.hover\:border-x-teal_light\/10:hover {
  border-left-color: rgb(116 196 214 / 0.1);
  border-right-color: rgb(116 196 214 / 0.1);
}

.hover\:border-x-teal_light\/100:hover {
  border-left-color: rgb(116 196 214 / 1);
  border-right-color: rgb(116 196 214 / 1);
}

.hover\:border-x-teal_light\/20:hover {
  border-left-color: rgb(116 196 214 / 0.2);
  border-right-color: rgb(116 196 214 / 0.2);
}

.hover\:border-x-teal_light\/25:hover {
  border-left-color: rgb(116 196 214 / 0.25);
  border-right-color: rgb(116 196 214 / 0.25);
}

.hover\:border-x-teal_light\/30:hover {
  border-left-color: rgb(116 196 214 / 0.3);
  border-right-color: rgb(116 196 214 / 0.3);
}

.hover\:border-x-teal_light\/40:hover {
  border-left-color: rgb(116 196 214 / 0.4);
  border-right-color: rgb(116 196 214 / 0.4);
}

.hover\:border-x-teal_light\/5:hover {
  border-left-color: rgb(116 196 214 / 0.05);
  border-right-color: rgb(116 196 214 / 0.05);
}

.hover\:border-x-teal_light\/50:hover {
  border-left-color: rgb(116 196 214 / 0.5);
  border-right-color: rgb(116 196 214 / 0.5);
}

.hover\:border-x-teal_light\/60:hover {
  border-left-color: rgb(116 196 214 / 0.6);
  border-right-color: rgb(116 196 214 / 0.6);
}

.hover\:border-x-teal_light\/70:hover {
  border-left-color: rgb(116 196 214 / 0.7);
  border-right-color: rgb(116 196 214 / 0.7);
}

.hover\:border-x-teal_light\/75:hover {
  border-left-color: rgb(116 196 214 / 0.75);
  border-right-color: rgb(116 196 214 / 0.75);
}

.hover\:border-x-teal_light\/80:hover {
  border-left-color: rgb(116 196 214 / 0.8);
  border-right-color: rgb(116 196 214 / 0.8);
}

.hover\:border-x-teal_light\/90:hover {
  border-left-color: rgb(116 196 214 / 0.9);
  border-right-color: rgb(116 196 214 / 0.9);
}

.hover\:border-x-teal_light\/95:hover {
  border-left-color: rgb(116 196 214 / 0.95);
  border-right-color: rgb(116 196 214 / 0.95);
}

.hover\:border-x-transparent:hover {
  border-left-color: transparent;
  border-right-color: transparent;
}

.hover\:border-x-transparent\/0:hover {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.hover\:border-x-transparent\/10:hover {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.hover\:border-x-transparent\/100:hover {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.hover\:border-x-transparent\/20:hover {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.hover\:border-x-transparent\/25:hover {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.hover\:border-x-transparent\/30:hover {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.hover\:border-x-transparent\/40:hover {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.hover\:border-x-transparent\/5:hover {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.hover\:border-x-transparent\/50:hover {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.hover\:border-x-transparent\/60:hover {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.hover\:border-x-transparent\/70:hover {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.hover\:border-x-transparent\/75:hover {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.hover\:border-x-transparent\/80:hover {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.hover\:border-x-transparent\/90:hover {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.hover\:border-x-transparent\/95:hover {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.hover\:border-x-white:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-x-white\/0:hover {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.hover\:border-x-white\/10:hover {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.hover\:border-x-white\/100:hover {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}

.hover\:border-x-white\/20:hover {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.hover\:border-x-white\/25:hover {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.hover\:border-x-white\/30:hover {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.hover\:border-x-white\/40:hover {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.hover\:border-x-white\/5:hover {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.hover\:border-x-white\/50:hover {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.hover\:border-x-white\/60:hover {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.hover\:border-x-white\/70:hover {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.hover\:border-x-white\/75:hover {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.hover\:border-x-white\/80:hover {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.hover\:border-x-white\/90:hover {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.hover\:border-x-white\/95:hover {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

.hover\:border-y-black:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-y-black\/0:hover {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.hover\:border-y-black\/10:hover {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.hover\:border-y-black\/100:hover {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.hover\:border-y-black\/20:hover {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.hover\:border-y-black\/25:hover {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.hover\:border-y-black\/30:hover {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.hover\:border-y-black\/40:hover {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.hover\:border-y-black\/5:hover {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.hover\:border-y-black\/50:hover {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.hover\:border-y-black\/60:hover {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.hover\:border-y-black\/70:hover {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.hover\:border-y-black\/75:hover {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.hover\:border-y-black\/80:hover {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.hover\:border-y-black\/90:hover {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.hover\:border-y-black\/95:hover {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.hover\:border-y-current:hover {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.hover\:border-y-error_red:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 0 27 / var(--tw-border-opacity));
  border-bottom-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.hover\:border-y-error_red\/0:hover {
  border-top-color: rgb(235 0 27 / 0);
  border-bottom-color: rgb(235 0 27 / 0);
}

.hover\:border-y-error_red\/10:hover {
  border-top-color: rgb(235 0 27 / 0.1);
  border-bottom-color: rgb(235 0 27 / 0.1);
}

.hover\:border-y-error_red\/100:hover {
  border-top-color: rgb(235 0 27 / 1);
  border-bottom-color: rgb(235 0 27 / 1);
}

.hover\:border-y-error_red\/20:hover {
  border-top-color: rgb(235 0 27 / 0.2);
  border-bottom-color: rgb(235 0 27 / 0.2);
}

.hover\:border-y-error_red\/25:hover {
  border-top-color: rgb(235 0 27 / 0.25);
  border-bottom-color: rgb(235 0 27 / 0.25);
}

.hover\:border-y-error_red\/30:hover {
  border-top-color: rgb(235 0 27 / 0.3);
  border-bottom-color: rgb(235 0 27 / 0.3);
}

.hover\:border-y-error_red\/40:hover {
  border-top-color: rgb(235 0 27 / 0.4);
  border-bottom-color: rgb(235 0 27 / 0.4);
}

.hover\:border-y-error_red\/5:hover {
  border-top-color: rgb(235 0 27 / 0.05);
  border-bottom-color: rgb(235 0 27 / 0.05);
}

.hover\:border-y-error_red\/50:hover {
  border-top-color: rgb(235 0 27 / 0.5);
  border-bottom-color: rgb(235 0 27 / 0.5);
}

.hover\:border-y-error_red\/60:hover {
  border-top-color: rgb(235 0 27 / 0.6);
  border-bottom-color: rgb(235 0 27 / 0.6);
}

.hover\:border-y-error_red\/70:hover {
  border-top-color: rgb(235 0 27 / 0.7);
  border-bottom-color: rgb(235 0 27 / 0.7);
}

.hover\:border-y-error_red\/75:hover {
  border-top-color: rgb(235 0 27 / 0.75);
  border-bottom-color: rgb(235 0 27 / 0.75);
}

.hover\:border-y-error_red\/80:hover {
  border-top-color: rgb(235 0 27 / 0.8);
  border-bottom-color: rgb(235 0 27 / 0.8);
}

.hover\:border-y-error_red\/90:hover {
  border-top-color: rgb(235 0 27 / 0.9);
  border-bottom-color: rgb(235 0 27 / 0.9);
}

.hover\:border-y-error_red\/95:hover {
  border-top-color: rgb(235 0 27 / 0.95);
  border-bottom-color: rgb(235 0 27 / 0.95);
}

.hover\:border-y-gray5:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
  border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.hover\:border-y-gray5\/0:hover {
  border-top-color: rgb(242 242 242 / 0);
  border-bottom-color: rgb(242 242 242 / 0);
}

.hover\:border-y-gray5\/10:hover {
  border-top-color: rgb(242 242 242 / 0.1);
  border-bottom-color: rgb(242 242 242 / 0.1);
}

.hover\:border-y-gray5\/100:hover {
  border-top-color: rgb(242 242 242 / 1);
  border-bottom-color: rgb(242 242 242 / 1);
}

.hover\:border-y-gray5\/20:hover {
  border-top-color: rgb(242 242 242 / 0.2);
  border-bottom-color: rgb(242 242 242 / 0.2);
}

.hover\:border-y-gray5\/25:hover {
  border-top-color: rgb(242 242 242 / 0.25);
  border-bottom-color: rgb(242 242 242 / 0.25);
}

.hover\:border-y-gray5\/30:hover {
  border-top-color: rgb(242 242 242 / 0.3);
  border-bottom-color: rgb(242 242 242 / 0.3);
}

.hover\:border-y-gray5\/40:hover {
  border-top-color: rgb(242 242 242 / 0.4);
  border-bottom-color: rgb(242 242 242 / 0.4);
}

.hover\:border-y-gray5\/5:hover {
  border-top-color: rgb(242 242 242 / 0.05);
  border-bottom-color: rgb(242 242 242 / 0.05);
}

.hover\:border-y-gray5\/50:hover {
  border-top-color: rgb(242 242 242 / 0.5);
  border-bottom-color: rgb(242 242 242 / 0.5);
}

.hover\:border-y-gray5\/60:hover {
  border-top-color: rgb(242 242 242 / 0.6);
  border-bottom-color: rgb(242 242 242 / 0.6);
}

.hover\:border-y-gray5\/70:hover {
  border-top-color: rgb(242 242 242 / 0.7);
  border-bottom-color: rgb(242 242 242 / 0.7);
}

.hover\:border-y-gray5\/75:hover {
  border-top-color: rgb(242 242 242 / 0.75);
  border-bottom-color: rgb(242 242 242 / 0.75);
}

.hover\:border-y-gray5\/80:hover {
  border-top-color: rgb(242 242 242 / 0.8);
  border-bottom-color: rgb(242 242 242 / 0.8);
}

.hover\:border-y-gray5\/90:hover {
  border-top-color: rgb(242 242 242 / 0.9);
  border-bottom-color: rgb(242 242 242 / 0.9);
}

.hover\:border-y-gray5\/95:hover {
  border-top-color: rgb(242 242 242 / 0.95);
  border-bottom-color: rgb(242 242 242 / 0.95);
}

.hover\:border-y-sh_black:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(35 31 32 / var(--tw-border-opacity));
  border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.hover\:border-y-sh_black\/0:hover {
  border-top-color: rgb(35 31 32 / 0);
  border-bottom-color: rgb(35 31 32 / 0);
}

.hover\:border-y-sh_black\/10:hover {
  border-top-color: rgb(35 31 32 / 0.1);
  border-bottom-color: rgb(35 31 32 / 0.1);
}

.hover\:border-y-sh_black\/100:hover {
  border-top-color: rgb(35 31 32 / 1);
  border-bottom-color: rgb(35 31 32 / 1);
}

.hover\:border-y-sh_black\/20:hover {
  border-top-color: rgb(35 31 32 / 0.2);
  border-bottom-color: rgb(35 31 32 / 0.2);
}

.hover\:border-y-sh_black\/25:hover {
  border-top-color: rgb(35 31 32 / 0.25);
  border-bottom-color: rgb(35 31 32 / 0.25);
}

.hover\:border-y-sh_black\/30:hover {
  border-top-color: rgb(35 31 32 / 0.3);
  border-bottom-color: rgb(35 31 32 / 0.3);
}

.hover\:border-y-sh_black\/40:hover {
  border-top-color: rgb(35 31 32 / 0.4);
  border-bottom-color: rgb(35 31 32 / 0.4);
}

.hover\:border-y-sh_black\/5:hover {
  border-top-color: rgb(35 31 32 / 0.05);
  border-bottom-color: rgb(35 31 32 / 0.05);
}

.hover\:border-y-sh_black\/50:hover {
  border-top-color: rgb(35 31 32 / 0.5);
  border-bottom-color: rgb(35 31 32 / 0.5);
}

.hover\:border-y-sh_black\/60:hover {
  border-top-color: rgb(35 31 32 / 0.6);
  border-bottom-color: rgb(35 31 32 / 0.6);
}

.hover\:border-y-sh_black\/70:hover {
  border-top-color: rgb(35 31 32 / 0.7);
  border-bottom-color: rgb(35 31 32 / 0.7);
}

.hover\:border-y-sh_black\/75:hover {
  border-top-color: rgb(35 31 32 / 0.75);
  border-bottom-color: rgb(35 31 32 / 0.75);
}

.hover\:border-y-sh_black\/80:hover {
  border-top-color: rgb(35 31 32 / 0.8);
  border-bottom-color: rgb(35 31 32 / 0.8);
}

.hover\:border-y-sh_black\/90:hover {
  border-top-color: rgb(35 31 32 / 0.9);
  border-bottom-color: rgb(35 31 32 / 0.9);
}

.hover\:border-y-sh_black\/95:hover {
  border-top-color: rgb(35 31 32 / 0.95);
  border-bottom-color: rgb(35 31 32 / 0.95);
}

.hover\:border-y-success_green:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(80 131 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.hover\:border-y-success_green\/0:hover {
  border-top-color: rgb(80 131 22 / 0);
  border-bottom-color: rgb(80 131 22 / 0);
}

.hover\:border-y-success_green\/10:hover {
  border-top-color: rgb(80 131 22 / 0.1);
  border-bottom-color: rgb(80 131 22 / 0.1);
}

.hover\:border-y-success_green\/100:hover {
  border-top-color: rgb(80 131 22 / 1);
  border-bottom-color: rgb(80 131 22 / 1);
}

.hover\:border-y-success_green\/20:hover {
  border-top-color: rgb(80 131 22 / 0.2);
  border-bottom-color: rgb(80 131 22 / 0.2);
}

.hover\:border-y-success_green\/25:hover {
  border-top-color: rgb(80 131 22 / 0.25);
  border-bottom-color: rgb(80 131 22 / 0.25);
}

.hover\:border-y-success_green\/30:hover {
  border-top-color: rgb(80 131 22 / 0.3);
  border-bottom-color: rgb(80 131 22 / 0.3);
}

.hover\:border-y-success_green\/40:hover {
  border-top-color: rgb(80 131 22 / 0.4);
  border-bottom-color: rgb(80 131 22 / 0.4);
}

.hover\:border-y-success_green\/5:hover {
  border-top-color: rgb(80 131 22 / 0.05);
  border-bottom-color: rgb(80 131 22 / 0.05);
}

.hover\:border-y-success_green\/50:hover {
  border-top-color: rgb(80 131 22 / 0.5);
  border-bottom-color: rgb(80 131 22 / 0.5);
}

.hover\:border-y-success_green\/60:hover {
  border-top-color: rgb(80 131 22 / 0.6);
  border-bottom-color: rgb(80 131 22 / 0.6);
}

.hover\:border-y-success_green\/70:hover {
  border-top-color: rgb(80 131 22 / 0.7);
  border-bottom-color: rgb(80 131 22 / 0.7);
}

.hover\:border-y-success_green\/75:hover {
  border-top-color: rgb(80 131 22 / 0.75);
  border-bottom-color: rgb(80 131 22 / 0.75);
}

.hover\:border-y-success_green\/80:hover {
  border-top-color: rgb(80 131 22 / 0.8);
  border-bottom-color: rgb(80 131 22 / 0.8);
}

.hover\:border-y-success_green\/90:hover {
  border-top-color: rgb(80 131 22 / 0.9);
  border-bottom-color: rgb(80 131 22 / 0.9);
}

.hover\:border-y-success_green\/95:hover {
  border-top-color: rgb(80 131 22 / 0.95);
  border-bottom-color: rgb(80 131 22 / 0.95);
}

.hover\:border-y-teal:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 129 159 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.hover\:border-y-teal\/0:hover {
  border-top-color: rgb(0 129 159 / 0);
  border-bottom-color: rgb(0 129 159 / 0);
}

.hover\:border-y-teal\/10:hover {
  border-top-color: rgb(0 129 159 / 0.1);
  border-bottom-color: rgb(0 129 159 / 0.1);
}

.hover\:border-y-teal\/100:hover {
  border-top-color: rgb(0 129 159 / 1);
  border-bottom-color: rgb(0 129 159 / 1);
}

.hover\:border-y-teal\/20:hover {
  border-top-color: rgb(0 129 159 / 0.2);
  border-bottom-color: rgb(0 129 159 / 0.2);
}

.hover\:border-y-teal\/25:hover {
  border-top-color: rgb(0 129 159 / 0.25);
  border-bottom-color: rgb(0 129 159 / 0.25);
}

.hover\:border-y-teal\/30:hover {
  border-top-color: rgb(0 129 159 / 0.3);
  border-bottom-color: rgb(0 129 159 / 0.3);
}

.hover\:border-y-teal\/40:hover {
  border-top-color: rgb(0 129 159 / 0.4);
  border-bottom-color: rgb(0 129 159 / 0.4);
}

.hover\:border-y-teal\/5:hover {
  border-top-color: rgb(0 129 159 / 0.05);
  border-bottom-color: rgb(0 129 159 / 0.05);
}

.hover\:border-y-teal\/50:hover {
  border-top-color: rgb(0 129 159 / 0.5);
  border-bottom-color: rgb(0 129 159 / 0.5);
}

.hover\:border-y-teal\/60:hover {
  border-top-color: rgb(0 129 159 / 0.6);
  border-bottom-color: rgb(0 129 159 / 0.6);
}

.hover\:border-y-teal\/70:hover {
  border-top-color: rgb(0 129 159 / 0.7);
  border-bottom-color: rgb(0 129 159 / 0.7);
}

.hover\:border-y-teal\/75:hover {
  border-top-color: rgb(0 129 159 / 0.75);
  border-bottom-color: rgb(0 129 159 / 0.75);
}

.hover\:border-y-teal\/80:hover {
  border-top-color: rgb(0 129 159 / 0.8);
  border-bottom-color: rgb(0 129 159 / 0.8);
}

.hover\:border-y-teal\/90:hover {
  border-top-color: rgb(0 129 159 / 0.9);
  border-bottom-color: rgb(0 129 159 / 0.9);
}

.hover\:border-y-teal\/95:hover {
  border-top-color: rgb(0 129 159 / 0.95);
  border-bottom-color: rgb(0 129 159 / 0.95);
}

.hover\:border-y-teal_dark:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 60 77 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.hover\:border-y-teal_dark\/0:hover {
  border-top-color: rgb(0 60 77 / 0);
  border-bottom-color: rgb(0 60 77 / 0);
}

.hover\:border-y-teal_dark\/10:hover {
  border-top-color: rgb(0 60 77 / 0.1);
  border-bottom-color: rgb(0 60 77 / 0.1);
}

.hover\:border-y-teal_dark\/100:hover {
  border-top-color: rgb(0 60 77 / 1);
  border-bottom-color: rgb(0 60 77 / 1);
}

.hover\:border-y-teal_dark\/20:hover {
  border-top-color: rgb(0 60 77 / 0.2);
  border-bottom-color: rgb(0 60 77 / 0.2);
}

.hover\:border-y-teal_dark\/25:hover {
  border-top-color: rgb(0 60 77 / 0.25);
  border-bottom-color: rgb(0 60 77 / 0.25);
}

.hover\:border-y-teal_dark\/30:hover {
  border-top-color: rgb(0 60 77 / 0.3);
  border-bottom-color: rgb(0 60 77 / 0.3);
}

.hover\:border-y-teal_dark\/40:hover {
  border-top-color: rgb(0 60 77 / 0.4);
  border-bottom-color: rgb(0 60 77 / 0.4);
}

.hover\:border-y-teal_dark\/5:hover {
  border-top-color: rgb(0 60 77 / 0.05);
  border-bottom-color: rgb(0 60 77 / 0.05);
}

.hover\:border-y-teal_dark\/50:hover {
  border-top-color: rgb(0 60 77 / 0.5);
  border-bottom-color: rgb(0 60 77 / 0.5);
}

.hover\:border-y-teal_dark\/60:hover {
  border-top-color: rgb(0 60 77 / 0.6);
  border-bottom-color: rgb(0 60 77 / 0.6);
}

.hover\:border-y-teal_dark\/70:hover {
  border-top-color: rgb(0 60 77 / 0.7);
  border-bottom-color: rgb(0 60 77 / 0.7);
}

.hover\:border-y-teal_dark\/75:hover {
  border-top-color: rgb(0 60 77 / 0.75);
  border-bottom-color: rgb(0 60 77 / 0.75);
}

.hover\:border-y-teal_dark\/80:hover {
  border-top-color: rgb(0 60 77 / 0.8);
  border-bottom-color: rgb(0 60 77 / 0.8);
}

.hover\:border-y-teal_dark\/90:hover {
  border-top-color: rgb(0 60 77 / 0.9);
  border-bottom-color: rgb(0 60 77 / 0.9);
}

.hover\:border-y-teal_dark\/95:hover {
  border-top-color: rgb(0 60 77 / 0.95);
  border-bottom-color: rgb(0 60 77 / 0.95);
}

.hover\:border-y-teal_extra_light:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 251 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.hover\:border-y-teal_extra_light\/0:hover {
  border-top-color: rgb(245 251 252 / 0);
  border-bottom-color: rgb(245 251 252 / 0);
}

.hover\:border-y-teal_extra_light\/10:hover {
  border-top-color: rgb(245 251 252 / 0.1);
  border-bottom-color: rgb(245 251 252 / 0.1);
}

.hover\:border-y-teal_extra_light\/100:hover {
  border-top-color: rgb(245 251 252 / 1);
  border-bottom-color: rgb(245 251 252 / 1);
}

.hover\:border-y-teal_extra_light\/20:hover {
  border-top-color: rgb(245 251 252 / 0.2);
  border-bottom-color: rgb(245 251 252 / 0.2);
}

.hover\:border-y-teal_extra_light\/25:hover {
  border-top-color: rgb(245 251 252 / 0.25);
  border-bottom-color: rgb(245 251 252 / 0.25);
}

.hover\:border-y-teal_extra_light\/30:hover {
  border-top-color: rgb(245 251 252 / 0.3);
  border-bottom-color: rgb(245 251 252 / 0.3);
}

.hover\:border-y-teal_extra_light\/40:hover {
  border-top-color: rgb(245 251 252 / 0.4);
  border-bottom-color: rgb(245 251 252 / 0.4);
}

.hover\:border-y-teal_extra_light\/5:hover {
  border-top-color: rgb(245 251 252 / 0.05);
  border-bottom-color: rgb(245 251 252 / 0.05);
}

.hover\:border-y-teal_extra_light\/50:hover {
  border-top-color: rgb(245 251 252 / 0.5);
  border-bottom-color: rgb(245 251 252 / 0.5);
}

.hover\:border-y-teal_extra_light\/60:hover {
  border-top-color: rgb(245 251 252 / 0.6);
  border-bottom-color: rgb(245 251 252 / 0.6);
}

.hover\:border-y-teal_extra_light\/70:hover {
  border-top-color: rgb(245 251 252 / 0.7);
  border-bottom-color: rgb(245 251 252 / 0.7);
}

.hover\:border-y-teal_extra_light\/75:hover {
  border-top-color: rgb(245 251 252 / 0.75);
  border-bottom-color: rgb(245 251 252 / 0.75);
}

.hover\:border-y-teal_extra_light\/80:hover {
  border-top-color: rgb(245 251 252 / 0.8);
  border-bottom-color: rgb(245 251 252 / 0.8);
}

.hover\:border-y-teal_extra_light\/90:hover {
  border-top-color: rgb(245 251 252 / 0.9);
  border-bottom-color: rgb(245 251 252 / 0.9);
}

.hover\:border-y-teal_extra_light\/95:hover {
  border-top-color: rgb(245 251 252 / 0.95);
  border-bottom-color: rgb(245 251 252 / 0.95);
}

.hover\:border-y-teal_light:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(116 196 214 / var(--tw-border-opacity));
  border-bottom-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.hover\:border-y-teal_light\/0:hover {
  border-top-color: rgb(116 196 214 / 0);
  border-bottom-color: rgb(116 196 214 / 0);
}

.hover\:border-y-teal_light\/10:hover {
  border-top-color: rgb(116 196 214 / 0.1);
  border-bottom-color: rgb(116 196 214 / 0.1);
}

.hover\:border-y-teal_light\/100:hover {
  border-top-color: rgb(116 196 214 / 1);
  border-bottom-color: rgb(116 196 214 / 1);
}

.hover\:border-y-teal_light\/20:hover {
  border-top-color: rgb(116 196 214 / 0.2);
  border-bottom-color: rgb(116 196 214 / 0.2);
}

.hover\:border-y-teal_light\/25:hover {
  border-top-color: rgb(116 196 214 / 0.25);
  border-bottom-color: rgb(116 196 214 / 0.25);
}

.hover\:border-y-teal_light\/30:hover {
  border-top-color: rgb(116 196 214 / 0.3);
  border-bottom-color: rgb(116 196 214 / 0.3);
}

.hover\:border-y-teal_light\/40:hover {
  border-top-color: rgb(116 196 214 / 0.4);
  border-bottom-color: rgb(116 196 214 / 0.4);
}

.hover\:border-y-teal_light\/5:hover {
  border-top-color: rgb(116 196 214 / 0.05);
  border-bottom-color: rgb(116 196 214 / 0.05);
}

.hover\:border-y-teal_light\/50:hover {
  border-top-color: rgb(116 196 214 / 0.5);
  border-bottom-color: rgb(116 196 214 / 0.5);
}

.hover\:border-y-teal_light\/60:hover {
  border-top-color: rgb(116 196 214 / 0.6);
  border-bottom-color: rgb(116 196 214 / 0.6);
}

.hover\:border-y-teal_light\/70:hover {
  border-top-color: rgb(116 196 214 / 0.7);
  border-bottom-color: rgb(116 196 214 / 0.7);
}

.hover\:border-y-teal_light\/75:hover {
  border-top-color: rgb(116 196 214 / 0.75);
  border-bottom-color: rgb(116 196 214 / 0.75);
}

.hover\:border-y-teal_light\/80:hover {
  border-top-color: rgb(116 196 214 / 0.8);
  border-bottom-color: rgb(116 196 214 / 0.8);
}

.hover\:border-y-teal_light\/90:hover {
  border-top-color: rgb(116 196 214 / 0.9);
  border-bottom-color: rgb(116 196 214 / 0.9);
}

.hover\:border-y-teal_light\/95:hover {
  border-top-color: rgb(116 196 214 / 0.95);
  border-bottom-color: rgb(116 196 214 / 0.95);
}

.hover\:border-y-transparent:hover {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.hover\:border-y-transparent\/0:hover {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.hover\:border-y-transparent\/10:hover {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.hover\:border-y-transparent\/100:hover {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.hover\:border-y-transparent\/20:hover {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.hover\:border-y-transparent\/25:hover {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.hover\:border-y-transparent\/30:hover {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.hover\:border-y-transparent\/40:hover {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.hover\:border-y-transparent\/5:hover {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.hover\:border-y-transparent\/50:hover {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.hover\:border-y-transparent\/60:hover {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.hover\:border-y-transparent\/70:hover {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.hover\:border-y-transparent\/75:hover {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.hover\:border-y-transparent\/80:hover {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.hover\:border-y-transparent\/90:hover {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.hover\:border-y-transparent\/95:hover {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.hover\:border-y-white:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-y-white\/0:hover {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.hover\:border-y-white\/10:hover {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.hover\:border-y-white\/100:hover {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}

.hover\:border-y-white\/20:hover {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.hover\:border-y-white\/25:hover {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.hover\:border-y-white\/30:hover {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.hover\:border-y-white\/40:hover {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.hover\:border-y-white\/5:hover {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.hover\:border-y-white\/50:hover {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.hover\:border-y-white\/60:hover {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.hover\:border-y-white\/70:hover {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.hover\:border-y-white\/75:hover {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.hover\:border-y-white\/80:hover {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.hover\:border-y-white\/90:hover {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.hover\:border-y-white\/95:hover {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.hover\:border-b-black:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-b-black\/0:hover {
  border-bottom-color: rgb(0 0 0 / 0);
}

.hover\:border-b-black\/10:hover {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.hover\:border-b-black\/100:hover {
  border-bottom-color: rgb(0 0 0 / 1);
}

.hover\:border-b-black\/20:hover {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.hover\:border-b-black\/25:hover {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.hover\:border-b-black\/30:hover {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.hover\:border-b-black\/40:hover {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.hover\:border-b-black\/5:hover {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.hover\:border-b-black\/50:hover {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.hover\:border-b-black\/60:hover {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.hover\:border-b-black\/70:hover {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.hover\:border-b-black\/75:hover {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.hover\:border-b-black\/80:hover {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.hover\:border-b-black\/90:hover {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.hover\:border-b-black\/95:hover {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.hover\:border-b-current:hover {
  border-bottom-color: currentColor;
}

.hover\:border-b-error_red:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.hover\:border-b-error_red\/0:hover {
  border-bottom-color: rgb(235 0 27 / 0);
}

.hover\:border-b-error_red\/10:hover {
  border-bottom-color: rgb(235 0 27 / 0.1);
}

.hover\:border-b-error_red\/100:hover {
  border-bottom-color: rgb(235 0 27 / 1);
}

.hover\:border-b-error_red\/20:hover {
  border-bottom-color: rgb(235 0 27 / 0.2);
}

.hover\:border-b-error_red\/25:hover {
  border-bottom-color: rgb(235 0 27 / 0.25);
}

.hover\:border-b-error_red\/30:hover {
  border-bottom-color: rgb(235 0 27 / 0.3);
}

.hover\:border-b-error_red\/40:hover {
  border-bottom-color: rgb(235 0 27 / 0.4);
}

.hover\:border-b-error_red\/5:hover {
  border-bottom-color: rgb(235 0 27 / 0.05);
}

.hover\:border-b-error_red\/50:hover {
  border-bottom-color: rgb(235 0 27 / 0.5);
}

.hover\:border-b-error_red\/60:hover {
  border-bottom-color: rgb(235 0 27 / 0.6);
}

.hover\:border-b-error_red\/70:hover {
  border-bottom-color: rgb(235 0 27 / 0.7);
}

.hover\:border-b-error_red\/75:hover {
  border-bottom-color: rgb(235 0 27 / 0.75);
}

.hover\:border-b-error_red\/80:hover {
  border-bottom-color: rgb(235 0 27 / 0.8);
}

.hover\:border-b-error_red\/90:hover {
  border-bottom-color: rgb(235 0 27 / 0.9);
}

.hover\:border-b-error_red\/95:hover {
  border-bottom-color: rgb(235 0 27 / 0.95);
}

.hover\:border-b-gray5:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.hover\:border-b-gray5\/0:hover {
  border-bottom-color: rgb(242 242 242 / 0);
}

.hover\:border-b-gray5\/10:hover {
  border-bottom-color: rgb(242 242 242 / 0.1);
}

.hover\:border-b-gray5\/100:hover {
  border-bottom-color: rgb(242 242 242 / 1);
}

.hover\:border-b-gray5\/20:hover {
  border-bottom-color: rgb(242 242 242 / 0.2);
}

.hover\:border-b-gray5\/25:hover {
  border-bottom-color: rgb(242 242 242 / 0.25);
}

.hover\:border-b-gray5\/30:hover {
  border-bottom-color: rgb(242 242 242 / 0.3);
}

.hover\:border-b-gray5\/40:hover {
  border-bottom-color: rgb(242 242 242 / 0.4);
}

.hover\:border-b-gray5\/5:hover {
  border-bottom-color: rgb(242 242 242 / 0.05);
}

.hover\:border-b-gray5\/50:hover {
  border-bottom-color: rgb(242 242 242 / 0.5);
}

.hover\:border-b-gray5\/60:hover {
  border-bottom-color: rgb(242 242 242 / 0.6);
}

.hover\:border-b-gray5\/70:hover {
  border-bottom-color: rgb(242 242 242 / 0.7);
}

.hover\:border-b-gray5\/75:hover {
  border-bottom-color: rgb(242 242 242 / 0.75);
}

.hover\:border-b-gray5\/80:hover {
  border-bottom-color: rgb(242 242 242 / 0.8);
}

.hover\:border-b-gray5\/90:hover {
  border-bottom-color: rgb(242 242 242 / 0.9);
}

.hover\:border-b-gray5\/95:hover {
  border-bottom-color: rgb(242 242 242 / 0.95);
}

.hover\:border-b-sh_black:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.hover\:border-b-sh_black\/0:hover {
  border-bottom-color: rgb(35 31 32 / 0);
}

.hover\:border-b-sh_black\/10:hover {
  border-bottom-color: rgb(35 31 32 / 0.1);
}

.hover\:border-b-sh_black\/100:hover {
  border-bottom-color: rgb(35 31 32 / 1);
}

.hover\:border-b-sh_black\/20:hover {
  border-bottom-color: rgb(35 31 32 / 0.2);
}

.hover\:border-b-sh_black\/25:hover {
  border-bottom-color: rgb(35 31 32 / 0.25);
}

.hover\:border-b-sh_black\/30:hover {
  border-bottom-color: rgb(35 31 32 / 0.3);
}

.hover\:border-b-sh_black\/40:hover {
  border-bottom-color: rgb(35 31 32 / 0.4);
}

.hover\:border-b-sh_black\/5:hover {
  border-bottom-color: rgb(35 31 32 / 0.05);
}

.hover\:border-b-sh_black\/50:hover {
  border-bottom-color: rgb(35 31 32 / 0.5);
}

.hover\:border-b-sh_black\/60:hover {
  border-bottom-color: rgb(35 31 32 / 0.6);
}

.hover\:border-b-sh_black\/70:hover {
  border-bottom-color: rgb(35 31 32 / 0.7);
}

.hover\:border-b-sh_black\/75:hover {
  border-bottom-color: rgb(35 31 32 / 0.75);
}

.hover\:border-b-sh_black\/80:hover {
  border-bottom-color: rgb(35 31 32 / 0.8);
}

.hover\:border-b-sh_black\/90:hover {
  border-bottom-color: rgb(35 31 32 / 0.9);
}

.hover\:border-b-sh_black\/95:hover {
  border-bottom-color: rgb(35 31 32 / 0.95);
}

.hover\:border-b-success_green:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.hover\:border-b-success_green\/0:hover {
  border-bottom-color: rgb(80 131 22 / 0);
}

.hover\:border-b-success_green\/10:hover {
  border-bottom-color: rgb(80 131 22 / 0.1);
}

.hover\:border-b-success_green\/100:hover {
  border-bottom-color: rgb(80 131 22 / 1);
}

.hover\:border-b-success_green\/20:hover {
  border-bottom-color: rgb(80 131 22 / 0.2);
}

.hover\:border-b-success_green\/25:hover {
  border-bottom-color: rgb(80 131 22 / 0.25);
}

.hover\:border-b-success_green\/30:hover {
  border-bottom-color: rgb(80 131 22 / 0.3);
}

.hover\:border-b-success_green\/40:hover {
  border-bottom-color: rgb(80 131 22 / 0.4);
}

.hover\:border-b-success_green\/5:hover {
  border-bottom-color: rgb(80 131 22 / 0.05);
}

.hover\:border-b-success_green\/50:hover {
  border-bottom-color: rgb(80 131 22 / 0.5);
}

.hover\:border-b-success_green\/60:hover {
  border-bottom-color: rgb(80 131 22 / 0.6);
}

.hover\:border-b-success_green\/70:hover {
  border-bottom-color: rgb(80 131 22 / 0.7);
}

.hover\:border-b-success_green\/75:hover {
  border-bottom-color: rgb(80 131 22 / 0.75);
}

.hover\:border-b-success_green\/80:hover {
  border-bottom-color: rgb(80 131 22 / 0.8);
}

.hover\:border-b-success_green\/90:hover {
  border-bottom-color: rgb(80 131 22 / 0.9);
}

.hover\:border-b-success_green\/95:hover {
  border-bottom-color: rgb(80 131 22 / 0.95);
}

.hover\:border-b-teal:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.hover\:border-b-teal\/0:hover {
  border-bottom-color: rgb(0 129 159 / 0);
}

.hover\:border-b-teal\/10:hover {
  border-bottom-color: rgb(0 129 159 / 0.1);
}

.hover\:border-b-teal\/100:hover {
  border-bottom-color: rgb(0 129 159 / 1);
}

.hover\:border-b-teal\/20:hover {
  border-bottom-color: rgb(0 129 159 / 0.2);
}

.hover\:border-b-teal\/25:hover {
  border-bottom-color: rgb(0 129 159 / 0.25);
}

.hover\:border-b-teal\/30:hover {
  border-bottom-color: rgb(0 129 159 / 0.3);
}

.hover\:border-b-teal\/40:hover {
  border-bottom-color: rgb(0 129 159 / 0.4);
}

.hover\:border-b-teal\/5:hover {
  border-bottom-color: rgb(0 129 159 / 0.05);
}

.hover\:border-b-teal\/50:hover {
  border-bottom-color: rgb(0 129 159 / 0.5);
}

.hover\:border-b-teal\/60:hover {
  border-bottom-color: rgb(0 129 159 / 0.6);
}

.hover\:border-b-teal\/70:hover {
  border-bottom-color: rgb(0 129 159 / 0.7);
}

.hover\:border-b-teal\/75:hover {
  border-bottom-color: rgb(0 129 159 / 0.75);
}

.hover\:border-b-teal\/80:hover {
  border-bottom-color: rgb(0 129 159 / 0.8);
}

.hover\:border-b-teal\/90:hover {
  border-bottom-color: rgb(0 129 159 / 0.9);
}

.hover\:border-b-teal\/95:hover {
  border-bottom-color: rgb(0 129 159 / 0.95);
}

.hover\:border-b-teal_dark:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.hover\:border-b-teal_dark\/0:hover {
  border-bottom-color: rgb(0 60 77 / 0);
}

.hover\:border-b-teal_dark\/10:hover {
  border-bottom-color: rgb(0 60 77 / 0.1);
}

.hover\:border-b-teal_dark\/100:hover {
  border-bottom-color: rgb(0 60 77 / 1);
}

.hover\:border-b-teal_dark\/20:hover {
  border-bottom-color: rgb(0 60 77 / 0.2);
}

.hover\:border-b-teal_dark\/25:hover {
  border-bottom-color: rgb(0 60 77 / 0.25);
}

.hover\:border-b-teal_dark\/30:hover {
  border-bottom-color: rgb(0 60 77 / 0.3);
}

.hover\:border-b-teal_dark\/40:hover {
  border-bottom-color: rgb(0 60 77 / 0.4);
}

.hover\:border-b-teal_dark\/5:hover {
  border-bottom-color: rgb(0 60 77 / 0.05);
}

.hover\:border-b-teal_dark\/50:hover {
  border-bottom-color: rgb(0 60 77 / 0.5);
}

.hover\:border-b-teal_dark\/60:hover {
  border-bottom-color: rgb(0 60 77 / 0.6);
}

.hover\:border-b-teal_dark\/70:hover {
  border-bottom-color: rgb(0 60 77 / 0.7);
}

.hover\:border-b-teal_dark\/75:hover {
  border-bottom-color: rgb(0 60 77 / 0.75);
}

.hover\:border-b-teal_dark\/80:hover {
  border-bottom-color: rgb(0 60 77 / 0.8);
}

.hover\:border-b-teal_dark\/90:hover {
  border-bottom-color: rgb(0 60 77 / 0.9);
}

.hover\:border-b-teal_dark\/95:hover {
  border-bottom-color: rgb(0 60 77 / 0.95);
}

.hover\:border-b-teal_extra_light:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.hover\:border-b-teal_extra_light\/0:hover {
  border-bottom-color: rgb(245 251 252 / 0);
}

.hover\:border-b-teal_extra_light\/10:hover {
  border-bottom-color: rgb(245 251 252 / 0.1);
}

.hover\:border-b-teal_extra_light\/100:hover {
  border-bottom-color: rgb(245 251 252 / 1);
}

.hover\:border-b-teal_extra_light\/20:hover {
  border-bottom-color: rgb(245 251 252 / 0.2);
}

.hover\:border-b-teal_extra_light\/25:hover {
  border-bottom-color: rgb(245 251 252 / 0.25);
}

.hover\:border-b-teal_extra_light\/30:hover {
  border-bottom-color: rgb(245 251 252 / 0.3);
}

.hover\:border-b-teal_extra_light\/40:hover {
  border-bottom-color: rgb(245 251 252 / 0.4);
}

.hover\:border-b-teal_extra_light\/5:hover {
  border-bottom-color: rgb(245 251 252 / 0.05);
}

.hover\:border-b-teal_extra_light\/50:hover {
  border-bottom-color: rgb(245 251 252 / 0.5);
}

.hover\:border-b-teal_extra_light\/60:hover {
  border-bottom-color: rgb(245 251 252 / 0.6);
}

.hover\:border-b-teal_extra_light\/70:hover {
  border-bottom-color: rgb(245 251 252 / 0.7);
}

.hover\:border-b-teal_extra_light\/75:hover {
  border-bottom-color: rgb(245 251 252 / 0.75);
}

.hover\:border-b-teal_extra_light\/80:hover {
  border-bottom-color: rgb(245 251 252 / 0.8);
}

.hover\:border-b-teal_extra_light\/90:hover {
  border-bottom-color: rgb(245 251 252 / 0.9);
}

.hover\:border-b-teal_extra_light\/95:hover {
  border-bottom-color: rgb(245 251 252 / 0.95);
}

.hover\:border-b-teal_light:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.hover\:border-b-teal_light\/0:hover {
  border-bottom-color: rgb(116 196 214 / 0);
}

.hover\:border-b-teal_light\/10:hover {
  border-bottom-color: rgb(116 196 214 / 0.1);
}

.hover\:border-b-teal_light\/100:hover {
  border-bottom-color: rgb(116 196 214 / 1);
}

.hover\:border-b-teal_light\/20:hover {
  border-bottom-color: rgb(116 196 214 / 0.2);
}

.hover\:border-b-teal_light\/25:hover {
  border-bottom-color: rgb(116 196 214 / 0.25);
}

.hover\:border-b-teal_light\/30:hover {
  border-bottom-color: rgb(116 196 214 / 0.3);
}

.hover\:border-b-teal_light\/40:hover {
  border-bottom-color: rgb(116 196 214 / 0.4);
}

.hover\:border-b-teal_light\/5:hover {
  border-bottom-color: rgb(116 196 214 / 0.05);
}

.hover\:border-b-teal_light\/50:hover {
  border-bottom-color: rgb(116 196 214 / 0.5);
}

.hover\:border-b-teal_light\/60:hover {
  border-bottom-color: rgb(116 196 214 / 0.6);
}

.hover\:border-b-teal_light\/70:hover {
  border-bottom-color: rgb(116 196 214 / 0.7);
}

.hover\:border-b-teal_light\/75:hover {
  border-bottom-color: rgb(116 196 214 / 0.75);
}

.hover\:border-b-teal_light\/80:hover {
  border-bottom-color: rgb(116 196 214 / 0.8);
}

.hover\:border-b-teal_light\/90:hover {
  border-bottom-color: rgb(116 196 214 / 0.9);
}

.hover\:border-b-teal_light\/95:hover {
  border-bottom-color: rgb(116 196 214 / 0.95);
}

.hover\:border-b-transparent:hover {
  border-bottom-color: transparent;
}

.hover\:border-b-transparent\/0:hover {
  border-bottom-color: rgb(0 0 0 / 0);
}

.hover\:border-b-transparent\/10:hover {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.hover\:border-b-transparent\/100:hover {
  border-bottom-color: rgb(0 0 0 / 1);
}

.hover\:border-b-transparent\/20:hover {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.hover\:border-b-transparent\/25:hover {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.hover\:border-b-transparent\/30:hover {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.hover\:border-b-transparent\/40:hover {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.hover\:border-b-transparent\/5:hover {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.hover\:border-b-transparent\/50:hover {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.hover\:border-b-transparent\/60:hover {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.hover\:border-b-transparent\/70:hover {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.hover\:border-b-transparent\/75:hover {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.hover\:border-b-transparent\/80:hover {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.hover\:border-b-transparent\/90:hover {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.hover\:border-b-transparent\/95:hover {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.hover\:border-b-white:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-b-white\/0:hover {
  border-bottom-color: rgb(255 255 255 / 0);
}

.hover\:border-b-white\/10:hover {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.hover\:border-b-white\/100:hover {
  border-bottom-color: rgb(255 255 255 / 1);
}

.hover\:border-b-white\/20:hover {
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.hover\:border-b-white\/25:hover {
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.hover\:border-b-white\/30:hover {
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.hover\:border-b-white\/40:hover {
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.hover\:border-b-white\/5:hover {
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.hover\:border-b-white\/50:hover {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.hover\:border-b-white\/60:hover {
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.hover\:border-b-white\/70:hover {
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.hover\:border-b-white\/75:hover {
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.hover\:border-b-white\/80:hover {
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.hover\:border-b-white\/90:hover {
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.hover\:border-b-white\/95:hover {
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.hover\:border-e-black:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-e-black\/0:hover {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.hover\:border-e-black\/10:hover {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.hover\:border-e-black\/100:hover {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.hover\:border-e-black\/20:hover {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.hover\:border-e-black\/25:hover {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.hover\:border-e-black\/30:hover {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.hover\:border-e-black\/40:hover {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.hover\:border-e-black\/5:hover {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.hover\:border-e-black\/50:hover {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.hover\:border-e-black\/60:hover {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.hover\:border-e-black\/70:hover {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.hover\:border-e-black\/75:hover {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.hover\:border-e-black\/80:hover {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.hover\:border-e-black\/90:hover {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.hover\:border-e-black\/95:hover {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.hover\:border-e-current:hover {
  border-inline-end-color: currentColor;
}

.hover\:border-e-error_red:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.hover\:border-e-error_red\/0:hover {
  border-inline-end-color: rgb(235 0 27 / 0);
}

.hover\:border-e-error_red\/10:hover {
  border-inline-end-color: rgb(235 0 27 / 0.1);
}

.hover\:border-e-error_red\/100:hover {
  border-inline-end-color: rgb(235 0 27 / 1);
}

.hover\:border-e-error_red\/20:hover {
  border-inline-end-color: rgb(235 0 27 / 0.2);
}

.hover\:border-e-error_red\/25:hover {
  border-inline-end-color: rgb(235 0 27 / 0.25);
}

.hover\:border-e-error_red\/30:hover {
  border-inline-end-color: rgb(235 0 27 / 0.3);
}

.hover\:border-e-error_red\/40:hover {
  border-inline-end-color: rgb(235 0 27 / 0.4);
}

.hover\:border-e-error_red\/5:hover {
  border-inline-end-color: rgb(235 0 27 / 0.05);
}

.hover\:border-e-error_red\/50:hover {
  border-inline-end-color: rgb(235 0 27 / 0.5);
}

.hover\:border-e-error_red\/60:hover {
  border-inline-end-color: rgb(235 0 27 / 0.6);
}

.hover\:border-e-error_red\/70:hover {
  border-inline-end-color: rgb(235 0 27 / 0.7);
}

.hover\:border-e-error_red\/75:hover {
  border-inline-end-color: rgb(235 0 27 / 0.75);
}

.hover\:border-e-error_red\/80:hover {
  border-inline-end-color: rgb(235 0 27 / 0.8);
}

.hover\:border-e-error_red\/90:hover {
  border-inline-end-color: rgb(235 0 27 / 0.9);
}

.hover\:border-e-error_red\/95:hover {
  border-inline-end-color: rgb(235 0 27 / 0.95);
}

.hover\:border-e-gray5:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.hover\:border-e-gray5\/0:hover {
  border-inline-end-color: rgb(242 242 242 / 0);
}

.hover\:border-e-gray5\/10:hover {
  border-inline-end-color: rgb(242 242 242 / 0.1);
}

.hover\:border-e-gray5\/100:hover {
  border-inline-end-color: rgb(242 242 242 / 1);
}

.hover\:border-e-gray5\/20:hover {
  border-inline-end-color: rgb(242 242 242 / 0.2);
}

.hover\:border-e-gray5\/25:hover {
  border-inline-end-color: rgb(242 242 242 / 0.25);
}

.hover\:border-e-gray5\/30:hover {
  border-inline-end-color: rgb(242 242 242 / 0.3);
}

.hover\:border-e-gray5\/40:hover {
  border-inline-end-color: rgb(242 242 242 / 0.4);
}

.hover\:border-e-gray5\/5:hover {
  border-inline-end-color: rgb(242 242 242 / 0.05);
}

.hover\:border-e-gray5\/50:hover {
  border-inline-end-color: rgb(242 242 242 / 0.5);
}

.hover\:border-e-gray5\/60:hover {
  border-inline-end-color: rgb(242 242 242 / 0.6);
}

.hover\:border-e-gray5\/70:hover {
  border-inline-end-color: rgb(242 242 242 / 0.7);
}

.hover\:border-e-gray5\/75:hover {
  border-inline-end-color: rgb(242 242 242 / 0.75);
}

.hover\:border-e-gray5\/80:hover {
  border-inline-end-color: rgb(242 242 242 / 0.8);
}

.hover\:border-e-gray5\/90:hover {
  border-inline-end-color: rgb(242 242 242 / 0.9);
}

.hover\:border-e-gray5\/95:hover {
  border-inline-end-color: rgb(242 242 242 / 0.95);
}

.hover\:border-e-sh_black:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.hover\:border-e-sh_black\/0:hover {
  border-inline-end-color: rgb(35 31 32 / 0);
}

.hover\:border-e-sh_black\/10:hover {
  border-inline-end-color: rgb(35 31 32 / 0.1);
}

.hover\:border-e-sh_black\/100:hover {
  border-inline-end-color: rgb(35 31 32 / 1);
}

.hover\:border-e-sh_black\/20:hover {
  border-inline-end-color: rgb(35 31 32 / 0.2);
}

.hover\:border-e-sh_black\/25:hover {
  border-inline-end-color: rgb(35 31 32 / 0.25);
}

.hover\:border-e-sh_black\/30:hover {
  border-inline-end-color: rgb(35 31 32 / 0.3);
}

.hover\:border-e-sh_black\/40:hover {
  border-inline-end-color: rgb(35 31 32 / 0.4);
}

.hover\:border-e-sh_black\/5:hover {
  border-inline-end-color: rgb(35 31 32 / 0.05);
}

.hover\:border-e-sh_black\/50:hover {
  border-inline-end-color: rgb(35 31 32 / 0.5);
}

.hover\:border-e-sh_black\/60:hover {
  border-inline-end-color: rgb(35 31 32 / 0.6);
}

.hover\:border-e-sh_black\/70:hover {
  border-inline-end-color: rgb(35 31 32 / 0.7);
}

.hover\:border-e-sh_black\/75:hover {
  border-inline-end-color: rgb(35 31 32 / 0.75);
}

.hover\:border-e-sh_black\/80:hover {
  border-inline-end-color: rgb(35 31 32 / 0.8);
}

.hover\:border-e-sh_black\/90:hover {
  border-inline-end-color: rgb(35 31 32 / 0.9);
}

.hover\:border-e-sh_black\/95:hover {
  border-inline-end-color: rgb(35 31 32 / 0.95);
}

.hover\:border-e-success_green:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.hover\:border-e-success_green\/0:hover {
  border-inline-end-color: rgb(80 131 22 / 0);
}

.hover\:border-e-success_green\/10:hover {
  border-inline-end-color: rgb(80 131 22 / 0.1);
}

.hover\:border-e-success_green\/100:hover {
  border-inline-end-color: rgb(80 131 22 / 1);
}

.hover\:border-e-success_green\/20:hover {
  border-inline-end-color: rgb(80 131 22 / 0.2);
}

.hover\:border-e-success_green\/25:hover {
  border-inline-end-color: rgb(80 131 22 / 0.25);
}

.hover\:border-e-success_green\/30:hover {
  border-inline-end-color: rgb(80 131 22 / 0.3);
}

.hover\:border-e-success_green\/40:hover {
  border-inline-end-color: rgb(80 131 22 / 0.4);
}

.hover\:border-e-success_green\/5:hover {
  border-inline-end-color: rgb(80 131 22 / 0.05);
}

.hover\:border-e-success_green\/50:hover {
  border-inline-end-color: rgb(80 131 22 / 0.5);
}

.hover\:border-e-success_green\/60:hover {
  border-inline-end-color: rgb(80 131 22 / 0.6);
}

.hover\:border-e-success_green\/70:hover {
  border-inline-end-color: rgb(80 131 22 / 0.7);
}

.hover\:border-e-success_green\/75:hover {
  border-inline-end-color: rgb(80 131 22 / 0.75);
}

.hover\:border-e-success_green\/80:hover {
  border-inline-end-color: rgb(80 131 22 / 0.8);
}

.hover\:border-e-success_green\/90:hover {
  border-inline-end-color: rgb(80 131 22 / 0.9);
}

.hover\:border-e-success_green\/95:hover {
  border-inline-end-color: rgb(80 131 22 / 0.95);
}

.hover\:border-e-teal:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.hover\:border-e-teal\/0:hover {
  border-inline-end-color: rgb(0 129 159 / 0);
}

.hover\:border-e-teal\/10:hover {
  border-inline-end-color: rgb(0 129 159 / 0.1);
}

.hover\:border-e-teal\/100:hover {
  border-inline-end-color: rgb(0 129 159 / 1);
}

.hover\:border-e-teal\/20:hover {
  border-inline-end-color: rgb(0 129 159 / 0.2);
}

.hover\:border-e-teal\/25:hover {
  border-inline-end-color: rgb(0 129 159 / 0.25);
}

.hover\:border-e-teal\/30:hover {
  border-inline-end-color: rgb(0 129 159 / 0.3);
}

.hover\:border-e-teal\/40:hover {
  border-inline-end-color: rgb(0 129 159 / 0.4);
}

.hover\:border-e-teal\/5:hover {
  border-inline-end-color: rgb(0 129 159 / 0.05);
}

.hover\:border-e-teal\/50:hover {
  border-inline-end-color: rgb(0 129 159 / 0.5);
}

.hover\:border-e-teal\/60:hover {
  border-inline-end-color: rgb(0 129 159 / 0.6);
}

.hover\:border-e-teal\/70:hover {
  border-inline-end-color: rgb(0 129 159 / 0.7);
}

.hover\:border-e-teal\/75:hover {
  border-inline-end-color: rgb(0 129 159 / 0.75);
}

.hover\:border-e-teal\/80:hover {
  border-inline-end-color: rgb(0 129 159 / 0.8);
}

.hover\:border-e-teal\/90:hover {
  border-inline-end-color: rgb(0 129 159 / 0.9);
}

.hover\:border-e-teal\/95:hover {
  border-inline-end-color: rgb(0 129 159 / 0.95);
}

.hover\:border-e-teal_dark:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.hover\:border-e-teal_dark\/0:hover {
  border-inline-end-color: rgb(0 60 77 / 0);
}

.hover\:border-e-teal_dark\/10:hover {
  border-inline-end-color: rgb(0 60 77 / 0.1);
}

.hover\:border-e-teal_dark\/100:hover {
  border-inline-end-color: rgb(0 60 77 / 1);
}

.hover\:border-e-teal_dark\/20:hover {
  border-inline-end-color: rgb(0 60 77 / 0.2);
}

.hover\:border-e-teal_dark\/25:hover {
  border-inline-end-color: rgb(0 60 77 / 0.25);
}

.hover\:border-e-teal_dark\/30:hover {
  border-inline-end-color: rgb(0 60 77 / 0.3);
}

.hover\:border-e-teal_dark\/40:hover {
  border-inline-end-color: rgb(0 60 77 / 0.4);
}

.hover\:border-e-teal_dark\/5:hover {
  border-inline-end-color: rgb(0 60 77 / 0.05);
}

.hover\:border-e-teal_dark\/50:hover {
  border-inline-end-color: rgb(0 60 77 / 0.5);
}

.hover\:border-e-teal_dark\/60:hover {
  border-inline-end-color: rgb(0 60 77 / 0.6);
}

.hover\:border-e-teal_dark\/70:hover {
  border-inline-end-color: rgb(0 60 77 / 0.7);
}

.hover\:border-e-teal_dark\/75:hover {
  border-inline-end-color: rgb(0 60 77 / 0.75);
}

.hover\:border-e-teal_dark\/80:hover {
  border-inline-end-color: rgb(0 60 77 / 0.8);
}

.hover\:border-e-teal_dark\/90:hover {
  border-inline-end-color: rgb(0 60 77 / 0.9);
}

.hover\:border-e-teal_dark\/95:hover {
  border-inline-end-color: rgb(0 60 77 / 0.95);
}

.hover\:border-e-teal_extra_light:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.hover\:border-e-teal_extra_light\/0:hover {
  border-inline-end-color: rgb(245 251 252 / 0);
}

.hover\:border-e-teal_extra_light\/10:hover {
  border-inline-end-color: rgb(245 251 252 / 0.1);
}

.hover\:border-e-teal_extra_light\/100:hover {
  border-inline-end-color: rgb(245 251 252 / 1);
}

.hover\:border-e-teal_extra_light\/20:hover {
  border-inline-end-color: rgb(245 251 252 / 0.2);
}

.hover\:border-e-teal_extra_light\/25:hover {
  border-inline-end-color: rgb(245 251 252 / 0.25);
}

.hover\:border-e-teal_extra_light\/30:hover {
  border-inline-end-color: rgb(245 251 252 / 0.3);
}

.hover\:border-e-teal_extra_light\/40:hover {
  border-inline-end-color: rgb(245 251 252 / 0.4);
}

.hover\:border-e-teal_extra_light\/5:hover {
  border-inline-end-color: rgb(245 251 252 / 0.05);
}

.hover\:border-e-teal_extra_light\/50:hover {
  border-inline-end-color: rgb(245 251 252 / 0.5);
}

.hover\:border-e-teal_extra_light\/60:hover {
  border-inline-end-color: rgb(245 251 252 / 0.6);
}

.hover\:border-e-teal_extra_light\/70:hover {
  border-inline-end-color: rgb(245 251 252 / 0.7);
}

.hover\:border-e-teal_extra_light\/75:hover {
  border-inline-end-color: rgb(245 251 252 / 0.75);
}

.hover\:border-e-teal_extra_light\/80:hover {
  border-inline-end-color: rgb(245 251 252 / 0.8);
}

.hover\:border-e-teal_extra_light\/90:hover {
  border-inline-end-color: rgb(245 251 252 / 0.9);
}

.hover\:border-e-teal_extra_light\/95:hover {
  border-inline-end-color: rgb(245 251 252 / 0.95);
}

.hover\:border-e-teal_light:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.hover\:border-e-teal_light\/0:hover {
  border-inline-end-color: rgb(116 196 214 / 0);
}

.hover\:border-e-teal_light\/10:hover {
  border-inline-end-color: rgb(116 196 214 / 0.1);
}

.hover\:border-e-teal_light\/100:hover {
  border-inline-end-color: rgb(116 196 214 / 1);
}

.hover\:border-e-teal_light\/20:hover {
  border-inline-end-color: rgb(116 196 214 / 0.2);
}

.hover\:border-e-teal_light\/25:hover {
  border-inline-end-color: rgb(116 196 214 / 0.25);
}

.hover\:border-e-teal_light\/30:hover {
  border-inline-end-color: rgb(116 196 214 / 0.3);
}

.hover\:border-e-teal_light\/40:hover {
  border-inline-end-color: rgb(116 196 214 / 0.4);
}

.hover\:border-e-teal_light\/5:hover {
  border-inline-end-color: rgb(116 196 214 / 0.05);
}

.hover\:border-e-teal_light\/50:hover {
  border-inline-end-color: rgb(116 196 214 / 0.5);
}

.hover\:border-e-teal_light\/60:hover {
  border-inline-end-color: rgb(116 196 214 / 0.6);
}

.hover\:border-e-teal_light\/70:hover {
  border-inline-end-color: rgb(116 196 214 / 0.7);
}

.hover\:border-e-teal_light\/75:hover {
  border-inline-end-color: rgb(116 196 214 / 0.75);
}

.hover\:border-e-teal_light\/80:hover {
  border-inline-end-color: rgb(116 196 214 / 0.8);
}

.hover\:border-e-teal_light\/90:hover {
  border-inline-end-color: rgb(116 196 214 / 0.9);
}

.hover\:border-e-teal_light\/95:hover {
  border-inline-end-color: rgb(116 196 214 / 0.95);
}

.hover\:border-e-transparent:hover {
  border-inline-end-color: transparent;
}

.hover\:border-e-transparent\/0:hover {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.hover\:border-e-transparent\/10:hover {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.hover\:border-e-transparent\/100:hover {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.hover\:border-e-transparent\/20:hover {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.hover\:border-e-transparent\/25:hover {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.hover\:border-e-transparent\/30:hover {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.hover\:border-e-transparent\/40:hover {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.hover\:border-e-transparent\/5:hover {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.hover\:border-e-transparent\/50:hover {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.hover\:border-e-transparent\/60:hover {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.hover\:border-e-transparent\/70:hover {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.hover\:border-e-transparent\/75:hover {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.hover\:border-e-transparent\/80:hover {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.hover\:border-e-transparent\/90:hover {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.hover\:border-e-transparent\/95:hover {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.hover\:border-e-white:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-e-white\/0:hover {
  border-inline-end-color: rgb(255 255 255 / 0);
}

.hover\:border-e-white\/10:hover {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.hover\:border-e-white\/100:hover {
  border-inline-end-color: rgb(255 255 255 / 1);
}

.hover\:border-e-white\/20:hover {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.hover\:border-e-white\/25:hover {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.hover\:border-e-white\/30:hover {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.hover\:border-e-white\/40:hover {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.hover\:border-e-white\/5:hover {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.hover\:border-e-white\/50:hover {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.hover\:border-e-white\/60:hover {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.hover\:border-e-white\/70:hover {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.hover\:border-e-white\/75:hover {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.hover\:border-e-white\/80:hover {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.hover\:border-e-white\/90:hover {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.hover\:border-e-white\/95:hover {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

.hover\:border-l-black:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-l-black\/0:hover {
  border-left-color: rgb(0 0 0 / 0);
}

.hover\:border-l-black\/10:hover {
  border-left-color: rgb(0 0 0 / 0.1);
}

.hover\:border-l-black\/100:hover {
  border-left-color: rgb(0 0 0 / 1);
}

.hover\:border-l-black\/20:hover {
  border-left-color: rgb(0 0 0 / 0.2);
}

.hover\:border-l-black\/25:hover {
  border-left-color: rgb(0 0 0 / 0.25);
}

.hover\:border-l-black\/30:hover {
  border-left-color: rgb(0 0 0 / 0.3);
}

.hover\:border-l-black\/40:hover {
  border-left-color: rgb(0 0 0 / 0.4);
}

.hover\:border-l-black\/5:hover {
  border-left-color: rgb(0 0 0 / 0.05);
}

.hover\:border-l-black\/50:hover {
  border-left-color: rgb(0 0 0 / 0.5);
}

.hover\:border-l-black\/60:hover {
  border-left-color: rgb(0 0 0 / 0.6);
}

.hover\:border-l-black\/70:hover {
  border-left-color: rgb(0 0 0 / 0.7);
}

.hover\:border-l-black\/75:hover {
  border-left-color: rgb(0 0 0 / 0.75);
}

.hover\:border-l-black\/80:hover {
  border-left-color: rgb(0 0 0 / 0.8);
}

.hover\:border-l-black\/90:hover {
  border-left-color: rgb(0 0 0 / 0.9);
}

.hover\:border-l-black\/95:hover {
  border-left-color: rgb(0 0 0 / 0.95);
}

.hover\:border-l-current:hover {
  border-left-color: currentColor;
}

.hover\:border-l-error_red:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.hover\:border-l-error_red\/0:hover {
  border-left-color: rgb(235 0 27 / 0);
}

.hover\:border-l-error_red\/10:hover {
  border-left-color: rgb(235 0 27 / 0.1);
}

.hover\:border-l-error_red\/100:hover {
  border-left-color: rgb(235 0 27 / 1);
}

.hover\:border-l-error_red\/20:hover {
  border-left-color: rgb(235 0 27 / 0.2);
}

.hover\:border-l-error_red\/25:hover {
  border-left-color: rgb(235 0 27 / 0.25);
}

.hover\:border-l-error_red\/30:hover {
  border-left-color: rgb(235 0 27 / 0.3);
}

.hover\:border-l-error_red\/40:hover {
  border-left-color: rgb(235 0 27 / 0.4);
}

.hover\:border-l-error_red\/5:hover {
  border-left-color: rgb(235 0 27 / 0.05);
}

.hover\:border-l-error_red\/50:hover {
  border-left-color: rgb(235 0 27 / 0.5);
}

.hover\:border-l-error_red\/60:hover {
  border-left-color: rgb(235 0 27 / 0.6);
}

.hover\:border-l-error_red\/70:hover {
  border-left-color: rgb(235 0 27 / 0.7);
}

.hover\:border-l-error_red\/75:hover {
  border-left-color: rgb(235 0 27 / 0.75);
}

.hover\:border-l-error_red\/80:hover {
  border-left-color: rgb(235 0 27 / 0.8);
}

.hover\:border-l-error_red\/90:hover {
  border-left-color: rgb(235 0 27 / 0.9);
}

.hover\:border-l-error_red\/95:hover {
  border-left-color: rgb(235 0 27 / 0.95);
}

.hover\:border-l-gray5:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.hover\:border-l-gray5\/0:hover {
  border-left-color: rgb(242 242 242 / 0);
}

.hover\:border-l-gray5\/10:hover {
  border-left-color: rgb(242 242 242 / 0.1);
}

.hover\:border-l-gray5\/100:hover {
  border-left-color: rgb(242 242 242 / 1);
}

.hover\:border-l-gray5\/20:hover {
  border-left-color: rgb(242 242 242 / 0.2);
}

.hover\:border-l-gray5\/25:hover {
  border-left-color: rgb(242 242 242 / 0.25);
}

.hover\:border-l-gray5\/30:hover {
  border-left-color: rgb(242 242 242 / 0.3);
}

.hover\:border-l-gray5\/40:hover {
  border-left-color: rgb(242 242 242 / 0.4);
}

.hover\:border-l-gray5\/5:hover {
  border-left-color: rgb(242 242 242 / 0.05);
}

.hover\:border-l-gray5\/50:hover {
  border-left-color: rgb(242 242 242 / 0.5);
}

.hover\:border-l-gray5\/60:hover {
  border-left-color: rgb(242 242 242 / 0.6);
}

.hover\:border-l-gray5\/70:hover {
  border-left-color: rgb(242 242 242 / 0.7);
}

.hover\:border-l-gray5\/75:hover {
  border-left-color: rgb(242 242 242 / 0.75);
}

.hover\:border-l-gray5\/80:hover {
  border-left-color: rgb(242 242 242 / 0.8);
}

.hover\:border-l-gray5\/90:hover {
  border-left-color: rgb(242 242 242 / 0.9);
}

.hover\:border-l-gray5\/95:hover {
  border-left-color: rgb(242 242 242 / 0.95);
}

.hover\:border-l-sh_black:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.hover\:border-l-sh_black\/0:hover {
  border-left-color: rgb(35 31 32 / 0);
}

.hover\:border-l-sh_black\/10:hover {
  border-left-color: rgb(35 31 32 / 0.1);
}

.hover\:border-l-sh_black\/100:hover {
  border-left-color: rgb(35 31 32 / 1);
}

.hover\:border-l-sh_black\/20:hover {
  border-left-color: rgb(35 31 32 / 0.2);
}

.hover\:border-l-sh_black\/25:hover {
  border-left-color: rgb(35 31 32 / 0.25);
}

.hover\:border-l-sh_black\/30:hover {
  border-left-color: rgb(35 31 32 / 0.3);
}

.hover\:border-l-sh_black\/40:hover {
  border-left-color: rgb(35 31 32 / 0.4);
}

.hover\:border-l-sh_black\/5:hover {
  border-left-color: rgb(35 31 32 / 0.05);
}

.hover\:border-l-sh_black\/50:hover {
  border-left-color: rgb(35 31 32 / 0.5);
}

.hover\:border-l-sh_black\/60:hover {
  border-left-color: rgb(35 31 32 / 0.6);
}

.hover\:border-l-sh_black\/70:hover {
  border-left-color: rgb(35 31 32 / 0.7);
}

.hover\:border-l-sh_black\/75:hover {
  border-left-color: rgb(35 31 32 / 0.75);
}

.hover\:border-l-sh_black\/80:hover {
  border-left-color: rgb(35 31 32 / 0.8);
}

.hover\:border-l-sh_black\/90:hover {
  border-left-color: rgb(35 31 32 / 0.9);
}

.hover\:border-l-sh_black\/95:hover {
  border-left-color: rgb(35 31 32 / 0.95);
}

.hover\:border-l-success_green:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.hover\:border-l-success_green\/0:hover {
  border-left-color: rgb(80 131 22 / 0);
}

.hover\:border-l-success_green\/10:hover {
  border-left-color: rgb(80 131 22 / 0.1);
}

.hover\:border-l-success_green\/100:hover {
  border-left-color: rgb(80 131 22 / 1);
}

.hover\:border-l-success_green\/20:hover {
  border-left-color: rgb(80 131 22 / 0.2);
}

.hover\:border-l-success_green\/25:hover {
  border-left-color: rgb(80 131 22 / 0.25);
}

.hover\:border-l-success_green\/30:hover {
  border-left-color: rgb(80 131 22 / 0.3);
}

.hover\:border-l-success_green\/40:hover {
  border-left-color: rgb(80 131 22 / 0.4);
}

.hover\:border-l-success_green\/5:hover {
  border-left-color: rgb(80 131 22 / 0.05);
}

.hover\:border-l-success_green\/50:hover {
  border-left-color: rgb(80 131 22 / 0.5);
}

.hover\:border-l-success_green\/60:hover {
  border-left-color: rgb(80 131 22 / 0.6);
}

.hover\:border-l-success_green\/70:hover {
  border-left-color: rgb(80 131 22 / 0.7);
}

.hover\:border-l-success_green\/75:hover {
  border-left-color: rgb(80 131 22 / 0.75);
}

.hover\:border-l-success_green\/80:hover {
  border-left-color: rgb(80 131 22 / 0.8);
}

.hover\:border-l-success_green\/90:hover {
  border-left-color: rgb(80 131 22 / 0.9);
}

.hover\:border-l-success_green\/95:hover {
  border-left-color: rgb(80 131 22 / 0.95);
}

.hover\:border-l-teal:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.hover\:border-l-teal\/0:hover {
  border-left-color: rgb(0 129 159 / 0);
}

.hover\:border-l-teal\/10:hover {
  border-left-color: rgb(0 129 159 / 0.1);
}

.hover\:border-l-teal\/100:hover {
  border-left-color: rgb(0 129 159 / 1);
}

.hover\:border-l-teal\/20:hover {
  border-left-color: rgb(0 129 159 / 0.2);
}

.hover\:border-l-teal\/25:hover {
  border-left-color: rgb(0 129 159 / 0.25);
}

.hover\:border-l-teal\/30:hover {
  border-left-color: rgb(0 129 159 / 0.3);
}

.hover\:border-l-teal\/40:hover {
  border-left-color: rgb(0 129 159 / 0.4);
}

.hover\:border-l-teal\/5:hover {
  border-left-color: rgb(0 129 159 / 0.05);
}

.hover\:border-l-teal\/50:hover {
  border-left-color: rgb(0 129 159 / 0.5);
}

.hover\:border-l-teal\/60:hover {
  border-left-color: rgb(0 129 159 / 0.6);
}

.hover\:border-l-teal\/70:hover {
  border-left-color: rgb(0 129 159 / 0.7);
}

.hover\:border-l-teal\/75:hover {
  border-left-color: rgb(0 129 159 / 0.75);
}

.hover\:border-l-teal\/80:hover {
  border-left-color: rgb(0 129 159 / 0.8);
}

.hover\:border-l-teal\/90:hover {
  border-left-color: rgb(0 129 159 / 0.9);
}

.hover\:border-l-teal\/95:hover {
  border-left-color: rgb(0 129 159 / 0.95);
}

.hover\:border-l-teal_dark:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.hover\:border-l-teal_dark\/0:hover {
  border-left-color: rgb(0 60 77 / 0);
}

.hover\:border-l-teal_dark\/10:hover {
  border-left-color: rgb(0 60 77 / 0.1);
}

.hover\:border-l-teal_dark\/100:hover {
  border-left-color: rgb(0 60 77 / 1);
}

.hover\:border-l-teal_dark\/20:hover {
  border-left-color: rgb(0 60 77 / 0.2);
}

.hover\:border-l-teal_dark\/25:hover {
  border-left-color: rgb(0 60 77 / 0.25);
}

.hover\:border-l-teal_dark\/30:hover {
  border-left-color: rgb(0 60 77 / 0.3);
}

.hover\:border-l-teal_dark\/40:hover {
  border-left-color: rgb(0 60 77 / 0.4);
}

.hover\:border-l-teal_dark\/5:hover {
  border-left-color: rgb(0 60 77 / 0.05);
}

.hover\:border-l-teal_dark\/50:hover {
  border-left-color: rgb(0 60 77 / 0.5);
}

.hover\:border-l-teal_dark\/60:hover {
  border-left-color: rgb(0 60 77 / 0.6);
}

.hover\:border-l-teal_dark\/70:hover {
  border-left-color: rgb(0 60 77 / 0.7);
}

.hover\:border-l-teal_dark\/75:hover {
  border-left-color: rgb(0 60 77 / 0.75);
}

.hover\:border-l-teal_dark\/80:hover {
  border-left-color: rgb(0 60 77 / 0.8);
}

.hover\:border-l-teal_dark\/90:hover {
  border-left-color: rgb(0 60 77 / 0.9);
}

.hover\:border-l-teal_dark\/95:hover {
  border-left-color: rgb(0 60 77 / 0.95);
}

.hover\:border-l-teal_extra_light:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.hover\:border-l-teal_extra_light\/0:hover {
  border-left-color: rgb(245 251 252 / 0);
}

.hover\:border-l-teal_extra_light\/10:hover {
  border-left-color: rgb(245 251 252 / 0.1);
}

.hover\:border-l-teal_extra_light\/100:hover {
  border-left-color: rgb(245 251 252 / 1);
}

.hover\:border-l-teal_extra_light\/20:hover {
  border-left-color: rgb(245 251 252 / 0.2);
}

.hover\:border-l-teal_extra_light\/25:hover {
  border-left-color: rgb(245 251 252 / 0.25);
}

.hover\:border-l-teal_extra_light\/30:hover {
  border-left-color: rgb(245 251 252 / 0.3);
}

.hover\:border-l-teal_extra_light\/40:hover {
  border-left-color: rgb(245 251 252 / 0.4);
}

.hover\:border-l-teal_extra_light\/5:hover {
  border-left-color: rgb(245 251 252 / 0.05);
}

.hover\:border-l-teal_extra_light\/50:hover {
  border-left-color: rgb(245 251 252 / 0.5);
}

.hover\:border-l-teal_extra_light\/60:hover {
  border-left-color: rgb(245 251 252 / 0.6);
}

.hover\:border-l-teal_extra_light\/70:hover {
  border-left-color: rgb(245 251 252 / 0.7);
}

.hover\:border-l-teal_extra_light\/75:hover {
  border-left-color: rgb(245 251 252 / 0.75);
}

.hover\:border-l-teal_extra_light\/80:hover {
  border-left-color: rgb(245 251 252 / 0.8);
}

.hover\:border-l-teal_extra_light\/90:hover {
  border-left-color: rgb(245 251 252 / 0.9);
}

.hover\:border-l-teal_extra_light\/95:hover {
  border-left-color: rgb(245 251 252 / 0.95);
}

.hover\:border-l-teal_light:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.hover\:border-l-teal_light\/0:hover {
  border-left-color: rgb(116 196 214 / 0);
}

.hover\:border-l-teal_light\/10:hover {
  border-left-color: rgb(116 196 214 / 0.1);
}

.hover\:border-l-teal_light\/100:hover {
  border-left-color: rgb(116 196 214 / 1);
}

.hover\:border-l-teal_light\/20:hover {
  border-left-color: rgb(116 196 214 / 0.2);
}

.hover\:border-l-teal_light\/25:hover {
  border-left-color: rgb(116 196 214 / 0.25);
}

.hover\:border-l-teal_light\/30:hover {
  border-left-color: rgb(116 196 214 / 0.3);
}

.hover\:border-l-teal_light\/40:hover {
  border-left-color: rgb(116 196 214 / 0.4);
}

.hover\:border-l-teal_light\/5:hover {
  border-left-color: rgb(116 196 214 / 0.05);
}

.hover\:border-l-teal_light\/50:hover {
  border-left-color: rgb(116 196 214 / 0.5);
}

.hover\:border-l-teal_light\/60:hover {
  border-left-color: rgb(116 196 214 / 0.6);
}

.hover\:border-l-teal_light\/70:hover {
  border-left-color: rgb(116 196 214 / 0.7);
}

.hover\:border-l-teal_light\/75:hover {
  border-left-color: rgb(116 196 214 / 0.75);
}

.hover\:border-l-teal_light\/80:hover {
  border-left-color: rgb(116 196 214 / 0.8);
}

.hover\:border-l-teal_light\/90:hover {
  border-left-color: rgb(116 196 214 / 0.9);
}

.hover\:border-l-teal_light\/95:hover {
  border-left-color: rgb(116 196 214 / 0.95);
}

.hover\:border-l-transparent:hover {
  border-left-color: transparent;
}

.hover\:border-l-transparent\/0:hover {
  border-left-color: rgb(0 0 0 / 0);
}

.hover\:border-l-transparent\/10:hover {
  border-left-color: rgb(0 0 0 / 0.1);
}

.hover\:border-l-transparent\/100:hover {
  border-left-color: rgb(0 0 0 / 1);
}

.hover\:border-l-transparent\/20:hover {
  border-left-color: rgb(0 0 0 / 0.2);
}

.hover\:border-l-transparent\/25:hover {
  border-left-color: rgb(0 0 0 / 0.25);
}

.hover\:border-l-transparent\/30:hover {
  border-left-color: rgb(0 0 0 / 0.3);
}

.hover\:border-l-transparent\/40:hover {
  border-left-color: rgb(0 0 0 / 0.4);
}

.hover\:border-l-transparent\/5:hover {
  border-left-color: rgb(0 0 0 / 0.05);
}

.hover\:border-l-transparent\/50:hover {
  border-left-color: rgb(0 0 0 / 0.5);
}

.hover\:border-l-transparent\/60:hover {
  border-left-color: rgb(0 0 0 / 0.6);
}

.hover\:border-l-transparent\/70:hover {
  border-left-color: rgb(0 0 0 / 0.7);
}

.hover\:border-l-transparent\/75:hover {
  border-left-color: rgb(0 0 0 / 0.75);
}

.hover\:border-l-transparent\/80:hover {
  border-left-color: rgb(0 0 0 / 0.8);
}

.hover\:border-l-transparent\/90:hover {
  border-left-color: rgb(0 0 0 / 0.9);
}

.hover\:border-l-transparent\/95:hover {
  border-left-color: rgb(0 0 0 / 0.95);
}

.hover\:border-l-white:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-l-white\/0:hover {
  border-left-color: rgb(255 255 255 / 0);
}

.hover\:border-l-white\/10:hover {
  border-left-color: rgb(255 255 255 / 0.1);
}

.hover\:border-l-white\/100:hover {
  border-left-color: rgb(255 255 255 / 1);
}

.hover\:border-l-white\/20:hover {
  border-left-color: rgb(255 255 255 / 0.2);
}

.hover\:border-l-white\/25:hover {
  border-left-color: rgb(255 255 255 / 0.25);
}

.hover\:border-l-white\/30:hover {
  border-left-color: rgb(255 255 255 / 0.3);
}

.hover\:border-l-white\/40:hover {
  border-left-color: rgb(255 255 255 / 0.4);
}

.hover\:border-l-white\/5:hover {
  border-left-color: rgb(255 255 255 / 0.05);
}

.hover\:border-l-white\/50:hover {
  border-left-color: rgb(255 255 255 / 0.5);
}

.hover\:border-l-white\/60:hover {
  border-left-color: rgb(255 255 255 / 0.6);
}

.hover\:border-l-white\/70:hover {
  border-left-color: rgb(255 255 255 / 0.7);
}

.hover\:border-l-white\/75:hover {
  border-left-color: rgb(255 255 255 / 0.75);
}

.hover\:border-l-white\/80:hover {
  border-left-color: rgb(255 255 255 / 0.8);
}

.hover\:border-l-white\/90:hover {
  border-left-color: rgb(255 255 255 / 0.9);
}

.hover\:border-l-white\/95:hover {
  border-left-color: rgb(255 255 255 / 0.95);
}

.hover\:border-r-black:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-r-black\/0:hover {
  border-right-color: rgb(0 0 0 / 0);
}

.hover\:border-r-black\/10:hover {
  border-right-color: rgb(0 0 0 / 0.1);
}

.hover\:border-r-black\/100:hover {
  border-right-color: rgb(0 0 0 / 1);
}

.hover\:border-r-black\/20:hover {
  border-right-color: rgb(0 0 0 / 0.2);
}

.hover\:border-r-black\/25:hover {
  border-right-color: rgb(0 0 0 / 0.25);
}

.hover\:border-r-black\/30:hover {
  border-right-color: rgb(0 0 0 / 0.3);
}

.hover\:border-r-black\/40:hover {
  border-right-color: rgb(0 0 0 / 0.4);
}

.hover\:border-r-black\/5:hover {
  border-right-color: rgb(0 0 0 / 0.05);
}

.hover\:border-r-black\/50:hover {
  border-right-color: rgb(0 0 0 / 0.5);
}

.hover\:border-r-black\/60:hover {
  border-right-color: rgb(0 0 0 / 0.6);
}

.hover\:border-r-black\/70:hover {
  border-right-color: rgb(0 0 0 / 0.7);
}

.hover\:border-r-black\/75:hover {
  border-right-color: rgb(0 0 0 / 0.75);
}

.hover\:border-r-black\/80:hover {
  border-right-color: rgb(0 0 0 / 0.8);
}

.hover\:border-r-black\/90:hover {
  border-right-color: rgb(0 0 0 / 0.9);
}

.hover\:border-r-black\/95:hover {
  border-right-color: rgb(0 0 0 / 0.95);
}

.hover\:border-r-current:hover {
  border-right-color: currentColor;
}

.hover\:border-r-error_red:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.hover\:border-r-error_red\/0:hover {
  border-right-color: rgb(235 0 27 / 0);
}

.hover\:border-r-error_red\/10:hover {
  border-right-color: rgb(235 0 27 / 0.1);
}

.hover\:border-r-error_red\/100:hover {
  border-right-color: rgb(235 0 27 / 1);
}

.hover\:border-r-error_red\/20:hover {
  border-right-color: rgb(235 0 27 / 0.2);
}

.hover\:border-r-error_red\/25:hover {
  border-right-color: rgb(235 0 27 / 0.25);
}

.hover\:border-r-error_red\/30:hover {
  border-right-color: rgb(235 0 27 / 0.3);
}

.hover\:border-r-error_red\/40:hover {
  border-right-color: rgb(235 0 27 / 0.4);
}

.hover\:border-r-error_red\/5:hover {
  border-right-color: rgb(235 0 27 / 0.05);
}

.hover\:border-r-error_red\/50:hover {
  border-right-color: rgb(235 0 27 / 0.5);
}

.hover\:border-r-error_red\/60:hover {
  border-right-color: rgb(235 0 27 / 0.6);
}

.hover\:border-r-error_red\/70:hover {
  border-right-color: rgb(235 0 27 / 0.7);
}

.hover\:border-r-error_red\/75:hover {
  border-right-color: rgb(235 0 27 / 0.75);
}

.hover\:border-r-error_red\/80:hover {
  border-right-color: rgb(235 0 27 / 0.8);
}

.hover\:border-r-error_red\/90:hover {
  border-right-color: rgb(235 0 27 / 0.9);
}

.hover\:border-r-error_red\/95:hover {
  border-right-color: rgb(235 0 27 / 0.95);
}

.hover\:border-r-gray5:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.hover\:border-r-gray5\/0:hover {
  border-right-color: rgb(242 242 242 / 0);
}

.hover\:border-r-gray5\/10:hover {
  border-right-color: rgb(242 242 242 / 0.1);
}

.hover\:border-r-gray5\/100:hover {
  border-right-color: rgb(242 242 242 / 1);
}

.hover\:border-r-gray5\/20:hover {
  border-right-color: rgb(242 242 242 / 0.2);
}

.hover\:border-r-gray5\/25:hover {
  border-right-color: rgb(242 242 242 / 0.25);
}

.hover\:border-r-gray5\/30:hover {
  border-right-color: rgb(242 242 242 / 0.3);
}

.hover\:border-r-gray5\/40:hover {
  border-right-color: rgb(242 242 242 / 0.4);
}

.hover\:border-r-gray5\/5:hover {
  border-right-color: rgb(242 242 242 / 0.05);
}

.hover\:border-r-gray5\/50:hover {
  border-right-color: rgb(242 242 242 / 0.5);
}

.hover\:border-r-gray5\/60:hover {
  border-right-color: rgb(242 242 242 / 0.6);
}

.hover\:border-r-gray5\/70:hover {
  border-right-color: rgb(242 242 242 / 0.7);
}

.hover\:border-r-gray5\/75:hover {
  border-right-color: rgb(242 242 242 / 0.75);
}

.hover\:border-r-gray5\/80:hover {
  border-right-color: rgb(242 242 242 / 0.8);
}

.hover\:border-r-gray5\/90:hover {
  border-right-color: rgb(242 242 242 / 0.9);
}

.hover\:border-r-gray5\/95:hover {
  border-right-color: rgb(242 242 242 / 0.95);
}

.hover\:border-r-sh_black:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.hover\:border-r-sh_black\/0:hover {
  border-right-color: rgb(35 31 32 / 0);
}

.hover\:border-r-sh_black\/10:hover {
  border-right-color: rgb(35 31 32 / 0.1);
}

.hover\:border-r-sh_black\/100:hover {
  border-right-color: rgb(35 31 32 / 1);
}

.hover\:border-r-sh_black\/20:hover {
  border-right-color: rgb(35 31 32 / 0.2);
}

.hover\:border-r-sh_black\/25:hover {
  border-right-color: rgb(35 31 32 / 0.25);
}

.hover\:border-r-sh_black\/30:hover {
  border-right-color: rgb(35 31 32 / 0.3);
}

.hover\:border-r-sh_black\/40:hover {
  border-right-color: rgb(35 31 32 / 0.4);
}

.hover\:border-r-sh_black\/5:hover {
  border-right-color: rgb(35 31 32 / 0.05);
}

.hover\:border-r-sh_black\/50:hover {
  border-right-color: rgb(35 31 32 / 0.5);
}

.hover\:border-r-sh_black\/60:hover {
  border-right-color: rgb(35 31 32 / 0.6);
}

.hover\:border-r-sh_black\/70:hover {
  border-right-color: rgb(35 31 32 / 0.7);
}

.hover\:border-r-sh_black\/75:hover {
  border-right-color: rgb(35 31 32 / 0.75);
}

.hover\:border-r-sh_black\/80:hover {
  border-right-color: rgb(35 31 32 / 0.8);
}

.hover\:border-r-sh_black\/90:hover {
  border-right-color: rgb(35 31 32 / 0.9);
}

.hover\:border-r-sh_black\/95:hover {
  border-right-color: rgb(35 31 32 / 0.95);
}

.hover\:border-r-success_green:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.hover\:border-r-success_green\/0:hover {
  border-right-color: rgb(80 131 22 / 0);
}

.hover\:border-r-success_green\/10:hover {
  border-right-color: rgb(80 131 22 / 0.1);
}

.hover\:border-r-success_green\/100:hover {
  border-right-color: rgb(80 131 22 / 1);
}

.hover\:border-r-success_green\/20:hover {
  border-right-color: rgb(80 131 22 / 0.2);
}

.hover\:border-r-success_green\/25:hover {
  border-right-color: rgb(80 131 22 / 0.25);
}

.hover\:border-r-success_green\/30:hover {
  border-right-color: rgb(80 131 22 / 0.3);
}

.hover\:border-r-success_green\/40:hover {
  border-right-color: rgb(80 131 22 / 0.4);
}

.hover\:border-r-success_green\/5:hover {
  border-right-color: rgb(80 131 22 / 0.05);
}

.hover\:border-r-success_green\/50:hover {
  border-right-color: rgb(80 131 22 / 0.5);
}

.hover\:border-r-success_green\/60:hover {
  border-right-color: rgb(80 131 22 / 0.6);
}

.hover\:border-r-success_green\/70:hover {
  border-right-color: rgb(80 131 22 / 0.7);
}

.hover\:border-r-success_green\/75:hover {
  border-right-color: rgb(80 131 22 / 0.75);
}

.hover\:border-r-success_green\/80:hover {
  border-right-color: rgb(80 131 22 / 0.8);
}

.hover\:border-r-success_green\/90:hover {
  border-right-color: rgb(80 131 22 / 0.9);
}

.hover\:border-r-success_green\/95:hover {
  border-right-color: rgb(80 131 22 / 0.95);
}

.hover\:border-r-teal:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.hover\:border-r-teal\/0:hover {
  border-right-color: rgb(0 129 159 / 0);
}

.hover\:border-r-teal\/10:hover {
  border-right-color: rgb(0 129 159 / 0.1);
}

.hover\:border-r-teal\/100:hover {
  border-right-color: rgb(0 129 159 / 1);
}

.hover\:border-r-teal\/20:hover {
  border-right-color: rgb(0 129 159 / 0.2);
}

.hover\:border-r-teal\/25:hover {
  border-right-color: rgb(0 129 159 / 0.25);
}

.hover\:border-r-teal\/30:hover {
  border-right-color: rgb(0 129 159 / 0.3);
}

.hover\:border-r-teal\/40:hover {
  border-right-color: rgb(0 129 159 / 0.4);
}

.hover\:border-r-teal\/5:hover {
  border-right-color: rgb(0 129 159 / 0.05);
}

.hover\:border-r-teal\/50:hover {
  border-right-color: rgb(0 129 159 / 0.5);
}

.hover\:border-r-teal\/60:hover {
  border-right-color: rgb(0 129 159 / 0.6);
}

.hover\:border-r-teal\/70:hover {
  border-right-color: rgb(0 129 159 / 0.7);
}

.hover\:border-r-teal\/75:hover {
  border-right-color: rgb(0 129 159 / 0.75);
}

.hover\:border-r-teal\/80:hover {
  border-right-color: rgb(0 129 159 / 0.8);
}

.hover\:border-r-teal\/90:hover {
  border-right-color: rgb(0 129 159 / 0.9);
}

.hover\:border-r-teal\/95:hover {
  border-right-color: rgb(0 129 159 / 0.95);
}

.hover\:border-r-teal_dark:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.hover\:border-r-teal_dark\/0:hover {
  border-right-color: rgb(0 60 77 / 0);
}

.hover\:border-r-teal_dark\/10:hover {
  border-right-color: rgb(0 60 77 / 0.1);
}

.hover\:border-r-teal_dark\/100:hover {
  border-right-color: rgb(0 60 77 / 1);
}

.hover\:border-r-teal_dark\/20:hover {
  border-right-color: rgb(0 60 77 / 0.2);
}

.hover\:border-r-teal_dark\/25:hover {
  border-right-color: rgb(0 60 77 / 0.25);
}

.hover\:border-r-teal_dark\/30:hover {
  border-right-color: rgb(0 60 77 / 0.3);
}

.hover\:border-r-teal_dark\/40:hover {
  border-right-color: rgb(0 60 77 / 0.4);
}

.hover\:border-r-teal_dark\/5:hover {
  border-right-color: rgb(0 60 77 / 0.05);
}

.hover\:border-r-teal_dark\/50:hover {
  border-right-color: rgb(0 60 77 / 0.5);
}

.hover\:border-r-teal_dark\/60:hover {
  border-right-color: rgb(0 60 77 / 0.6);
}

.hover\:border-r-teal_dark\/70:hover {
  border-right-color: rgb(0 60 77 / 0.7);
}

.hover\:border-r-teal_dark\/75:hover {
  border-right-color: rgb(0 60 77 / 0.75);
}

.hover\:border-r-teal_dark\/80:hover {
  border-right-color: rgb(0 60 77 / 0.8);
}

.hover\:border-r-teal_dark\/90:hover {
  border-right-color: rgb(0 60 77 / 0.9);
}

.hover\:border-r-teal_dark\/95:hover {
  border-right-color: rgb(0 60 77 / 0.95);
}

.hover\:border-r-teal_extra_light:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.hover\:border-r-teal_extra_light\/0:hover {
  border-right-color: rgb(245 251 252 / 0);
}

.hover\:border-r-teal_extra_light\/10:hover {
  border-right-color: rgb(245 251 252 / 0.1);
}

.hover\:border-r-teal_extra_light\/100:hover {
  border-right-color: rgb(245 251 252 / 1);
}

.hover\:border-r-teal_extra_light\/20:hover {
  border-right-color: rgb(245 251 252 / 0.2);
}

.hover\:border-r-teal_extra_light\/25:hover {
  border-right-color: rgb(245 251 252 / 0.25);
}

.hover\:border-r-teal_extra_light\/30:hover {
  border-right-color: rgb(245 251 252 / 0.3);
}

.hover\:border-r-teal_extra_light\/40:hover {
  border-right-color: rgb(245 251 252 / 0.4);
}

.hover\:border-r-teal_extra_light\/5:hover {
  border-right-color: rgb(245 251 252 / 0.05);
}

.hover\:border-r-teal_extra_light\/50:hover {
  border-right-color: rgb(245 251 252 / 0.5);
}

.hover\:border-r-teal_extra_light\/60:hover {
  border-right-color: rgb(245 251 252 / 0.6);
}

.hover\:border-r-teal_extra_light\/70:hover {
  border-right-color: rgb(245 251 252 / 0.7);
}

.hover\:border-r-teal_extra_light\/75:hover {
  border-right-color: rgb(245 251 252 / 0.75);
}

.hover\:border-r-teal_extra_light\/80:hover {
  border-right-color: rgb(245 251 252 / 0.8);
}

.hover\:border-r-teal_extra_light\/90:hover {
  border-right-color: rgb(245 251 252 / 0.9);
}

.hover\:border-r-teal_extra_light\/95:hover {
  border-right-color: rgb(245 251 252 / 0.95);
}

.hover\:border-r-teal_light:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.hover\:border-r-teal_light\/0:hover {
  border-right-color: rgb(116 196 214 / 0);
}

.hover\:border-r-teal_light\/10:hover {
  border-right-color: rgb(116 196 214 / 0.1);
}

.hover\:border-r-teal_light\/100:hover {
  border-right-color: rgb(116 196 214 / 1);
}

.hover\:border-r-teal_light\/20:hover {
  border-right-color: rgb(116 196 214 / 0.2);
}

.hover\:border-r-teal_light\/25:hover {
  border-right-color: rgb(116 196 214 / 0.25);
}

.hover\:border-r-teal_light\/30:hover {
  border-right-color: rgb(116 196 214 / 0.3);
}

.hover\:border-r-teal_light\/40:hover {
  border-right-color: rgb(116 196 214 / 0.4);
}

.hover\:border-r-teal_light\/5:hover {
  border-right-color: rgb(116 196 214 / 0.05);
}

.hover\:border-r-teal_light\/50:hover {
  border-right-color: rgb(116 196 214 / 0.5);
}

.hover\:border-r-teal_light\/60:hover {
  border-right-color: rgb(116 196 214 / 0.6);
}

.hover\:border-r-teal_light\/70:hover {
  border-right-color: rgb(116 196 214 / 0.7);
}

.hover\:border-r-teal_light\/75:hover {
  border-right-color: rgb(116 196 214 / 0.75);
}

.hover\:border-r-teal_light\/80:hover {
  border-right-color: rgb(116 196 214 / 0.8);
}

.hover\:border-r-teal_light\/90:hover {
  border-right-color: rgb(116 196 214 / 0.9);
}

.hover\:border-r-teal_light\/95:hover {
  border-right-color: rgb(116 196 214 / 0.95);
}

.hover\:border-r-transparent:hover {
  border-right-color: transparent;
}

.hover\:border-r-transparent\/0:hover {
  border-right-color: rgb(0 0 0 / 0);
}

.hover\:border-r-transparent\/10:hover {
  border-right-color: rgb(0 0 0 / 0.1);
}

.hover\:border-r-transparent\/100:hover {
  border-right-color: rgb(0 0 0 / 1);
}

.hover\:border-r-transparent\/20:hover {
  border-right-color: rgb(0 0 0 / 0.2);
}

.hover\:border-r-transparent\/25:hover {
  border-right-color: rgb(0 0 0 / 0.25);
}

.hover\:border-r-transparent\/30:hover {
  border-right-color: rgb(0 0 0 / 0.3);
}

.hover\:border-r-transparent\/40:hover {
  border-right-color: rgb(0 0 0 / 0.4);
}

.hover\:border-r-transparent\/5:hover {
  border-right-color: rgb(0 0 0 / 0.05);
}

.hover\:border-r-transparent\/50:hover {
  border-right-color: rgb(0 0 0 / 0.5);
}

.hover\:border-r-transparent\/60:hover {
  border-right-color: rgb(0 0 0 / 0.6);
}

.hover\:border-r-transparent\/70:hover {
  border-right-color: rgb(0 0 0 / 0.7);
}

.hover\:border-r-transparent\/75:hover {
  border-right-color: rgb(0 0 0 / 0.75);
}

.hover\:border-r-transparent\/80:hover {
  border-right-color: rgb(0 0 0 / 0.8);
}

.hover\:border-r-transparent\/90:hover {
  border-right-color: rgb(0 0 0 / 0.9);
}

.hover\:border-r-transparent\/95:hover {
  border-right-color: rgb(0 0 0 / 0.95);
}

.hover\:border-r-white:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-r-white\/0:hover {
  border-right-color: rgb(255 255 255 / 0);
}

.hover\:border-r-white\/10:hover {
  border-right-color: rgb(255 255 255 / 0.1);
}

.hover\:border-r-white\/100:hover {
  border-right-color: rgb(255 255 255 / 1);
}

.hover\:border-r-white\/20:hover {
  border-right-color: rgb(255 255 255 / 0.2);
}

.hover\:border-r-white\/25:hover {
  border-right-color: rgb(255 255 255 / 0.25);
}

.hover\:border-r-white\/30:hover {
  border-right-color: rgb(255 255 255 / 0.3);
}

.hover\:border-r-white\/40:hover {
  border-right-color: rgb(255 255 255 / 0.4);
}

.hover\:border-r-white\/5:hover {
  border-right-color: rgb(255 255 255 / 0.05);
}

.hover\:border-r-white\/50:hover {
  border-right-color: rgb(255 255 255 / 0.5);
}

.hover\:border-r-white\/60:hover {
  border-right-color: rgb(255 255 255 / 0.6);
}

.hover\:border-r-white\/70:hover {
  border-right-color: rgb(255 255 255 / 0.7);
}

.hover\:border-r-white\/75:hover {
  border-right-color: rgb(255 255 255 / 0.75);
}

.hover\:border-r-white\/80:hover {
  border-right-color: rgb(255 255 255 / 0.8);
}

.hover\:border-r-white\/90:hover {
  border-right-color: rgb(255 255 255 / 0.9);
}

.hover\:border-r-white\/95:hover {
  border-right-color: rgb(255 255 255 / 0.95);
}

.hover\:border-s-black:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-s-black\/0:hover {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.hover\:border-s-black\/10:hover {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.hover\:border-s-black\/100:hover {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.hover\:border-s-black\/20:hover {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.hover\:border-s-black\/25:hover {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.hover\:border-s-black\/30:hover {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.hover\:border-s-black\/40:hover {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.hover\:border-s-black\/5:hover {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.hover\:border-s-black\/50:hover {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.hover\:border-s-black\/60:hover {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.hover\:border-s-black\/70:hover {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.hover\:border-s-black\/75:hover {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.hover\:border-s-black\/80:hover {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.hover\:border-s-black\/90:hover {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.hover\:border-s-black\/95:hover {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.hover\:border-s-current:hover {
  border-inline-start-color: currentColor;
}

.hover\:border-s-error_red:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.hover\:border-s-error_red\/0:hover {
  border-inline-start-color: rgb(235 0 27 / 0);
}

.hover\:border-s-error_red\/10:hover {
  border-inline-start-color: rgb(235 0 27 / 0.1);
}

.hover\:border-s-error_red\/100:hover {
  border-inline-start-color: rgb(235 0 27 / 1);
}

.hover\:border-s-error_red\/20:hover {
  border-inline-start-color: rgb(235 0 27 / 0.2);
}

.hover\:border-s-error_red\/25:hover {
  border-inline-start-color: rgb(235 0 27 / 0.25);
}

.hover\:border-s-error_red\/30:hover {
  border-inline-start-color: rgb(235 0 27 / 0.3);
}

.hover\:border-s-error_red\/40:hover {
  border-inline-start-color: rgb(235 0 27 / 0.4);
}

.hover\:border-s-error_red\/5:hover {
  border-inline-start-color: rgb(235 0 27 / 0.05);
}

.hover\:border-s-error_red\/50:hover {
  border-inline-start-color: rgb(235 0 27 / 0.5);
}

.hover\:border-s-error_red\/60:hover {
  border-inline-start-color: rgb(235 0 27 / 0.6);
}

.hover\:border-s-error_red\/70:hover {
  border-inline-start-color: rgb(235 0 27 / 0.7);
}

.hover\:border-s-error_red\/75:hover {
  border-inline-start-color: rgb(235 0 27 / 0.75);
}

.hover\:border-s-error_red\/80:hover {
  border-inline-start-color: rgb(235 0 27 / 0.8);
}

.hover\:border-s-error_red\/90:hover {
  border-inline-start-color: rgb(235 0 27 / 0.9);
}

.hover\:border-s-error_red\/95:hover {
  border-inline-start-color: rgb(235 0 27 / 0.95);
}

.hover\:border-s-gray5:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.hover\:border-s-gray5\/0:hover {
  border-inline-start-color: rgb(242 242 242 / 0);
}

.hover\:border-s-gray5\/10:hover {
  border-inline-start-color: rgb(242 242 242 / 0.1);
}

.hover\:border-s-gray5\/100:hover {
  border-inline-start-color: rgb(242 242 242 / 1);
}

.hover\:border-s-gray5\/20:hover {
  border-inline-start-color: rgb(242 242 242 / 0.2);
}

.hover\:border-s-gray5\/25:hover {
  border-inline-start-color: rgb(242 242 242 / 0.25);
}

.hover\:border-s-gray5\/30:hover {
  border-inline-start-color: rgb(242 242 242 / 0.3);
}

.hover\:border-s-gray5\/40:hover {
  border-inline-start-color: rgb(242 242 242 / 0.4);
}

.hover\:border-s-gray5\/5:hover {
  border-inline-start-color: rgb(242 242 242 / 0.05);
}

.hover\:border-s-gray5\/50:hover {
  border-inline-start-color: rgb(242 242 242 / 0.5);
}

.hover\:border-s-gray5\/60:hover {
  border-inline-start-color: rgb(242 242 242 / 0.6);
}

.hover\:border-s-gray5\/70:hover {
  border-inline-start-color: rgb(242 242 242 / 0.7);
}

.hover\:border-s-gray5\/75:hover {
  border-inline-start-color: rgb(242 242 242 / 0.75);
}

.hover\:border-s-gray5\/80:hover {
  border-inline-start-color: rgb(242 242 242 / 0.8);
}

.hover\:border-s-gray5\/90:hover {
  border-inline-start-color: rgb(242 242 242 / 0.9);
}

.hover\:border-s-gray5\/95:hover {
  border-inline-start-color: rgb(242 242 242 / 0.95);
}

.hover\:border-s-sh_black:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.hover\:border-s-sh_black\/0:hover {
  border-inline-start-color: rgb(35 31 32 / 0);
}

.hover\:border-s-sh_black\/10:hover {
  border-inline-start-color: rgb(35 31 32 / 0.1);
}

.hover\:border-s-sh_black\/100:hover {
  border-inline-start-color: rgb(35 31 32 / 1);
}

.hover\:border-s-sh_black\/20:hover {
  border-inline-start-color: rgb(35 31 32 / 0.2);
}

.hover\:border-s-sh_black\/25:hover {
  border-inline-start-color: rgb(35 31 32 / 0.25);
}

.hover\:border-s-sh_black\/30:hover {
  border-inline-start-color: rgb(35 31 32 / 0.3);
}

.hover\:border-s-sh_black\/40:hover {
  border-inline-start-color: rgb(35 31 32 / 0.4);
}

.hover\:border-s-sh_black\/5:hover {
  border-inline-start-color: rgb(35 31 32 / 0.05);
}

.hover\:border-s-sh_black\/50:hover {
  border-inline-start-color: rgb(35 31 32 / 0.5);
}

.hover\:border-s-sh_black\/60:hover {
  border-inline-start-color: rgb(35 31 32 / 0.6);
}

.hover\:border-s-sh_black\/70:hover {
  border-inline-start-color: rgb(35 31 32 / 0.7);
}

.hover\:border-s-sh_black\/75:hover {
  border-inline-start-color: rgb(35 31 32 / 0.75);
}

.hover\:border-s-sh_black\/80:hover {
  border-inline-start-color: rgb(35 31 32 / 0.8);
}

.hover\:border-s-sh_black\/90:hover {
  border-inline-start-color: rgb(35 31 32 / 0.9);
}

.hover\:border-s-sh_black\/95:hover {
  border-inline-start-color: rgb(35 31 32 / 0.95);
}

.hover\:border-s-success_green:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.hover\:border-s-success_green\/0:hover {
  border-inline-start-color: rgb(80 131 22 / 0);
}

.hover\:border-s-success_green\/10:hover {
  border-inline-start-color: rgb(80 131 22 / 0.1);
}

.hover\:border-s-success_green\/100:hover {
  border-inline-start-color: rgb(80 131 22 / 1);
}

.hover\:border-s-success_green\/20:hover {
  border-inline-start-color: rgb(80 131 22 / 0.2);
}

.hover\:border-s-success_green\/25:hover {
  border-inline-start-color: rgb(80 131 22 / 0.25);
}

.hover\:border-s-success_green\/30:hover {
  border-inline-start-color: rgb(80 131 22 / 0.3);
}

.hover\:border-s-success_green\/40:hover {
  border-inline-start-color: rgb(80 131 22 / 0.4);
}

.hover\:border-s-success_green\/5:hover {
  border-inline-start-color: rgb(80 131 22 / 0.05);
}

.hover\:border-s-success_green\/50:hover {
  border-inline-start-color: rgb(80 131 22 / 0.5);
}

.hover\:border-s-success_green\/60:hover {
  border-inline-start-color: rgb(80 131 22 / 0.6);
}

.hover\:border-s-success_green\/70:hover {
  border-inline-start-color: rgb(80 131 22 / 0.7);
}

.hover\:border-s-success_green\/75:hover {
  border-inline-start-color: rgb(80 131 22 / 0.75);
}

.hover\:border-s-success_green\/80:hover {
  border-inline-start-color: rgb(80 131 22 / 0.8);
}

.hover\:border-s-success_green\/90:hover {
  border-inline-start-color: rgb(80 131 22 / 0.9);
}

.hover\:border-s-success_green\/95:hover {
  border-inline-start-color: rgb(80 131 22 / 0.95);
}

.hover\:border-s-teal:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.hover\:border-s-teal\/0:hover {
  border-inline-start-color: rgb(0 129 159 / 0);
}

.hover\:border-s-teal\/10:hover {
  border-inline-start-color: rgb(0 129 159 / 0.1);
}

.hover\:border-s-teal\/100:hover {
  border-inline-start-color: rgb(0 129 159 / 1);
}

.hover\:border-s-teal\/20:hover {
  border-inline-start-color: rgb(0 129 159 / 0.2);
}

.hover\:border-s-teal\/25:hover {
  border-inline-start-color: rgb(0 129 159 / 0.25);
}

.hover\:border-s-teal\/30:hover {
  border-inline-start-color: rgb(0 129 159 / 0.3);
}

.hover\:border-s-teal\/40:hover {
  border-inline-start-color: rgb(0 129 159 / 0.4);
}

.hover\:border-s-teal\/5:hover {
  border-inline-start-color: rgb(0 129 159 / 0.05);
}

.hover\:border-s-teal\/50:hover {
  border-inline-start-color: rgb(0 129 159 / 0.5);
}

.hover\:border-s-teal\/60:hover {
  border-inline-start-color: rgb(0 129 159 / 0.6);
}

.hover\:border-s-teal\/70:hover {
  border-inline-start-color: rgb(0 129 159 / 0.7);
}

.hover\:border-s-teal\/75:hover {
  border-inline-start-color: rgb(0 129 159 / 0.75);
}

.hover\:border-s-teal\/80:hover {
  border-inline-start-color: rgb(0 129 159 / 0.8);
}

.hover\:border-s-teal\/90:hover {
  border-inline-start-color: rgb(0 129 159 / 0.9);
}

.hover\:border-s-teal\/95:hover {
  border-inline-start-color: rgb(0 129 159 / 0.95);
}

.hover\:border-s-teal_dark:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.hover\:border-s-teal_dark\/0:hover {
  border-inline-start-color: rgb(0 60 77 / 0);
}

.hover\:border-s-teal_dark\/10:hover {
  border-inline-start-color: rgb(0 60 77 / 0.1);
}

.hover\:border-s-teal_dark\/100:hover {
  border-inline-start-color: rgb(0 60 77 / 1);
}

.hover\:border-s-teal_dark\/20:hover {
  border-inline-start-color: rgb(0 60 77 / 0.2);
}

.hover\:border-s-teal_dark\/25:hover {
  border-inline-start-color: rgb(0 60 77 / 0.25);
}

.hover\:border-s-teal_dark\/30:hover {
  border-inline-start-color: rgb(0 60 77 / 0.3);
}

.hover\:border-s-teal_dark\/40:hover {
  border-inline-start-color: rgb(0 60 77 / 0.4);
}

.hover\:border-s-teal_dark\/5:hover {
  border-inline-start-color: rgb(0 60 77 / 0.05);
}

.hover\:border-s-teal_dark\/50:hover {
  border-inline-start-color: rgb(0 60 77 / 0.5);
}

.hover\:border-s-teal_dark\/60:hover {
  border-inline-start-color: rgb(0 60 77 / 0.6);
}

.hover\:border-s-teal_dark\/70:hover {
  border-inline-start-color: rgb(0 60 77 / 0.7);
}

.hover\:border-s-teal_dark\/75:hover {
  border-inline-start-color: rgb(0 60 77 / 0.75);
}

.hover\:border-s-teal_dark\/80:hover {
  border-inline-start-color: rgb(0 60 77 / 0.8);
}

.hover\:border-s-teal_dark\/90:hover {
  border-inline-start-color: rgb(0 60 77 / 0.9);
}

.hover\:border-s-teal_dark\/95:hover {
  border-inline-start-color: rgb(0 60 77 / 0.95);
}

.hover\:border-s-teal_extra_light:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.hover\:border-s-teal_extra_light\/0:hover {
  border-inline-start-color: rgb(245 251 252 / 0);
}

.hover\:border-s-teal_extra_light\/10:hover {
  border-inline-start-color: rgb(245 251 252 / 0.1);
}

.hover\:border-s-teal_extra_light\/100:hover {
  border-inline-start-color: rgb(245 251 252 / 1);
}

.hover\:border-s-teal_extra_light\/20:hover {
  border-inline-start-color: rgb(245 251 252 / 0.2);
}

.hover\:border-s-teal_extra_light\/25:hover {
  border-inline-start-color: rgb(245 251 252 / 0.25);
}

.hover\:border-s-teal_extra_light\/30:hover {
  border-inline-start-color: rgb(245 251 252 / 0.3);
}

.hover\:border-s-teal_extra_light\/40:hover {
  border-inline-start-color: rgb(245 251 252 / 0.4);
}

.hover\:border-s-teal_extra_light\/5:hover {
  border-inline-start-color: rgb(245 251 252 / 0.05);
}

.hover\:border-s-teal_extra_light\/50:hover {
  border-inline-start-color: rgb(245 251 252 / 0.5);
}

.hover\:border-s-teal_extra_light\/60:hover {
  border-inline-start-color: rgb(245 251 252 / 0.6);
}

.hover\:border-s-teal_extra_light\/70:hover {
  border-inline-start-color: rgb(245 251 252 / 0.7);
}

.hover\:border-s-teal_extra_light\/75:hover {
  border-inline-start-color: rgb(245 251 252 / 0.75);
}

.hover\:border-s-teal_extra_light\/80:hover {
  border-inline-start-color: rgb(245 251 252 / 0.8);
}

.hover\:border-s-teal_extra_light\/90:hover {
  border-inline-start-color: rgb(245 251 252 / 0.9);
}

.hover\:border-s-teal_extra_light\/95:hover {
  border-inline-start-color: rgb(245 251 252 / 0.95);
}

.hover\:border-s-teal_light:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.hover\:border-s-teal_light\/0:hover {
  border-inline-start-color: rgb(116 196 214 / 0);
}

.hover\:border-s-teal_light\/10:hover {
  border-inline-start-color: rgb(116 196 214 / 0.1);
}

.hover\:border-s-teal_light\/100:hover {
  border-inline-start-color: rgb(116 196 214 / 1);
}

.hover\:border-s-teal_light\/20:hover {
  border-inline-start-color: rgb(116 196 214 / 0.2);
}

.hover\:border-s-teal_light\/25:hover {
  border-inline-start-color: rgb(116 196 214 / 0.25);
}

.hover\:border-s-teal_light\/30:hover {
  border-inline-start-color: rgb(116 196 214 / 0.3);
}

.hover\:border-s-teal_light\/40:hover {
  border-inline-start-color: rgb(116 196 214 / 0.4);
}

.hover\:border-s-teal_light\/5:hover {
  border-inline-start-color: rgb(116 196 214 / 0.05);
}

.hover\:border-s-teal_light\/50:hover {
  border-inline-start-color: rgb(116 196 214 / 0.5);
}

.hover\:border-s-teal_light\/60:hover {
  border-inline-start-color: rgb(116 196 214 / 0.6);
}

.hover\:border-s-teal_light\/70:hover {
  border-inline-start-color: rgb(116 196 214 / 0.7);
}

.hover\:border-s-teal_light\/75:hover {
  border-inline-start-color: rgb(116 196 214 / 0.75);
}

.hover\:border-s-teal_light\/80:hover {
  border-inline-start-color: rgb(116 196 214 / 0.8);
}

.hover\:border-s-teal_light\/90:hover {
  border-inline-start-color: rgb(116 196 214 / 0.9);
}

.hover\:border-s-teal_light\/95:hover {
  border-inline-start-color: rgb(116 196 214 / 0.95);
}

.hover\:border-s-transparent:hover {
  border-inline-start-color: transparent;
}

.hover\:border-s-transparent\/0:hover {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.hover\:border-s-transparent\/10:hover {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.hover\:border-s-transparent\/100:hover {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.hover\:border-s-transparent\/20:hover {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.hover\:border-s-transparent\/25:hover {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.hover\:border-s-transparent\/30:hover {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.hover\:border-s-transparent\/40:hover {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.hover\:border-s-transparent\/5:hover {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.hover\:border-s-transparent\/50:hover {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.hover\:border-s-transparent\/60:hover {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.hover\:border-s-transparent\/70:hover {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.hover\:border-s-transparent\/75:hover {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.hover\:border-s-transparent\/80:hover {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.hover\:border-s-transparent\/90:hover {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.hover\:border-s-transparent\/95:hover {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.hover\:border-s-white:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-s-white\/0:hover {
  border-inline-start-color: rgb(255 255 255 / 0);
}

.hover\:border-s-white\/10:hover {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.hover\:border-s-white\/100:hover {
  border-inline-start-color: rgb(255 255 255 / 1);
}

.hover\:border-s-white\/20:hover {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.hover\:border-s-white\/25:hover {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.hover\:border-s-white\/30:hover {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.hover\:border-s-white\/40:hover {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.hover\:border-s-white\/5:hover {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.hover\:border-s-white\/50:hover {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.hover\:border-s-white\/60:hover {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.hover\:border-s-white\/70:hover {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.hover\:border-s-white\/75:hover {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.hover\:border-s-white\/80:hover {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.hover\:border-s-white\/90:hover {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.hover\:border-s-white\/95:hover {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

.hover\:border-t-black:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-t-black\/0:hover {
  border-top-color: rgb(0 0 0 / 0);
}

.hover\:border-t-black\/10:hover {
  border-top-color: rgb(0 0 0 / 0.1);
}

.hover\:border-t-black\/100:hover {
  border-top-color: rgb(0 0 0 / 1);
}

.hover\:border-t-black\/20:hover {
  border-top-color: rgb(0 0 0 / 0.2);
}

.hover\:border-t-black\/25:hover {
  border-top-color: rgb(0 0 0 / 0.25);
}

.hover\:border-t-black\/30:hover {
  border-top-color: rgb(0 0 0 / 0.3);
}

.hover\:border-t-black\/40:hover {
  border-top-color: rgb(0 0 0 / 0.4);
}

.hover\:border-t-black\/5:hover {
  border-top-color: rgb(0 0 0 / 0.05);
}

.hover\:border-t-black\/50:hover {
  border-top-color: rgb(0 0 0 / 0.5);
}

.hover\:border-t-black\/60:hover {
  border-top-color: rgb(0 0 0 / 0.6);
}

.hover\:border-t-black\/70:hover {
  border-top-color: rgb(0 0 0 / 0.7);
}

.hover\:border-t-black\/75:hover {
  border-top-color: rgb(0 0 0 / 0.75);
}

.hover\:border-t-black\/80:hover {
  border-top-color: rgb(0 0 0 / 0.8);
}

.hover\:border-t-black\/90:hover {
  border-top-color: rgb(0 0 0 / 0.9);
}

.hover\:border-t-black\/95:hover {
  border-top-color: rgb(0 0 0 / 0.95);
}

.hover\:border-t-current:hover {
  border-top-color: currentColor;
}

.hover\:border-t-error_red:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.hover\:border-t-error_red\/0:hover {
  border-top-color: rgb(235 0 27 / 0);
}

.hover\:border-t-error_red\/10:hover {
  border-top-color: rgb(235 0 27 / 0.1);
}

.hover\:border-t-error_red\/100:hover {
  border-top-color: rgb(235 0 27 / 1);
}

.hover\:border-t-error_red\/20:hover {
  border-top-color: rgb(235 0 27 / 0.2);
}

.hover\:border-t-error_red\/25:hover {
  border-top-color: rgb(235 0 27 / 0.25);
}

.hover\:border-t-error_red\/30:hover {
  border-top-color: rgb(235 0 27 / 0.3);
}

.hover\:border-t-error_red\/40:hover {
  border-top-color: rgb(235 0 27 / 0.4);
}

.hover\:border-t-error_red\/5:hover {
  border-top-color: rgb(235 0 27 / 0.05);
}

.hover\:border-t-error_red\/50:hover {
  border-top-color: rgb(235 0 27 / 0.5);
}

.hover\:border-t-error_red\/60:hover {
  border-top-color: rgb(235 0 27 / 0.6);
}

.hover\:border-t-error_red\/70:hover {
  border-top-color: rgb(235 0 27 / 0.7);
}

.hover\:border-t-error_red\/75:hover {
  border-top-color: rgb(235 0 27 / 0.75);
}

.hover\:border-t-error_red\/80:hover {
  border-top-color: rgb(235 0 27 / 0.8);
}

.hover\:border-t-error_red\/90:hover {
  border-top-color: rgb(235 0 27 / 0.9);
}

.hover\:border-t-error_red\/95:hover {
  border-top-color: rgb(235 0 27 / 0.95);
}

.hover\:border-t-gray5:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.hover\:border-t-gray5\/0:hover {
  border-top-color: rgb(242 242 242 / 0);
}

.hover\:border-t-gray5\/10:hover {
  border-top-color: rgb(242 242 242 / 0.1);
}

.hover\:border-t-gray5\/100:hover {
  border-top-color: rgb(242 242 242 / 1);
}

.hover\:border-t-gray5\/20:hover {
  border-top-color: rgb(242 242 242 / 0.2);
}

.hover\:border-t-gray5\/25:hover {
  border-top-color: rgb(242 242 242 / 0.25);
}

.hover\:border-t-gray5\/30:hover {
  border-top-color: rgb(242 242 242 / 0.3);
}

.hover\:border-t-gray5\/40:hover {
  border-top-color: rgb(242 242 242 / 0.4);
}

.hover\:border-t-gray5\/5:hover {
  border-top-color: rgb(242 242 242 / 0.05);
}

.hover\:border-t-gray5\/50:hover {
  border-top-color: rgb(242 242 242 / 0.5);
}

.hover\:border-t-gray5\/60:hover {
  border-top-color: rgb(242 242 242 / 0.6);
}

.hover\:border-t-gray5\/70:hover {
  border-top-color: rgb(242 242 242 / 0.7);
}

.hover\:border-t-gray5\/75:hover {
  border-top-color: rgb(242 242 242 / 0.75);
}

.hover\:border-t-gray5\/80:hover {
  border-top-color: rgb(242 242 242 / 0.8);
}

.hover\:border-t-gray5\/90:hover {
  border-top-color: rgb(242 242 242 / 0.9);
}

.hover\:border-t-gray5\/95:hover {
  border-top-color: rgb(242 242 242 / 0.95);
}

.hover\:border-t-sh_black:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.hover\:border-t-sh_black\/0:hover {
  border-top-color: rgb(35 31 32 / 0);
}

.hover\:border-t-sh_black\/10:hover {
  border-top-color: rgb(35 31 32 / 0.1);
}

.hover\:border-t-sh_black\/100:hover {
  border-top-color: rgb(35 31 32 / 1);
}

.hover\:border-t-sh_black\/20:hover {
  border-top-color: rgb(35 31 32 / 0.2);
}

.hover\:border-t-sh_black\/25:hover {
  border-top-color: rgb(35 31 32 / 0.25);
}

.hover\:border-t-sh_black\/30:hover {
  border-top-color: rgb(35 31 32 / 0.3);
}

.hover\:border-t-sh_black\/40:hover {
  border-top-color: rgb(35 31 32 / 0.4);
}

.hover\:border-t-sh_black\/5:hover {
  border-top-color: rgb(35 31 32 / 0.05);
}

.hover\:border-t-sh_black\/50:hover {
  border-top-color: rgb(35 31 32 / 0.5);
}

.hover\:border-t-sh_black\/60:hover {
  border-top-color: rgb(35 31 32 / 0.6);
}

.hover\:border-t-sh_black\/70:hover {
  border-top-color: rgb(35 31 32 / 0.7);
}

.hover\:border-t-sh_black\/75:hover {
  border-top-color: rgb(35 31 32 / 0.75);
}

.hover\:border-t-sh_black\/80:hover {
  border-top-color: rgb(35 31 32 / 0.8);
}

.hover\:border-t-sh_black\/90:hover {
  border-top-color: rgb(35 31 32 / 0.9);
}

.hover\:border-t-sh_black\/95:hover {
  border-top-color: rgb(35 31 32 / 0.95);
}

.hover\:border-t-success_green:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.hover\:border-t-success_green\/0:hover {
  border-top-color: rgb(80 131 22 / 0);
}

.hover\:border-t-success_green\/10:hover {
  border-top-color: rgb(80 131 22 / 0.1);
}

.hover\:border-t-success_green\/100:hover {
  border-top-color: rgb(80 131 22 / 1);
}

.hover\:border-t-success_green\/20:hover {
  border-top-color: rgb(80 131 22 / 0.2);
}

.hover\:border-t-success_green\/25:hover {
  border-top-color: rgb(80 131 22 / 0.25);
}

.hover\:border-t-success_green\/30:hover {
  border-top-color: rgb(80 131 22 / 0.3);
}

.hover\:border-t-success_green\/40:hover {
  border-top-color: rgb(80 131 22 / 0.4);
}

.hover\:border-t-success_green\/5:hover {
  border-top-color: rgb(80 131 22 / 0.05);
}

.hover\:border-t-success_green\/50:hover {
  border-top-color: rgb(80 131 22 / 0.5);
}

.hover\:border-t-success_green\/60:hover {
  border-top-color: rgb(80 131 22 / 0.6);
}

.hover\:border-t-success_green\/70:hover {
  border-top-color: rgb(80 131 22 / 0.7);
}

.hover\:border-t-success_green\/75:hover {
  border-top-color: rgb(80 131 22 / 0.75);
}

.hover\:border-t-success_green\/80:hover {
  border-top-color: rgb(80 131 22 / 0.8);
}

.hover\:border-t-success_green\/90:hover {
  border-top-color: rgb(80 131 22 / 0.9);
}

.hover\:border-t-success_green\/95:hover {
  border-top-color: rgb(80 131 22 / 0.95);
}

.hover\:border-t-teal:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.hover\:border-t-teal\/0:hover {
  border-top-color: rgb(0 129 159 / 0);
}

.hover\:border-t-teal\/10:hover {
  border-top-color: rgb(0 129 159 / 0.1);
}

.hover\:border-t-teal\/100:hover {
  border-top-color: rgb(0 129 159 / 1);
}

.hover\:border-t-teal\/20:hover {
  border-top-color: rgb(0 129 159 / 0.2);
}

.hover\:border-t-teal\/25:hover {
  border-top-color: rgb(0 129 159 / 0.25);
}

.hover\:border-t-teal\/30:hover {
  border-top-color: rgb(0 129 159 / 0.3);
}

.hover\:border-t-teal\/40:hover {
  border-top-color: rgb(0 129 159 / 0.4);
}

.hover\:border-t-teal\/5:hover {
  border-top-color: rgb(0 129 159 / 0.05);
}

.hover\:border-t-teal\/50:hover {
  border-top-color: rgb(0 129 159 / 0.5);
}

.hover\:border-t-teal\/60:hover {
  border-top-color: rgb(0 129 159 / 0.6);
}

.hover\:border-t-teal\/70:hover {
  border-top-color: rgb(0 129 159 / 0.7);
}

.hover\:border-t-teal\/75:hover {
  border-top-color: rgb(0 129 159 / 0.75);
}

.hover\:border-t-teal\/80:hover {
  border-top-color: rgb(0 129 159 / 0.8);
}

.hover\:border-t-teal\/90:hover {
  border-top-color: rgb(0 129 159 / 0.9);
}

.hover\:border-t-teal\/95:hover {
  border-top-color: rgb(0 129 159 / 0.95);
}

.hover\:border-t-teal_dark:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.hover\:border-t-teal_dark\/0:hover {
  border-top-color: rgb(0 60 77 / 0);
}

.hover\:border-t-teal_dark\/10:hover {
  border-top-color: rgb(0 60 77 / 0.1);
}

.hover\:border-t-teal_dark\/100:hover {
  border-top-color: rgb(0 60 77 / 1);
}

.hover\:border-t-teal_dark\/20:hover {
  border-top-color: rgb(0 60 77 / 0.2);
}

.hover\:border-t-teal_dark\/25:hover {
  border-top-color: rgb(0 60 77 / 0.25);
}

.hover\:border-t-teal_dark\/30:hover {
  border-top-color: rgb(0 60 77 / 0.3);
}

.hover\:border-t-teal_dark\/40:hover {
  border-top-color: rgb(0 60 77 / 0.4);
}

.hover\:border-t-teal_dark\/5:hover {
  border-top-color: rgb(0 60 77 / 0.05);
}

.hover\:border-t-teal_dark\/50:hover {
  border-top-color: rgb(0 60 77 / 0.5);
}

.hover\:border-t-teal_dark\/60:hover {
  border-top-color: rgb(0 60 77 / 0.6);
}

.hover\:border-t-teal_dark\/70:hover {
  border-top-color: rgb(0 60 77 / 0.7);
}

.hover\:border-t-teal_dark\/75:hover {
  border-top-color: rgb(0 60 77 / 0.75);
}

.hover\:border-t-teal_dark\/80:hover {
  border-top-color: rgb(0 60 77 / 0.8);
}

.hover\:border-t-teal_dark\/90:hover {
  border-top-color: rgb(0 60 77 / 0.9);
}

.hover\:border-t-teal_dark\/95:hover {
  border-top-color: rgb(0 60 77 / 0.95);
}

.hover\:border-t-teal_extra_light:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.hover\:border-t-teal_extra_light\/0:hover {
  border-top-color: rgb(245 251 252 / 0);
}

.hover\:border-t-teal_extra_light\/10:hover {
  border-top-color: rgb(245 251 252 / 0.1);
}

.hover\:border-t-teal_extra_light\/100:hover {
  border-top-color: rgb(245 251 252 / 1);
}

.hover\:border-t-teal_extra_light\/20:hover {
  border-top-color: rgb(245 251 252 / 0.2);
}

.hover\:border-t-teal_extra_light\/25:hover {
  border-top-color: rgb(245 251 252 / 0.25);
}

.hover\:border-t-teal_extra_light\/30:hover {
  border-top-color: rgb(245 251 252 / 0.3);
}

.hover\:border-t-teal_extra_light\/40:hover {
  border-top-color: rgb(245 251 252 / 0.4);
}

.hover\:border-t-teal_extra_light\/5:hover {
  border-top-color: rgb(245 251 252 / 0.05);
}

.hover\:border-t-teal_extra_light\/50:hover {
  border-top-color: rgb(245 251 252 / 0.5);
}

.hover\:border-t-teal_extra_light\/60:hover {
  border-top-color: rgb(245 251 252 / 0.6);
}

.hover\:border-t-teal_extra_light\/70:hover {
  border-top-color: rgb(245 251 252 / 0.7);
}

.hover\:border-t-teal_extra_light\/75:hover {
  border-top-color: rgb(245 251 252 / 0.75);
}

.hover\:border-t-teal_extra_light\/80:hover {
  border-top-color: rgb(245 251 252 / 0.8);
}

.hover\:border-t-teal_extra_light\/90:hover {
  border-top-color: rgb(245 251 252 / 0.9);
}

.hover\:border-t-teal_extra_light\/95:hover {
  border-top-color: rgb(245 251 252 / 0.95);
}

.hover\:border-t-teal_light:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.hover\:border-t-teal_light\/0:hover {
  border-top-color: rgb(116 196 214 / 0);
}

.hover\:border-t-teal_light\/10:hover {
  border-top-color: rgb(116 196 214 / 0.1);
}

.hover\:border-t-teal_light\/100:hover {
  border-top-color: rgb(116 196 214 / 1);
}

.hover\:border-t-teal_light\/20:hover {
  border-top-color: rgb(116 196 214 / 0.2);
}

.hover\:border-t-teal_light\/25:hover {
  border-top-color: rgb(116 196 214 / 0.25);
}

.hover\:border-t-teal_light\/30:hover {
  border-top-color: rgb(116 196 214 / 0.3);
}

.hover\:border-t-teal_light\/40:hover {
  border-top-color: rgb(116 196 214 / 0.4);
}

.hover\:border-t-teal_light\/5:hover {
  border-top-color: rgb(116 196 214 / 0.05);
}

.hover\:border-t-teal_light\/50:hover {
  border-top-color: rgb(116 196 214 / 0.5);
}

.hover\:border-t-teal_light\/60:hover {
  border-top-color: rgb(116 196 214 / 0.6);
}

.hover\:border-t-teal_light\/70:hover {
  border-top-color: rgb(116 196 214 / 0.7);
}

.hover\:border-t-teal_light\/75:hover {
  border-top-color: rgb(116 196 214 / 0.75);
}

.hover\:border-t-teal_light\/80:hover {
  border-top-color: rgb(116 196 214 / 0.8);
}

.hover\:border-t-teal_light\/90:hover {
  border-top-color: rgb(116 196 214 / 0.9);
}

.hover\:border-t-teal_light\/95:hover {
  border-top-color: rgb(116 196 214 / 0.95);
}

.hover\:border-t-transparent:hover {
  border-top-color: transparent;
}

.hover\:border-t-transparent\/0:hover {
  border-top-color: rgb(0 0 0 / 0);
}

.hover\:border-t-transparent\/10:hover {
  border-top-color: rgb(0 0 0 / 0.1);
}

.hover\:border-t-transparent\/100:hover {
  border-top-color: rgb(0 0 0 / 1);
}

.hover\:border-t-transparent\/20:hover {
  border-top-color: rgb(0 0 0 / 0.2);
}

.hover\:border-t-transparent\/25:hover {
  border-top-color: rgb(0 0 0 / 0.25);
}

.hover\:border-t-transparent\/30:hover {
  border-top-color: rgb(0 0 0 / 0.3);
}

.hover\:border-t-transparent\/40:hover {
  border-top-color: rgb(0 0 0 / 0.4);
}

.hover\:border-t-transparent\/5:hover {
  border-top-color: rgb(0 0 0 / 0.05);
}

.hover\:border-t-transparent\/50:hover {
  border-top-color: rgb(0 0 0 / 0.5);
}

.hover\:border-t-transparent\/60:hover {
  border-top-color: rgb(0 0 0 / 0.6);
}

.hover\:border-t-transparent\/70:hover {
  border-top-color: rgb(0 0 0 / 0.7);
}

.hover\:border-t-transparent\/75:hover {
  border-top-color: rgb(0 0 0 / 0.75);
}

.hover\:border-t-transparent\/80:hover {
  border-top-color: rgb(0 0 0 / 0.8);
}

.hover\:border-t-transparent\/90:hover {
  border-top-color: rgb(0 0 0 / 0.9);
}

.hover\:border-t-transparent\/95:hover {
  border-top-color: rgb(0 0 0 / 0.95);
}

.hover\:border-t-white:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-t-white\/0:hover {
  border-top-color: rgb(255 255 255 / 0);
}

.hover\:border-t-white\/10:hover {
  border-top-color: rgb(255 255 255 / 0.1);
}

.hover\:border-t-white\/100:hover {
  border-top-color: rgb(255 255 255 / 1);
}

.hover\:border-t-white\/20:hover {
  border-top-color: rgb(255 255 255 / 0.2);
}

.hover\:border-t-white\/25:hover {
  border-top-color: rgb(255 255 255 / 0.25);
}

.hover\:border-t-white\/30:hover {
  border-top-color: rgb(255 255 255 / 0.3);
}

.hover\:border-t-white\/40:hover {
  border-top-color: rgb(255 255 255 / 0.4);
}

.hover\:border-t-white\/5:hover {
  border-top-color: rgb(255 255 255 / 0.05);
}

.hover\:border-t-white\/50:hover {
  border-top-color: rgb(255 255 255 / 0.5);
}

.hover\:border-t-white\/60:hover {
  border-top-color: rgb(255 255 255 / 0.6);
}

.hover\:border-t-white\/70:hover {
  border-top-color: rgb(255 255 255 / 0.7);
}

.hover\:border-t-white\/75:hover {
  border-top-color: rgb(255 255 255 / 0.75);
}

.hover\:border-t-white\/80:hover {
  border-top-color: rgb(255 255 255 / 0.8);
}

.hover\:border-t-white\/90:hover {
  border-top-color: rgb(255 255 255 / 0.9);
}

.hover\:border-t-white\/95:hover {
  border-top-color: rgb(255 255 255 / 0.95);
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-black\/0:hover {
  background-color: rgb(0 0 0 / 0);
}

.hover\:bg-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-black\/100:hover {
  background-color: rgb(0 0 0 / 1);
}

.hover\:bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-black\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:bg-black\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-black\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-black\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:bg-black\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-black\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}

.hover\:bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-black\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-black\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.hover\:bg-error_red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 0 27 / var(--tw-bg-opacity));
}

.hover\:bg-error_red\/0:hover {
  background-color: rgb(235 0 27 / 0);
}

.hover\:bg-error_red\/10:hover {
  background-color: rgb(235 0 27 / 0.1);
}

.hover\:bg-error_red\/100:hover {
  background-color: rgb(235 0 27 / 1);
}

.hover\:bg-error_red\/20:hover {
  background-color: rgb(235 0 27 / 0.2);
}

.hover\:bg-error_red\/25:hover {
  background-color: rgb(235 0 27 / 0.25);
}

.hover\:bg-error_red\/30:hover {
  background-color: rgb(235 0 27 / 0.3);
}

.hover\:bg-error_red\/40:hover {
  background-color: rgb(235 0 27 / 0.4);
}

.hover\:bg-error_red\/5:hover {
  background-color: rgb(235 0 27 / 0.05);
}

.hover\:bg-error_red\/50:hover {
  background-color: rgb(235 0 27 / 0.5);
}

.hover\:bg-error_red\/60:hover {
  background-color: rgb(235 0 27 / 0.6);
}

.hover\:bg-error_red\/70:hover {
  background-color: rgb(235 0 27 / 0.7);
}

.hover\:bg-error_red\/75:hover {
  background-color: rgb(235 0 27 / 0.75);
}

.hover\:bg-error_red\/80:hover {
  background-color: rgb(235 0 27 / 0.8);
}

.hover\:bg-error_red\/90:hover {
  background-color: rgb(235 0 27 / 0.9);
}

.hover\:bg-error_red\/95:hover {
  background-color: rgb(235 0 27 / 0.95);
}

.hover\:bg-gray5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.hover\:bg-gray5\/0:hover {
  background-color: rgb(242 242 242 / 0);
}

.hover\:bg-gray5\/10:hover {
  background-color: rgb(242 242 242 / 0.1);
}

.hover\:bg-gray5\/100:hover {
  background-color: rgb(242 242 242 / 1);
}

.hover\:bg-gray5\/20:hover {
  background-color: rgb(242 242 242 / 0.2);
}

.hover\:bg-gray5\/25:hover {
  background-color: rgb(242 242 242 / 0.25);
}

.hover\:bg-gray5\/30:hover {
  background-color: rgb(242 242 242 / 0.3);
}

.hover\:bg-gray5\/40:hover {
  background-color: rgb(242 242 242 / 0.4);
}

.hover\:bg-gray5\/5:hover {
  background-color: rgb(242 242 242 / 0.05);
}

.hover\:bg-gray5\/50:hover {
  background-color: rgb(242 242 242 / 0.5);
}

.hover\:bg-gray5\/60:hover {
  background-color: rgb(242 242 242 / 0.6);
}

.hover\:bg-gray5\/70:hover {
  background-color: rgb(242 242 242 / 0.7);
}

.hover\:bg-gray5\/75:hover {
  background-color: rgb(242 242 242 / 0.75);
}

.hover\:bg-gray5\/80:hover {
  background-color: rgb(242 242 242 / 0.8);
}

.hover\:bg-gray5\/90:hover {
  background-color: rgb(242 242 242 / 0.9);
}

.hover\:bg-gray5\/95:hover {
  background-color: rgb(242 242 242 / 0.95);
}

.hover\:bg-sh_black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
}

.hover\:bg-sh_black\/0:hover {
  background-color: rgb(35 31 32 / 0);
}

.hover\:bg-sh_black\/10:hover {
  background-color: rgb(35 31 32 / 0.1);
}

.hover\:bg-sh_black\/100:hover {
  background-color: rgb(35 31 32 / 1);
}

.hover\:bg-sh_black\/20:hover {
  background-color: rgb(35 31 32 / 0.2);
}

.hover\:bg-sh_black\/25:hover {
  background-color: rgb(35 31 32 / 0.25);
}

.hover\:bg-sh_black\/30:hover {
  background-color: rgb(35 31 32 / 0.3);
}

.hover\:bg-sh_black\/40:hover {
  background-color: rgb(35 31 32 / 0.4);
}

.hover\:bg-sh_black\/5:hover {
  background-color: rgb(35 31 32 / 0.05);
}

.hover\:bg-sh_black\/50:hover {
  background-color: rgb(35 31 32 / 0.5);
}

.hover\:bg-sh_black\/60:hover {
  background-color: rgb(35 31 32 / 0.6);
}

.hover\:bg-sh_black\/70:hover {
  background-color: rgb(35 31 32 / 0.7);
}

.hover\:bg-sh_black\/75:hover {
  background-color: rgb(35 31 32 / 0.75);
}

.hover\:bg-sh_black\/80:hover {
  background-color: rgb(35 31 32 / 0.8);
}

.hover\:bg-sh_black\/90:hover {
  background-color: rgb(35 31 32 / 0.9);
}

.hover\:bg-sh_black\/95:hover {
  background-color: rgb(35 31 32 / 0.95);
}

.hover\:bg-success_green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(80 131 22 / var(--tw-bg-opacity));
}

.hover\:bg-success_green\/0:hover {
  background-color: rgb(80 131 22 / 0);
}

.hover\:bg-success_green\/10:hover {
  background-color: rgb(80 131 22 / 0.1);
}

.hover\:bg-success_green\/100:hover {
  background-color: rgb(80 131 22 / 1);
}

.hover\:bg-success_green\/20:hover {
  background-color: rgb(80 131 22 / 0.2);
}

.hover\:bg-success_green\/25:hover {
  background-color: rgb(80 131 22 / 0.25);
}

.hover\:bg-success_green\/30:hover {
  background-color: rgb(80 131 22 / 0.3);
}

.hover\:bg-success_green\/40:hover {
  background-color: rgb(80 131 22 / 0.4);
}

.hover\:bg-success_green\/5:hover {
  background-color: rgb(80 131 22 / 0.05);
}

.hover\:bg-success_green\/50:hover {
  background-color: rgb(80 131 22 / 0.5);
}

.hover\:bg-success_green\/60:hover {
  background-color: rgb(80 131 22 / 0.6);
}

.hover\:bg-success_green\/70:hover {
  background-color: rgb(80 131 22 / 0.7);
}

.hover\:bg-success_green\/75:hover {
  background-color: rgb(80 131 22 / 0.75);
}

.hover\:bg-success_green\/80:hover {
  background-color: rgb(80 131 22 / 0.8);
}

.hover\:bg-success_green\/90:hover {
  background-color: rgb(80 131 22 / 0.9);
}

.hover\:bg-success_green\/95:hover {
  background-color: rgb(80 131 22 / 0.95);
}

.hover\:bg-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 159 / var(--tw-bg-opacity));
}

.hover\:bg-teal\/0:hover {
  background-color: rgb(0 129 159 / 0);
}

.hover\:bg-teal\/10:hover {
  background-color: rgb(0 129 159 / 0.1);
}

.hover\:bg-teal\/100:hover {
  background-color: rgb(0 129 159 / 1);
}

.hover\:bg-teal\/20:hover {
  background-color: rgb(0 129 159 / 0.2);
}

.hover\:bg-teal\/25:hover {
  background-color: rgb(0 129 159 / 0.25);
}

.hover\:bg-teal\/30:hover {
  background-color: rgb(0 129 159 / 0.3);
}

.hover\:bg-teal\/40:hover {
  background-color: rgb(0 129 159 / 0.4);
}

.hover\:bg-teal\/5:hover {
  background-color: rgb(0 129 159 / 0.05);
}

.hover\:bg-teal\/50:hover {
  background-color: rgb(0 129 159 / 0.5);
}

.hover\:bg-teal\/60:hover {
  background-color: rgb(0 129 159 / 0.6);
}

.hover\:bg-teal\/70:hover {
  background-color: rgb(0 129 159 / 0.7);
}

.hover\:bg-teal\/75:hover {
  background-color: rgb(0 129 159 / 0.75);
}

.hover\:bg-teal\/80:hover {
  background-color: rgb(0 129 159 / 0.8);
}

.hover\:bg-teal\/90:hover {
  background-color: rgb(0 129 159 / 0.9);
}

.hover\:bg-teal\/95:hover {
  background-color: rgb(0 129 159 / 0.95);
}

.hover\:bg-teal_dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 60 77 / var(--tw-bg-opacity));
}

.hover\:bg-teal_dark\/0:hover {
  background-color: rgb(0 60 77 / 0);
}

.hover\:bg-teal_dark\/10:hover {
  background-color: rgb(0 60 77 / 0.1);
}

.hover\:bg-teal_dark\/100:hover {
  background-color: rgb(0 60 77 / 1);
}

.hover\:bg-teal_dark\/20:hover {
  background-color: rgb(0 60 77 / 0.2);
}

.hover\:bg-teal_dark\/25:hover {
  background-color: rgb(0 60 77 / 0.25);
}

.hover\:bg-teal_dark\/30:hover {
  background-color: rgb(0 60 77 / 0.3);
}

.hover\:bg-teal_dark\/40:hover {
  background-color: rgb(0 60 77 / 0.4);
}

.hover\:bg-teal_dark\/5:hover {
  background-color: rgb(0 60 77 / 0.05);
}

.hover\:bg-teal_dark\/50:hover {
  background-color: rgb(0 60 77 / 0.5);
}

.hover\:bg-teal_dark\/60:hover {
  background-color: rgb(0 60 77 / 0.6);
}

.hover\:bg-teal_dark\/70:hover {
  background-color: rgb(0 60 77 / 0.7);
}

.hover\:bg-teal_dark\/75:hover {
  background-color: rgb(0 60 77 / 0.75);
}

.hover\:bg-teal_dark\/80:hover {
  background-color: rgb(0 60 77 / 0.8);
}

.hover\:bg-teal_dark\/90:hover {
  background-color: rgb(0 60 77 / 0.9);
}

.hover\:bg-teal_dark\/95:hover {
  background-color: rgb(0 60 77 / 0.95);
}

.hover\:bg-teal_extra_light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 252 / var(--tw-bg-opacity));
}

.hover\:bg-teal_extra_light\/0:hover {
  background-color: rgb(245 251 252 / 0);
}

.hover\:bg-teal_extra_light\/10:hover {
  background-color: rgb(245 251 252 / 0.1);
}

.hover\:bg-teal_extra_light\/100:hover {
  background-color: rgb(245 251 252 / 1);
}

.hover\:bg-teal_extra_light\/20:hover {
  background-color: rgb(245 251 252 / 0.2);
}

.hover\:bg-teal_extra_light\/25:hover {
  background-color: rgb(245 251 252 / 0.25);
}

.hover\:bg-teal_extra_light\/30:hover {
  background-color: rgb(245 251 252 / 0.3);
}

.hover\:bg-teal_extra_light\/40:hover {
  background-color: rgb(245 251 252 / 0.4);
}

.hover\:bg-teal_extra_light\/5:hover {
  background-color: rgb(245 251 252 / 0.05);
}

.hover\:bg-teal_extra_light\/50:hover {
  background-color: rgb(245 251 252 / 0.5);
}

.hover\:bg-teal_extra_light\/60:hover {
  background-color: rgb(245 251 252 / 0.6);
}

.hover\:bg-teal_extra_light\/70:hover {
  background-color: rgb(245 251 252 / 0.7);
}

.hover\:bg-teal_extra_light\/75:hover {
  background-color: rgb(245 251 252 / 0.75);
}

.hover\:bg-teal_extra_light\/80:hover {
  background-color: rgb(245 251 252 / 0.8);
}

.hover\:bg-teal_extra_light\/90:hover {
  background-color: rgb(245 251 252 / 0.9);
}

.hover\:bg-teal_extra_light\/95:hover {
  background-color: rgb(245 251 252 / 0.95);
}

.hover\:bg-teal_light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(116 196 214 / var(--tw-bg-opacity));
}

.hover\:bg-teal_light\/0:hover {
  background-color: rgb(116 196 214 / 0);
}

.hover\:bg-teal_light\/10:hover {
  background-color: rgb(116 196 214 / 0.1);
}

.hover\:bg-teal_light\/100:hover {
  background-color: rgb(116 196 214 / 1);
}

.hover\:bg-teal_light\/20:hover {
  background-color: rgb(116 196 214 / 0.2);
}

.hover\:bg-teal_light\/25:hover {
  background-color: rgb(116 196 214 / 0.25);
}

.hover\:bg-teal_light\/30:hover {
  background-color: rgb(116 196 214 / 0.3);
}

.hover\:bg-teal_light\/40:hover {
  background-color: rgb(116 196 214 / 0.4);
}

.hover\:bg-teal_light\/5:hover {
  background-color: rgb(116 196 214 / 0.05);
}

.hover\:bg-teal_light\/50:hover {
  background-color: rgb(116 196 214 / 0.5);
}

.hover\:bg-teal_light\/60:hover {
  background-color: rgb(116 196 214 / 0.6);
}

.hover\:bg-teal_light\/70:hover {
  background-color: rgb(116 196 214 / 0.7);
}

.hover\:bg-teal_light\/75:hover {
  background-color: rgb(116 196 214 / 0.75);
}

.hover\:bg-teal_light\/80:hover {
  background-color: rgb(116 196 214 / 0.8);
}

.hover\:bg-teal_light\/90:hover {
  background-color: rgb(116 196 214 / 0.9);
}

.hover\:bg-teal_light\/95:hover {
  background-color: rgb(116 196 214 / 0.95);
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-transparent\/0:hover {
  background-color: rgb(0 0 0 / 0);
}

.hover\:bg-transparent\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-transparent\/100:hover {
  background-color: rgb(0 0 0 / 1);
}

.hover\:bg-transparent\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-transparent\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:bg-transparent\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-transparent\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-transparent\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-transparent\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:bg-transparent\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-transparent\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-transparent\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}

.hover\:bg-transparent\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-transparent\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-transparent\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-white\/0:hover {
  background-color: rgb(255 255 255 / 0);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/100:hover {
  background-color: rgb(255 255 255 / 1);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}

.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}

.hover\:bg-white\/75:hover {
  background-color: rgb(255 255 255 / 0.75);
}

.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}

.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}

.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}

.hover\:bg-none:hover {
  background-image: none;
}

.hover\:box-decoration-slice:hover {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.hover\:box-decoration-clone:hover {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.hover\:bg-auto:hover {
  background-size: auto;
}

.hover\:bg-contain:hover {
  background-size: contain;
}

.hover\:bg-cover:hover {
  background-size: cover;
}

.hover\:bg-fixed:hover {
  background-attachment: fixed;
}

.hover\:bg-local:hover {
  background-attachment: local;
}

.hover\:bg-scroll:hover {
  background-attachment: scroll;
}

.hover\:bg-clip-border:hover {
  background-clip: border-box;
}

.hover\:bg-clip-padding:hover {
  background-clip: padding-box;
}

.hover\:bg-clip-content:hover {
  background-clip: content-box;
}

.hover\:bg-clip-text:hover {
  -webkit-background-clip: text;
          background-clip: text;
}

.hover\:bg-bottom:hover {
  background-position: bottom;
}

.hover\:bg-center:hover {
  background-position: center;
}

.hover\:bg-left:hover {
  background-position: left;
}

.hover\:bg-left-bottom:hover {
  background-position: left bottom;
}

.hover\:bg-left-top:hover {
  background-position: left top;
}

.hover\:bg-right:hover {
  background-position: right;
}

.hover\:bg-right-bottom:hover {
  background-position: right bottom;
}

.hover\:bg-right-top:hover {
  background-position: right top;
}

.hover\:bg-top:hover {
  background-position: top;
}

.hover\:bg-repeat:hover {
  background-repeat: repeat;
}

.hover\:bg-no-repeat:hover {
  background-repeat: no-repeat;
}

.hover\:bg-repeat-x:hover {
  background-repeat: repeat-x;
}

.hover\:bg-repeat-y:hover {
  background-repeat: repeat-y;
}

.hover\:bg-repeat-round:hover {
  background-repeat: round;
}

.hover\:bg-repeat-space:hover {
  background-repeat: space;
}

.hover\:bg-origin-border:hover {
  background-origin: border-box;
}

.hover\:bg-origin-padding:hover {
  background-origin: padding-box;
}

.hover\:bg-origin-content:hover {
  background-origin: content-box;
}

.hover\:text-left:hover {
  text-align: left;
}

.hover\:text-center:hover {
  text-align: center;
}

.hover\:text-right:hover {
  text-align: right;
}

.hover\:text-justify:hover {
  text-align: justify;
}

.hover\:text-start:hover {
  text-align: start;
}

.hover\:text-end:hover {
  text-align: end;
}

.hover\:text-12:hover {
  font-size: .75em;
}

.hover\:text-14:hover {
  font-size: .875rem;
}

.hover\:text-16:hover {
  font-size: 1rem;
}

.hover\:text-18:hover {
  font-size: 1.125rem;
}

.hover\:text-20:hover {
  font-size: 1.25rem;
}

.hover\:text-22:hover {
  font-size: 1.375rem;
}

.hover\:text-24:hover {
  font-size: 1.5rem;
}

.hover\:text-26:hover {
  font-size: 1.625rem;
}

.hover\:text-28:hover {
  font-size: 1.75rem;
}

.hover\:text-32:hover {
  font-size: 2.0rem;
}

.hover\:text-42:hover {
  font-size: 2.625rem;
}

.hover\:text-50:hover {
  font-size: 3.125rem;
}

.hover\:text-62:hover {
  font-size: 3.875rem;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-black\/0:hover {
  color: rgb(0 0 0 / 0);
}

.hover\:text-black\/10:hover {
  color: rgb(0 0 0 / 0.1);
}

.hover\:text-black\/100:hover {
  color: rgb(0 0 0 / 1);
}

.hover\:text-black\/20:hover {
  color: rgb(0 0 0 / 0.2);
}

.hover\:text-black\/25:hover {
  color: rgb(0 0 0 / 0.25);
}

.hover\:text-black\/30:hover {
  color: rgb(0 0 0 / 0.3);
}

.hover\:text-black\/40:hover {
  color: rgb(0 0 0 / 0.4);
}

.hover\:text-black\/5:hover {
  color: rgb(0 0 0 / 0.05);
}

.hover\:text-black\/50:hover {
  color: rgb(0 0 0 / 0.5);
}

.hover\:text-black\/60:hover {
  color: rgb(0 0 0 / 0.6);
}

.hover\:text-black\/70:hover {
  color: rgb(0 0 0 / 0.7);
}

.hover\:text-black\/75:hover {
  color: rgb(0 0 0 / 0.75);
}

.hover\:text-black\/80:hover {
  color: rgb(0 0 0 / 0.8);
}

.hover\:text-black\/90:hover {
  color: rgb(0 0 0 / 0.9);
}

.hover\:text-black\/95:hover {
  color: rgb(0 0 0 / 0.95);
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-error_red:hover {
  --tw-text-opacity: 1;
  color: rgb(235 0 27 / var(--tw-text-opacity));
}

.hover\:text-error_red\/0:hover {
  color: rgb(235 0 27 / 0);
}

.hover\:text-error_red\/10:hover {
  color: rgb(235 0 27 / 0.1);
}

.hover\:text-error_red\/100:hover {
  color: rgb(235 0 27 / 1);
}

.hover\:text-error_red\/20:hover {
  color: rgb(235 0 27 / 0.2);
}

.hover\:text-error_red\/25:hover {
  color: rgb(235 0 27 / 0.25);
}

.hover\:text-error_red\/30:hover {
  color: rgb(235 0 27 / 0.3);
}

.hover\:text-error_red\/40:hover {
  color: rgb(235 0 27 / 0.4);
}

.hover\:text-error_red\/5:hover {
  color: rgb(235 0 27 / 0.05);
}

.hover\:text-error_red\/50:hover {
  color: rgb(235 0 27 / 0.5);
}

.hover\:text-error_red\/60:hover {
  color: rgb(235 0 27 / 0.6);
}

.hover\:text-error_red\/70:hover {
  color: rgb(235 0 27 / 0.7);
}

.hover\:text-error_red\/75:hover {
  color: rgb(235 0 27 / 0.75);
}

.hover\:text-error_red\/80:hover {
  color: rgb(235 0 27 / 0.8);
}

.hover\:text-error_red\/90:hover {
  color: rgb(235 0 27 / 0.9);
}

.hover\:text-error_red\/95:hover {
  color: rgb(235 0 27 / 0.95);
}

.hover\:text-gray5:hover {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}

.hover\:text-gray5\/0:hover {
  color: rgb(242 242 242 / 0);
}

.hover\:text-gray5\/10:hover {
  color: rgb(242 242 242 / 0.1);
}

.hover\:text-gray5\/100:hover {
  color: rgb(242 242 242 / 1);
}

.hover\:text-gray5\/20:hover {
  color: rgb(242 242 242 / 0.2);
}

.hover\:text-gray5\/25:hover {
  color: rgb(242 242 242 / 0.25);
}

.hover\:text-gray5\/30:hover {
  color: rgb(242 242 242 / 0.3);
}

.hover\:text-gray5\/40:hover {
  color: rgb(242 242 242 / 0.4);
}

.hover\:text-gray5\/5:hover {
  color: rgb(242 242 242 / 0.05);
}

.hover\:text-gray5\/50:hover {
  color: rgb(242 242 242 / 0.5);
}

.hover\:text-gray5\/60:hover {
  color: rgb(242 242 242 / 0.6);
}

.hover\:text-gray5\/70:hover {
  color: rgb(242 242 242 / 0.7);
}

.hover\:text-gray5\/75:hover {
  color: rgb(242 242 242 / 0.75);
}

.hover\:text-gray5\/80:hover {
  color: rgb(242 242 242 / 0.8);
}

.hover\:text-gray5\/90:hover {
  color: rgb(242 242 242 / 0.9);
}

.hover\:text-gray5\/95:hover {
  color: rgb(242 242 242 / 0.95);
}

.hover\:text-sh_black:hover {
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}

.hover\:text-sh_black\/0:hover {
  color: rgb(35 31 32 / 0);
}

.hover\:text-sh_black\/10:hover {
  color: rgb(35 31 32 / 0.1);
}

.hover\:text-sh_black\/100:hover {
  color: rgb(35 31 32 / 1);
}

.hover\:text-sh_black\/20:hover {
  color: rgb(35 31 32 / 0.2);
}

.hover\:text-sh_black\/25:hover {
  color: rgb(35 31 32 / 0.25);
}

.hover\:text-sh_black\/30:hover {
  color: rgb(35 31 32 / 0.3);
}

.hover\:text-sh_black\/40:hover {
  color: rgb(35 31 32 / 0.4);
}

.hover\:text-sh_black\/5:hover {
  color: rgb(35 31 32 / 0.05);
}

.hover\:text-sh_black\/50:hover {
  color: rgb(35 31 32 / 0.5);
}

.hover\:text-sh_black\/60:hover {
  color: rgb(35 31 32 / 0.6);
}

.hover\:text-sh_black\/70:hover {
  color: rgb(35 31 32 / 0.7);
}

.hover\:text-sh_black\/75:hover {
  color: rgb(35 31 32 / 0.75);
}

.hover\:text-sh_black\/80:hover {
  color: rgb(35 31 32 / 0.8);
}

.hover\:text-sh_black\/90:hover {
  color: rgb(35 31 32 / 0.9);
}

.hover\:text-sh_black\/95:hover {
  color: rgb(35 31 32 / 0.95);
}

.hover\:text-success_green:hover {
  --tw-text-opacity: 1;
  color: rgb(80 131 22 / var(--tw-text-opacity));
}

.hover\:text-success_green\/0:hover {
  color: rgb(80 131 22 / 0);
}

.hover\:text-success_green\/10:hover {
  color: rgb(80 131 22 / 0.1);
}

.hover\:text-success_green\/100:hover {
  color: rgb(80 131 22 / 1);
}

.hover\:text-success_green\/20:hover {
  color: rgb(80 131 22 / 0.2);
}

.hover\:text-success_green\/25:hover {
  color: rgb(80 131 22 / 0.25);
}

.hover\:text-success_green\/30:hover {
  color: rgb(80 131 22 / 0.3);
}

.hover\:text-success_green\/40:hover {
  color: rgb(80 131 22 / 0.4);
}

.hover\:text-success_green\/5:hover {
  color: rgb(80 131 22 / 0.05);
}

.hover\:text-success_green\/50:hover {
  color: rgb(80 131 22 / 0.5);
}

.hover\:text-success_green\/60:hover {
  color: rgb(80 131 22 / 0.6);
}

.hover\:text-success_green\/70:hover {
  color: rgb(80 131 22 / 0.7);
}

.hover\:text-success_green\/75:hover {
  color: rgb(80 131 22 / 0.75);
}

.hover\:text-success_green\/80:hover {
  color: rgb(80 131 22 / 0.8);
}

.hover\:text-success_green\/90:hover {
  color: rgb(80 131 22 / 0.9);
}

.hover\:text-success_green\/95:hover {
  color: rgb(80 131 22 / 0.95);
}

.hover\:text-teal:hover {
  --tw-text-opacity: 1;
  color: rgb(0 129 159 / var(--tw-text-opacity));
}

.hover\:text-teal\/0:hover {
  color: rgb(0 129 159 / 0);
}

.hover\:text-teal\/10:hover {
  color: rgb(0 129 159 / 0.1);
}

.hover\:text-teal\/100:hover {
  color: rgb(0 129 159 / 1);
}

.hover\:text-teal\/20:hover {
  color: rgb(0 129 159 / 0.2);
}

.hover\:text-teal\/25:hover {
  color: rgb(0 129 159 / 0.25);
}

.hover\:text-teal\/30:hover {
  color: rgb(0 129 159 / 0.3);
}

.hover\:text-teal\/40:hover {
  color: rgb(0 129 159 / 0.4);
}

.hover\:text-teal\/5:hover {
  color: rgb(0 129 159 / 0.05);
}

.hover\:text-teal\/50:hover {
  color: rgb(0 129 159 / 0.5);
}

.hover\:text-teal\/60:hover {
  color: rgb(0 129 159 / 0.6);
}

.hover\:text-teal\/70:hover {
  color: rgb(0 129 159 / 0.7);
}

.hover\:text-teal\/75:hover {
  color: rgb(0 129 159 / 0.75);
}

.hover\:text-teal\/80:hover {
  color: rgb(0 129 159 / 0.8);
}

.hover\:text-teal\/90:hover {
  color: rgb(0 129 159 / 0.9);
}

.hover\:text-teal\/95:hover {
  color: rgb(0 129 159 / 0.95);
}

.hover\:text-teal_dark:hover {
  --tw-text-opacity: 1;
  color: rgb(0 60 77 / var(--tw-text-opacity));
}

.hover\:text-teal_dark\/0:hover {
  color: rgb(0 60 77 / 0);
}

.hover\:text-teal_dark\/10:hover {
  color: rgb(0 60 77 / 0.1);
}

.hover\:text-teal_dark\/100:hover {
  color: rgb(0 60 77 / 1);
}

.hover\:text-teal_dark\/20:hover {
  color: rgb(0 60 77 / 0.2);
}

.hover\:text-teal_dark\/25:hover {
  color: rgb(0 60 77 / 0.25);
}

.hover\:text-teal_dark\/30:hover {
  color: rgb(0 60 77 / 0.3);
}

.hover\:text-teal_dark\/40:hover {
  color: rgb(0 60 77 / 0.4);
}

.hover\:text-teal_dark\/5:hover {
  color: rgb(0 60 77 / 0.05);
}

.hover\:text-teal_dark\/50:hover {
  color: rgb(0 60 77 / 0.5);
}

.hover\:text-teal_dark\/60:hover {
  color: rgb(0 60 77 / 0.6);
}

.hover\:text-teal_dark\/70:hover {
  color: rgb(0 60 77 / 0.7);
}

.hover\:text-teal_dark\/75:hover {
  color: rgb(0 60 77 / 0.75);
}

.hover\:text-teal_dark\/80:hover {
  color: rgb(0 60 77 / 0.8);
}

.hover\:text-teal_dark\/90:hover {
  color: rgb(0 60 77 / 0.9);
}

.hover\:text-teal_dark\/95:hover {
  color: rgb(0 60 77 / 0.95);
}

.hover\:text-teal_extra_light:hover {
  --tw-text-opacity: 1;
  color: rgb(245 251 252 / var(--tw-text-opacity));
}

.hover\:text-teal_extra_light\/0:hover {
  color: rgb(245 251 252 / 0);
}

.hover\:text-teal_extra_light\/10:hover {
  color: rgb(245 251 252 / 0.1);
}

.hover\:text-teal_extra_light\/100:hover {
  color: rgb(245 251 252 / 1);
}

.hover\:text-teal_extra_light\/20:hover {
  color: rgb(245 251 252 / 0.2);
}

.hover\:text-teal_extra_light\/25:hover {
  color: rgb(245 251 252 / 0.25);
}

.hover\:text-teal_extra_light\/30:hover {
  color: rgb(245 251 252 / 0.3);
}

.hover\:text-teal_extra_light\/40:hover {
  color: rgb(245 251 252 / 0.4);
}

.hover\:text-teal_extra_light\/5:hover {
  color: rgb(245 251 252 / 0.05);
}

.hover\:text-teal_extra_light\/50:hover {
  color: rgb(245 251 252 / 0.5);
}

.hover\:text-teal_extra_light\/60:hover {
  color: rgb(245 251 252 / 0.6);
}

.hover\:text-teal_extra_light\/70:hover {
  color: rgb(245 251 252 / 0.7);
}

.hover\:text-teal_extra_light\/75:hover {
  color: rgb(245 251 252 / 0.75);
}

.hover\:text-teal_extra_light\/80:hover {
  color: rgb(245 251 252 / 0.8);
}

.hover\:text-teal_extra_light\/90:hover {
  color: rgb(245 251 252 / 0.9);
}

.hover\:text-teal_extra_light\/95:hover {
  color: rgb(245 251 252 / 0.95);
}

.hover\:text-teal_light:hover {
  --tw-text-opacity: 1;
  color: rgb(116 196 214 / var(--tw-text-opacity));
}

.hover\:text-teal_light\/0:hover {
  color: rgb(116 196 214 / 0);
}

.hover\:text-teal_light\/10:hover {
  color: rgb(116 196 214 / 0.1);
}

.hover\:text-teal_light\/100:hover {
  color: rgb(116 196 214 / 1);
}

.hover\:text-teal_light\/20:hover {
  color: rgb(116 196 214 / 0.2);
}

.hover\:text-teal_light\/25:hover {
  color: rgb(116 196 214 / 0.25);
}

.hover\:text-teal_light\/30:hover {
  color: rgb(116 196 214 / 0.3);
}

.hover\:text-teal_light\/40:hover {
  color: rgb(116 196 214 / 0.4);
}

.hover\:text-teal_light\/5:hover {
  color: rgb(116 196 214 / 0.05);
}

.hover\:text-teal_light\/50:hover {
  color: rgb(116 196 214 / 0.5);
}

.hover\:text-teal_light\/60:hover {
  color: rgb(116 196 214 / 0.6);
}

.hover\:text-teal_light\/70:hover {
  color: rgb(116 196 214 / 0.7);
}

.hover\:text-teal_light\/75:hover {
  color: rgb(116 196 214 / 0.75);
}

.hover\:text-teal_light\/80:hover {
  color: rgb(116 196 214 / 0.8);
}

.hover\:text-teal_light\/90:hover {
  color: rgb(116 196 214 / 0.9);
}

.hover\:text-teal_light\/95:hover {
  color: rgb(116 196 214 / 0.95);
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-transparent\/0:hover {
  color: rgb(0 0 0 / 0);
}

.hover\:text-transparent\/10:hover {
  color: rgb(0 0 0 / 0.1);
}

.hover\:text-transparent\/100:hover {
  color: rgb(0 0 0 / 1);
}

.hover\:text-transparent\/20:hover {
  color: rgb(0 0 0 / 0.2);
}

.hover\:text-transparent\/25:hover {
  color: rgb(0 0 0 / 0.25);
}

.hover\:text-transparent\/30:hover {
  color: rgb(0 0 0 / 0.3);
}

.hover\:text-transparent\/40:hover {
  color: rgb(0 0 0 / 0.4);
}

.hover\:text-transparent\/5:hover {
  color: rgb(0 0 0 / 0.05);
}

.hover\:text-transparent\/50:hover {
  color: rgb(0 0 0 / 0.5);
}

.hover\:text-transparent\/60:hover {
  color: rgb(0 0 0 / 0.6);
}

.hover\:text-transparent\/70:hover {
  color: rgb(0 0 0 / 0.7);
}

.hover\:text-transparent\/75:hover {
  color: rgb(0 0 0 / 0.75);
}

.hover\:text-transparent\/80:hover {
  color: rgb(0 0 0 / 0.8);
}

.hover\:text-transparent\/90:hover {
  color: rgb(0 0 0 / 0.9);
}

.hover\:text-transparent\/95:hover {
  color: rgb(0 0 0 / 0.95);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-white\/0:hover {
  color: rgb(255 255 255 / 0);
}

.hover\:text-white\/10:hover {
  color: rgb(255 255 255 / 0.1);
}

.hover\:text-white\/100:hover {
  color: rgb(255 255 255 / 1);
}

.hover\:text-white\/20:hover {
  color: rgb(255 255 255 / 0.2);
}

.hover\:text-white\/25:hover {
  color: rgb(255 255 255 / 0.25);
}

.hover\:text-white\/30:hover {
  color: rgb(255 255 255 / 0.3);
}

.hover\:text-white\/40:hover {
  color: rgb(255 255 255 / 0.4);
}

.hover\:text-white\/5:hover {
  color: rgb(255 255 255 / 0.05);
}

.hover\:text-white\/50:hover {
  color: rgb(255 255 255 / 0.5);
}

.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}

.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

.hover\:text-white\/75:hover {
  color: rgb(255 255 255 / 0.75);
}

.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}

.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}

.hover\:text-white\/95:hover {
  color: rgb(255 255 255 / 0.95);
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:underline-offset-0:hover {
  text-underline-offset: 0px;
}

.hover\:underline-offset-1:hover {
  text-underline-offset: 1px;
}

.hover\:underline-offset-2:hover {
  text-underline-offset: 2px;
}

.hover\:underline-offset-4:hover {
  text-underline-offset: 4px;
}

.hover\:underline-offset-8:hover {
  text-underline-offset: 8px;
}

.hover\:underline-offset-auto:hover {
  text-underline-offset: auto;
}

.hover\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hover\:outline:hover {
  outline-style: solid;
}

.hover\:outline-dashed:hover {
  outline-style: dashed;
}

.hover\:outline-dotted:hover {
  outline-style: dotted;
}

.hover\:outline-double:hover {
  outline-style: double;
}

.hover\:outline-0:hover {
  outline-width: 0px;
}

.hover\:outline-1:hover {
  outline-width: 1px;
}

.hover\:outline-2:hover {
  outline-width: 2px;
}

.hover\:outline-4:hover {
  outline-width: 4px;
}

.hover\:outline-8:hover {
  outline-width: 8px;
}

.hover\:outline-offset-0:hover {
  outline-offset: 0px;
}

.hover\:outline-offset-1:hover {
  outline-offset: 1px;
}

.hover\:outline-offset-2:hover {
  outline-offset: 2px;
}

.hover\:outline-offset-4:hover {
  outline-offset: 4px;
}

.hover\:outline-offset-8:hover {
  outline-offset: 8px;
}

.hover\:outline-black:hover {
  outline-color: #000000;
}

.hover\:outline-black\/0:hover {
  outline-color: rgb(0 0 0 / 0);
}

.hover\:outline-black\/10:hover {
  outline-color: rgb(0 0 0 / 0.1);
}

.hover\:outline-black\/100:hover {
  outline-color: rgb(0 0 0 / 1);
}

.hover\:outline-black\/20:hover {
  outline-color: rgb(0 0 0 / 0.2);
}

.hover\:outline-black\/25:hover {
  outline-color: rgb(0 0 0 / 0.25);
}

.hover\:outline-black\/30:hover {
  outline-color: rgb(0 0 0 / 0.3);
}

.hover\:outline-black\/40:hover {
  outline-color: rgb(0 0 0 / 0.4);
}

.hover\:outline-black\/5:hover {
  outline-color: rgb(0 0 0 / 0.05);
}

.hover\:outline-black\/50:hover {
  outline-color: rgb(0 0 0 / 0.5);
}

.hover\:outline-black\/60:hover {
  outline-color: rgb(0 0 0 / 0.6);
}

.hover\:outline-black\/70:hover {
  outline-color: rgb(0 0 0 / 0.7);
}

.hover\:outline-black\/75:hover {
  outline-color: rgb(0 0 0 / 0.75);
}

.hover\:outline-black\/80:hover {
  outline-color: rgb(0 0 0 / 0.8);
}

.hover\:outline-black\/90:hover {
  outline-color: rgb(0 0 0 / 0.9);
}

.hover\:outline-black\/95:hover {
  outline-color: rgb(0 0 0 / 0.95);
}

.hover\:outline-current:hover {
  outline-color: currentColor;
}

.hover\:outline-error_red:hover {
  outline-color: #eb001b;
}

.hover\:outline-error_red\/0:hover {
  outline-color: rgb(235 0 27 / 0);
}

.hover\:outline-error_red\/10:hover {
  outline-color: rgb(235 0 27 / 0.1);
}

.hover\:outline-error_red\/100:hover {
  outline-color: rgb(235 0 27 / 1);
}

.hover\:outline-error_red\/20:hover {
  outline-color: rgb(235 0 27 / 0.2);
}

.hover\:outline-error_red\/25:hover {
  outline-color: rgb(235 0 27 / 0.25);
}

.hover\:outline-error_red\/30:hover {
  outline-color: rgb(235 0 27 / 0.3);
}

.hover\:outline-error_red\/40:hover {
  outline-color: rgb(235 0 27 / 0.4);
}

.hover\:outline-error_red\/5:hover {
  outline-color: rgb(235 0 27 / 0.05);
}

.hover\:outline-error_red\/50:hover {
  outline-color: rgb(235 0 27 / 0.5);
}

.hover\:outline-error_red\/60:hover {
  outline-color: rgb(235 0 27 / 0.6);
}

.hover\:outline-error_red\/70:hover {
  outline-color: rgb(235 0 27 / 0.7);
}

.hover\:outline-error_red\/75:hover {
  outline-color: rgb(235 0 27 / 0.75);
}

.hover\:outline-error_red\/80:hover {
  outline-color: rgb(235 0 27 / 0.8);
}

.hover\:outline-error_red\/90:hover {
  outline-color: rgb(235 0 27 / 0.9);
}

.hover\:outline-error_red\/95:hover {
  outline-color: rgb(235 0 27 / 0.95);
}

.hover\:outline-gray5:hover {
  outline-color: #f2f2f2;
}

.hover\:outline-gray5\/0:hover {
  outline-color: rgb(242 242 242 / 0);
}

.hover\:outline-gray5\/10:hover {
  outline-color: rgb(242 242 242 / 0.1);
}

.hover\:outline-gray5\/100:hover {
  outline-color: rgb(242 242 242 / 1);
}

.hover\:outline-gray5\/20:hover {
  outline-color: rgb(242 242 242 / 0.2);
}

.hover\:outline-gray5\/25:hover {
  outline-color: rgb(242 242 242 / 0.25);
}

.hover\:outline-gray5\/30:hover {
  outline-color: rgb(242 242 242 / 0.3);
}

.hover\:outline-gray5\/40:hover {
  outline-color: rgb(242 242 242 / 0.4);
}

.hover\:outline-gray5\/5:hover {
  outline-color: rgb(242 242 242 / 0.05);
}

.hover\:outline-gray5\/50:hover {
  outline-color: rgb(242 242 242 / 0.5);
}

.hover\:outline-gray5\/60:hover {
  outline-color: rgb(242 242 242 / 0.6);
}

.hover\:outline-gray5\/70:hover {
  outline-color: rgb(242 242 242 / 0.7);
}

.hover\:outline-gray5\/75:hover {
  outline-color: rgb(242 242 242 / 0.75);
}

.hover\:outline-gray5\/80:hover {
  outline-color: rgb(242 242 242 / 0.8);
}

.hover\:outline-gray5\/90:hover {
  outline-color: rgb(242 242 242 / 0.9);
}

.hover\:outline-gray5\/95:hover {
  outline-color: rgb(242 242 242 / 0.95);
}

.hover\:outline-sh_black:hover {
  outline-color: #231f20;
}

.hover\:outline-sh_black\/0:hover {
  outline-color: rgb(35 31 32 / 0);
}

.hover\:outline-sh_black\/10:hover {
  outline-color: rgb(35 31 32 / 0.1);
}

.hover\:outline-sh_black\/100:hover {
  outline-color: rgb(35 31 32 / 1);
}

.hover\:outline-sh_black\/20:hover {
  outline-color: rgb(35 31 32 / 0.2);
}

.hover\:outline-sh_black\/25:hover {
  outline-color: rgb(35 31 32 / 0.25);
}

.hover\:outline-sh_black\/30:hover {
  outline-color: rgb(35 31 32 / 0.3);
}

.hover\:outline-sh_black\/40:hover {
  outline-color: rgb(35 31 32 / 0.4);
}

.hover\:outline-sh_black\/5:hover {
  outline-color: rgb(35 31 32 / 0.05);
}

.hover\:outline-sh_black\/50:hover {
  outline-color: rgb(35 31 32 / 0.5);
}

.hover\:outline-sh_black\/60:hover {
  outline-color: rgb(35 31 32 / 0.6);
}

.hover\:outline-sh_black\/70:hover {
  outline-color: rgb(35 31 32 / 0.7);
}

.hover\:outline-sh_black\/75:hover {
  outline-color: rgb(35 31 32 / 0.75);
}

.hover\:outline-sh_black\/80:hover {
  outline-color: rgb(35 31 32 / 0.8);
}

.hover\:outline-sh_black\/90:hover {
  outline-color: rgb(35 31 32 / 0.9);
}

.hover\:outline-sh_black\/95:hover {
  outline-color: rgb(35 31 32 / 0.95);
}

.hover\:outline-success_green:hover {
  outline-color: #508316;
}

.hover\:outline-success_green\/0:hover {
  outline-color: rgb(80 131 22 / 0);
}

.hover\:outline-success_green\/10:hover {
  outline-color: rgb(80 131 22 / 0.1);
}

.hover\:outline-success_green\/100:hover {
  outline-color: rgb(80 131 22 / 1);
}

.hover\:outline-success_green\/20:hover {
  outline-color: rgb(80 131 22 / 0.2);
}

.hover\:outline-success_green\/25:hover {
  outline-color: rgb(80 131 22 / 0.25);
}

.hover\:outline-success_green\/30:hover {
  outline-color: rgb(80 131 22 / 0.3);
}

.hover\:outline-success_green\/40:hover {
  outline-color: rgb(80 131 22 / 0.4);
}

.hover\:outline-success_green\/5:hover {
  outline-color: rgb(80 131 22 / 0.05);
}

.hover\:outline-success_green\/50:hover {
  outline-color: rgb(80 131 22 / 0.5);
}

.hover\:outline-success_green\/60:hover {
  outline-color: rgb(80 131 22 / 0.6);
}

.hover\:outline-success_green\/70:hover {
  outline-color: rgb(80 131 22 / 0.7);
}

.hover\:outline-success_green\/75:hover {
  outline-color: rgb(80 131 22 / 0.75);
}

.hover\:outline-success_green\/80:hover {
  outline-color: rgb(80 131 22 / 0.8);
}

.hover\:outline-success_green\/90:hover {
  outline-color: rgb(80 131 22 / 0.9);
}

.hover\:outline-success_green\/95:hover {
  outline-color: rgb(80 131 22 / 0.95);
}

.hover\:outline-teal:hover {
  outline-color: #00819f;
}

.hover\:outline-teal\/0:hover {
  outline-color: rgb(0 129 159 / 0);
}

.hover\:outline-teal\/10:hover {
  outline-color: rgb(0 129 159 / 0.1);
}

.hover\:outline-teal\/100:hover {
  outline-color: rgb(0 129 159 / 1);
}

.hover\:outline-teal\/20:hover {
  outline-color: rgb(0 129 159 / 0.2);
}

.hover\:outline-teal\/25:hover {
  outline-color: rgb(0 129 159 / 0.25);
}

.hover\:outline-teal\/30:hover {
  outline-color: rgb(0 129 159 / 0.3);
}

.hover\:outline-teal\/40:hover {
  outline-color: rgb(0 129 159 / 0.4);
}

.hover\:outline-teal\/5:hover {
  outline-color: rgb(0 129 159 / 0.05);
}

.hover\:outline-teal\/50:hover {
  outline-color: rgb(0 129 159 / 0.5);
}

.hover\:outline-teal\/60:hover {
  outline-color: rgb(0 129 159 / 0.6);
}

.hover\:outline-teal\/70:hover {
  outline-color: rgb(0 129 159 / 0.7);
}

.hover\:outline-teal\/75:hover {
  outline-color: rgb(0 129 159 / 0.75);
}

.hover\:outline-teal\/80:hover {
  outline-color: rgb(0 129 159 / 0.8);
}

.hover\:outline-teal\/90:hover {
  outline-color: rgb(0 129 159 / 0.9);
}

.hover\:outline-teal\/95:hover {
  outline-color: rgb(0 129 159 / 0.95);
}

.hover\:outline-teal_dark:hover {
  outline-color: #003C4D;
}

.hover\:outline-teal_dark\/0:hover {
  outline-color: rgb(0 60 77 / 0);
}

.hover\:outline-teal_dark\/10:hover {
  outline-color: rgb(0 60 77 / 0.1);
}

.hover\:outline-teal_dark\/100:hover {
  outline-color: rgb(0 60 77 / 1);
}

.hover\:outline-teal_dark\/20:hover {
  outline-color: rgb(0 60 77 / 0.2);
}

.hover\:outline-teal_dark\/25:hover {
  outline-color: rgb(0 60 77 / 0.25);
}

.hover\:outline-teal_dark\/30:hover {
  outline-color: rgb(0 60 77 / 0.3);
}

.hover\:outline-teal_dark\/40:hover {
  outline-color: rgb(0 60 77 / 0.4);
}

.hover\:outline-teal_dark\/5:hover {
  outline-color: rgb(0 60 77 / 0.05);
}

.hover\:outline-teal_dark\/50:hover {
  outline-color: rgb(0 60 77 / 0.5);
}

.hover\:outline-teal_dark\/60:hover {
  outline-color: rgb(0 60 77 / 0.6);
}

.hover\:outline-teal_dark\/70:hover {
  outline-color: rgb(0 60 77 / 0.7);
}

.hover\:outline-teal_dark\/75:hover {
  outline-color: rgb(0 60 77 / 0.75);
}

.hover\:outline-teal_dark\/80:hover {
  outline-color: rgb(0 60 77 / 0.8);
}

.hover\:outline-teal_dark\/90:hover {
  outline-color: rgb(0 60 77 / 0.9);
}

.hover\:outline-teal_dark\/95:hover {
  outline-color: rgb(0 60 77 / 0.95);
}

.hover\:outline-teal_extra_light:hover {
  outline-color: #f5fbfc;
}

.hover\:outline-teal_extra_light\/0:hover {
  outline-color: rgb(245 251 252 / 0);
}

.hover\:outline-teal_extra_light\/10:hover {
  outline-color: rgb(245 251 252 / 0.1);
}

.hover\:outline-teal_extra_light\/100:hover {
  outline-color: rgb(245 251 252 / 1);
}

.hover\:outline-teal_extra_light\/20:hover {
  outline-color: rgb(245 251 252 / 0.2);
}

.hover\:outline-teal_extra_light\/25:hover {
  outline-color: rgb(245 251 252 / 0.25);
}

.hover\:outline-teal_extra_light\/30:hover {
  outline-color: rgb(245 251 252 / 0.3);
}

.hover\:outline-teal_extra_light\/40:hover {
  outline-color: rgb(245 251 252 / 0.4);
}

.hover\:outline-teal_extra_light\/5:hover {
  outline-color: rgb(245 251 252 / 0.05);
}

.hover\:outline-teal_extra_light\/50:hover {
  outline-color: rgb(245 251 252 / 0.5);
}

.hover\:outline-teal_extra_light\/60:hover {
  outline-color: rgb(245 251 252 / 0.6);
}

.hover\:outline-teal_extra_light\/70:hover {
  outline-color: rgb(245 251 252 / 0.7);
}

.hover\:outline-teal_extra_light\/75:hover {
  outline-color: rgb(245 251 252 / 0.75);
}

.hover\:outline-teal_extra_light\/80:hover {
  outline-color: rgb(245 251 252 / 0.8);
}

.hover\:outline-teal_extra_light\/90:hover {
  outline-color: rgb(245 251 252 / 0.9);
}

.hover\:outline-teal_extra_light\/95:hover {
  outline-color: rgb(245 251 252 / 0.95);
}

.hover\:outline-teal_light:hover {
  outline-color: #74c4d6;
}

.hover\:outline-teal_light\/0:hover {
  outline-color: rgb(116 196 214 / 0);
}

.hover\:outline-teal_light\/10:hover {
  outline-color: rgb(116 196 214 / 0.1);
}

.hover\:outline-teal_light\/100:hover {
  outline-color: rgb(116 196 214 / 1);
}

.hover\:outline-teal_light\/20:hover {
  outline-color: rgb(116 196 214 / 0.2);
}

.hover\:outline-teal_light\/25:hover {
  outline-color: rgb(116 196 214 / 0.25);
}

.hover\:outline-teal_light\/30:hover {
  outline-color: rgb(116 196 214 / 0.3);
}

.hover\:outline-teal_light\/40:hover {
  outline-color: rgb(116 196 214 / 0.4);
}

.hover\:outline-teal_light\/5:hover {
  outline-color: rgb(116 196 214 / 0.05);
}

.hover\:outline-teal_light\/50:hover {
  outline-color: rgb(116 196 214 / 0.5);
}

.hover\:outline-teal_light\/60:hover {
  outline-color: rgb(116 196 214 / 0.6);
}

.hover\:outline-teal_light\/70:hover {
  outline-color: rgb(116 196 214 / 0.7);
}

.hover\:outline-teal_light\/75:hover {
  outline-color: rgb(116 196 214 / 0.75);
}

.hover\:outline-teal_light\/80:hover {
  outline-color: rgb(116 196 214 / 0.8);
}

.hover\:outline-teal_light\/90:hover {
  outline-color: rgb(116 196 214 / 0.9);
}

.hover\:outline-teal_light\/95:hover {
  outline-color: rgb(116 196 214 / 0.95);
}

.hover\:outline-transparent:hover {
  outline-color: transparent;
}

.hover\:outline-transparent\/0:hover {
  outline-color: rgb(0 0 0 / 0);
}

.hover\:outline-transparent\/10:hover {
  outline-color: rgb(0 0 0 / 0.1);
}

.hover\:outline-transparent\/100:hover {
  outline-color: rgb(0 0 0 / 1);
}

.hover\:outline-transparent\/20:hover {
  outline-color: rgb(0 0 0 / 0.2);
}

.hover\:outline-transparent\/25:hover {
  outline-color: rgb(0 0 0 / 0.25);
}

.hover\:outline-transparent\/30:hover {
  outline-color: rgb(0 0 0 / 0.3);
}

.hover\:outline-transparent\/40:hover {
  outline-color: rgb(0 0 0 / 0.4);
}

.hover\:outline-transparent\/5:hover {
  outline-color: rgb(0 0 0 / 0.05);
}

.hover\:outline-transparent\/50:hover {
  outline-color: rgb(0 0 0 / 0.5);
}

.hover\:outline-transparent\/60:hover {
  outline-color: rgb(0 0 0 / 0.6);
}

.hover\:outline-transparent\/70:hover {
  outline-color: rgb(0 0 0 / 0.7);
}

.hover\:outline-transparent\/75:hover {
  outline-color: rgb(0 0 0 / 0.75);
}

.hover\:outline-transparent\/80:hover {
  outline-color: rgb(0 0 0 / 0.8);
}

.hover\:outline-transparent\/90:hover {
  outline-color: rgb(0 0 0 / 0.9);
}

.hover\:outline-transparent\/95:hover {
  outline-color: rgb(0 0 0 / 0.95);
}

.hover\:outline-white:hover {
  outline-color: #ffffff;
}

.hover\:outline-white\/0:hover {
  outline-color: rgb(255 255 255 / 0);
}

.hover\:outline-white\/10:hover {
  outline-color: rgb(255 255 255 / 0.1);
}

.hover\:outline-white\/100:hover {
  outline-color: rgb(255 255 255 / 1);
}

.hover\:outline-white\/20:hover {
  outline-color: rgb(255 255 255 / 0.2);
}

.hover\:outline-white\/25:hover {
  outline-color: rgb(255 255 255 / 0.25);
}

.hover\:outline-white\/30:hover {
  outline-color: rgb(255 255 255 / 0.3);
}

.hover\:outline-white\/40:hover {
  outline-color: rgb(255 255 255 / 0.4);
}

.hover\:outline-white\/5:hover {
  outline-color: rgb(255 255 255 / 0.05);
}

.hover\:outline-white\/50:hover {
  outline-color: rgb(255 255 255 / 0.5);
}

.hover\:outline-white\/60:hover {
  outline-color: rgb(255 255 255 / 0.6);
}

.hover\:outline-white\/70:hover {
  outline-color: rgb(255 255 255 / 0.7);
}

.hover\:outline-white\/75:hover {
  outline-color: rgb(255 255 255 / 0.75);
}

.hover\:outline-white\/80:hover {
  outline-color: rgb(255 255 255 / 0.8);
}

.hover\:outline-white\/90:hover {
  outline-color: rgb(255 255 255 / 0.9);
}

.hover\:outline-white\/95:hover {
  outline-color: rgb(255 255 255 / 0.95);
}

.hover\:bg_cyan_dark:hover {
  background-color: #007298;
}

.hover\:color_cyan_dark:hover {
  color: #007298;
}

.hover\:fill_cyan_dark:hover {
  fill: #007298;
  color: #007298;
}

.hover\:border_color_cyan_dark:hover {
  border-color: #007298;
}

.hover\:bg_cyan:hover {
  background-color: #408EA0;
}

.hover\:color_cyan:hover {
  color: #408EA0;
}

.hover\:fill_cyan:hover {
  fill: #408EA0;
  color: #408EA0;
}

.hover\:border_color_cyan:hover {
  border-color: #408EA0;
}

.hover\:bg_cyan_light:hover {
  background-color: #C5E0EA;
}

.hover\:color_cyan_light:hover {
  color: #C5E0EA;
}

.hover\:fill_cyan_light:hover {
  fill: #C5E0EA;
  color: #C5E0EA;
}

.hover\:border_color_cyan_light:hover {
  border-color: #C5E0EA;
}

.hover\:bg_cyan_extra_light:hover {
  background-color: #EFF7F8;
}

.hover\:color_cyan_extra_light:hover {
  color: #EFF7F8;
}

.hover\:fill_cyan_extra_light:hover {
  fill: #EFF7F8;
  color: #EFF7F8;
}

.hover\:border_color_extra_cyan_light:hover {
  border-color: #EFF7F8;
}

.hover\:sh_height_580:hover {
  min-height: 36.25rem;
}

.hover\:sh_height_500:hover {
  min-height: 31.25rem;
}

.hover\:sh_height_450:hover {
  min-height: 28.125rem;
}

.hover\:sh_height_400:hover {
  min-height: 25rem;
}

.hover\:sh_height_350:hover {
  min-height: 21.875rem;
}

.hover\:sh_height_144:hover {
  min-height: 9rem;
}

.hover\:sh_superscript:hover {
  position: relative;
  top: -5px;
  font-size: .625rem;
  margin-left: 1px;
}

.hover\:sh_icon_hover:hover {
  color: #408EA0;
  fill: #408EA0;
}

.hover\:sh_icon_hover:hover:hover {
  color: #74C3D5;
  fill: #74C3D5;
}

@media (max-width: 1023.9px) {
  .hover\:sh_hiddenWhenSmall:hover {
    display: none;
  }
}

.hover\:important_mb_0:hover {
  margin-bottom: 0px !important;
}

.hover\:important_mt_0:hover {
  margin-top: 0px !important;
}

.hover\:important_pb_0:hover {
  padding-bottom: 0px !important;
}

.hover\:important_pt_0:hover {
  padding-top: 0px !important;
}

.hover\:important_bg_image_none:hover {
  background-image: none !important;
}

.hover\:important_w_full:hover {
  width: 100% !important;
  max-width: initial !important;
  min-width: initial !important;
}

.hover\:important_button_width_100:hover {
  width: 100% !important;
  max-width: initial !important;
  min-width: initial !important;
}

.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:z-0:focus {
  z-index: 0;
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:z-20:focus {
  z-index: 20;
}

.focus\:z-30:focus {
  z-index: 30;
}

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:z-50:focus {
  z-index: 50;
}

.focus\:z-auto:focus {
  z-index: auto;
}

.focus\:box-border:focus {
  box-sizing: border-box;
}

.focus\:box-content:focus {
  box-sizing: content-box;
}

.focus\:border-collapse:focus {
  border-collapse: collapse;
}

.focus\:border-separate:focus {
  border-collapse: separate;
}

.focus\:border-spacing-0:focus {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-1:focus {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-10:focus {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-100:focus {
  --tw-border-spacing-x: 6.250rem;
  --tw-border-spacing-y: 6.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-12:focus {
  --tw-border-spacing-x: 0.750rem;
  --tw-border-spacing-y: 0.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-14:focus {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-150:focus {
  --tw-border-spacing-x: 9.375rem;
  --tw-border-spacing-y: 9.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-16:focus {
  --tw-border-spacing-x: 1.000rem;
  --tw-border-spacing-y: 1.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-18:focus {
  --tw-border-spacing-x: 1.125rem;
  --tw-border-spacing-y: 1.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-2:focus {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-20:focus {
  --tw-border-spacing-x: 1.250rem;
  --tw-border-spacing-y: 1.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-200:focus {
  --tw-border-spacing-x: 12.5rem;
  --tw-border-spacing-y: 12.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-22:focus {
  --tw-border-spacing-x: 1.375rem;
  --tw-border-spacing-y: 1.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-24:focus {
  --tw-border-spacing-x: 1.500rem;
  --tw-border-spacing-y: 1.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-250:focus {
  --tw-border-spacing-x: 15.625rem;
  --tw-border-spacing-y: 15.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-26:focus {
  --tw-border-spacing-x: 1.625rem;
  --tw-border-spacing-y: 1.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-28:focus {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-3:focus {
  --tw-border-spacing-x: 0.188rem;
  --tw-border-spacing-y: 0.188rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-30:focus {
  --tw-border-spacing-x: 1.875rem;
  --tw-border-spacing-y: 1.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-300:focus {
  --tw-border-spacing-x: 18.75rem;
  --tw-border-spacing-y: 18.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-32:focus {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-34:focus {
  --tw-border-spacing-x: 2.125rem;
  --tw-border-spacing-y: 2.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-36:focus {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-38:focus {
  --tw-border-spacing-x: 2.375rem;
  --tw-border-spacing-y: 2.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-4:focus {
  --tw-border-spacing-x: 0.250rem;
  --tw-border-spacing-y: 0.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-40:focus {
  --tw-border-spacing-x: 2.500rem;
  --tw-border-spacing-y: 2.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-50:focus {
  --tw-border-spacing-x: 3.125rem;
  --tw-border-spacing-y: 3.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-6:focus {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-60:focus {
  --tw-border-spacing-x: 3.750rem;
  --tw-border-spacing-y: 3.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-70:focus {
  --tw-border-spacing-x: 4.375rem;
  --tw-border-spacing-y: 4.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-8:focus {
  --tw-border-spacing-x: 0.500rem;
  --tw-border-spacing-y: 0.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-80:focus {
  --tw-border-spacing-x: 5.000rem;
  --tw-border-spacing-y: 5.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-90:focus {
  --tw-border-spacing-x: 5.625rem;
  --tw-border-spacing-y: 5.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-0:focus {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-1:focus {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-10:focus {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-100:focus {
  --tw-border-spacing-x: 6.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-12:focus {
  --tw-border-spacing-x: 0.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-14:focus {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-150:focus {
  --tw-border-spacing-x: 9.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-16:focus {
  --tw-border-spacing-x: 1.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-18:focus {
  --tw-border-spacing-x: 1.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-2:focus {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-20:focus {
  --tw-border-spacing-x: 1.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-200:focus {
  --tw-border-spacing-x: 12.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-22:focus {
  --tw-border-spacing-x: 1.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-24:focus {
  --tw-border-spacing-x: 1.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-250:focus {
  --tw-border-spacing-x: 15.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-26:focus {
  --tw-border-spacing-x: 1.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-28:focus {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-3:focus {
  --tw-border-spacing-x: 0.188rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-30:focus {
  --tw-border-spacing-x: 1.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-300:focus {
  --tw-border-spacing-x: 18.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-32:focus {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-34:focus {
  --tw-border-spacing-x: 2.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-36:focus {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-38:focus {
  --tw-border-spacing-x: 2.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-4:focus {
  --tw-border-spacing-x: 0.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-40:focus {
  --tw-border-spacing-x: 2.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-50:focus {
  --tw-border-spacing-x: 3.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-6:focus {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-60:focus {
  --tw-border-spacing-x: 3.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-70:focus {
  --tw-border-spacing-x: 4.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-8:focus {
  --tw-border-spacing-x: 0.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-80:focus {
  --tw-border-spacing-x: 5.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-90:focus {
  --tw-border-spacing-x: 5.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-0:focus {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-1:focus {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-10:focus {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-100:focus {
  --tw-border-spacing-y: 6.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-12:focus {
  --tw-border-spacing-y: 0.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-14:focus {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-150:focus {
  --tw-border-spacing-y: 9.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-16:focus {
  --tw-border-spacing-y: 1.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-18:focus {
  --tw-border-spacing-y: 1.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-2:focus {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-20:focus {
  --tw-border-spacing-y: 1.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-200:focus {
  --tw-border-spacing-y: 12.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-22:focus {
  --tw-border-spacing-y: 1.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-24:focus {
  --tw-border-spacing-y: 1.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-250:focus {
  --tw-border-spacing-y: 15.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-26:focus {
  --tw-border-spacing-y: 1.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-28:focus {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-3:focus {
  --tw-border-spacing-y: 0.188rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-30:focus {
  --tw-border-spacing-y: 1.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-300:focus {
  --tw-border-spacing-y: 18.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-32:focus {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-34:focus {
  --tw-border-spacing-y: 2.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-36:focus {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-38:focus {
  --tw-border-spacing-y: 2.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-4:focus {
  --tw-border-spacing-y: 0.250rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-40:focus {
  --tw-border-spacing-y: 2.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-50:focus {
  --tw-border-spacing-y: 3.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-6:focus {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-60:focus {
  --tw-border-spacing-y: 3.750rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-70:focus {
  --tw-border-spacing-y: 4.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-8:focus {
  --tw-border-spacing-y: 0.500rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-80:focus {
  --tw-border-spacing-y: 5.000rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-90:focus {
  --tw-border-spacing-y: 5.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:text-ellipsis:focus {
  text-overflow: ellipsis;
}

.focus\:text-clip:focus {
  text-overflow: clip;
}

.focus\:border:focus {
  border-width: 1px;
}

.focus\:border-0:focus {
  border-width: 0;
}

.focus\:border-2:focus {
  border-width: 2px;
}

.focus\:border-3:focus {
  border-width: 3px;
}

.focus\:border-4:focus {
  border-width: 4px;
}

.focus\:border-x:focus {
  border-left-width: 1px;
  border-right-width: 1px;
}

.focus\:border-x-0:focus {
  border-left-width: 0;
  border-right-width: 0;
}

.focus\:border-x-2:focus {
  border-left-width: 2px;
  border-right-width: 2px;
}

.focus\:border-x-3:focus {
  border-left-width: 3px;
  border-right-width: 3px;
}

.focus\:border-x-4:focus {
  border-left-width: 4px;
  border-right-width: 4px;
}

.focus\:border-y:focus {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.focus\:border-y-0:focus {
  border-top-width: 0;
  border-bottom-width: 0;
}

.focus\:border-y-2:focus {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.focus\:border-y-3:focus {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.focus\:border-y-4:focus {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.focus\:border-b:focus {
  border-bottom-width: 1px;
}

.focus\:border-b-0:focus {
  border-bottom-width: 0;
}

.focus\:border-b-2:focus {
  border-bottom-width: 2px;
}

.focus\:border-b-3:focus {
  border-bottom-width: 3px;
}

.focus\:border-b-4:focus {
  border-bottom-width: 4px;
}

.focus\:border-e:focus {
  border-inline-end-width: 1px;
}

.focus\:border-e-0:focus {
  border-inline-end-width: 0;
}

.focus\:border-e-2:focus {
  border-inline-end-width: 2px;
}

.focus\:border-e-3:focus {
  border-inline-end-width: 3px;
}

.focus\:border-e-4:focus {
  border-inline-end-width: 4px;
}

.focus\:border-l:focus {
  border-left-width: 1px;
}

.focus\:border-l-0:focus {
  border-left-width: 0;
}

.focus\:border-l-2:focus {
  border-left-width: 2px;
}

.focus\:border-l-3:focus {
  border-left-width: 3px;
}

.focus\:border-l-4:focus {
  border-left-width: 4px;
}

.focus\:border-r:focus {
  border-right-width: 1px;
}

.focus\:border-r-0:focus {
  border-right-width: 0;
}

.focus\:border-r-2:focus {
  border-right-width: 2px;
}

.focus\:border-r-3:focus {
  border-right-width: 3px;
}

.focus\:border-r-4:focus {
  border-right-width: 4px;
}

.focus\:border-s:focus {
  border-inline-start-width: 1px;
}

.focus\:border-s-0:focus {
  border-inline-start-width: 0;
}

.focus\:border-s-2:focus {
  border-inline-start-width: 2px;
}

.focus\:border-s-3:focus {
  border-inline-start-width: 3px;
}

.focus\:border-s-4:focus {
  border-inline-start-width: 4px;
}

.focus\:border-t:focus {
  border-top-width: 1px;
}

.focus\:border-t-0:focus {
  border-top-width: 0;
}

.focus\:border-t-2:focus {
  border-top-width: 2px;
}

.focus\:border-t-3:focus {
  border-top-width: 3px;
}

.focus\:border-t-4:focus {
  border-top-width: 4px;
}

.focus\:border-solid:focus {
  border-style: solid;
}

.focus\:border-dashed:focus {
  border-style: dashed;
}

.focus\:border-dotted:focus {
  border-style: dotted;
}

.focus\:border-double:focus {
  border-style: double;
}

.focus\:border-hidden:focus {
  border-style: hidden;
}

.focus\:border-none:focus {
  border-style: none;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-black\/0:focus {
  border-color: rgb(0 0 0 / 0);
}

.focus\:border-black\/10:focus {
  border-color: rgb(0 0 0 / 0.1);
}

.focus\:border-black\/100:focus {
  border-color: rgb(0 0 0 / 1);
}

.focus\:border-black\/20:focus {
  border-color: rgb(0 0 0 / 0.2);
}

.focus\:border-black\/25:focus {
  border-color: rgb(0 0 0 / 0.25);
}

.focus\:border-black\/30:focus {
  border-color: rgb(0 0 0 / 0.3);
}

.focus\:border-black\/40:focus {
  border-color: rgb(0 0 0 / 0.4);
}

.focus\:border-black\/5:focus {
  border-color: rgb(0 0 0 / 0.05);
}

.focus\:border-black\/50:focus {
  border-color: rgb(0 0 0 / 0.5);
}

.focus\:border-black\/60:focus {
  border-color: rgb(0 0 0 / 0.6);
}

.focus\:border-black\/70:focus {
  border-color: rgb(0 0 0 / 0.7);
}

.focus\:border-black\/75:focus {
  border-color: rgb(0 0 0 / 0.75);
}

.focus\:border-black\/80:focus {
  border-color: rgb(0 0 0 / 0.8);
}

.focus\:border-black\/90:focus {
  border-color: rgb(0 0 0 / 0.9);
}

.focus\:border-black\/95:focus {
  border-color: rgb(0 0 0 / 0.95);
}

.focus\:border-current:focus {
  border-color: currentColor;
}

.focus\:border-error_red:focus {
  --tw-border-opacity: 1;
  border-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.focus\:border-error_red\/0:focus {
  border-color: rgb(235 0 27 / 0);
}

.focus\:border-error_red\/10:focus {
  border-color: rgb(235 0 27 / 0.1);
}

.focus\:border-error_red\/100:focus {
  border-color: rgb(235 0 27 / 1);
}

.focus\:border-error_red\/20:focus {
  border-color: rgb(235 0 27 / 0.2);
}

.focus\:border-error_red\/25:focus {
  border-color: rgb(235 0 27 / 0.25);
}

.focus\:border-error_red\/30:focus {
  border-color: rgb(235 0 27 / 0.3);
}

.focus\:border-error_red\/40:focus {
  border-color: rgb(235 0 27 / 0.4);
}

.focus\:border-error_red\/5:focus {
  border-color: rgb(235 0 27 / 0.05);
}

.focus\:border-error_red\/50:focus {
  border-color: rgb(235 0 27 / 0.5);
}

.focus\:border-error_red\/60:focus {
  border-color: rgb(235 0 27 / 0.6);
}

.focus\:border-error_red\/70:focus {
  border-color: rgb(235 0 27 / 0.7);
}

.focus\:border-error_red\/75:focus {
  border-color: rgb(235 0 27 / 0.75);
}

.focus\:border-error_red\/80:focus {
  border-color: rgb(235 0 27 / 0.8);
}

.focus\:border-error_red\/90:focus {
  border-color: rgb(235 0 27 / 0.9);
}

.focus\:border-error_red\/95:focus {
  border-color: rgb(235 0 27 / 0.95);
}

.focus\:border-gray5:focus {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.focus\:border-gray5\/0:focus {
  border-color: rgb(242 242 242 / 0);
}

.focus\:border-gray5\/10:focus {
  border-color: rgb(242 242 242 / 0.1);
}

.focus\:border-gray5\/100:focus {
  border-color: rgb(242 242 242 / 1);
}

.focus\:border-gray5\/20:focus {
  border-color: rgb(242 242 242 / 0.2);
}

.focus\:border-gray5\/25:focus {
  border-color: rgb(242 242 242 / 0.25);
}

.focus\:border-gray5\/30:focus {
  border-color: rgb(242 242 242 / 0.3);
}

.focus\:border-gray5\/40:focus {
  border-color: rgb(242 242 242 / 0.4);
}

.focus\:border-gray5\/5:focus {
  border-color: rgb(242 242 242 / 0.05);
}

.focus\:border-gray5\/50:focus {
  border-color: rgb(242 242 242 / 0.5);
}

.focus\:border-gray5\/60:focus {
  border-color: rgb(242 242 242 / 0.6);
}

.focus\:border-gray5\/70:focus {
  border-color: rgb(242 242 242 / 0.7);
}

.focus\:border-gray5\/75:focus {
  border-color: rgb(242 242 242 / 0.75);
}

.focus\:border-gray5\/80:focus {
  border-color: rgb(242 242 242 / 0.8);
}

.focus\:border-gray5\/90:focus {
  border-color: rgb(242 242 242 / 0.9);
}

.focus\:border-gray5\/95:focus {
  border-color: rgb(242 242 242 / 0.95);
}

.focus\:border-sh_black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.focus\:border-sh_black\/0:focus {
  border-color: rgb(35 31 32 / 0);
}

.focus\:border-sh_black\/10:focus {
  border-color: rgb(35 31 32 / 0.1);
}

.focus\:border-sh_black\/100:focus {
  border-color: rgb(35 31 32 / 1);
}

.focus\:border-sh_black\/20:focus {
  border-color: rgb(35 31 32 / 0.2);
}

.focus\:border-sh_black\/25:focus {
  border-color: rgb(35 31 32 / 0.25);
}

.focus\:border-sh_black\/30:focus {
  border-color: rgb(35 31 32 / 0.3);
}

.focus\:border-sh_black\/40:focus {
  border-color: rgb(35 31 32 / 0.4);
}

.focus\:border-sh_black\/5:focus {
  border-color: rgb(35 31 32 / 0.05);
}

.focus\:border-sh_black\/50:focus {
  border-color: rgb(35 31 32 / 0.5);
}

.focus\:border-sh_black\/60:focus {
  border-color: rgb(35 31 32 / 0.6);
}

.focus\:border-sh_black\/70:focus {
  border-color: rgb(35 31 32 / 0.7);
}

.focus\:border-sh_black\/75:focus {
  border-color: rgb(35 31 32 / 0.75);
}

.focus\:border-sh_black\/80:focus {
  border-color: rgb(35 31 32 / 0.8);
}

.focus\:border-sh_black\/90:focus {
  border-color: rgb(35 31 32 / 0.9);
}

.focus\:border-sh_black\/95:focus {
  border-color: rgb(35 31 32 / 0.95);
}

.focus\:border-success_green:focus {
  --tw-border-opacity: 1;
  border-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.focus\:border-success_green\/0:focus {
  border-color: rgb(80 131 22 / 0);
}

.focus\:border-success_green\/10:focus {
  border-color: rgb(80 131 22 / 0.1);
}

.focus\:border-success_green\/100:focus {
  border-color: rgb(80 131 22 / 1);
}

.focus\:border-success_green\/20:focus {
  border-color: rgb(80 131 22 / 0.2);
}

.focus\:border-success_green\/25:focus {
  border-color: rgb(80 131 22 / 0.25);
}

.focus\:border-success_green\/30:focus {
  border-color: rgb(80 131 22 / 0.3);
}

.focus\:border-success_green\/40:focus {
  border-color: rgb(80 131 22 / 0.4);
}

.focus\:border-success_green\/5:focus {
  border-color: rgb(80 131 22 / 0.05);
}

.focus\:border-success_green\/50:focus {
  border-color: rgb(80 131 22 / 0.5);
}

.focus\:border-success_green\/60:focus {
  border-color: rgb(80 131 22 / 0.6);
}

.focus\:border-success_green\/70:focus {
  border-color: rgb(80 131 22 / 0.7);
}

.focus\:border-success_green\/75:focus {
  border-color: rgb(80 131 22 / 0.75);
}

.focus\:border-success_green\/80:focus {
  border-color: rgb(80 131 22 / 0.8);
}

.focus\:border-success_green\/90:focus {
  border-color: rgb(80 131 22 / 0.9);
}

.focus\:border-success_green\/95:focus {
  border-color: rgb(80 131 22 / 0.95);
}

.focus\:border-teal:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.focus\:border-teal\/0:focus {
  border-color: rgb(0 129 159 / 0);
}

.focus\:border-teal\/10:focus {
  border-color: rgb(0 129 159 / 0.1);
}

.focus\:border-teal\/100:focus {
  border-color: rgb(0 129 159 / 1);
}

.focus\:border-teal\/20:focus {
  border-color: rgb(0 129 159 / 0.2);
}

.focus\:border-teal\/25:focus {
  border-color: rgb(0 129 159 / 0.25);
}

.focus\:border-teal\/30:focus {
  border-color: rgb(0 129 159 / 0.3);
}

.focus\:border-teal\/40:focus {
  border-color: rgb(0 129 159 / 0.4);
}

.focus\:border-teal\/5:focus {
  border-color: rgb(0 129 159 / 0.05);
}

.focus\:border-teal\/50:focus {
  border-color: rgb(0 129 159 / 0.5);
}

.focus\:border-teal\/60:focus {
  border-color: rgb(0 129 159 / 0.6);
}

.focus\:border-teal\/70:focus {
  border-color: rgb(0 129 159 / 0.7);
}

.focus\:border-teal\/75:focus {
  border-color: rgb(0 129 159 / 0.75);
}

.focus\:border-teal\/80:focus {
  border-color: rgb(0 129 159 / 0.8);
}

.focus\:border-teal\/90:focus {
  border-color: rgb(0 129 159 / 0.9);
}

.focus\:border-teal\/95:focus {
  border-color: rgb(0 129 159 / 0.95);
}

.focus\:border-teal_dark:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.focus\:border-teal_dark\/0:focus {
  border-color: rgb(0 60 77 / 0);
}

.focus\:border-teal_dark\/10:focus {
  border-color: rgb(0 60 77 / 0.1);
}

.focus\:border-teal_dark\/100:focus {
  border-color: rgb(0 60 77 / 1);
}

.focus\:border-teal_dark\/20:focus {
  border-color: rgb(0 60 77 / 0.2);
}

.focus\:border-teal_dark\/25:focus {
  border-color: rgb(0 60 77 / 0.25);
}

.focus\:border-teal_dark\/30:focus {
  border-color: rgb(0 60 77 / 0.3);
}

.focus\:border-teal_dark\/40:focus {
  border-color: rgb(0 60 77 / 0.4);
}

.focus\:border-teal_dark\/5:focus {
  border-color: rgb(0 60 77 / 0.05);
}

.focus\:border-teal_dark\/50:focus {
  border-color: rgb(0 60 77 / 0.5);
}

.focus\:border-teal_dark\/60:focus {
  border-color: rgb(0 60 77 / 0.6);
}

.focus\:border-teal_dark\/70:focus {
  border-color: rgb(0 60 77 / 0.7);
}

.focus\:border-teal_dark\/75:focus {
  border-color: rgb(0 60 77 / 0.75);
}

.focus\:border-teal_dark\/80:focus {
  border-color: rgb(0 60 77 / 0.8);
}

.focus\:border-teal_dark\/90:focus {
  border-color: rgb(0 60 77 / 0.9);
}

.focus\:border-teal_dark\/95:focus {
  border-color: rgb(0 60 77 / 0.95);
}

.focus\:border-teal_extra_light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.focus\:border-teal_extra_light\/0:focus {
  border-color: rgb(245 251 252 / 0);
}

.focus\:border-teal_extra_light\/10:focus {
  border-color: rgb(245 251 252 / 0.1);
}

.focus\:border-teal_extra_light\/100:focus {
  border-color: rgb(245 251 252 / 1);
}

.focus\:border-teal_extra_light\/20:focus {
  border-color: rgb(245 251 252 / 0.2);
}

.focus\:border-teal_extra_light\/25:focus {
  border-color: rgb(245 251 252 / 0.25);
}

.focus\:border-teal_extra_light\/30:focus {
  border-color: rgb(245 251 252 / 0.3);
}

.focus\:border-teal_extra_light\/40:focus {
  border-color: rgb(245 251 252 / 0.4);
}

.focus\:border-teal_extra_light\/5:focus {
  border-color: rgb(245 251 252 / 0.05);
}

.focus\:border-teal_extra_light\/50:focus {
  border-color: rgb(245 251 252 / 0.5);
}

.focus\:border-teal_extra_light\/60:focus {
  border-color: rgb(245 251 252 / 0.6);
}

.focus\:border-teal_extra_light\/70:focus {
  border-color: rgb(245 251 252 / 0.7);
}

.focus\:border-teal_extra_light\/75:focus {
  border-color: rgb(245 251 252 / 0.75);
}

.focus\:border-teal_extra_light\/80:focus {
  border-color: rgb(245 251 252 / 0.8);
}

.focus\:border-teal_extra_light\/90:focus {
  border-color: rgb(245 251 252 / 0.9);
}

.focus\:border-teal_extra_light\/95:focus {
  border-color: rgb(245 251 252 / 0.95);
}

.focus\:border-teal_light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.focus\:border-teal_light\/0:focus {
  border-color: rgb(116 196 214 / 0);
}

.focus\:border-teal_light\/10:focus {
  border-color: rgb(116 196 214 / 0.1);
}

.focus\:border-teal_light\/100:focus {
  border-color: rgb(116 196 214 / 1);
}

.focus\:border-teal_light\/20:focus {
  border-color: rgb(116 196 214 / 0.2);
}

.focus\:border-teal_light\/25:focus {
  border-color: rgb(116 196 214 / 0.25);
}

.focus\:border-teal_light\/30:focus {
  border-color: rgb(116 196 214 / 0.3);
}

.focus\:border-teal_light\/40:focus {
  border-color: rgb(116 196 214 / 0.4);
}

.focus\:border-teal_light\/5:focus {
  border-color: rgb(116 196 214 / 0.05);
}

.focus\:border-teal_light\/50:focus {
  border-color: rgb(116 196 214 / 0.5);
}

.focus\:border-teal_light\/60:focus {
  border-color: rgb(116 196 214 / 0.6);
}

.focus\:border-teal_light\/70:focus {
  border-color: rgb(116 196 214 / 0.7);
}

.focus\:border-teal_light\/75:focus {
  border-color: rgb(116 196 214 / 0.75);
}

.focus\:border-teal_light\/80:focus {
  border-color: rgb(116 196 214 / 0.8);
}

.focus\:border-teal_light\/90:focus {
  border-color: rgb(116 196 214 / 0.9);
}

.focus\:border-teal_light\/95:focus {
  border-color: rgb(116 196 214 / 0.95);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-transparent\/0:focus {
  border-color: rgb(0 0 0 / 0);
}

.focus\:border-transparent\/10:focus {
  border-color: rgb(0 0 0 / 0.1);
}

.focus\:border-transparent\/100:focus {
  border-color: rgb(0 0 0 / 1);
}

.focus\:border-transparent\/20:focus {
  border-color: rgb(0 0 0 / 0.2);
}

.focus\:border-transparent\/25:focus {
  border-color: rgb(0 0 0 / 0.25);
}

.focus\:border-transparent\/30:focus {
  border-color: rgb(0 0 0 / 0.3);
}

.focus\:border-transparent\/40:focus {
  border-color: rgb(0 0 0 / 0.4);
}

.focus\:border-transparent\/5:focus {
  border-color: rgb(0 0 0 / 0.05);
}

.focus\:border-transparent\/50:focus {
  border-color: rgb(0 0 0 / 0.5);
}

.focus\:border-transparent\/60:focus {
  border-color: rgb(0 0 0 / 0.6);
}

.focus\:border-transparent\/70:focus {
  border-color: rgb(0 0 0 / 0.7);
}

.focus\:border-transparent\/75:focus {
  border-color: rgb(0 0 0 / 0.75);
}

.focus\:border-transparent\/80:focus {
  border-color: rgb(0 0 0 / 0.8);
}

.focus\:border-transparent\/90:focus {
  border-color: rgb(0 0 0 / 0.9);
}

.focus\:border-transparent\/95:focus {
  border-color: rgb(0 0 0 / 0.95);
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-white\/0:focus {
  border-color: rgb(255 255 255 / 0);
}

.focus\:border-white\/10:focus {
  border-color: rgb(255 255 255 / 0.1);
}

.focus\:border-white\/100:focus {
  border-color: rgb(255 255 255 / 1);
}

.focus\:border-white\/20:focus {
  border-color: rgb(255 255 255 / 0.2);
}

.focus\:border-white\/25:focus {
  border-color: rgb(255 255 255 / 0.25);
}

.focus\:border-white\/30:focus {
  border-color: rgb(255 255 255 / 0.3);
}

.focus\:border-white\/40:focus {
  border-color: rgb(255 255 255 / 0.4);
}

.focus\:border-white\/5:focus {
  border-color: rgb(255 255 255 / 0.05);
}

.focus\:border-white\/50:focus {
  border-color: rgb(255 255 255 / 0.5);
}

.focus\:border-white\/60:focus {
  border-color: rgb(255 255 255 / 0.6);
}

.focus\:border-white\/70:focus {
  border-color: rgb(255 255 255 / 0.7);
}

.focus\:border-white\/75:focus {
  border-color: rgb(255 255 255 / 0.75);
}

.focus\:border-white\/80:focus {
  border-color: rgb(255 255 255 / 0.8);
}

.focus\:border-white\/90:focus {
  border-color: rgb(255 255 255 / 0.9);
}

.focus\:border-white\/95:focus {
  border-color: rgb(255 255 255 / 0.95);
}

.focus\:border-x-black:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-x-black\/0:focus {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.focus\:border-x-black\/10:focus {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.focus\:border-x-black\/100:focus {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.focus\:border-x-black\/20:focus {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.focus\:border-x-black\/25:focus {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.focus\:border-x-black\/30:focus {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.focus\:border-x-black\/40:focus {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.focus\:border-x-black\/5:focus {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.focus\:border-x-black\/50:focus {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.focus\:border-x-black\/60:focus {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.focus\:border-x-black\/70:focus {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.focus\:border-x-black\/75:focus {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.focus\:border-x-black\/80:focus {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.focus\:border-x-black\/90:focus {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.focus\:border-x-black\/95:focus {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.focus\:border-x-current:focus {
  border-left-color: currentColor;
  border-right-color: currentColor;
}

.focus\:border-x-error_red:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(235 0 27 / var(--tw-border-opacity));
  border-right-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.focus\:border-x-error_red\/0:focus {
  border-left-color: rgb(235 0 27 / 0);
  border-right-color: rgb(235 0 27 / 0);
}

.focus\:border-x-error_red\/10:focus {
  border-left-color: rgb(235 0 27 / 0.1);
  border-right-color: rgb(235 0 27 / 0.1);
}

.focus\:border-x-error_red\/100:focus {
  border-left-color: rgb(235 0 27 / 1);
  border-right-color: rgb(235 0 27 / 1);
}

.focus\:border-x-error_red\/20:focus {
  border-left-color: rgb(235 0 27 / 0.2);
  border-right-color: rgb(235 0 27 / 0.2);
}

.focus\:border-x-error_red\/25:focus {
  border-left-color: rgb(235 0 27 / 0.25);
  border-right-color: rgb(235 0 27 / 0.25);
}

.focus\:border-x-error_red\/30:focus {
  border-left-color: rgb(235 0 27 / 0.3);
  border-right-color: rgb(235 0 27 / 0.3);
}

.focus\:border-x-error_red\/40:focus {
  border-left-color: rgb(235 0 27 / 0.4);
  border-right-color: rgb(235 0 27 / 0.4);
}

.focus\:border-x-error_red\/5:focus {
  border-left-color: rgb(235 0 27 / 0.05);
  border-right-color: rgb(235 0 27 / 0.05);
}

.focus\:border-x-error_red\/50:focus {
  border-left-color: rgb(235 0 27 / 0.5);
  border-right-color: rgb(235 0 27 / 0.5);
}

.focus\:border-x-error_red\/60:focus {
  border-left-color: rgb(235 0 27 / 0.6);
  border-right-color: rgb(235 0 27 / 0.6);
}

.focus\:border-x-error_red\/70:focus {
  border-left-color: rgb(235 0 27 / 0.7);
  border-right-color: rgb(235 0 27 / 0.7);
}

.focus\:border-x-error_red\/75:focus {
  border-left-color: rgb(235 0 27 / 0.75);
  border-right-color: rgb(235 0 27 / 0.75);
}

.focus\:border-x-error_red\/80:focus {
  border-left-color: rgb(235 0 27 / 0.8);
  border-right-color: rgb(235 0 27 / 0.8);
}

.focus\:border-x-error_red\/90:focus {
  border-left-color: rgb(235 0 27 / 0.9);
  border-right-color: rgb(235 0 27 / 0.9);
}

.focus\:border-x-error_red\/95:focus {
  border-left-color: rgb(235 0 27 / 0.95);
  border-right-color: rgb(235 0 27 / 0.95);
}

.focus\:border-x-gray5:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
  border-right-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.focus\:border-x-gray5\/0:focus {
  border-left-color: rgb(242 242 242 / 0);
  border-right-color: rgb(242 242 242 / 0);
}

.focus\:border-x-gray5\/10:focus {
  border-left-color: rgb(242 242 242 / 0.1);
  border-right-color: rgb(242 242 242 / 0.1);
}

.focus\:border-x-gray5\/100:focus {
  border-left-color: rgb(242 242 242 / 1);
  border-right-color: rgb(242 242 242 / 1);
}

.focus\:border-x-gray5\/20:focus {
  border-left-color: rgb(242 242 242 / 0.2);
  border-right-color: rgb(242 242 242 / 0.2);
}

.focus\:border-x-gray5\/25:focus {
  border-left-color: rgb(242 242 242 / 0.25);
  border-right-color: rgb(242 242 242 / 0.25);
}

.focus\:border-x-gray5\/30:focus {
  border-left-color: rgb(242 242 242 / 0.3);
  border-right-color: rgb(242 242 242 / 0.3);
}

.focus\:border-x-gray5\/40:focus {
  border-left-color: rgb(242 242 242 / 0.4);
  border-right-color: rgb(242 242 242 / 0.4);
}

.focus\:border-x-gray5\/5:focus {
  border-left-color: rgb(242 242 242 / 0.05);
  border-right-color: rgb(242 242 242 / 0.05);
}

.focus\:border-x-gray5\/50:focus {
  border-left-color: rgb(242 242 242 / 0.5);
  border-right-color: rgb(242 242 242 / 0.5);
}

.focus\:border-x-gray5\/60:focus {
  border-left-color: rgb(242 242 242 / 0.6);
  border-right-color: rgb(242 242 242 / 0.6);
}

.focus\:border-x-gray5\/70:focus {
  border-left-color: rgb(242 242 242 / 0.7);
  border-right-color: rgb(242 242 242 / 0.7);
}

.focus\:border-x-gray5\/75:focus {
  border-left-color: rgb(242 242 242 / 0.75);
  border-right-color: rgb(242 242 242 / 0.75);
}

.focus\:border-x-gray5\/80:focus {
  border-left-color: rgb(242 242 242 / 0.8);
  border-right-color: rgb(242 242 242 / 0.8);
}

.focus\:border-x-gray5\/90:focus {
  border-left-color: rgb(242 242 242 / 0.9);
  border-right-color: rgb(242 242 242 / 0.9);
}

.focus\:border-x-gray5\/95:focus {
  border-left-color: rgb(242 242 242 / 0.95);
  border-right-color: rgb(242 242 242 / 0.95);
}

.focus\:border-x-sh_black:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(35 31 32 / var(--tw-border-opacity));
  border-right-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.focus\:border-x-sh_black\/0:focus {
  border-left-color: rgb(35 31 32 / 0);
  border-right-color: rgb(35 31 32 / 0);
}

.focus\:border-x-sh_black\/10:focus {
  border-left-color: rgb(35 31 32 / 0.1);
  border-right-color: rgb(35 31 32 / 0.1);
}

.focus\:border-x-sh_black\/100:focus {
  border-left-color: rgb(35 31 32 / 1);
  border-right-color: rgb(35 31 32 / 1);
}

.focus\:border-x-sh_black\/20:focus {
  border-left-color: rgb(35 31 32 / 0.2);
  border-right-color: rgb(35 31 32 / 0.2);
}

.focus\:border-x-sh_black\/25:focus {
  border-left-color: rgb(35 31 32 / 0.25);
  border-right-color: rgb(35 31 32 / 0.25);
}

.focus\:border-x-sh_black\/30:focus {
  border-left-color: rgb(35 31 32 / 0.3);
  border-right-color: rgb(35 31 32 / 0.3);
}

.focus\:border-x-sh_black\/40:focus {
  border-left-color: rgb(35 31 32 / 0.4);
  border-right-color: rgb(35 31 32 / 0.4);
}

.focus\:border-x-sh_black\/5:focus {
  border-left-color: rgb(35 31 32 / 0.05);
  border-right-color: rgb(35 31 32 / 0.05);
}

.focus\:border-x-sh_black\/50:focus {
  border-left-color: rgb(35 31 32 / 0.5);
  border-right-color: rgb(35 31 32 / 0.5);
}

.focus\:border-x-sh_black\/60:focus {
  border-left-color: rgb(35 31 32 / 0.6);
  border-right-color: rgb(35 31 32 / 0.6);
}

.focus\:border-x-sh_black\/70:focus {
  border-left-color: rgb(35 31 32 / 0.7);
  border-right-color: rgb(35 31 32 / 0.7);
}

.focus\:border-x-sh_black\/75:focus {
  border-left-color: rgb(35 31 32 / 0.75);
  border-right-color: rgb(35 31 32 / 0.75);
}

.focus\:border-x-sh_black\/80:focus {
  border-left-color: rgb(35 31 32 / 0.8);
  border-right-color: rgb(35 31 32 / 0.8);
}

.focus\:border-x-sh_black\/90:focus {
  border-left-color: rgb(35 31 32 / 0.9);
  border-right-color: rgb(35 31 32 / 0.9);
}

.focus\:border-x-sh_black\/95:focus {
  border-left-color: rgb(35 31 32 / 0.95);
  border-right-color: rgb(35 31 32 / 0.95);
}

.focus\:border-x-success_green:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 131 22 / var(--tw-border-opacity));
  border-right-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.focus\:border-x-success_green\/0:focus {
  border-left-color: rgb(80 131 22 / 0);
  border-right-color: rgb(80 131 22 / 0);
}

.focus\:border-x-success_green\/10:focus {
  border-left-color: rgb(80 131 22 / 0.1);
  border-right-color: rgb(80 131 22 / 0.1);
}

.focus\:border-x-success_green\/100:focus {
  border-left-color: rgb(80 131 22 / 1);
  border-right-color: rgb(80 131 22 / 1);
}

.focus\:border-x-success_green\/20:focus {
  border-left-color: rgb(80 131 22 / 0.2);
  border-right-color: rgb(80 131 22 / 0.2);
}

.focus\:border-x-success_green\/25:focus {
  border-left-color: rgb(80 131 22 / 0.25);
  border-right-color: rgb(80 131 22 / 0.25);
}

.focus\:border-x-success_green\/30:focus {
  border-left-color: rgb(80 131 22 / 0.3);
  border-right-color: rgb(80 131 22 / 0.3);
}

.focus\:border-x-success_green\/40:focus {
  border-left-color: rgb(80 131 22 / 0.4);
  border-right-color: rgb(80 131 22 / 0.4);
}

.focus\:border-x-success_green\/5:focus {
  border-left-color: rgb(80 131 22 / 0.05);
  border-right-color: rgb(80 131 22 / 0.05);
}

.focus\:border-x-success_green\/50:focus {
  border-left-color: rgb(80 131 22 / 0.5);
  border-right-color: rgb(80 131 22 / 0.5);
}

.focus\:border-x-success_green\/60:focus {
  border-left-color: rgb(80 131 22 / 0.6);
  border-right-color: rgb(80 131 22 / 0.6);
}

.focus\:border-x-success_green\/70:focus {
  border-left-color: rgb(80 131 22 / 0.7);
  border-right-color: rgb(80 131 22 / 0.7);
}

.focus\:border-x-success_green\/75:focus {
  border-left-color: rgb(80 131 22 / 0.75);
  border-right-color: rgb(80 131 22 / 0.75);
}

.focus\:border-x-success_green\/80:focus {
  border-left-color: rgb(80 131 22 / 0.8);
  border-right-color: rgb(80 131 22 / 0.8);
}

.focus\:border-x-success_green\/90:focus {
  border-left-color: rgb(80 131 22 / 0.9);
  border-right-color: rgb(80 131 22 / 0.9);
}

.focus\:border-x-success_green\/95:focus {
  border-left-color: rgb(80 131 22 / 0.95);
  border-right-color: rgb(80 131 22 / 0.95);
}

.focus\:border-x-teal:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 129 159 / var(--tw-border-opacity));
  border-right-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.focus\:border-x-teal\/0:focus {
  border-left-color: rgb(0 129 159 / 0);
  border-right-color: rgb(0 129 159 / 0);
}

.focus\:border-x-teal\/10:focus {
  border-left-color: rgb(0 129 159 / 0.1);
  border-right-color: rgb(0 129 159 / 0.1);
}

.focus\:border-x-teal\/100:focus {
  border-left-color: rgb(0 129 159 / 1);
  border-right-color: rgb(0 129 159 / 1);
}

.focus\:border-x-teal\/20:focus {
  border-left-color: rgb(0 129 159 / 0.2);
  border-right-color: rgb(0 129 159 / 0.2);
}

.focus\:border-x-teal\/25:focus {
  border-left-color: rgb(0 129 159 / 0.25);
  border-right-color: rgb(0 129 159 / 0.25);
}

.focus\:border-x-teal\/30:focus {
  border-left-color: rgb(0 129 159 / 0.3);
  border-right-color: rgb(0 129 159 / 0.3);
}

.focus\:border-x-teal\/40:focus {
  border-left-color: rgb(0 129 159 / 0.4);
  border-right-color: rgb(0 129 159 / 0.4);
}

.focus\:border-x-teal\/5:focus {
  border-left-color: rgb(0 129 159 / 0.05);
  border-right-color: rgb(0 129 159 / 0.05);
}

.focus\:border-x-teal\/50:focus {
  border-left-color: rgb(0 129 159 / 0.5);
  border-right-color: rgb(0 129 159 / 0.5);
}

.focus\:border-x-teal\/60:focus {
  border-left-color: rgb(0 129 159 / 0.6);
  border-right-color: rgb(0 129 159 / 0.6);
}

.focus\:border-x-teal\/70:focus {
  border-left-color: rgb(0 129 159 / 0.7);
  border-right-color: rgb(0 129 159 / 0.7);
}

.focus\:border-x-teal\/75:focus {
  border-left-color: rgb(0 129 159 / 0.75);
  border-right-color: rgb(0 129 159 / 0.75);
}

.focus\:border-x-teal\/80:focus {
  border-left-color: rgb(0 129 159 / 0.8);
  border-right-color: rgb(0 129 159 / 0.8);
}

.focus\:border-x-teal\/90:focus {
  border-left-color: rgb(0 129 159 / 0.9);
  border-right-color: rgb(0 129 159 / 0.9);
}

.focus\:border-x-teal\/95:focus {
  border-left-color: rgb(0 129 159 / 0.95);
  border-right-color: rgb(0 129 159 / 0.95);
}

.focus\:border-x-teal_dark:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 60 77 / var(--tw-border-opacity));
  border-right-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.focus\:border-x-teal_dark\/0:focus {
  border-left-color: rgb(0 60 77 / 0);
  border-right-color: rgb(0 60 77 / 0);
}

.focus\:border-x-teal_dark\/10:focus {
  border-left-color: rgb(0 60 77 / 0.1);
  border-right-color: rgb(0 60 77 / 0.1);
}

.focus\:border-x-teal_dark\/100:focus {
  border-left-color: rgb(0 60 77 / 1);
  border-right-color: rgb(0 60 77 / 1);
}

.focus\:border-x-teal_dark\/20:focus {
  border-left-color: rgb(0 60 77 / 0.2);
  border-right-color: rgb(0 60 77 / 0.2);
}

.focus\:border-x-teal_dark\/25:focus {
  border-left-color: rgb(0 60 77 / 0.25);
  border-right-color: rgb(0 60 77 / 0.25);
}

.focus\:border-x-teal_dark\/30:focus {
  border-left-color: rgb(0 60 77 / 0.3);
  border-right-color: rgb(0 60 77 / 0.3);
}

.focus\:border-x-teal_dark\/40:focus {
  border-left-color: rgb(0 60 77 / 0.4);
  border-right-color: rgb(0 60 77 / 0.4);
}

.focus\:border-x-teal_dark\/5:focus {
  border-left-color: rgb(0 60 77 / 0.05);
  border-right-color: rgb(0 60 77 / 0.05);
}

.focus\:border-x-teal_dark\/50:focus {
  border-left-color: rgb(0 60 77 / 0.5);
  border-right-color: rgb(0 60 77 / 0.5);
}

.focus\:border-x-teal_dark\/60:focus {
  border-left-color: rgb(0 60 77 / 0.6);
  border-right-color: rgb(0 60 77 / 0.6);
}

.focus\:border-x-teal_dark\/70:focus {
  border-left-color: rgb(0 60 77 / 0.7);
  border-right-color: rgb(0 60 77 / 0.7);
}

.focus\:border-x-teal_dark\/75:focus {
  border-left-color: rgb(0 60 77 / 0.75);
  border-right-color: rgb(0 60 77 / 0.75);
}

.focus\:border-x-teal_dark\/80:focus {
  border-left-color: rgb(0 60 77 / 0.8);
  border-right-color: rgb(0 60 77 / 0.8);
}

.focus\:border-x-teal_dark\/90:focus {
  border-left-color: rgb(0 60 77 / 0.9);
  border-right-color: rgb(0 60 77 / 0.9);
}

.focus\:border-x-teal_dark\/95:focus {
  border-left-color: rgb(0 60 77 / 0.95);
  border-right-color: rgb(0 60 77 / 0.95);
}

.focus\:border-x-teal_extra_light:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 251 252 / var(--tw-border-opacity));
  border-right-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.focus\:border-x-teal_extra_light\/0:focus {
  border-left-color: rgb(245 251 252 / 0);
  border-right-color: rgb(245 251 252 / 0);
}

.focus\:border-x-teal_extra_light\/10:focus {
  border-left-color: rgb(245 251 252 / 0.1);
  border-right-color: rgb(245 251 252 / 0.1);
}

.focus\:border-x-teal_extra_light\/100:focus {
  border-left-color: rgb(245 251 252 / 1);
  border-right-color: rgb(245 251 252 / 1);
}

.focus\:border-x-teal_extra_light\/20:focus {
  border-left-color: rgb(245 251 252 / 0.2);
  border-right-color: rgb(245 251 252 / 0.2);
}

.focus\:border-x-teal_extra_light\/25:focus {
  border-left-color: rgb(245 251 252 / 0.25);
  border-right-color: rgb(245 251 252 / 0.25);
}

.focus\:border-x-teal_extra_light\/30:focus {
  border-left-color: rgb(245 251 252 / 0.3);
  border-right-color: rgb(245 251 252 / 0.3);
}

.focus\:border-x-teal_extra_light\/40:focus {
  border-left-color: rgb(245 251 252 / 0.4);
  border-right-color: rgb(245 251 252 / 0.4);
}

.focus\:border-x-teal_extra_light\/5:focus {
  border-left-color: rgb(245 251 252 / 0.05);
  border-right-color: rgb(245 251 252 / 0.05);
}

.focus\:border-x-teal_extra_light\/50:focus {
  border-left-color: rgb(245 251 252 / 0.5);
  border-right-color: rgb(245 251 252 / 0.5);
}

.focus\:border-x-teal_extra_light\/60:focus {
  border-left-color: rgb(245 251 252 / 0.6);
  border-right-color: rgb(245 251 252 / 0.6);
}

.focus\:border-x-teal_extra_light\/70:focus {
  border-left-color: rgb(245 251 252 / 0.7);
  border-right-color: rgb(245 251 252 / 0.7);
}

.focus\:border-x-teal_extra_light\/75:focus {
  border-left-color: rgb(245 251 252 / 0.75);
  border-right-color: rgb(245 251 252 / 0.75);
}

.focus\:border-x-teal_extra_light\/80:focus {
  border-left-color: rgb(245 251 252 / 0.8);
  border-right-color: rgb(245 251 252 / 0.8);
}

.focus\:border-x-teal_extra_light\/90:focus {
  border-left-color: rgb(245 251 252 / 0.9);
  border-right-color: rgb(245 251 252 / 0.9);
}

.focus\:border-x-teal_extra_light\/95:focus {
  border-left-color: rgb(245 251 252 / 0.95);
  border-right-color: rgb(245 251 252 / 0.95);
}

.focus\:border-x-teal_light:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(116 196 214 / var(--tw-border-opacity));
  border-right-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.focus\:border-x-teal_light\/0:focus {
  border-left-color: rgb(116 196 214 / 0);
  border-right-color: rgb(116 196 214 / 0);
}

.focus\:border-x-teal_light\/10:focus {
  border-left-color: rgb(116 196 214 / 0.1);
  border-right-color: rgb(116 196 214 / 0.1);
}

.focus\:border-x-teal_light\/100:focus {
  border-left-color: rgb(116 196 214 / 1);
  border-right-color: rgb(116 196 214 / 1);
}

.focus\:border-x-teal_light\/20:focus {
  border-left-color: rgb(116 196 214 / 0.2);
  border-right-color: rgb(116 196 214 / 0.2);
}

.focus\:border-x-teal_light\/25:focus {
  border-left-color: rgb(116 196 214 / 0.25);
  border-right-color: rgb(116 196 214 / 0.25);
}

.focus\:border-x-teal_light\/30:focus {
  border-left-color: rgb(116 196 214 / 0.3);
  border-right-color: rgb(116 196 214 / 0.3);
}

.focus\:border-x-teal_light\/40:focus {
  border-left-color: rgb(116 196 214 / 0.4);
  border-right-color: rgb(116 196 214 / 0.4);
}

.focus\:border-x-teal_light\/5:focus {
  border-left-color: rgb(116 196 214 / 0.05);
  border-right-color: rgb(116 196 214 / 0.05);
}

.focus\:border-x-teal_light\/50:focus {
  border-left-color: rgb(116 196 214 / 0.5);
  border-right-color: rgb(116 196 214 / 0.5);
}

.focus\:border-x-teal_light\/60:focus {
  border-left-color: rgb(116 196 214 / 0.6);
  border-right-color: rgb(116 196 214 / 0.6);
}

.focus\:border-x-teal_light\/70:focus {
  border-left-color: rgb(116 196 214 / 0.7);
  border-right-color: rgb(116 196 214 / 0.7);
}

.focus\:border-x-teal_light\/75:focus {
  border-left-color: rgb(116 196 214 / 0.75);
  border-right-color: rgb(116 196 214 / 0.75);
}

.focus\:border-x-teal_light\/80:focus {
  border-left-color: rgb(116 196 214 / 0.8);
  border-right-color: rgb(116 196 214 / 0.8);
}

.focus\:border-x-teal_light\/90:focus {
  border-left-color: rgb(116 196 214 / 0.9);
  border-right-color: rgb(116 196 214 / 0.9);
}

.focus\:border-x-teal_light\/95:focus {
  border-left-color: rgb(116 196 214 / 0.95);
  border-right-color: rgb(116 196 214 / 0.95);
}

.focus\:border-x-transparent:focus {
  border-left-color: transparent;
  border-right-color: transparent;
}

.focus\:border-x-transparent\/0:focus {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.focus\:border-x-transparent\/10:focus {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.focus\:border-x-transparent\/100:focus {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.focus\:border-x-transparent\/20:focus {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.focus\:border-x-transparent\/25:focus {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.focus\:border-x-transparent\/30:focus {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.focus\:border-x-transparent\/40:focus {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.focus\:border-x-transparent\/5:focus {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.focus\:border-x-transparent\/50:focus {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.focus\:border-x-transparent\/60:focus {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.focus\:border-x-transparent\/70:focus {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.focus\:border-x-transparent\/75:focus {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.focus\:border-x-transparent\/80:focus {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.focus\:border-x-transparent\/90:focus {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.focus\:border-x-transparent\/95:focus {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.focus\:border-x-white:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-x-white\/0:focus {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.focus\:border-x-white\/10:focus {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.focus\:border-x-white\/100:focus {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}

.focus\:border-x-white\/20:focus {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.focus\:border-x-white\/25:focus {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.focus\:border-x-white\/30:focus {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.focus\:border-x-white\/40:focus {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.focus\:border-x-white\/5:focus {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.focus\:border-x-white\/50:focus {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.focus\:border-x-white\/60:focus {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.focus\:border-x-white\/70:focus {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.focus\:border-x-white\/75:focus {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.focus\:border-x-white\/80:focus {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.focus\:border-x-white\/90:focus {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.focus\:border-x-white\/95:focus {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

.focus\:border-y-black:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-y-black\/0:focus {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.focus\:border-y-black\/10:focus {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.focus\:border-y-black\/100:focus {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.focus\:border-y-black\/20:focus {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.focus\:border-y-black\/25:focus {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.focus\:border-y-black\/30:focus {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.focus\:border-y-black\/40:focus {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.focus\:border-y-black\/5:focus {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.focus\:border-y-black\/50:focus {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.focus\:border-y-black\/60:focus {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.focus\:border-y-black\/70:focus {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.focus\:border-y-black\/75:focus {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.focus\:border-y-black\/80:focus {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.focus\:border-y-black\/90:focus {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.focus\:border-y-black\/95:focus {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.focus\:border-y-current:focus {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.focus\:border-y-error_red:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 0 27 / var(--tw-border-opacity));
  border-bottom-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.focus\:border-y-error_red\/0:focus {
  border-top-color: rgb(235 0 27 / 0);
  border-bottom-color: rgb(235 0 27 / 0);
}

.focus\:border-y-error_red\/10:focus {
  border-top-color: rgb(235 0 27 / 0.1);
  border-bottom-color: rgb(235 0 27 / 0.1);
}

.focus\:border-y-error_red\/100:focus {
  border-top-color: rgb(235 0 27 / 1);
  border-bottom-color: rgb(235 0 27 / 1);
}

.focus\:border-y-error_red\/20:focus {
  border-top-color: rgb(235 0 27 / 0.2);
  border-bottom-color: rgb(235 0 27 / 0.2);
}

.focus\:border-y-error_red\/25:focus {
  border-top-color: rgb(235 0 27 / 0.25);
  border-bottom-color: rgb(235 0 27 / 0.25);
}

.focus\:border-y-error_red\/30:focus {
  border-top-color: rgb(235 0 27 / 0.3);
  border-bottom-color: rgb(235 0 27 / 0.3);
}

.focus\:border-y-error_red\/40:focus {
  border-top-color: rgb(235 0 27 / 0.4);
  border-bottom-color: rgb(235 0 27 / 0.4);
}

.focus\:border-y-error_red\/5:focus {
  border-top-color: rgb(235 0 27 / 0.05);
  border-bottom-color: rgb(235 0 27 / 0.05);
}

.focus\:border-y-error_red\/50:focus {
  border-top-color: rgb(235 0 27 / 0.5);
  border-bottom-color: rgb(235 0 27 / 0.5);
}

.focus\:border-y-error_red\/60:focus {
  border-top-color: rgb(235 0 27 / 0.6);
  border-bottom-color: rgb(235 0 27 / 0.6);
}

.focus\:border-y-error_red\/70:focus {
  border-top-color: rgb(235 0 27 / 0.7);
  border-bottom-color: rgb(235 0 27 / 0.7);
}

.focus\:border-y-error_red\/75:focus {
  border-top-color: rgb(235 0 27 / 0.75);
  border-bottom-color: rgb(235 0 27 / 0.75);
}

.focus\:border-y-error_red\/80:focus {
  border-top-color: rgb(235 0 27 / 0.8);
  border-bottom-color: rgb(235 0 27 / 0.8);
}

.focus\:border-y-error_red\/90:focus {
  border-top-color: rgb(235 0 27 / 0.9);
  border-bottom-color: rgb(235 0 27 / 0.9);
}

.focus\:border-y-error_red\/95:focus {
  border-top-color: rgb(235 0 27 / 0.95);
  border-bottom-color: rgb(235 0 27 / 0.95);
}

.focus\:border-y-gray5:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
  border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.focus\:border-y-gray5\/0:focus {
  border-top-color: rgb(242 242 242 / 0);
  border-bottom-color: rgb(242 242 242 / 0);
}

.focus\:border-y-gray5\/10:focus {
  border-top-color: rgb(242 242 242 / 0.1);
  border-bottom-color: rgb(242 242 242 / 0.1);
}

.focus\:border-y-gray5\/100:focus {
  border-top-color: rgb(242 242 242 / 1);
  border-bottom-color: rgb(242 242 242 / 1);
}

.focus\:border-y-gray5\/20:focus {
  border-top-color: rgb(242 242 242 / 0.2);
  border-bottom-color: rgb(242 242 242 / 0.2);
}

.focus\:border-y-gray5\/25:focus {
  border-top-color: rgb(242 242 242 / 0.25);
  border-bottom-color: rgb(242 242 242 / 0.25);
}

.focus\:border-y-gray5\/30:focus {
  border-top-color: rgb(242 242 242 / 0.3);
  border-bottom-color: rgb(242 242 242 / 0.3);
}

.focus\:border-y-gray5\/40:focus {
  border-top-color: rgb(242 242 242 / 0.4);
  border-bottom-color: rgb(242 242 242 / 0.4);
}

.focus\:border-y-gray5\/5:focus {
  border-top-color: rgb(242 242 242 / 0.05);
  border-bottom-color: rgb(242 242 242 / 0.05);
}

.focus\:border-y-gray5\/50:focus {
  border-top-color: rgb(242 242 242 / 0.5);
  border-bottom-color: rgb(242 242 242 / 0.5);
}

.focus\:border-y-gray5\/60:focus {
  border-top-color: rgb(242 242 242 / 0.6);
  border-bottom-color: rgb(242 242 242 / 0.6);
}

.focus\:border-y-gray5\/70:focus {
  border-top-color: rgb(242 242 242 / 0.7);
  border-bottom-color: rgb(242 242 242 / 0.7);
}

.focus\:border-y-gray5\/75:focus {
  border-top-color: rgb(242 242 242 / 0.75);
  border-bottom-color: rgb(242 242 242 / 0.75);
}

.focus\:border-y-gray5\/80:focus {
  border-top-color: rgb(242 242 242 / 0.8);
  border-bottom-color: rgb(242 242 242 / 0.8);
}

.focus\:border-y-gray5\/90:focus {
  border-top-color: rgb(242 242 242 / 0.9);
  border-bottom-color: rgb(242 242 242 / 0.9);
}

.focus\:border-y-gray5\/95:focus {
  border-top-color: rgb(242 242 242 / 0.95);
  border-bottom-color: rgb(242 242 242 / 0.95);
}

.focus\:border-y-sh_black:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(35 31 32 / var(--tw-border-opacity));
  border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.focus\:border-y-sh_black\/0:focus {
  border-top-color: rgb(35 31 32 / 0);
  border-bottom-color: rgb(35 31 32 / 0);
}

.focus\:border-y-sh_black\/10:focus {
  border-top-color: rgb(35 31 32 / 0.1);
  border-bottom-color: rgb(35 31 32 / 0.1);
}

.focus\:border-y-sh_black\/100:focus {
  border-top-color: rgb(35 31 32 / 1);
  border-bottom-color: rgb(35 31 32 / 1);
}

.focus\:border-y-sh_black\/20:focus {
  border-top-color: rgb(35 31 32 / 0.2);
  border-bottom-color: rgb(35 31 32 / 0.2);
}

.focus\:border-y-sh_black\/25:focus {
  border-top-color: rgb(35 31 32 / 0.25);
  border-bottom-color: rgb(35 31 32 / 0.25);
}

.focus\:border-y-sh_black\/30:focus {
  border-top-color: rgb(35 31 32 / 0.3);
  border-bottom-color: rgb(35 31 32 / 0.3);
}

.focus\:border-y-sh_black\/40:focus {
  border-top-color: rgb(35 31 32 / 0.4);
  border-bottom-color: rgb(35 31 32 / 0.4);
}

.focus\:border-y-sh_black\/5:focus {
  border-top-color: rgb(35 31 32 / 0.05);
  border-bottom-color: rgb(35 31 32 / 0.05);
}

.focus\:border-y-sh_black\/50:focus {
  border-top-color: rgb(35 31 32 / 0.5);
  border-bottom-color: rgb(35 31 32 / 0.5);
}

.focus\:border-y-sh_black\/60:focus {
  border-top-color: rgb(35 31 32 / 0.6);
  border-bottom-color: rgb(35 31 32 / 0.6);
}

.focus\:border-y-sh_black\/70:focus {
  border-top-color: rgb(35 31 32 / 0.7);
  border-bottom-color: rgb(35 31 32 / 0.7);
}

.focus\:border-y-sh_black\/75:focus {
  border-top-color: rgb(35 31 32 / 0.75);
  border-bottom-color: rgb(35 31 32 / 0.75);
}

.focus\:border-y-sh_black\/80:focus {
  border-top-color: rgb(35 31 32 / 0.8);
  border-bottom-color: rgb(35 31 32 / 0.8);
}

.focus\:border-y-sh_black\/90:focus {
  border-top-color: rgb(35 31 32 / 0.9);
  border-bottom-color: rgb(35 31 32 / 0.9);
}

.focus\:border-y-sh_black\/95:focus {
  border-top-color: rgb(35 31 32 / 0.95);
  border-bottom-color: rgb(35 31 32 / 0.95);
}

.focus\:border-y-success_green:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(80 131 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.focus\:border-y-success_green\/0:focus {
  border-top-color: rgb(80 131 22 / 0);
  border-bottom-color: rgb(80 131 22 / 0);
}

.focus\:border-y-success_green\/10:focus {
  border-top-color: rgb(80 131 22 / 0.1);
  border-bottom-color: rgb(80 131 22 / 0.1);
}

.focus\:border-y-success_green\/100:focus {
  border-top-color: rgb(80 131 22 / 1);
  border-bottom-color: rgb(80 131 22 / 1);
}

.focus\:border-y-success_green\/20:focus {
  border-top-color: rgb(80 131 22 / 0.2);
  border-bottom-color: rgb(80 131 22 / 0.2);
}

.focus\:border-y-success_green\/25:focus {
  border-top-color: rgb(80 131 22 / 0.25);
  border-bottom-color: rgb(80 131 22 / 0.25);
}

.focus\:border-y-success_green\/30:focus {
  border-top-color: rgb(80 131 22 / 0.3);
  border-bottom-color: rgb(80 131 22 / 0.3);
}

.focus\:border-y-success_green\/40:focus {
  border-top-color: rgb(80 131 22 / 0.4);
  border-bottom-color: rgb(80 131 22 / 0.4);
}

.focus\:border-y-success_green\/5:focus {
  border-top-color: rgb(80 131 22 / 0.05);
  border-bottom-color: rgb(80 131 22 / 0.05);
}

.focus\:border-y-success_green\/50:focus {
  border-top-color: rgb(80 131 22 / 0.5);
  border-bottom-color: rgb(80 131 22 / 0.5);
}

.focus\:border-y-success_green\/60:focus {
  border-top-color: rgb(80 131 22 / 0.6);
  border-bottom-color: rgb(80 131 22 / 0.6);
}

.focus\:border-y-success_green\/70:focus {
  border-top-color: rgb(80 131 22 / 0.7);
  border-bottom-color: rgb(80 131 22 / 0.7);
}

.focus\:border-y-success_green\/75:focus {
  border-top-color: rgb(80 131 22 / 0.75);
  border-bottom-color: rgb(80 131 22 / 0.75);
}

.focus\:border-y-success_green\/80:focus {
  border-top-color: rgb(80 131 22 / 0.8);
  border-bottom-color: rgb(80 131 22 / 0.8);
}

.focus\:border-y-success_green\/90:focus {
  border-top-color: rgb(80 131 22 / 0.9);
  border-bottom-color: rgb(80 131 22 / 0.9);
}

.focus\:border-y-success_green\/95:focus {
  border-top-color: rgb(80 131 22 / 0.95);
  border-bottom-color: rgb(80 131 22 / 0.95);
}

.focus\:border-y-teal:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 129 159 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.focus\:border-y-teal\/0:focus {
  border-top-color: rgb(0 129 159 / 0);
  border-bottom-color: rgb(0 129 159 / 0);
}

.focus\:border-y-teal\/10:focus {
  border-top-color: rgb(0 129 159 / 0.1);
  border-bottom-color: rgb(0 129 159 / 0.1);
}

.focus\:border-y-teal\/100:focus {
  border-top-color: rgb(0 129 159 / 1);
  border-bottom-color: rgb(0 129 159 / 1);
}

.focus\:border-y-teal\/20:focus {
  border-top-color: rgb(0 129 159 / 0.2);
  border-bottom-color: rgb(0 129 159 / 0.2);
}

.focus\:border-y-teal\/25:focus {
  border-top-color: rgb(0 129 159 / 0.25);
  border-bottom-color: rgb(0 129 159 / 0.25);
}

.focus\:border-y-teal\/30:focus {
  border-top-color: rgb(0 129 159 / 0.3);
  border-bottom-color: rgb(0 129 159 / 0.3);
}

.focus\:border-y-teal\/40:focus {
  border-top-color: rgb(0 129 159 / 0.4);
  border-bottom-color: rgb(0 129 159 / 0.4);
}

.focus\:border-y-teal\/5:focus {
  border-top-color: rgb(0 129 159 / 0.05);
  border-bottom-color: rgb(0 129 159 / 0.05);
}

.focus\:border-y-teal\/50:focus {
  border-top-color: rgb(0 129 159 / 0.5);
  border-bottom-color: rgb(0 129 159 / 0.5);
}

.focus\:border-y-teal\/60:focus {
  border-top-color: rgb(0 129 159 / 0.6);
  border-bottom-color: rgb(0 129 159 / 0.6);
}

.focus\:border-y-teal\/70:focus {
  border-top-color: rgb(0 129 159 / 0.7);
  border-bottom-color: rgb(0 129 159 / 0.7);
}

.focus\:border-y-teal\/75:focus {
  border-top-color: rgb(0 129 159 / 0.75);
  border-bottom-color: rgb(0 129 159 / 0.75);
}

.focus\:border-y-teal\/80:focus {
  border-top-color: rgb(0 129 159 / 0.8);
  border-bottom-color: rgb(0 129 159 / 0.8);
}

.focus\:border-y-teal\/90:focus {
  border-top-color: rgb(0 129 159 / 0.9);
  border-bottom-color: rgb(0 129 159 / 0.9);
}

.focus\:border-y-teal\/95:focus {
  border-top-color: rgb(0 129 159 / 0.95);
  border-bottom-color: rgb(0 129 159 / 0.95);
}

.focus\:border-y-teal_dark:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 60 77 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.focus\:border-y-teal_dark\/0:focus {
  border-top-color: rgb(0 60 77 / 0);
  border-bottom-color: rgb(0 60 77 / 0);
}

.focus\:border-y-teal_dark\/10:focus {
  border-top-color: rgb(0 60 77 / 0.1);
  border-bottom-color: rgb(0 60 77 / 0.1);
}

.focus\:border-y-teal_dark\/100:focus {
  border-top-color: rgb(0 60 77 / 1);
  border-bottom-color: rgb(0 60 77 / 1);
}

.focus\:border-y-teal_dark\/20:focus {
  border-top-color: rgb(0 60 77 / 0.2);
  border-bottom-color: rgb(0 60 77 / 0.2);
}

.focus\:border-y-teal_dark\/25:focus {
  border-top-color: rgb(0 60 77 / 0.25);
  border-bottom-color: rgb(0 60 77 / 0.25);
}

.focus\:border-y-teal_dark\/30:focus {
  border-top-color: rgb(0 60 77 / 0.3);
  border-bottom-color: rgb(0 60 77 / 0.3);
}

.focus\:border-y-teal_dark\/40:focus {
  border-top-color: rgb(0 60 77 / 0.4);
  border-bottom-color: rgb(0 60 77 / 0.4);
}

.focus\:border-y-teal_dark\/5:focus {
  border-top-color: rgb(0 60 77 / 0.05);
  border-bottom-color: rgb(0 60 77 / 0.05);
}

.focus\:border-y-teal_dark\/50:focus {
  border-top-color: rgb(0 60 77 / 0.5);
  border-bottom-color: rgb(0 60 77 / 0.5);
}

.focus\:border-y-teal_dark\/60:focus {
  border-top-color: rgb(0 60 77 / 0.6);
  border-bottom-color: rgb(0 60 77 / 0.6);
}

.focus\:border-y-teal_dark\/70:focus {
  border-top-color: rgb(0 60 77 / 0.7);
  border-bottom-color: rgb(0 60 77 / 0.7);
}

.focus\:border-y-teal_dark\/75:focus {
  border-top-color: rgb(0 60 77 / 0.75);
  border-bottom-color: rgb(0 60 77 / 0.75);
}

.focus\:border-y-teal_dark\/80:focus {
  border-top-color: rgb(0 60 77 / 0.8);
  border-bottom-color: rgb(0 60 77 / 0.8);
}

.focus\:border-y-teal_dark\/90:focus {
  border-top-color: rgb(0 60 77 / 0.9);
  border-bottom-color: rgb(0 60 77 / 0.9);
}

.focus\:border-y-teal_dark\/95:focus {
  border-top-color: rgb(0 60 77 / 0.95);
  border-bottom-color: rgb(0 60 77 / 0.95);
}

.focus\:border-y-teal_extra_light:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 251 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.focus\:border-y-teal_extra_light\/0:focus {
  border-top-color: rgb(245 251 252 / 0);
  border-bottom-color: rgb(245 251 252 / 0);
}

.focus\:border-y-teal_extra_light\/10:focus {
  border-top-color: rgb(245 251 252 / 0.1);
  border-bottom-color: rgb(245 251 252 / 0.1);
}

.focus\:border-y-teal_extra_light\/100:focus {
  border-top-color: rgb(245 251 252 / 1);
  border-bottom-color: rgb(245 251 252 / 1);
}

.focus\:border-y-teal_extra_light\/20:focus {
  border-top-color: rgb(245 251 252 / 0.2);
  border-bottom-color: rgb(245 251 252 / 0.2);
}

.focus\:border-y-teal_extra_light\/25:focus {
  border-top-color: rgb(245 251 252 / 0.25);
  border-bottom-color: rgb(245 251 252 / 0.25);
}

.focus\:border-y-teal_extra_light\/30:focus {
  border-top-color: rgb(245 251 252 / 0.3);
  border-bottom-color: rgb(245 251 252 / 0.3);
}

.focus\:border-y-teal_extra_light\/40:focus {
  border-top-color: rgb(245 251 252 / 0.4);
  border-bottom-color: rgb(245 251 252 / 0.4);
}

.focus\:border-y-teal_extra_light\/5:focus {
  border-top-color: rgb(245 251 252 / 0.05);
  border-bottom-color: rgb(245 251 252 / 0.05);
}

.focus\:border-y-teal_extra_light\/50:focus {
  border-top-color: rgb(245 251 252 / 0.5);
  border-bottom-color: rgb(245 251 252 / 0.5);
}

.focus\:border-y-teal_extra_light\/60:focus {
  border-top-color: rgb(245 251 252 / 0.6);
  border-bottom-color: rgb(245 251 252 / 0.6);
}

.focus\:border-y-teal_extra_light\/70:focus {
  border-top-color: rgb(245 251 252 / 0.7);
  border-bottom-color: rgb(245 251 252 / 0.7);
}

.focus\:border-y-teal_extra_light\/75:focus {
  border-top-color: rgb(245 251 252 / 0.75);
  border-bottom-color: rgb(245 251 252 / 0.75);
}

.focus\:border-y-teal_extra_light\/80:focus {
  border-top-color: rgb(245 251 252 / 0.8);
  border-bottom-color: rgb(245 251 252 / 0.8);
}

.focus\:border-y-teal_extra_light\/90:focus {
  border-top-color: rgb(245 251 252 / 0.9);
  border-bottom-color: rgb(245 251 252 / 0.9);
}

.focus\:border-y-teal_extra_light\/95:focus {
  border-top-color: rgb(245 251 252 / 0.95);
  border-bottom-color: rgb(245 251 252 / 0.95);
}

.focus\:border-y-teal_light:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(116 196 214 / var(--tw-border-opacity));
  border-bottom-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.focus\:border-y-teal_light\/0:focus {
  border-top-color: rgb(116 196 214 / 0);
  border-bottom-color: rgb(116 196 214 / 0);
}

.focus\:border-y-teal_light\/10:focus {
  border-top-color: rgb(116 196 214 / 0.1);
  border-bottom-color: rgb(116 196 214 / 0.1);
}

.focus\:border-y-teal_light\/100:focus {
  border-top-color: rgb(116 196 214 / 1);
  border-bottom-color: rgb(116 196 214 / 1);
}

.focus\:border-y-teal_light\/20:focus {
  border-top-color: rgb(116 196 214 / 0.2);
  border-bottom-color: rgb(116 196 214 / 0.2);
}

.focus\:border-y-teal_light\/25:focus {
  border-top-color: rgb(116 196 214 / 0.25);
  border-bottom-color: rgb(116 196 214 / 0.25);
}

.focus\:border-y-teal_light\/30:focus {
  border-top-color: rgb(116 196 214 / 0.3);
  border-bottom-color: rgb(116 196 214 / 0.3);
}

.focus\:border-y-teal_light\/40:focus {
  border-top-color: rgb(116 196 214 / 0.4);
  border-bottom-color: rgb(116 196 214 / 0.4);
}

.focus\:border-y-teal_light\/5:focus {
  border-top-color: rgb(116 196 214 / 0.05);
  border-bottom-color: rgb(116 196 214 / 0.05);
}

.focus\:border-y-teal_light\/50:focus {
  border-top-color: rgb(116 196 214 / 0.5);
  border-bottom-color: rgb(116 196 214 / 0.5);
}

.focus\:border-y-teal_light\/60:focus {
  border-top-color: rgb(116 196 214 / 0.6);
  border-bottom-color: rgb(116 196 214 / 0.6);
}

.focus\:border-y-teal_light\/70:focus {
  border-top-color: rgb(116 196 214 / 0.7);
  border-bottom-color: rgb(116 196 214 / 0.7);
}

.focus\:border-y-teal_light\/75:focus {
  border-top-color: rgb(116 196 214 / 0.75);
  border-bottom-color: rgb(116 196 214 / 0.75);
}

.focus\:border-y-teal_light\/80:focus {
  border-top-color: rgb(116 196 214 / 0.8);
  border-bottom-color: rgb(116 196 214 / 0.8);
}

.focus\:border-y-teal_light\/90:focus {
  border-top-color: rgb(116 196 214 / 0.9);
  border-bottom-color: rgb(116 196 214 / 0.9);
}

.focus\:border-y-teal_light\/95:focus {
  border-top-color: rgb(116 196 214 / 0.95);
  border-bottom-color: rgb(116 196 214 / 0.95);
}

.focus\:border-y-transparent:focus {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.focus\:border-y-transparent\/0:focus {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.focus\:border-y-transparent\/10:focus {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.focus\:border-y-transparent\/100:focus {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.focus\:border-y-transparent\/20:focus {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.focus\:border-y-transparent\/25:focus {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.focus\:border-y-transparent\/30:focus {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.focus\:border-y-transparent\/40:focus {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.focus\:border-y-transparent\/5:focus {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.focus\:border-y-transparent\/50:focus {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.focus\:border-y-transparent\/60:focus {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.focus\:border-y-transparent\/70:focus {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.focus\:border-y-transparent\/75:focus {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.focus\:border-y-transparent\/80:focus {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.focus\:border-y-transparent\/90:focus {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.focus\:border-y-transparent\/95:focus {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.focus\:border-y-white:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-y-white\/0:focus {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.focus\:border-y-white\/10:focus {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.focus\:border-y-white\/100:focus {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}

.focus\:border-y-white\/20:focus {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.focus\:border-y-white\/25:focus {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.focus\:border-y-white\/30:focus {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.focus\:border-y-white\/40:focus {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.focus\:border-y-white\/5:focus {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.focus\:border-y-white\/50:focus {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.focus\:border-y-white\/60:focus {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.focus\:border-y-white\/70:focus {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.focus\:border-y-white\/75:focus {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.focus\:border-y-white\/80:focus {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.focus\:border-y-white\/90:focus {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.focus\:border-y-white\/95:focus {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.focus\:border-b-black:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-b-black\/0:focus {
  border-bottom-color: rgb(0 0 0 / 0);
}

.focus\:border-b-black\/10:focus {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.focus\:border-b-black\/100:focus {
  border-bottom-color: rgb(0 0 0 / 1);
}

.focus\:border-b-black\/20:focus {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.focus\:border-b-black\/25:focus {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.focus\:border-b-black\/30:focus {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.focus\:border-b-black\/40:focus {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.focus\:border-b-black\/5:focus {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.focus\:border-b-black\/50:focus {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.focus\:border-b-black\/60:focus {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.focus\:border-b-black\/70:focus {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.focus\:border-b-black\/75:focus {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.focus\:border-b-black\/80:focus {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.focus\:border-b-black\/90:focus {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.focus\:border-b-black\/95:focus {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.focus\:border-b-current:focus {
  border-bottom-color: currentColor;
}

.focus\:border-b-error_red:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.focus\:border-b-error_red\/0:focus {
  border-bottom-color: rgb(235 0 27 / 0);
}

.focus\:border-b-error_red\/10:focus {
  border-bottom-color: rgb(235 0 27 / 0.1);
}

.focus\:border-b-error_red\/100:focus {
  border-bottom-color: rgb(235 0 27 / 1);
}

.focus\:border-b-error_red\/20:focus {
  border-bottom-color: rgb(235 0 27 / 0.2);
}

.focus\:border-b-error_red\/25:focus {
  border-bottom-color: rgb(235 0 27 / 0.25);
}

.focus\:border-b-error_red\/30:focus {
  border-bottom-color: rgb(235 0 27 / 0.3);
}

.focus\:border-b-error_red\/40:focus {
  border-bottom-color: rgb(235 0 27 / 0.4);
}

.focus\:border-b-error_red\/5:focus {
  border-bottom-color: rgb(235 0 27 / 0.05);
}

.focus\:border-b-error_red\/50:focus {
  border-bottom-color: rgb(235 0 27 / 0.5);
}

.focus\:border-b-error_red\/60:focus {
  border-bottom-color: rgb(235 0 27 / 0.6);
}

.focus\:border-b-error_red\/70:focus {
  border-bottom-color: rgb(235 0 27 / 0.7);
}

.focus\:border-b-error_red\/75:focus {
  border-bottom-color: rgb(235 0 27 / 0.75);
}

.focus\:border-b-error_red\/80:focus {
  border-bottom-color: rgb(235 0 27 / 0.8);
}

.focus\:border-b-error_red\/90:focus {
  border-bottom-color: rgb(235 0 27 / 0.9);
}

.focus\:border-b-error_red\/95:focus {
  border-bottom-color: rgb(235 0 27 / 0.95);
}

.focus\:border-b-gray5:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.focus\:border-b-gray5\/0:focus {
  border-bottom-color: rgb(242 242 242 / 0);
}

.focus\:border-b-gray5\/10:focus {
  border-bottom-color: rgb(242 242 242 / 0.1);
}

.focus\:border-b-gray5\/100:focus {
  border-bottom-color: rgb(242 242 242 / 1);
}

.focus\:border-b-gray5\/20:focus {
  border-bottom-color: rgb(242 242 242 / 0.2);
}

.focus\:border-b-gray5\/25:focus {
  border-bottom-color: rgb(242 242 242 / 0.25);
}

.focus\:border-b-gray5\/30:focus {
  border-bottom-color: rgb(242 242 242 / 0.3);
}

.focus\:border-b-gray5\/40:focus {
  border-bottom-color: rgb(242 242 242 / 0.4);
}

.focus\:border-b-gray5\/5:focus {
  border-bottom-color: rgb(242 242 242 / 0.05);
}

.focus\:border-b-gray5\/50:focus {
  border-bottom-color: rgb(242 242 242 / 0.5);
}

.focus\:border-b-gray5\/60:focus {
  border-bottom-color: rgb(242 242 242 / 0.6);
}

.focus\:border-b-gray5\/70:focus {
  border-bottom-color: rgb(242 242 242 / 0.7);
}

.focus\:border-b-gray5\/75:focus {
  border-bottom-color: rgb(242 242 242 / 0.75);
}

.focus\:border-b-gray5\/80:focus {
  border-bottom-color: rgb(242 242 242 / 0.8);
}

.focus\:border-b-gray5\/90:focus {
  border-bottom-color: rgb(242 242 242 / 0.9);
}

.focus\:border-b-gray5\/95:focus {
  border-bottom-color: rgb(242 242 242 / 0.95);
}

.focus\:border-b-sh_black:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.focus\:border-b-sh_black\/0:focus {
  border-bottom-color: rgb(35 31 32 / 0);
}

.focus\:border-b-sh_black\/10:focus {
  border-bottom-color: rgb(35 31 32 / 0.1);
}

.focus\:border-b-sh_black\/100:focus {
  border-bottom-color: rgb(35 31 32 / 1);
}

.focus\:border-b-sh_black\/20:focus {
  border-bottom-color: rgb(35 31 32 / 0.2);
}

.focus\:border-b-sh_black\/25:focus {
  border-bottom-color: rgb(35 31 32 / 0.25);
}

.focus\:border-b-sh_black\/30:focus {
  border-bottom-color: rgb(35 31 32 / 0.3);
}

.focus\:border-b-sh_black\/40:focus {
  border-bottom-color: rgb(35 31 32 / 0.4);
}

.focus\:border-b-sh_black\/5:focus {
  border-bottom-color: rgb(35 31 32 / 0.05);
}

.focus\:border-b-sh_black\/50:focus {
  border-bottom-color: rgb(35 31 32 / 0.5);
}

.focus\:border-b-sh_black\/60:focus {
  border-bottom-color: rgb(35 31 32 / 0.6);
}

.focus\:border-b-sh_black\/70:focus {
  border-bottom-color: rgb(35 31 32 / 0.7);
}

.focus\:border-b-sh_black\/75:focus {
  border-bottom-color: rgb(35 31 32 / 0.75);
}

.focus\:border-b-sh_black\/80:focus {
  border-bottom-color: rgb(35 31 32 / 0.8);
}

.focus\:border-b-sh_black\/90:focus {
  border-bottom-color: rgb(35 31 32 / 0.9);
}

.focus\:border-b-sh_black\/95:focus {
  border-bottom-color: rgb(35 31 32 / 0.95);
}

.focus\:border-b-success_green:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.focus\:border-b-success_green\/0:focus {
  border-bottom-color: rgb(80 131 22 / 0);
}

.focus\:border-b-success_green\/10:focus {
  border-bottom-color: rgb(80 131 22 / 0.1);
}

.focus\:border-b-success_green\/100:focus {
  border-bottom-color: rgb(80 131 22 / 1);
}

.focus\:border-b-success_green\/20:focus {
  border-bottom-color: rgb(80 131 22 / 0.2);
}

.focus\:border-b-success_green\/25:focus {
  border-bottom-color: rgb(80 131 22 / 0.25);
}

.focus\:border-b-success_green\/30:focus {
  border-bottom-color: rgb(80 131 22 / 0.3);
}

.focus\:border-b-success_green\/40:focus {
  border-bottom-color: rgb(80 131 22 / 0.4);
}

.focus\:border-b-success_green\/5:focus {
  border-bottom-color: rgb(80 131 22 / 0.05);
}

.focus\:border-b-success_green\/50:focus {
  border-bottom-color: rgb(80 131 22 / 0.5);
}

.focus\:border-b-success_green\/60:focus {
  border-bottom-color: rgb(80 131 22 / 0.6);
}

.focus\:border-b-success_green\/70:focus {
  border-bottom-color: rgb(80 131 22 / 0.7);
}

.focus\:border-b-success_green\/75:focus {
  border-bottom-color: rgb(80 131 22 / 0.75);
}

.focus\:border-b-success_green\/80:focus {
  border-bottom-color: rgb(80 131 22 / 0.8);
}

.focus\:border-b-success_green\/90:focus {
  border-bottom-color: rgb(80 131 22 / 0.9);
}

.focus\:border-b-success_green\/95:focus {
  border-bottom-color: rgb(80 131 22 / 0.95);
}

.focus\:border-b-teal:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.focus\:border-b-teal\/0:focus {
  border-bottom-color: rgb(0 129 159 / 0);
}

.focus\:border-b-teal\/10:focus {
  border-bottom-color: rgb(0 129 159 / 0.1);
}

.focus\:border-b-teal\/100:focus {
  border-bottom-color: rgb(0 129 159 / 1);
}

.focus\:border-b-teal\/20:focus {
  border-bottom-color: rgb(0 129 159 / 0.2);
}

.focus\:border-b-teal\/25:focus {
  border-bottom-color: rgb(0 129 159 / 0.25);
}

.focus\:border-b-teal\/30:focus {
  border-bottom-color: rgb(0 129 159 / 0.3);
}

.focus\:border-b-teal\/40:focus {
  border-bottom-color: rgb(0 129 159 / 0.4);
}

.focus\:border-b-teal\/5:focus {
  border-bottom-color: rgb(0 129 159 / 0.05);
}

.focus\:border-b-teal\/50:focus {
  border-bottom-color: rgb(0 129 159 / 0.5);
}

.focus\:border-b-teal\/60:focus {
  border-bottom-color: rgb(0 129 159 / 0.6);
}

.focus\:border-b-teal\/70:focus {
  border-bottom-color: rgb(0 129 159 / 0.7);
}

.focus\:border-b-teal\/75:focus {
  border-bottom-color: rgb(0 129 159 / 0.75);
}

.focus\:border-b-teal\/80:focus {
  border-bottom-color: rgb(0 129 159 / 0.8);
}

.focus\:border-b-teal\/90:focus {
  border-bottom-color: rgb(0 129 159 / 0.9);
}

.focus\:border-b-teal\/95:focus {
  border-bottom-color: rgb(0 129 159 / 0.95);
}

.focus\:border-b-teal_dark:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.focus\:border-b-teal_dark\/0:focus {
  border-bottom-color: rgb(0 60 77 / 0);
}

.focus\:border-b-teal_dark\/10:focus {
  border-bottom-color: rgb(0 60 77 / 0.1);
}

.focus\:border-b-teal_dark\/100:focus {
  border-bottom-color: rgb(0 60 77 / 1);
}

.focus\:border-b-teal_dark\/20:focus {
  border-bottom-color: rgb(0 60 77 / 0.2);
}

.focus\:border-b-teal_dark\/25:focus {
  border-bottom-color: rgb(0 60 77 / 0.25);
}

.focus\:border-b-teal_dark\/30:focus {
  border-bottom-color: rgb(0 60 77 / 0.3);
}

.focus\:border-b-teal_dark\/40:focus {
  border-bottom-color: rgb(0 60 77 / 0.4);
}

.focus\:border-b-teal_dark\/5:focus {
  border-bottom-color: rgb(0 60 77 / 0.05);
}

.focus\:border-b-teal_dark\/50:focus {
  border-bottom-color: rgb(0 60 77 / 0.5);
}

.focus\:border-b-teal_dark\/60:focus {
  border-bottom-color: rgb(0 60 77 / 0.6);
}

.focus\:border-b-teal_dark\/70:focus {
  border-bottom-color: rgb(0 60 77 / 0.7);
}

.focus\:border-b-teal_dark\/75:focus {
  border-bottom-color: rgb(0 60 77 / 0.75);
}

.focus\:border-b-teal_dark\/80:focus {
  border-bottom-color: rgb(0 60 77 / 0.8);
}

.focus\:border-b-teal_dark\/90:focus {
  border-bottom-color: rgb(0 60 77 / 0.9);
}

.focus\:border-b-teal_dark\/95:focus {
  border-bottom-color: rgb(0 60 77 / 0.95);
}

.focus\:border-b-teal_extra_light:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.focus\:border-b-teal_extra_light\/0:focus {
  border-bottom-color: rgb(245 251 252 / 0);
}

.focus\:border-b-teal_extra_light\/10:focus {
  border-bottom-color: rgb(245 251 252 / 0.1);
}

.focus\:border-b-teal_extra_light\/100:focus {
  border-bottom-color: rgb(245 251 252 / 1);
}

.focus\:border-b-teal_extra_light\/20:focus {
  border-bottom-color: rgb(245 251 252 / 0.2);
}

.focus\:border-b-teal_extra_light\/25:focus {
  border-bottom-color: rgb(245 251 252 / 0.25);
}

.focus\:border-b-teal_extra_light\/30:focus {
  border-bottom-color: rgb(245 251 252 / 0.3);
}

.focus\:border-b-teal_extra_light\/40:focus {
  border-bottom-color: rgb(245 251 252 / 0.4);
}

.focus\:border-b-teal_extra_light\/5:focus {
  border-bottom-color: rgb(245 251 252 / 0.05);
}

.focus\:border-b-teal_extra_light\/50:focus {
  border-bottom-color: rgb(245 251 252 / 0.5);
}

.focus\:border-b-teal_extra_light\/60:focus {
  border-bottom-color: rgb(245 251 252 / 0.6);
}

.focus\:border-b-teal_extra_light\/70:focus {
  border-bottom-color: rgb(245 251 252 / 0.7);
}

.focus\:border-b-teal_extra_light\/75:focus {
  border-bottom-color: rgb(245 251 252 / 0.75);
}

.focus\:border-b-teal_extra_light\/80:focus {
  border-bottom-color: rgb(245 251 252 / 0.8);
}

.focus\:border-b-teal_extra_light\/90:focus {
  border-bottom-color: rgb(245 251 252 / 0.9);
}

.focus\:border-b-teal_extra_light\/95:focus {
  border-bottom-color: rgb(245 251 252 / 0.95);
}

.focus\:border-b-teal_light:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.focus\:border-b-teal_light\/0:focus {
  border-bottom-color: rgb(116 196 214 / 0);
}

.focus\:border-b-teal_light\/10:focus {
  border-bottom-color: rgb(116 196 214 / 0.1);
}

.focus\:border-b-teal_light\/100:focus {
  border-bottom-color: rgb(116 196 214 / 1);
}

.focus\:border-b-teal_light\/20:focus {
  border-bottom-color: rgb(116 196 214 / 0.2);
}

.focus\:border-b-teal_light\/25:focus {
  border-bottom-color: rgb(116 196 214 / 0.25);
}

.focus\:border-b-teal_light\/30:focus {
  border-bottom-color: rgb(116 196 214 / 0.3);
}

.focus\:border-b-teal_light\/40:focus {
  border-bottom-color: rgb(116 196 214 / 0.4);
}

.focus\:border-b-teal_light\/5:focus {
  border-bottom-color: rgb(116 196 214 / 0.05);
}

.focus\:border-b-teal_light\/50:focus {
  border-bottom-color: rgb(116 196 214 / 0.5);
}

.focus\:border-b-teal_light\/60:focus {
  border-bottom-color: rgb(116 196 214 / 0.6);
}

.focus\:border-b-teal_light\/70:focus {
  border-bottom-color: rgb(116 196 214 / 0.7);
}

.focus\:border-b-teal_light\/75:focus {
  border-bottom-color: rgb(116 196 214 / 0.75);
}

.focus\:border-b-teal_light\/80:focus {
  border-bottom-color: rgb(116 196 214 / 0.8);
}

.focus\:border-b-teal_light\/90:focus {
  border-bottom-color: rgb(116 196 214 / 0.9);
}

.focus\:border-b-teal_light\/95:focus {
  border-bottom-color: rgb(116 196 214 / 0.95);
}

.focus\:border-b-transparent:focus {
  border-bottom-color: transparent;
}

.focus\:border-b-transparent\/0:focus {
  border-bottom-color: rgb(0 0 0 / 0);
}

.focus\:border-b-transparent\/10:focus {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.focus\:border-b-transparent\/100:focus {
  border-bottom-color: rgb(0 0 0 / 1);
}

.focus\:border-b-transparent\/20:focus {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.focus\:border-b-transparent\/25:focus {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.focus\:border-b-transparent\/30:focus {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.focus\:border-b-transparent\/40:focus {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.focus\:border-b-transparent\/5:focus {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.focus\:border-b-transparent\/50:focus {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.focus\:border-b-transparent\/60:focus {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.focus\:border-b-transparent\/70:focus {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.focus\:border-b-transparent\/75:focus {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.focus\:border-b-transparent\/80:focus {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.focus\:border-b-transparent\/90:focus {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.focus\:border-b-transparent\/95:focus {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.focus\:border-b-white:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-b-white\/0:focus {
  border-bottom-color: rgb(255 255 255 / 0);
}

.focus\:border-b-white\/10:focus {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.focus\:border-b-white\/100:focus {
  border-bottom-color: rgb(255 255 255 / 1);
}

.focus\:border-b-white\/20:focus {
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.focus\:border-b-white\/25:focus {
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.focus\:border-b-white\/30:focus {
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.focus\:border-b-white\/40:focus {
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.focus\:border-b-white\/5:focus {
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.focus\:border-b-white\/50:focus {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.focus\:border-b-white\/60:focus {
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.focus\:border-b-white\/70:focus {
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.focus\:border-b-white\/75:focus {
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.focus\:border-b-white\/80:focus {
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.focus\:border-b-white\/90:focus {
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.focus\:border-b-white\/95:focus {
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.focus\:border-e-black:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-e-black\/0:focus {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.focus\:border-e-black\/10:focus {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.focus\:border-e-black\/100:focus {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.focus\:border-e-black\/20:focus {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.focus\:border-e-black\/25:focus {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.focus\:border-e-black\/30:focus {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.focus\:border-e-black\/40:focus {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.focus\:border-e-black\/5:focus {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.focus\:border-e-black\/50:focus {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.focus\:border-e-black\/60:focus {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.focus\:border-e-black\/70:focus {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.focus\:border-e-black\/75:focus {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.focus\:border-e-black\/80:focus {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.focus\:border-e-black\/90:focus {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.focus\:border-e-black\/95:focus {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.focus\:border-e-current:focus {
  border-inline-end-color: currentColor;
}

.focus\:border-e-error_red:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.focus\:border-e-error_red\/0:focus {
  border-inline-end-color: rgb(235 0 27 / 0);
}

.focus\:border-e-error_red\/10:focus {
  border-inline-end-color: rgb(235 0 27 / 0.1);
}

.focus\:border-e-error_red\/100:focus {
  border-inline-end-color: rgb(235 0 27 / 1);
}

.focus\:border-e-error_red\/20:focus {
  border-inline-end-color: rgb(235 0 27 / 0.2);
}

.focus\:border-e-error_red\/25:focus {
  border-inline-end-color: rgb(235 0 27 / 0.25);
}

.focus\:border-e-error_red\/30:focus {
  border-inline-end-color: rgb(235 0 27 / 0.3);
}

.focus\:border-e-error_red\/40:focus {
  border-inline-end-color: rgb(235 0 27 / 0.4);
}

.focus\:border-e-error_red\/5:focus {
  border-inline-end-color: rgb(235 0 27 / 0.05);
}

.focus\:border-e-error_red\/50:focus {
  border-inline-end-color: rgb(235 0 27 / 0.5);
}

.focus\:border-e-error_red\/60:focus {
  border-inline-end-color: rgb(235 0 27 / 0.6);
}

.focus\:border-e-error_red\/70:focus {
  border-inline-end-color: rgb(235 0 27 / 0.7);
}

.focus\:border-e-error_red\/75:focus {
  border-inline-end-color: rgb(235 0 27 / 0.75);
}

.focus\:border-e-error_red\/80:focus {
  border-inline-end-color: rgb(235 0 27 / 0.8);
}

.focus\:border-e-error_red\/90:focus {
  border-inline-end-color: rgb(235 0 27 / 0.9);
}

.focus\:border-e-error_red\/95:focus {
  border-inline-end-color: rgb(235 0 27 / 0.95);
}

.focus\:border-e-gray5:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.focus\:border-e-gray5\/0:focus {
  border-inline-end-color: rgb(242 242 242 / 0);
}

.focus\:border-e-gray5\/10:focus {
  border-inline-end-color: rgb(242 242 242 / 0.1);
}

.focus\:border-e-gray5\/100:focus {
  border-inline-end-color: rgb(242 242 242 / 1);
}

.focus\:border-e-gray5\/20:focus {
  border-inline-end-color: rgb(242 242 242 / 0.2);
}

.focus\:border-e-gray5\/25:focus {
  border-inline-end-color: rgb(242 242 242 / 0.25);
}

.focus\:border-e-gray5\/30:focus {
  border-inline-end-color: rgb(242 242 242 / 0.3);
}

.focus\:border-e-gray5\/40:focus {
  border-inline-end-color: rgb(242 242 242 / 0.4);
}

.focus\:border-e-gray5\/5:focus {
  border-inline-end-color: rgb(242 242 242 / 0.05);
}

.focus\:border-e-gray5\/50:focus {
  border-inline-end-color: rgb(242 242 242 / 0.5);
}

.focus\:border-e-gray5\/60:focus {
  border-inline-end-color: rgb(242 242 242 / 0.6);
}

.focus\:border-e-gray5\/70:focus {
  border-inline-end-color: rgb(242 242 242 / 0.7);
}

.focus\:border-e-gray5\/75:focus {
  border-inline-end-color: rgb(242 242 242 / 0.75);
}

.focus\:border-e-gray5\/80:focus {
  border-inline-end-color: rgb(242 242 242 / 0.8);
}

.focus\:border-e-gray5\/90:focus {
  border-inline-end-color: rgb(242 242 242 / 0.9);
}

.focus\:border-e-gray5\/95:focus {
  border-inline-end-color: rgb(242 242 242 / 0.95);
}

.focus\:border-e-sh_black:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.focus\:border-e-sh_black\/0:focus {
  border-inline-end-color: rgb(35 31 32 / 0);
}

.focus\:border-e-sh_black\/10:focus {
  border-inline-end-color: rgb(35 31 32 / 0.1);
}

.focus\:border-e-sh_black\/100:focus {
  border-inline-end-color: rgb(35 31 32 / 1);
}

.focus\:border-e-sh_black\/20:focus {
  border-inline-end-color: rgb(35 31 32 / 0.2);
}

.focus\:border-e-sh_black\/25:focus {
  border-inline-end-color: rgb(35 31 32 / 0.25);
}

.focus\:border-e-sh_black\/30:focus {
  border-inline-end-color: rgb(35 31 32 / 0.3);
}

.focus\:border-e-sh_black\/40:focus {
  border-inline-end-color: rgb(35 31 32 / 0.4);
}

.focus\:border-e-sh_black\/5:focus {
  border-inline-end-color: rgb(35 31 32 / 0.05);
}

.focus\:border-e-sh_black\/50:focus {
  border-inline-end-color: rgb(35 31 32 / 0.5);
}

.focus\:border-e-sh_black\/60:focus {
  border-inline-end-color: rgb(35 31 32 / 0.6);
}

.focus\:border-e-sh_black\/70:focus {
  border-inline-end-color: rgb(35 31 32 / 0.7);
}

.focus\:border-e-sh_black\/75:focus {
  border-inline-end-color: rgb(35 31 32 / 0.75);
}

.focus\:border-e-sh_black\/80:focus {
  border-inline-end-color: rgb(35 31 32 / 0.8);
}

.focus\:border-e-sh_black\/90:focus {
  border-inline-end-color: rgb(35 31 32 / 0.9);
}

.focus\:border-e-sh_black\/95:focus {
  border-inline-end-color: rgb(35 31 32 / 0.95);
}

.focus\:border-e-success_green:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.focus\:border-e-success_green\/0:focus {
  border-inline-end-color: rgb(80 131 22 / 0);
}

.focus\:border-e-success_green\/10:focus {
  border-inline-end-color: rgb(80 131 22 / 0.1);
}

.focus\:border-e-success_green\/100:focus {
  border-inline-end-color: rgb(80 131 22 / 1);
}

.focus\:border-e-success_green\/20:focus {
  border-inline-end-color: rgb(80 131 22 / 0.2);
}

.focus\:border-e-success_green\/25:focus {
  border-inline-end-color: rgb(80 131 22 / 0.25);
}

.focus\:border-e-success_green\/30:focus {
  border-inline-end-color: rgb(80 131 22 / 0.3);
}

.focus\:border-e-success_green\/40:focus {
  border-inline-end-color: rgb(80 131 22 / 0.4);
}

.focus\:border-e-success_green\/5:focus {
  border-inline-end-color: rgb(80 131 22 / 0.05);
}

.focus\:border-e-success_green\/50:focus {
  border-inline-end-color: rgb(80 131 22 / 0.5);
}

.focus\:border-e-success_green\/60:focus {
  border-inline-end-color: rgb(80 131 22 / 0.6);
}

.focus\:border-e-success_green\/70:focus {
  border-inline-end-color: rgb(80 131 22 / 0.7);
}

.focus\:border-e-success_green\/75:focus {
  border-inline-end-color: rgb(80 131 22 / 0.75);
}

.focus\:border-e-success_green\/80:focus {
  border-inline-end-color: rgb(80 131 22 / 0.8);
}

.focus\:border-e-success_green\/90:focus {
  border-inline-end-color: rgb(80 131 22 / 0.9);
}

.focus\:border-e-success_green\/95:focus {
  border-inline-end-color: rgb(80 131 22 / 0.95);
}

.focus\:border-e-teal:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.focus\:border-e-teal\/0:focus {
  border-inline-end-color: rgb(0 129 159 / 0);
}

.focus\:border-e-teal\/10:focus {
  border-inline-end-color: rgb(0 129 159 / 0.1);
}

.focus\:border-e-teal\/100:focus {
  border-inline-end-color: rgb(0 129 159 / 1);
}

.focus\:border-e-teal\/20:focus {
  border-inline-end-color: rgb(0 129 159 / 0.2);
}

.focus\:border-e-teal\/25:focus {
  border-inline-end-color: rgb(0 129 159 / 0.25);
}

.focus\:border-e-teal\/30:focus {
  border-inline-end-color: rgb(0 129 159 / 0.3);
}

.focus\:border-e-teal\/40:focus {
  border-inline-end-color: rgb(0 129 159 / 0.4);
}

.focus\:border-e-teal\/5:focus {
  border-inline-end-color: rgb(0 129 159 / 0.05);
}

.focus\:border-e-teal\/50:focus {
  border-inline-end-color: rgb(0 129 159 / 0.5);
}

.focus\:border-e-teal\/60:focus {
  border-inline-end-color: rgb(0 129 159 / 0.6);
}

.focus\:border-e-teal\/70:focus {
  border-inline-end-color: rgb(0 129 159 / 0.7);
}

.focus\:border-e-teal\/75:focus {
  border-inline-end-color: rgb(0 129 159 / 0.75);
}

.focus\:border-e-teal\/80:focus {
  border-inline-end-color: rgb(0 129 159 / 0.8);
}

.focus\:border-e-teal\/90:focus {
  border-inline-end-color: rgb(0 129 159 / 0.9);
}

.focus\:border-e-teal\/95:focus {
  border-inline-end-color: rgb(0 129 159 / 0.95);
}

.focus\:border-e-teal_dark:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.focus\:border-e-teal_dark\/0:focus {
  border-inline-end-color: rgb(0 60 77 / 0);
}

.focus\:border-e-teal_dark\/10:focus {
  border-inline-end-color: rgb(0 60 77 / 0.1);
}

.focus\:border-e-teal_dark\/100:focus {
  border-inline-end-color: rgb(0 60 77 / 1);
}

.focus\:border-e-teal_dark\/20:focus {
  border-inline-end-color: rgb(0 60 77 / 0.2);
}

.focus\:border-e-teal_dark\/25:focus {
  border-inline-end-color: rgb(0 60 77 / 0.25);
}

.focus\:border-e-teal_dark\/30:focus {
  border-inline-end-color: rgb(0 60 77 / 0.3);
}

.focus\:border-e-teal_dark\/40:focus {
  border-inline-end-color: rgb(0 60 77 / 0.4);
}

.focus\:border-e-teal_dark\/5:focus {
  border-inline-end-color: rgb(0 60 77 / 0.05);
}

.focus\:border-e-teal_dark\/50:focus {
  border-inline-end-color: rgb(0 60 77 / 0.5);
}

.focus\:border-e-teal_dark\/60:focus {
  border-inline-end-color: rgb(0 60 77 / 0.6);
}

.focus\:border-e-teal_dark\/70:focus {
  border-inline-end-color: rgb(0 60 77 / 0.7);
}

.focus\:border-e-teal_dark\/75:focus {
  border-inline-end-color: rgb(0 60 77 / 0.75);
}

.focus\:border-e-teal_dark\/80:focus {
  border-inline-end-color: rgb(0 60 77 / 0.8);
}

.focus\:border-e-teal_dark\/90:focus {
  border-inline-end-color: rgb(0 60 77 / 0.9);
}

.focus\:border-e-teal_dark\/95:focus {
  border-inline-end-color: rgb(0 60 77 / 0.95);
}

.focus\:border-e-teal_extra_light:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.focus\:border-e-teal_extra_light\/0:focus {
  border-inline-end-color: rgb(245 251 252 / 0);
}

.focus\:border-e-teal_extra_light\/10:focus {
  border-inline-end-color: rgb(245 251 252 / 0.1);
}

.focus\:border-e-teal_extra_light\/100:focus {
  border-inline-end-color: rgb(245 251 252 / 1);
}

.focus\:border-e-teal_extra_light\/20:focus {
  border-inline-end-color: rgb(245 251 252 / 0.2);
}

.focus\:border-e-teal_extra_light\/25:focus {
  border-inline-end-color: rgb(245 251 252 / 0.25);
}

.focus\:border-e-teal_extra_light\/30:focus {
  border-inline-end-color: rgb(245 251 252 / 0.3);
}

.focus\:border-e-teal_extra_light\/40:focus {
  border-inline-end-color: rgb(245 251 252 / 0.4);
}

.focus\:border-e-teal_extra_light\/5:focus {
  border-inline-end-color: rgb(245 251 252 / 0.05);
}

.focus\:border-e-teal_extra_light\/50:focus {
  border-inline-end-color: rgb(245 251 252 / 0.5);
}

.focus\:border-e-teal_extra_light\/60:focus {
  border-inline-end-color: rgb(245 251 252 / 0.6);
}

.focus\:border-e-teal_extra_light\/70:focus {
  border-inline-end-color: rgb(245 251 252 / 0.7);
}

.focus\:border-e-teal_extra_light\/75:focus {
  border-inline-end-color: rgb(245 251 252 / 0.75);
}

.focus\:border-e-teal_extra_light\/80:focus {
  border-inline-end-color: rgb(245 251 252 / 0.8);
}

.focus\:border-e-teal_extra_light\/90:focus {
  border-inline-end-color: rgb(245 251 252 / 0.9);
}

.focus\:border-e-teal_extra_light\/95:focus {
  border-inline-end-color: rgb(245 251 252 / 0.95);
}

.focus\:border-e-teal_light:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.focus\:border-e-teal_light\/0:focus {
  border-inline-end-color: rgb(116 196 214 / 0);
}

.focus\:border-e-teal_light\/10:focus {
  border-inline-end-color: rgb(116 196 214 / 0.1);
}

.focus\:border-e-teal_light\/100:focus {
  border-inline-end-color: rgb(116 196 214 / 1);
}

.focus\:border-e-teal_light\/20:focus {
  border-inline-end-color: rgb(116 196 214 / 0.2);
}

.focus\:border-e-teal_light\/25:focus {
  border-inline-end-color: rgb(116 196 214 / 0.25);
}

.focus\:border-e-teal_light\/30:focus {
  border-inline-end-color: rgb(116 196 214 / 0.3);
}

.focus\:border-e-teal_light\/40:focus {
  border-inline-end-color: rgb(116 196 214 / 0.4);
}

.focus\:border-e-teal_light\/5:focus {
  border-inline-end-color: rgb(116 196 214 / 0.05);
}

.focus\:border-e-teal_light\/50:focus {
  border-inline-end-color: rgb(116 196 214 / 0.5);
}

.focus\:border-e-teal_light\/60:focus {
  border-inline-end-color: rgb(116 196 214 / 0.6);
}

.focus\:border-e-teal_light\/70:focus {
  border-inline-end-color: rgb(116 196 214 / 0.7);
}

.focus\:border-e-teal_light\/75:focus {
  border-inline-end-color: rgb(116 196 214 / 0.75);
}

.focus\:border-e-teal_light\/80:focus {
  border-inline-end-color: rgb(116 196 214 / 0.8);
}

.focus\:border-e-teal_light\/90:focus {
  border-inline-end-color: rgb(116 196 214 / 0.9);
}

.focus\:border-e-teal_light\/95:focus {
  border-inline-end-color: rgb(116 196 214 / 0.95);
}

.focus\:border-e-transparent:focus {
  border-inline-end-color: transparent;
}

.focus\:border-e-transparent\/0:focus {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.focus\:border-e-transparent\/10:focus {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.focus\:border-e-transparent\/100:focus {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.focus\:border-e-transparent\/20:focus {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.focus\:border-e-transparent\/25:focus {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.focus\:border-e-transparent\/30:focus {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.focus\:border-e-transparent\/40:focus {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.focus\:border-e-transparent\/5:focus {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.focus\:border-e-transparent\/50:focus {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.focus\:border-e-transparent\/60:focus {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.focus\:border-e-transparent\/70:focus {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.focus\:border-e-transparent\/75:focus {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.focus\:border-e-transparent\/80:focus {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.focus\:border-e-transparent\/90:focus {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.focus\:border-e-transparent\/95:focus {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.focus\:border-e-white:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-e-white\/0:focus {
  border-inline-end-color: rgb(255 255 255 / 0);
}

.focus\:border-e-white\/10:focus {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.focus\:border-e-white\/100:focus {
  border-inline-end-color: rgb(255 255 255 / 1);
}

.focus\:border-e-white\/20:focus {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.focus\:border-e-white\/25:focus {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.focus\:border-e-white\/30:focus {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.focus\:border-e-white\/40:focus {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.focus\:border-e-white\/5:focus {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.focus\:border-e-white\/50:focus {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.focus\:border-e-white\/60:focus {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.focus\:border-e-white\/70:focus {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.focus\:border-e-white\/75:focus {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.focus\:border-e-white\/80:focus {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.focus\:border-e-white\/90:focus {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.focus\:border-e-white\/95:focus {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

.focus\:border-l-black:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-l-black\/0:focus {
  border-left-color: rgb(0 0 0 / 0);
}

.focus\:border-l-black\/10:focus {
  border-left-color: rgb(0 0 0 / 0.1);
}

.focus\:border-l-black\/100:focus {
  border-left-color: rgb(0 0 0 / 1);
}

.focus\:border-l-black\/20:focus {
  border-left-color: rgb(0 0 0 / 0.2);
}

.focus\:border-l-black\/25:focus {
  border-left-color: rgb(0 0 0 / 0.25);
}

.focus\:border-l-black\/30:focus {
  border-left-color: rgb(0 0 0 / 0.3);
}

.focus\:border-l-black\/40:focus {
  border-left-color: rgb(0 0 0 / 0.4);
}

.focus\:border-l-black\/5:focus {
  border-left-color: rgb(0 0 0 / 0.05);
}

.focus\:border-l-black\/50:focus {
  border-left-color: rgb(0 0 0 / 0.5);
}

.focus\:border-l-black\/60:focus {
  border-left-color: rgb(0 0 0 / 0.6);
}

.focus\:border-l-black\/70:focus {
  border-left-color: rgb(0 0 0 / 0.7);
}

.focus\:border-l-black\/75:focus {
  border-left-color: rgb(0 0 0 / 0.75);
}

.focus\:border-l-black\/80:focus {
  border-left-color: rgb(0 0 0 / 0.8);
}

.focus\:border-l-black\/90:focus {
  border-left-color: rgb(0 0 0 / 0.9);
}

.focus\:border-l-black\/95:focus {
  border-left-color: rgb(0 0 0 / 0.95);
}

.focus\:border-l-current:focus {
  border-left-color: currentColor;
}

.focus\:border-l-error_red:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.focus\:border-l-error_red\/0:focus {
  border-left-color: rgb(235 0 27 / 0);
}

.focus\:border-l-error_red\/10:focus {
  border-left-color: rgb(235 0 27 / 0.1);
}

.focus\:border-l-error_red\/100:focus {
  border-left-color: rgb(235 0 27 / 1);
}

.focus\:border-l-error_red\/20:focus {
  border-left-color: rgb(235 0 27 / 0.2);
}

.focus\:border-l-error_red\/25:focus {
  border-left-color: rgb(235 0 27 / 0.25);
}

.focus\:border-l-error_red\/30:focus {
  border-left-color: rgb(235 0 27 / 0.3);
}

.focus\:border-l-error_red\/40:focus {
  border-left-color: rgb(235 0 27 / 0.4);
}

.focus\:border-l-error_red\/5:focus {
  border-left-color: rgb(235 0 27 / 0.05);
}

.focus\:border-l-error_red\/50:focus {
  border-left-color: rgb(235 0 27 / 0.5);
}

.focus\:border-l-error_red\/60:focus {
  border-left-color: rgb(235 0 27 / 0.6);
}

.focus\:border-l-error_red\/70:focus {
  border-left-color: rgb(235 0 27 / 0.7);
}

.focus\:border-l-error_red\/75:focus {
  border-left-color: rgb(235 0 27 / 0.75);
}

.focus\:border-l-error_red\/80:focus {
  border-left-color: rgb(235 0 27 / 0.8);
}

.focus\:border-l-error_red\/90:focus {
  border-left-color: rgb(235 0 27 / 0.9);
}

.focus\:border-l-error_red\/95:focus {
  border-left-color: rgb(235 0 27 / 0.95);
}

.focus\:border-l-gray5:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.focus\:border-l-gray5\/0:focus {
  border-left-color: rgb(242 242 242 / 0);
}

.focus\:border-l-gray5\/10:focus {
  border-left-color: rgb(242 242 242 / 0.1);
}

.focus\:border-l-gray5\/100:focus {
  border-left-color: rgb(242 242 242 / 1);
}

.focus\:border-l-gray5\/20:focus {
  border-left-color: rgb(242 242 242 / 0.2);
}

.focus\:border-l-gray5\/25:focus {
  border-left-color: rgb(242 242 242 / 0.25);
}

.focus\:border-l-gray5\/30:focus {
  border-left-color: rgb(242 242 242 / 0.3);
}

.focus\:border-l-gray5\/40:focus {
  border-left-color: rgb(242 242 242 / 0.4);
}

.focus\:border-l-gray5\/5:focus {
  border-left-color: rgb(242 242 242 / 0.05);
}

.focus\:border-l-gray5\/50:focus {
  border-left-color: rgb(242 242 242 / 0.5);
}

.focus\:border-l-gray5\/60:focus {
  border-left-color: rgb(242 242 242 / 0.6);
}

.focus\:border-l-gray5\/70:focus {
  border-left-color: rgb(242 242 242 / 0.7);
}

.focus\:border-l-gray5\/75:focus {
  border-left-color: rgb(242 242 242 / 0.75);
}

.focus\:border-l-gray5\/80:focus {
  border-left-color: rgb(242 242 242 / 0.8);
}

.focus\:border-l-gray5\/90:focus {
  border-left-color: rgb(242 242 242 / 0.9);
}

.focus\:border-l-gray5\/95:focus {
  border-left-color: rgb(242 242 242 / 0.95);
}

.focus\:border-l-sh_black:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.focus\:border-l-sh_black\/0:focus {
  border-left-color: rgb(35 31 32 / 0);
}

.focus\:border-l-sh_black\/10:focus {
  border-left-color: rgb(35 31 32 / 0.1);
}

.focus\:border-l-sh_black\/100:focus {
  border-left-color: rgb(35 31 32 / 1);
}

.focus\:border-l-sh_black\/20:focus {
  border-left-color: rgb(35 31 32 / 0.2);
}

.focus\:border-l-sh_black\/25:focus {
  border-left-color: rgb(35 31 32 / 0.25);
}

.focus\:border-l-sh_black\/30:focus {
  border-left-color: rgb(35 31 32 / 0.3);
}

.focus\:border-l-sh_black\/40:focus {
  border-left-color: rgb(35 31 32 / 0.4);
}

.focus\:border-l-sh_black\/5:focus {
  border-left-color: rgb(35 31 32 / 0.05);
}

.focus\:border-l-sh_black\/50:focus {
  border-left-color: rgb(35 31 32 / 0.5);
}

.focus\:border-l-sh_black\/60:focus {
  border-left-color: rgb(35 31 32 / 0.6);
}

.focus\:border-l-sh_black\/70:focus {
  border-left-color: rgb(35 31 32 / 0.7);
}

.focus\:border-l-sh_black\/75:focus {
  border-left-color: rgb(35 31 32 / 0.75);
}

.focus\:border-l-sh_black\/80:focus {
  border-left-color: rgb(35 31 32 / 0.8);
}

.focus\:border-l-sh_black\/90:focus {
  border-left-color: rgb(35 31 32 / 0.9);
}

.focus\:border-l-sh_black\/95:focus {
  border-left-color: rgb(35 31 32 / 0.95);
}

.focus\:border-l-success_green:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.focus\:border-l-success_green\/0:focus {
  border-left-color: rgb(80 131 22 / 0);
}

.focus\:border-l-success_green\/10:focus {
  border-left-color: rgb(80 131 22 / 0.1);
}

.focus\:border-l-success_green\/100:focus {
  border-left-color: rgb(80 131 22 / 1);
}

.focus\:border-l-success_green\/20:focus {
  border-left-color: rgb(80 131 22 / 0.2);
}

.focus\:border-l-success_green\/25:focus {
  border-left-color: rgb(80 131 22 / 0.25);
}

.focus\:border-l-success_green\/30:focus {
  border-left-color: rgb(80 131 22 / 0.3);
}

.focus\:border-l-success_green\/40:focus {
  border-left-color: rgb(80 131 22 / 0.4);
}

.focus\:border-l-success_green\/5:focus {
  border-left-color: rgb(80 131 22 / 0.05);
}

.focus\:border-l-success_green\/50:focus {
  border-left-color: rgb(80 131 22 / 0.5);
}

.focus\:border-l-success_green\/60:focus {
  border-left-color: rgb(80 131 22 / 0.6);
}

.focus\:border-l-success_green\/70:focus {
  border-left-color: rgb(80 131 22 / 0.7);
}

.focus\:border-l-success_green\/75:focus {
  border-left-color: rgb(80 131 22 / 0.75);
}

.focus\:border-l-success_green\/80:focus {
  border-left-color: rgb(80 131 22 / 0.8);
}

.focus\:border-l-success_green\/90:focus {
  border-left-color: rgb(80 131 22 / 0.9);
}

.focus\:border-l-success_green\/95:focus {
  border-left-color: rgb(80 131 22 / 0.95);
}

.focus\:border-l-teal:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.focus\:border-l-teal\/0:focus {
  border-left-color: rgb(0 129 159 / 0);
}

.focus\:border-l-teal\/10:focus {
  border-left-color: rgb(0 129 159 / 0.1);
}

.focus\:border-l-teal\/100:focus {
  border-left-color: rgb(0 129 159 / 1);
}

.focus\:border-l-teal\/20:focus {
  border-left-color: rgb(0 129 159 / 0.2);
}

.focus\:border-l-teal\/25:focus {
  border-left-color: rgb(0 129 159 / 0.25);
}

.focus\:border-l-teal\/30:focus {
  border-left-color: rgb(0 129 159 / 0.3);
}

.focus\:border-l-teal\/40:focus {
  border-left-color: rgb(0 129 159 / 0.4);
}

.focus\:border-l-teal\/5:focus {
  border-left-color: rgb(0 129 159 / 0.05);
}

.focus\:border-l-teal\/50:focus {
  border-left-color: rgb(0 129 159 / 0.5);
}

.focus\:border-l-teal\/60:focus {
  border-left-color: rgb(0 129 159 / 0.6);
}

.focus\:border-l-teal\/70:focus {
  border-left-color: rgb(0 129 159 / 0.7);
}

.focus\:border-l-teal\/75:focus {
  border-left-color: rgb(0 129 159 / 0.75);
}

.focus\:border-l-teal\/80:focus {
  border-left-color: rgb(0 129 159 / 0.8);
}

.focus\:border-l-teal\/90:focus {
  border-left-color: rgb(0 129 159 / 0.9);
}

.focus\:border-l-teal\/95:focus {
  border-left-color: rgb(0 129 159 / 0.95);
}

.focus\:border-l-teal_dark:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.focus\:border-l-teal_dark\/0:focus {
  border-left-color: rgb(0 60 77 / 0);
}

.focus\:border-l-teal_dark\/10:focus {
  border-left-color: rgb(0 60 77 / 0.1);
}

.focus\:border-l-teal_dark\/100:focus {
  border-left-color: rgb(0 60 77 / 1);
}

.focus\:border-l-teal_dark\/20:focus {
  border-left-color: rgb(0 60 77 / 0.2);
}

.focus\:border-l-teal_dark\/25:focus {
  border-left-color: rgb(0 60 77 / 0.25);
}

.focus\:border-l-teal_dark\/30:focus {
  border-left-color: rgb(0 60 77 / 0.3);
}

.focus\:border-l-teal_dark\/40:focus {
  border-left-color: rgb(0 60 77 / 0.4);
}

.focus\:border-l-teal_dark\/5:focus {
  border-left-color: rgb(0 60 77 / 0.05);
}

.focus\:border-l-teal_dark\/50:focus {
  border-left-color: rgb(0 60 77 / 0.5);
}

.focus\:border-l-teal_dark\/60:focus {
  border-left-color: rgb(0 60 77 / 0.6);
}

.focus\:border-l-teal_dark\/70:focus {
  border-left-color: rgb(0 60 77 / 0.7);
}

.focus\:border-l-teal_dark\/75:focus {
  border-left-color: rgb(0 60 77 / 0.75);
}

.focus\:border-l-teal_dark\/80:focus {
  border-left-color: rgb(0 60 77 / 0.8);
}

.focus\:border-l-teal_dark\/90:focus {
  border-left-color: rgb(0 60 77 / 0.9);
}

.focus\:border-l-teal_dark\/95:focus {
  border-left-color: rgb(0 60 77 / 0.95);
}

.focus\:border-l-teal_extra_light:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.focus\:border-l-teal_extra_light\/0:focus {
  border-left-color: rgb(245 251 252 / 0);
}

.focus\:border-l-teal_extra_light\/10:focus {
  border-left-color: rgb(245 251 252 / 0.1);
}

.focus\:border-l-teal_extra_light\/100:focus {
  border-left-color: rgb(245 251 252 / 1);
}

.focus\:border-l-teal_extra_light\/20:focus {
  border-left-color: rgb(245 251 252 / 0.2);
}

.focus\:border-l-teal_extra_light\/25:focus {
  border-left-color: rgb(245 251 252 / 0.25);
}

.focus\:border-l-teal_extra_light\/30:focus {
  border-left-color: rgb(245 251 252 / 0.3);
}

.focus\:border-l-teal_extra_light\/40:focus {
  border-left-color: rgb(245 251 252 / 0.4);
}

.focus\:border-l-teal_extra_light\/5:focus {
  border-left-color: rgb(245 251 252 / 0.05);
}

.focus\:border-l-teal_extra_light\/50:focus {
  border-left-color: rgb(245 251 252 / 0.5);
}

.focus\:border-l-teal_extra_light\/60:focus {
  border-left-color: rgb(245 251 252 / 0.6);
}

.focus\:border-l-teal_extra_light\/70:focus {
  border-left-color: rgb(245 251 252 / 0.7);
}

.focus\:border-l-teal_extra_light\/75:focus {
  border-left-color: rgb(245 251 252 / 0.75);
}

.focus\:border-l-teal_extra_light\/80:focus {
  border-left-color: rgb(245 251 252 / 0.8);
}

.focus\:border-l-teal_extra_light\/90:focus {
  border-left-color: rgb(245 251 252 / 0.9);
}

.focus\:border-l-teal_extra_light\/95:focus {
  border-left-color: rgb(245 251 252 / 0.95);
}

.focus\:border-l-teal_light:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.focus\:border-l-teal_light\/0:focus {
  border-left-color: rgb(116 196 214 / 0);
}

.focus\:border-l-teal_light\/10:focus {
  border-left-color: rgb(116 196 214 / 0.1);
}

.focus\:border-l-teal_light\/100:focus {
  border-left-color: rgb(116 196 214 / 1);
}

.focus\:border-l-teal_light\/20:focus {
  border-left-color: rgb(116 196 214 / 0.2);
}

.focus\:border-l-teal_light\/25:focus {
  border-left-color: rgb(116 196 214 / 0.25);
}

.focus\:border-l-teal_light\/30:focus {
  border-left-color: rgb(116 196 214 / 0.3);
}

.focus\:border-l-teal_light\/40:focus {
  border-left-color: rgb(116 196 214 / 0.4);
}

.focus\:border-l-teal_light\/5:focus {
  border-left-color: rgb(116 196 214 / 0.05);
}

.focus\:border-l-teal_light\/50:focus {
  border-left-color: rgb(116 196 214 / 0.5);
}

.focus\:border-l-teal_light\/60:focus {
  border-left-color: rgb(116 196 214 / 0.6);
}

.focus\:border-l-teal_light\/70:focus {
  border-left-color: rgb(116 196 214 / 0.7);
}

.focus\:border-l-teal_light\/75:focus {
  border-left-color: rgb(116 196 214 / 0.75);
}

.focus\:border-l-teal_light\/80:focus {
  border-left-color: rgb(116 196 214 / 0.8);
}

.focus\:border-l-teal_light\/90:focus {
  border-left-color: rgb(116 196 214 / 0.9);
}

.focus\:border-l-teal_light\/95:focus {
  border-left-color: rgb(116 196 214 / 0.95);
}

.focus\:border-l-transparent:focus {
  border-left-color: transparent;
}

.focus\:border-l-transparent\/0:focus {
  border-left-color: rgb(0 0 0 / 0);
}

.focus\:border-l-transparent\/10:focus {
  border-left-color: rgb(0 0 0 / 0.1);
}

.focus\:border-l-transparent\/100:focus {
  border-left-color: rgb(0 0 0 / 1);
}

.focus\:border-l-transparent\/20:focus {
  border-left-color: rgb(0 0 0 / 0.2);
}

.focus\:border-l-transparent\/25:focus {
  border-left-color: rgb(0 0 0 / 0.25);
}

.focus\:border-l-transparent\/30:focus {
  border-left-color: rgb(0 0 0 / 0.3);
}

.focus\:border-l-transparent\/40:focus {
  border-left-color: rgb(0 0 0 / 0.4);
}

.focus\:border-l-transparent\/5:focus {
  border-left-color: rgb(0 0 0 / 0.05);
}

.focus\:border-l-transparent\/50:focus {
  border-left-color: rgb(0 0 0 / 0.5);
}

.focus\:border-l-transparent\/60:focus {
  border-left-color: rgb(0 0 0 / 0.6);
}

.focus\:border-l-transparent\/70:focus {
  border-left-color: rgb(0 0 0 / 0.7);
}

.focus\:border-l-transparent\/75:focus {
  border-left-color: rgb(0 0 0 / 0.75);
}

.focus\:border-l-transparent\/80:focus {
  border-left-color: rgb(0 0 0 / 0.8);
}

.focus\:border-l-transparent\/90:focus {
  border-left-color: rgb(0 0 0 / 0.9);
}

.focus\:border-l-transparent\/95:focus {
  border-left-color: rgb(0 0 0 / 0.95);
}

.focus\:border-l-white:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-l-white\/0:focus {
  border-left-color: rgb(255 255 255 / 0);
}

.focus\:border-l-white\/10:focus {
  border-left-color: rgb(255 255 255 / 0.1);
}

.focus\:border-l-white\/100:focus {
  border-left-color: rgb(255 255 255 / 1);
}

.focus\:border-l-white\/20:focus {
  border-left-color: rgb(255 255 255 / 0.2);
}

.focus\:border-l-white\/25:focus {
  border-left-color: rgb(255 255 255 / 0.25);
}

.focus\:border-l-white\/30:focus {
  border-left-color: rgb(255 255 255 / 0.3);
}

.focus\:border-l-white\/40:focus {
  border-left-color: rgb(255 255 255 / 0.4);
}

.focus\:border-l-white\/5:focus {
  border-left-color: rgb(255 255 255 / 0.05);
}

.focus\:border-l-white\/50:focus {
  border-left-color: rgb(255 255 255 / 0.5);
}

.focus\:border-l-white\/60:focus {
  border-left-color: rgb(255 255 255 / 0.6);
}

.focus\:border-l-white\/70:focus {
  border-left-color: rgb(255 255 255 / 0.7);
}

.focus\:border-l-white\/75:focus {
  border-left-color: rgb(255 255 255 / 0.75);
}

.focus\:border-l-white\/80:focus {
  border-left-color: rgb(255 255 255 / 0.8);
}

.focus\:border-l-white\/90:focus {
  border-left-color: rgb(255 255 255 / 0.9);
}

.focus\:border-l-white\/95:focus {
  border-left-color: rgb(255 255 255 / 0.95);
}

.focus\:border-r-black:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-r-black\/0:focus {
  border-right-color: rgb(0 0 0 / 0);
}

.focus\:border-r-black\/10:focus {
  border-right-color: rgb(0 0 0 / 0.1);
}

.focus\:border-r-black\/100:focus {
  border-right-color: rgb(0 0 0 / 1);
}

.focus\:border-r-black\/20:focus {
  border-right-color: rgb(0 0 0 / 0.2);
}

.focus\:border-r-black\/25:focus {
  border-right-color: rgb(0 0 0 / 0.25);
}

.focus\:border-r-black\/30:focus {
  border-right-color: rgb(0 0 0 / 0.3);
}

.focus\:border-r-black\/40:focus {
  border-right-color: rgb(0 0 0 / 0.4);
}

.focus\:border-r-black\/5:focus {
  border-right-color: rgb(0 0 0 / 0.05);
}

.focus\:border-r-black\/50:focus {
  border-right-color: rgb(0 0 0 / 0.5);
}

.focus\:border-r-black\/60:focus {
  border-right-color: rgb(0 0 0 / 0.6);
}

.focus\:border-r-black\/70:focus {
  border-right-color: rgb(0 0 0 / 0.7);
}

.focus\:border-r-black\/75:focus {
  border-right-color: rgb(0 0 0 / 0.75);
}

.focus\:border-r-black\/80:focus {
  border-right-color: rgb(0 0 0 / 0.8);
}

.focus\:border-r-black\/90:focus {
  border-right-color: rgb(0 0 0 / 0.9);
}

.focus\:border-r-black\/95:focus {
  border-right-color: rgb(0 0 0 / 0.95);
}

.focus\:border-r-current:focus {
  border-right-color: currentColor;
}

.focus\:border-r-error_red:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.focus\:border-r-error_red\/0:focus {
  border-right-color: rgb(235 0 27 / 0);
}

.focus\:border-r-error_red\/10:focus {
  border-right-color: rgb(235 0 27 / 0.1);
}

.focus\:border-r-error_red\/100:focus {
  border-right-color: rgb(235 0 27 / 1);
}

.focus\:border-r-error_red\/20:focus {
  border-right-color: rgb(235 0 27 / 0.2);
}

.focus\:border-r-error_red\/25:focus {
  border-right-color: rgb(235 0 27 / 0.25);
}

.focus\:border-r-error_red\/30:focus {
  border-right-color: rgb(235 0 27 / 0.3);
}

.focus\:border-r-error_red\/40:focus {
  border-right-color: rgb(235 0 27 / 0.4);
}

.focus\:border-r-error_red\/5:focus {
  border-right-color: rgb(235 0 27 / 0.05);
}

.focus\:border-r-error_red\/50:focus {
  border-right-color: rgb(235 0 27 / 0.5);
}

.focus\:border-r-error_red\/60:focus {
  border-right-color: rgb(235 0 27 / 0.6);
}

.focus\:border-r-error_red\/70:focus {
  border-right-color: rgb(235 0 27 / 0.7);
}

.focus\:border-r-error_red\/75:focus {
  border-right-color: rgb(235 0 27 / 0.75);
}

.focus\:border-r-error_red\/80:focus {
  border-right-color: rgb(235 0 27 / 0.8);
}

.focus\:border-r-error_red\/90:focus {
  border-right-color: rgb(235 0 27 / 0.9);
}

.focus\:border-r-error_red\/95:focus {
  border-right-color: rgb(235 0 27 / 0.95);
}

.focus\:border-r-gray5:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.focus\:border-r-gray5\/0:focus {
  border-right-color: rgb(242 242 242 / 0);
}

.focus\:border-r-gray5\/10:focus {
  border-right-color: rgb(242 242 242 / 0.1);
}

.focus\:border-r-gray5\/100:focus {
  border-right-color: rgb(242 242 242 / 1);
}

.focus\:border-r-gray5\/20:focus {
  border-right-color: rgb(242 242 242 / 0.2);
}

.focus\:border-r-gray5\/25:focus {
  border-right-color: rgb(242 242 242 / 0.25);
}

.focus\:border-r-gray5\/30:focus {
  border-right-color: rgb(242 242 242 / 0.3);
}

.focus\:border-r-gray5\/40:focus {
  border-right-color: rgb(242 242 242 / 0.4);
}

.focus\:border-r-gray5\/5:focus {
  border-right-color: rgb(242 242 242 / 0.05);
}

.focus\:border-r-gray5\/50:focus {
  border-right-color: rgb(242 242 242 / 0.5);
}

.focus\:border-r-gray5\/60:focus {
  border-right-color: rgb(242 242 242 / 0.6);
}

.focus\:border-r-gray5\/70:focus {
  border-right-color: rgb(242 242 242 / 0.7);
}

.focus\:border-r-gray5\/75:focus {
  border-right-color: rgb(242 242 242 / 0.75);
}

.focus\:border-r-gray5\/80:focus {
  border-right-color: rgb(242 242 242 / 0.8);
}

.focus\:border-r-gray5\/90:focus {
  border-right-color: rgb(242 242 242 / 0.9);
}

.focus\:border-r-gray5\/95:focus {
  border-right-color: rgb(242 242 242 / 0.95);
}

.focus\:border-r-sh_black:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.focus\:border-r-sh_black\/0:focus {
  border-right-color: rgb(35 31 32 / 0);
}

.focus\:border-r-sh_black\/10:focus {
  border-right-color: rgb(35 31 32 / 0.1);
}

.focus\:border-r-sh_black\/100:focus {
  border-right-color: rgb(35 31 32 / 1);
}

.focus\:border-r-sh_black\/20:focus {
  border-right-color: rgb(35 31 32 / 0.2);
}

.focus\:border-r-sh_black\/25:focus {
  border-right-color: rgb(35 31 32 / 0.25);
}

.focus\:border-r-sh_black\/30:focus {
  border-right-color: rgb(35 31 32 / 0.3);
}

.focus\:border-r-sh_black\/40:focus {
  border-right-color: rgb(35 31 32 / 0.4);
}

.focus\:border-r-sh_black\/5:focus {
  border-right-color: rgb(35 31 32 / 0.05);
}

.focus\:border-r-sh_black\/50:focus {
  border-right-color: rgb(35 31 32 / 0.5);
}

.focus\:border-r-sh_black\/60:focus {
  border-right-color: rgb(35 31 32 / 0.6);
}

.focus\:border-r-sh_black\/70:focus {
  border-right-color: rgb(35 31 32 / 0.7);
}

.focus\:border-r-sh_black\/75:focus {
  border-right-color: rgb(35 31 32 / 0.75);
}

.focus\:border-r-sh_black\/80:focus {
  border-right-color: rgb(35 31 32 / 0.8);
}

.focus\:border-r-sh_black\/90:focus {
  border-right-color: rgb(35 31 32 / 0.9);
}

.focus\:border-r-sh_black\/95:focus {
  border-right-color: rgb(35 31 32 / 0.95);
}

.focus\:border-r-success_green:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.focus\:border-r-success_green\/0:focus {
  border-right-color: rgb(80 131 22 / 0);
}

.focus\:border-r-success_green\/10:focus {
  border-right-color: rgb(80 131 22 / 0.1);
}

.focus\:border-r-success_green\/100:focus {
  border-right-color: rgb(80 131 22 / 1);
}

.focus\:border-r-success_green\/20:focus {
  border-right-color: rgb(80 131 22 / 0.2);
}

.focus\:border-r-success_green\/25:focus {
  border-right-color: rgb(80 131 22 / 0.25);
}

.focus\:border-r-success_green\/30:focus {
  border-right-color: rgb(80 131 22 / 0.3);
}

.focus\:border-r-success_green\/40:focus {
  border-right-color: rgb(80 131 22 / 0.4);
}

.focus\:border-r-success_green\/5:focus {
  border-right-color: rgb(80 131 22 / 0.05);
}

.focus\:border-r-success_green\/50:focus {
  border-right-color: rgb(80 131 22 / 0.5);
}

.focus\:border-r-success_green\/60:focus {
  border-right-color: rgb(80 131 22 / 0.6);
}

.focus\:border-r-success_green\/70:focus {
  border-right-color: rgb(80 131 22 / 0.7);
}

.focus\:border-r-success_green\/75:focus {
  border-right-color: rgb(80 131 22 / 0.75);
}

.focus\:border-r-success_green\/80:focus {
  border-right-color: rgb(80 131 22 / 0.8);
}

.focus\:border-r-success_green\/90:focus {
  border-right-color: rgb(80 131 22 / 0.9);
}

.focus\:border-r-success_green\/95:focus {
  border-right-color: rgb(80 131 22 / 0.95);
}

.focus\:border-r-teal:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.focus\:border-r-teal\/0:focus {
  border-right-color: rgb(0 129 159 / 0);
}

.focus\:border-r-teal\/10:focus {
  border-right-color: rgb(0 129 159 / 0.1);
}

.focus\:border-r-teal\/100:focus {
  border-right-color: rgb(0 129 159 / 1);
}

.focus\:border-r-teal\/20:focus {
  border-right-color: rgb(0 129 159 / 0.2);
}

.focus\:border-r-teal\/25:focus {
  border-right-color: rgb(0 129 159 / 0.25);
}

.focus\:border-r-teal\/30:focus {
  border-right-color: rgb(0 129 159 / 0.3);
}

.focus\:border-r-teal\/40:focus {
  border-right-color: rgb(0 129 159 / 0.4);
}

.focus\:border-r-teal\/5:focus {
  border-right-color: rgb(0 129 159 / 0.05);
}

.focus\:border-r-teal\/50:focus {
  border-right-color: rgb(0 129 159 / 0.5);
}

.focus\:border-r-teal\/60:focus {
  border-right-color: rgb(0 129 159 / 0.6);
}

.focus\:border-r-teal\/70:focus {
  border-right-color: rgb(0 129 159 / 0.7);
}

.focus\:border-r-teal\/75:focus {
  border-right-color: rgb(0 129 159 / 0.75);
}

.focus\:border-r-teal\/80:focus {
  border-right-color: rgb(0 129 159 / 0.8);
}

.focus\:border-r-teal\/90:focus {
  border-right-color: rgb(0 129 159 / 0.9);
}

.focus\:border-r-teal\/95:focus {
  border-right-color: rgb(0 129 159 / 0.95);
}

.focus\:border-r-teal_dark:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.focus\:border-r-teal_dark\/0:focus {
  border-right-color: rgb(0 60 77 / 0);
}

.focus\:border-r-teal_dark\/10:focus {
  border-right-color: rgb(0 60 77 / 0.1);
}

.focus\:border-r-teal_dark\/100:focus {
  border-right-color: rgb(0 60 77 / 1);
}

.focus\:border-r-teal_dark\/20:focus {
  border-right-color: rgb(0 60 77 / 0.2);
}

.focus\:border-r-teal_dark\/25:focus {
  border-right-color: rgb(0 60 77 / 0.25);
}

.focus\:border-r-teal_dark\/30:focus {
  border-right-color: rgb(0 60 77 / 0.3);
}

.focus\:border-r-teal_dark\/40:focus {
  border-right-color: rgb(0 60 77 / 0.4);
}

.focus\:border-r-teal_dark\/5:focus {
  border-right-color: rgb(0 60 77 / 0.05);
}

.focus\:border-r-teal_dark\/50:focus {
  border-right-color: rgb(0 60 77 / 0.5);
}

.focus\:border-r-teal_dark\/60:focus {
  border-right-color: rgb(0 60 77 / 0.6);
}

.focus\:border-r-teal_dark\/70:focus {
  border-right-color: rgb(0 60 77 / 0.7);
}

.focus\:border-r-teal_dark\/75:focus {
  border-right-color: rgb(0 60 77 / 0.75);
}

.focus\:border-r-teal_dark\/80:focus {
  border-right-color: rgb(0 60 77 / 0.8);
}

.focus\:border-r-teal_dark\/90:focus {
  border-right-color: rgb(0 60 77 / 0.9);
}

.focus\:border-r-teal_dark\/95:focus {
  border-right-color: rgb(0 60 77 / 0.95);
}

.focus\:border-r-teal_extra_light:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.focus\:border-r-teal_extra_light\/0:focus {
  border-right-color: rgb(245 251 252 / 0);
}

.focus\:border-r-teal_extra_light\/10:focus {
  border-right-color: rgb(245 251 252 / 0.1);
}

.focus\:border-r-teal_extra_light\/100:focus {
  border-right-color: rgb(245 251 252 / 1);
}

.focus\:border-r-teal_extra_light\/20:focus {
  border-right-color: rgb(245 251 252 / 0.2);
}

.focus\:border-r-teal_extra_light\/25:focus {
  border-right-color: rgb(245 251 252 / 0.25);
}

.focus\:border-r-teal_extra_light\/30:focus {
  border-right-color: rgb(245 251 252 / 0.3);
}

.focus\:border-r-teal_extra_light\/40:focus {
  border-right-color: rgb(245 251 252 / 0.4);
}

.focus\:border-r-teal_extra_light\/5:focus {
  border-right-color: rgb(245 251 252 / 0.05);
}

.focus\:border-r-teal_extra_light\/50:focus {
  border-right-color: rgb(245 251 252 / 0.5);
}

.focus\:border-r-teal_extra_light\/60:focus {
  border-right-color: rgb(245 251 252 / 0.6);
}

.focus\:border-r-teal_extra_light\/70:focus {
  border-right-color: rgb(245 251 252 / 0.7);
}

.focus\:border-r-teal_extra_light\/75:focus {
  border-right-color: rgb(245 251 252 / 0.75);
}

.focus\:border-r-teal_extra_light\/80:focus {
  border-right-color: rgb(245 251 252 / 0.8);
}

.focus\:border-r-teal_extra_light\/90:focus {
  border-right-color: rgb(245 251 252 / 0.9);
}

.focus\:border-r-teal_extra_light\/95:focus {
  border-right-color: rgb(245 251 252 / 0.95);
}

.focus\:border-r-teal_light:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.focus\:border-r-teal_light\/0:focus {
  border-right-color: rgb(116 196 214 / 0);
}

.focus\:border-r-teal_light\/10:focus {
  border-right-color: rgb(116 196 214 / 0.1);
}

.focus\:border-r-teal_light\/100:focus {
  border-right-color: rgb(116 196 214 / 1);
}

.focus\:border-r-teal_light\/20:focus {
  border-right-color: rgb(116 196 214 / 0.2);
}

.focus\:border-r-teal_light\/25:focus {
  border-right-color: rgb(116 196 214 / 0.25);
}

.focus\:border-r-teal_light\/30:focus {
  border-right-color: rgb(116 196 214 / 0.3);
}

.focus\:border-r-teal_light\/40:focus {
  border-right-color: rgb(116 196 214 / 0.4);
}

.focus\:border-r-teal_light\/5:focus {
  border-right-color: rgb(116 196 214 / 0.05);
}

.focus\:border-r-teal_light\/50:focus {
  border-right-color: rgb(116 196 214 / 0.5);
}

.focus\:border-r-teal_light\/60:focus {
  border-right-color: rgb(116 196 214 / 0.6);
}

.focus\:border-r-teal_light\/70:focus {
  border-right-color: rgb(116 196 214 / 0.7);
}

.focus\:border-r-teal_light\/75:focus {
  border-right-color: rgb(116 196 214 / 0.75);
}

.focus\:border-r-teal_light\/80:focus {
  border-right-color: rgb(116 196 214 / 0.8);
}

.focus\:border-r-teal_light\/90:focus {
  border-right-color: rgb(116 196 214 / 0.9);
}

.focus\:border-r-teal_light\/95:focus {
  border-right-color: rgb(116 196 214 / 0.95);
}

.focus\:border-r-transparent:focus {
  border-right-color: transparent;
}

.focus\:border-r-transparent\/0:focus {
  border-right-color: rgb(0 0 0 / 0);
}

.focus\:border-r-transparent\/10:focus {
  border-right-color: rgb(0 0 0 / 0.1);
}

.focus\:border-r-transparent\/100:focus {
  border-right-color: rgb(0 0 0 / 1);
}

.focus\:border-r-transparent\/20:focus {
  border-right-color: rgb(0 0 0 / 0.2);
}

.focus\:border-r-transparent\/25:focus {
  border-right-color: rgb(0 0 0 / 0.25);
}

.focus\:border-r-transparent\/30:focus {
  border-right-color: rgb(0 0 0 / 0.3);
}

.focus\:border-r-transparent\/40:focus {
  border-right-color: rgb(0 0 0 / 0.4);
}

.focus\:border-r-transparent\/5:focus {
  border-right-color: rgb(0 0 0 / 0.05);
}

.focus\:border-r-transparent\/50:focus {
  border-right-color: rgb(0 0 0 / 0.5);
}

.focus\:border-r-transparent\/60:focus {
  border-right-color: rgb(0 0 0 / 0.6);
}

.focus\:border-r-transparent\/70:focus {
  border-right-color: rgb(0 0 0 / 0.7);
}

.focus\:border-r-transparent\/75:focus {
  border-right-color: rgb(0 0 0 / 0.75);
}

.focus\:border-r-transparent\/80:focus {
  border-right-color: rgb(0 0 0 / 0.8);
}

.focus\:border-r-transparent\/90:focus {
  border-right-color: rgb(0 0 0 / 0.9);
}

.focus\:border-r-transparent\/95:focus {
  border-right-color: rgb(0 0 0 / 0.95);
}

.focus\:border-r-white:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-r-white\/0:focus {
  border-right-color: rgb(255 255 255 / 0);
}

.focus\:border-r-white\/10:focus {
  border-right-color: rgb(255 255 255 / 0.1);
}

.focus\:border-r-white\/100:focus {
  border-right-color: rgb(255 255 255 / 1);
}

.focus\:border-r-white\/20:focus {
  border-right-color: rgb(255 255 255 / 0.2);
}

.focus\:border-r-white\/25:focus {
  border-right-color: rgb(255 255 255 / 0.25);
}

.focus\:border-r-white\/30:focus {
  border-right-color: rgb(255 255 255 / 0.3);
}

.focus\:border-r-white\/40:focus {
  border-right-color: rgb(255 255 255 / 0.4);
}

.focus\:border-r-white\/5:focus {
  border-right-color: rgb(255 255 255 / 0.05);
}

.focus\:border-r-white\/50:focus {
  border-right-color: rgb(255 255 255 / 0.5);
}

.focus\:border-r-white\/60:focus {
  border-right-color: rgb(255 255 255 / 0.6);
}

.focus\:border-r-white\/70:focus {
  border-right-color: rgb(255 255 255 / 0.7);
}

.focus\:border-r-white\/75:focus {
  border-right-color: rgb(255 255 255 / 0.75);
}

.focus\:border-r-white\/80:focus {
  border-right-color: rgb(255 255 255 / 0.8);
}

.focus\:border-r-white\/90:focus {
  border-right-color: rgb(255 255 255 / 0.9);
}

.focus\:border-r-white\/95:focus {
  border-right-color: rgb(255 255 255 / 0.95);
}

.focus\:border-s-black:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-s-black\/0:focus {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.focus\:border-s-black\/10:focus {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.focus\:border-s-black\/100:focus {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.focus\:border-s-black\/20:focus {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.focus\:border-s-black\/25:focus {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.focus\:border-s-black\/30:focus {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.focus\:border-s-black\/40:focus {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.focus\:border-s-black\/5:focus {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.focus\:border-s-black\/50:focus {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.focus\:border-s-black\/60:focus {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.focus\:border-s-black\/70:focus {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.focus\:border-s-black\/75:focus {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.focus\:border-s-black\/80:focus {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.focus\:border-s-black\/90:focus {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.focus\:border-s-black\/95:focus {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.focus\:border-s-current:focus {
  border-inline-start-color: currentColor;
}

.focus\:border-s-error_red:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.focus\:border-s-error_red\/0:focus {
  border-inline-start-color: rgb(235 0 27 / 0);
}

.focus\:border-s-error_red\/10:focus {
  border-inline-start-color: rgb(235 0 27 / 0.1);
}

.focus\:border-s-error_red\/100:focus {
  border-inline-start-color: rgb(235 0 27 / 1);
}

.focus\:border-s-error_red\/20:focus {
  border-inline-start-color: rgb(235 0 27 / 0.2);
}

.focus\:border-s-error_red\/25:focus {
  border-inline-start-color: rgb(235 0 27 / 0.25);
}

.focus\:border-s-error_red\/30:focus {
  border-inline-start-color: rgb(235 0 27 / 0.3);
}

.focus\:border-s-error_red\/40:focus {
  border-inline-start-color: rgb(235 0 27 / 0.4);
}

.focus\:border-s-error_red\/5:focus {
  border-inline-start-color: rgb(235 0 27 / 0.05);
}

.focus\:border-s-error_red\/50:focus {
  border-inline-start-color: rgb(235 0 27 / 0.5);
}

.focus\:border-s-error_red\/60:focus {
  border-inline-start-color: rgb(235 0 27 / 0.6);
}

.focus\:border-s-error_red\/70:focus {
  border-inline-start-color: rgb(235 0 27 / 0.7);
}

.focus\:border-s-error_red\/75:focus {
  border-inline-start-color: rgb(235 0 27 / 0.75);
}

.focus\:border-s-error_red\/80:focus {
  border-inline-start-color: rgb(235 0 27 / 0.8);
}

.focus\:border-s-error_red\/90:focus {
  border-inline-start-color: rgb(235 0 27 / 0.9);
}

.focus\:border-s-error_red\/95:focus {
  border-inline-start-color: rgb(235 0 27 / 0.95);
}

.focus\:border-s-gray5:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.focus\:border-s-gray5\/0:focus {
  border-inline-start-color: rgb(242 242 242 / 0);
}

.focus\:border-s-gray5\/10:focus {
  border-inline-start-color: rgb(242 242 242 / 0.1);
}

.focus\:border-s-gray5\/100:focus {
  border-inline-start-color: rgb(242 242 242 / 1);
}

.focus\:border-s-gray5\/20:focus {
  border-inline-start-color: rgb(242 242 242 / 0.2);
}

.focus\:border-s-gray5\/25:focus {
  border-inline-start-color: rgb(242 242 242 / 0.25);
}

.focus\:border-s-gray5\/30:focus {
  border-inline-start-color: rgb(242 242 242 / 0.3);
}

.focus\:border-s-gray5\/40:focus {
  border-inline-start-color: rgb(242 242 242 / 0.4);
}

.focus\:border-s-gray5\/5:focus {
  border-inline-start-color: rgb(242 242 242 / 0.05);
}

.focus\:border-s-gray5\/50:focus {
  border-inline-start-color: rgb(242 242 242 / 0.5);
}

.focus\:border-s-gray5\/60:focus {
  border-inline-start-color: rgb(242 242 242 / 0.6);
}

.focus\:border-s-gray5\/70:focus {
  border-inline-start-color: rgb(242 242 242 / 0.7);
}

.focus\:border-s-gray5\/75:focus {
  border-inline-start-color: rgb(242 242 242 / 0.75);
}

.focus\:border-s-gray5\/80:focus {
  border-inline-start-color: rgb(242 242 242 / 0.8);
}

.focus\:border-s-gray5\/90:focus {
  border-inline-start-color: rgb(242 242 242 / 0.9);
}

.focus\:border-s-gray5\/95:focus {
  border-inline-start-color: rgb(242 242 242 / 0.95);
}

.focus\:border-s-sh_black:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.focus\:border-s-sh_black\/0:focus {
  border-inline-start-color: rgb(35 31 32 / 0);
}

.focus\:border-s-sh_black\/10:focus {
  border-inline-start-color: rgb(35 31 32 / 0.1);
}

.focus\:border-s-sh_black\/100:focus {
  border-inline-start-color: rgb(35 31 32 / 1);
}

.focus\:border-s-sh_black\/20:focus {
  border-inline-start-color: rgb(35 31 32 / 0.2);
}

.focus\:border-s-sh_black\/25:focus {
  border-inline-start-color: rgb(35 31 32 / 0.25);
}

.focus\:border-s-sh_black\/30:focus {
  border-inline-start-color: rgb(35 31 32 / 0.3);
}

.focus\:border-s-sh_black\/40:focus {
  border-inline-start-color: rgb(35 31 32 / 0.4);
}

.focus\:border-s-sh_black\/5:focus {
  border-inline-start-color: rgb(35 31 32 / 0.05);
}

.focus\:border-s-sh_black\/50:focus {
  border-inline-start-color: rgb(35 31 32 / 0.5);
}

.focus\:border-s-sh_black\/60:focus {
  border-inline-start-color: rgb(35 31 32 / 0.6);
}

.focus\:border-s-sh_black\/70:focus {
  border-inline-start-color: rgb(35 31 32 / 0.7);
}

.focus\:border-s-sh_black\/75:focus {
  border-inline-start-color: rgb(35 31 32 / 0.75);
}

.focus\:border-s-sh_black\/80:focus {
  border-inline-start-color: rgb(35 31 32 / 0.8);
}

.focus\:border-s-sh_black\/90:focus {
  border-inline-start-color: rgb(35 31 32 / 0.9);
}

.focus\:border-s-sh_black\/95:focus {
  border-inline-start-color: rgb(35 31 32 / 0.95);
}

.focus\:border-s-success_green:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.focus\:border-s-success_green\/0:focus {
  border-inline-start-color: rgb(80 131 22 / 0);
}

.focus\:border-s-success_green\/10:focus {
  border-inline-start-color: rgb(80 131 22 / 0.1);
}

.focus\:border-s-success_green\/100:focus {
  border-inline-start-color: rgb(80 131 22 / 1);
}

.focus\:border-s-success_green\/20:focus {
  border-inline-start-color: rgb(80 131 22 / 0.2);
}

.focus\:border-s-success_green\/25:focus {
  border-inline-start-color: rgb(80 131 22 / 0.25);
}

.focus\:border-s-success_green\/30:focus {
  border-inline-start-color: rgb(80 131 22 / 0.3);
}

.focus\:border-s-success_green\/40:focus {
  border-inline-start-color: rgb(80 131 22 / 0.4);
}

.focus\:border-s-success_green\/5:focus {
  border-inline-start-color: rgb(80 131 22 / 0.05);
}

.focus\:border-s-success_green\/50:focus {
  border-inline-start-color: rgb(80 131 22 / 0.5);
}

.focus\:border-s-success_green\/60:focus {
  border-inline-start-color: rgb(80 131 22 / 0.6);
}

.focus\:border-s-success_green\/70:focus {
  border-inline-start-color: rgb(80 131 22 / 0.7);
}

.focus\:border-s-success_green\/75:focus {
  border-inline-start-color: rgb(80 131 22 / 0.75);
}

.focus\:border-s-success_green\/80:focus {
  border-inline-start-color: rgb(80 131 22 / 0.8);
}

.focus\:border-s-success_green\/90:focus {
  border-inline-start-color: rgb(80 131 22 / 0.9);
}

.focus\:border-s-success_green\/95:focus {
  border-inline-start-color: rgb(80 131 22 / 0.95);
}

.focus\:border-s-teal:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.focus\:border-s-teal\/0:focus {
  border-inline-start-color: rgb(0 129 159 / 0);
}

.focus\:border-s-teal\/10:focus {
  border-inline-start-color: rgb(0 129 159 / 0.1);
}

.focus\:border-s-teal\/100:focus {
  border-inline-start-color: rgb(0 129 159 / 1);
}

.focus\:border-s-teal\/20:focus {
  border-inline-start-color: rgb(0 129 159 / 0.2);
}

.focus\:border-s-teal\/25:focus {
  border-inline-start-color: rgb(0 129 159 / 0.25);
}

.focus\:border-s-teal\/30:focus {
  border-inline-start-color: rgb(0 129 159 / 0.3);
}

.focus\:border-s-teal\/40:focus {
  border-inline-start-color: rgb(0 129 159 / 0.4);
}

.focus\:border-s-teal\/5:focus {
  border-inline-start-color: rgb(0 129 159 / 0.05);
}

.focus\:border-s-teal\/50:focus {
  border-inline-start-color: rgb(0 129 159 / 0.5);
}

.focus\:border-s-teal\/60:focus {
  border-inline-start-color: rgb(0 129 159 / 0.6);
}

.focus\:border-s-teal\/70:focus {
  border-inline-start-color: rgb(0 129 159 / 0.7);
}

.focus\:border-s-teal\/75:focus {
  border-inline-start-color: rgb(0 129 159 / 0.75);
}

.focus\:border-s-teal\/80:focus {
  border-inline-start-color: rgb(0 129 159 / 0.8);
}

.focus\:border-s-teal\/90:focus {
  border-inline-start-color: rgb(0 129 159 / 0.9);
}

.focus\:border-s-teal\/95:focus {
  border-inline-start-color: rgb(0 129 159 / 0.95);
}

.focus\:border-s-teal_dark:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.focus\:border-s-teal_dark\/0:focus {
  border-inline-start-color: rgb(0 60 77 / 0);
}

.focus\:border-s-teal_dark\/10:focus {
  border-inline-start-color: rgb(0 60 77 / 0.1);
}

.focus\:border-s-teal_dark\/100:focus {
  border-inline-start-color: rgb(0 60 77 / 1);
}

.focus\:border-s-teal_dark\/20:focus {
  border-inline-start-color: rgb(0 60 77 / 0.2);
}

.focus\:border-s-teal_dark\/25:focus {
  border-inline-start-color: rgb(0 60 77 / 0.25);
}

.focus\:border-s-teal_dark\/30:focus {
  border-inline-start-color: rgb(0 60 77 / 0.3);
}

.focus\:border-s-teal_dark\/40:focus {
  border-inline-start-color: rgb(0 60 77 / 0.4);
}

.focus\:border-s-teal_dark\/5:focus {
  border-inline-start-color: rgb(0 60 77 / 0.05);
}

.focus\:border-s-teal_dark\/50:focus {
  border-inline-start-color: rgb(0 60 77 / 0.5);
}

.focus\:border-s-teal_dark\/60:focus {
  border-inline-start-color: rgb(0 60 77 / 0.6);
}

.focus\:border-s-teal_dark\/70:focus {
  border-inline-start-color: rgb(0 60 77 / 0.7);
}

.focus\:border-s-teal_dark\/75:focus {
  border-inline-start-color: rgb(0 60 77 / 0.75);
}

.focus\:border-s-teal_dark\/80:focus {
  border-inline-start-color: rgb(0 60 77 / 0.8);
}

.focus\:border-s-teal_dark\/90:focus {
  border-inline-start-color: rgb(0 60 77 / 0.9);
}

.focus\:border-s-teal_dark\/95:focus {
  border-inline-start-color: rgb(0 60 77 / 0.95);
}

.focus\:border-s-teal_extra_light:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.focus\:border-s-teal_extra_light\/0:focus {
  border-inline-start-color: rgb(245 251 252 / 0);
}

.focus\:border-s-teal_extra_light\/10:focus {
  border-inline-start-color: rgb(245 251 252 / 0.1);
}

.focus\:border-s-teal_extra_light\/100:focus {
  border-inline-start-color: rgb(245 251 252 / 1);
}

.focus\:border-s-teal_extra_light\/20:focus {
  border-inline-start-color: rgb(245 251 252 / 0.2);
}

.focus\:border-s-teal_extra_light\/25:focus {
  border-inline-start-color: rgb(245 251 252 / 0.25);
}

.focus\:border-s-teal_extra_light\/30:focus {
  border-inline-start-color: rgb(245 251 252 / 0.3);
}

.focus\:border-s-teal_extra_light\/40:focus {
  border-inline-start-color: rgb(245 251 252 / 0.4);
}

.focus\:border-s-teal_extra_light\/5:focus {
  border-inline-start-color: rgb(245 251 252 / 0.05);
}

.focus\:border-s-teal_extra_light\/50:focus {
  border-inline-start-color: rgb(245 251 252 / 0.5);
}

.focus\:border-s-teal_extra_light\/60:focus {
  border-inline-start-color: rgb(245 251 252 / 0.6);
}

.focus\:border-s-teal_extra_light\/70:focus {
  border-inline-start-color: rgb(245 251 252 / 0.7);
}

.focus\:border-s-teal_extra_light\/75:focus {
  border-inline-start-color: rgb(245 251 252 / 0.75);
}

.focus\:border-s-teal_extra_light\/80:focus {
  border-inline-start-color: rgb(245 251 252 / 0.8);
}

.focus\:border-s-teal_extra_light\/90:focus {
  border-inline-start-color: rgb(245 251 252 / 0.9);
}

.focus\:border-s-teal_extra_light\/95:focus {
  border-inline-start-color: rgb(245 251 252 / 0.95);
}

.focus\:border-s-teal_light:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.focus\:border-s-teal_light\/0:focus {
  border-inline-start-color: rgb(116 196 214 / 0);
}

.focus\:border-s-teal_light\/10:focus {
  border-inline-start-color: rgb(116 196 214 / 0.1);
}

.focus\:border-s-teal_light\/100:focus {
  border-inline-start-color: rgb(116 196 214 / 1);
}

.focus\:border-s-teal_light\/20:focus {
  border-inline-start-color: rgb(116 196 214 / 0.2);
}

.focus\:border-s-teal_light\/25:focus {
  border-inline-start-color: rgb(116 196 214 / 0.25);
}

.focus\:border-s-teal_light\/30:focus {
  border-inline-start-color: rgb(116 196 214 / 0.3);
}

.focus\:border-s-teal_light\/40:focus {
  border-inline-start-color: rgb(116 196 214 / 0.4);
}

.focus\:border-s-teal_light\/5:focus {
  border-inline-start-color: rgb(116 196 214 / 0.05);
}

.focus\:border-s-teal_light\/50:focus {
  border-inline-start-color: rgb(116 196 214 / 0.5);
}

.focus\:border-s-teal_light\/60:focus {
  border-inline-start-color: rgb(116 196 214 / 0.6);
}

.focus\:border-s-teal_light\/70:focus {
  border-inline-start-color: rgb(116 196 214 / 0.7);
}

.focus\:border-s-teal_light\/75:focus {
  border-inline-start-color: rgb(116 196 214 / 0.75);
}

.focus\:border-s-teal_light\/80:focus {
  border-inline-start-color: rgb(116 196 214 / 0.8);
}

.focus\:border-s-teal_light\/90:focus {
  border-inline-start-color: rgb(116 196 214 / 0.9);
}

.focus\:border-s-teal_light\/95:focus {
  border-inline-start-color: rgb(116 196 214 / 0.95);
}

.focus\:border-s-transparent:focus {
  border-inline-start-color: transparent;
}

.focus\:border-s-transparent\/0:focus {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.focus\:border-s-transparent\/10:focus {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.focus\:border-s-transparent\/100:focus {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.focus\:border-s-transparent\/20:focus {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.focus\:border-s-transparent\/25:focus {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.focus\:border-s-transparent\/30:focus {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.focus\:border-s-transparent\/40:focus {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.focus\:border-s-transparent\/5:focus {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.focus\:border-s-transparent\/50:focus {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.focus\:border-s-transparent\/60:focus {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.focus\:border-s-transparent\/70:focus {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.focus\:border-s-transparent\/75:focus {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.focus\:border-s-transparent\/80:focus {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.focus\:border-s-transparent\/90:focus {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.focus\:border-s-transparent\/95:focus {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.focus\:border-s-white:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-s-white\/0:focus {
  border-inline-start-color: rgb(255 255 255 / 0);
}

.focus\:border-s-white\/10:focus {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.focus\:border-s-white\/100:focus {
  border-inline-start-color: rgb(255 255 255 / 1);
}

.focus\:border-s-white\/20:focus {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.focus\:border-s-white\/25:focus {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.focus\:border-s-white\/30:focus {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.focus\:border-s-white\/40:focus {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.focus\:border-s-white\/5:focus {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.focus\:border-s-white\/50:focus {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.focus\:border-s-white\/60:focus {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.focus\:border-s-white\/70:focus {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.focus\:border-s-white\/75:focus {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.focus\:border-s-white\/80:focus {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.focus\:border-s-white\/90:focus {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.focus\:border-s-white\/95:focus {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

.focus\:border-t-black:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-t-black\/0:focus {
  border-top-color: rgb(0 0 0 / 0);
}

.focus\:border-t-black\/10:focus {
  border-top-color: rgb(0 0 0 / 0.1);
}

.focus\:border-t-black\/100:focus {
  border-top-color: rgb(0 0 0 / 1);
}

.focus\:border-t-black\/20:focus {
  border-top-color: rgb(0 0 0 / 0.2);
}

.focus\:border-t-black\/25:focus {
  border-top-color: rgb(0 0 0 / 0.25);
}

.focus\:border-t-black\/30:focus {
  border-top-color: rgb(0 0 0 / 0.3);
}

.focus\:border-t-black\/40:focus {
  border-top-color: rgb(0 0 0 / 0.4);
}

.focus\:border-t-black\/5:focus {
  border-top-color: rgb(0 0 0 / 0.05);
}

.focus\:border-t-black\/50:focus {
  border-top-color: rgb(0 0 0 / 0.5);
}

.focus\:border-t-black\/60:focus {
  border-top-color: rgb(0 0 0 / 0.6);
}

.focus\:border-t-black\/70:focus {
  border-top-color: rgb(0 0 0 / 0.7);
}

.focus\:border-t-black\/75:focus {
  border-top-color: rgb(0 0 0 / 0.75);
}

.focus\:border-t-black\/80:focus {
  border-top-color: rgb(0 0 0 / 0.8);
}

.focus\:border-t-black\/90:focus {
  border-top-color: rgb(0 0 0 / 0.9);
}

.focus\:border-t-black\/95:focus {
  border-top-color: rgb(0 0 0 / 0.95);
}

.focus\:border-t-current:focus {
  border-top-color: currentColor;
}

.focus\:border-t-error_red:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 0 27 / var(--tw-border-opacity));
}

.focus\:border-t-error_red\/0:focus {
  border-top-color: rgb(235 0 27 / 0);
}

.focus\:border-t-error_red\/10:focus {
  border-top-color: rgb(235 0 27 / 0.1);
}

.focus\:border-t-error_red\/100:focus {
  border-top-color: rgb(235 0 27 / 1);
}

.focus\:border-t-error_red\/20:focus {
  border-top-color: rgb(235 0 27 / 0.2);
}

.focus\:border-t-error_red\/25:focus {
  border-top-color: rgb(235 0 27 / 0.25);
}

.focus\:border-t-error_red\/30:focus {
  border-top-color: rgb(235 0 27 / 0.3);
}

.focus\:border-t-error_red\/40:focus {
  border-top-color: rgb(235 0 27 / 0.4);
}

.focus\:border-t-error_red\/5:focus {
  border-top-color: rgb(235 0 27 / 0.05);
}

.focus\:border-t-error_red\/50:focus {
  border-top-color: rgb(235 0 27 / 0.5);
}

.focus\:border-t-error_red\/60:focus {
  border-top-color: rgb(235 0 27 / 0.6);
}

.focus\:border-t-error_red\/70:focus {
  border-top-color: rgb(235 0 27 / 0.7);
}

.focus\:border-t-error_red\/75:focus {
  border-top-color: rgb(235 0 27 / 0.75);
}

.focus\:border-t-error_red\/80:focus {
  border-top-color: rgb(235 0 27 / 0.8);
}

.focus\:border-t-error_red\/90:focus {
  border-top-color: rgb(235 0 27 / 0.9);
}

.focus\:border-t-error_red\/95:focus {
  border-top-color: rgb(235 0 27 / 0.95);
}

.focus\:border-t-gray5:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.focus\:border-t-gray5\/0:focus {
  border-top-color: rgb(242 242 242 / 0);
}

.focus\:border-t-gray5\/10:focus {
  border-top-color: rgb(242 242 242 / 0.1);
}

.focus\:border-t-gray5\/100:focus {
  border-top-color: rgb(242 242 242 / 1);
}

.focus\:border-t-gray5\/20:focus {
  border-top-color: rgb(242 242 242 / 0.2);
}

.focus\:border-t-gray5\/25:focus {
  border-top-color: rgb(242 242 242 / 0.25);
}

.focus\:border-t-gray5\/30:focus {
  border-top-color: rgb(242 242 242 / 0.3);
}

.focus\:border-t-gray5\/40:focus {
  border-top-color: rgb(242 242 242 / 0.4);
}

.focus\:border-t-gray5\/5:focus {
  border-top-color: rgb(242 242 242 / 0.05);
}

.focus\:border-t-gray5\/50:focus {
  border-top-color: rgb(242 242 242 / 0.5);
}

.focus\:border-t-gray5\/60:focus {
  border-top-color: rgb(242 242 242 / 0.6);
}

.focus\:border-t-gray5\/70:focus {
  border-top-color: rgb(242 242 242 / 0.7);
}

.focus\:border-t-gray5\/75:focus {
  border-top-color: rgb(242 242 242 / 0.75);
}

.focus\:border-t-gray5\/80:focus {
  border-top-color: rgb(242 242 242 / 0.8);
}

.focus\:border-t-gray5\/90:focus {
  border-top-color: rgb(242 242 242 / 0.9);
}

.focus\:border-t-gray5\/95:focus {
  border-top-color: rgb(242 242 242 / 0.95);
}

.focus\:border-t-sh_black:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.focus\:border-t-sh_black\/0:focus {
  border-top-color: rgb(35 31 32 / 0);
}

.focus\:border-t-sh_black\/10:focus {
  border-top-color: rgb(35 31 32 / 0.1);
}

.focus\:border-t-sh_black\/100:focus {
  border-top-color: rgb(35 31 32 / 1);
}

.focus\:border-t-sh_black\/20:focus {
  border-top-color: rgb(35 31 32 / 0.2);
}

.focus\:border-t-sh_black\/25:focus {
  border-top-color: rgb(35 31 32 / 0.25);
}

.focus\:border-t-sh_black\/30:focus {
  border-top-color: rgb(35 31 32 / 0.3);
}

.focus\:border-t-sh_black\/40:focus {
  border-top-color: rgb(35 31 32 / 0.4);
}

.focus\:border-t-sh_black\/5:focus {
  border-top-color: rgb(35 31 32 / 0.05);
}

.focus\:border-t-sh_black\/50:focus {
  border-top-color: rgb(35 31 32 / 0.5);
}

.focus\:border-t-sh_black\/60:focus {
  border-top-color: rgb(35 31 32 / 0.6);
}

.focus\:border-t-sh_black\/70:focus {
  border-top-color: rgb(35 31 32 / 0.7);
}

.focus\:border-t-sh_black\/75:focus {
  border-top-color: rgb(35 31 32 / 0.75);
}

.focus\:border-t-sh_black\/80:focus {
  border-top-color: rgb(35 31 32 / 0.8);
}

.focus\:border-t-sh_black\/90:focus {
  border-top-color: rgb(35 31 32 / 0.9);
}

.focus\:border-t-sh_black\/95:focus {
  border-top-color: rgb(35 31 32 / 0.95);
}

.focus\:border-t-success_green:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(80 131 22 / var(--tw-border-opacity));
}

.focus\:border-t-success_green\/0:focus {
  border-top-color: rgb(80 131 22 / 0);
}

.focus\:border-t-success_green\/10:focus {
  border-top-color: rgb(80 131 22 / 0.1);
}

.focus\:border-t-success_green\/100:focus {
  border-top-color: rgb(80 131 22 / 1);
}

.focus\:border-t-success_green\/20:focus {
  border-top-color: rgb(80 131 22 / 0.2);
}

.focus\:border-t-success_green\/25:focus {
  border-top-color: rgb(80 131 22 / 0.25);
}

.focus\:border-t-success_green\/30:focus {
  border-top-color: rgb(80 131 22 / 0.3);
}

.focus\:border-t-success_green\/40:focus {
  border-top-color: rgb(80 131 22 / 0.4);
}

.focus\:border-t-success_green\/5:focus {
  border-top-color: rgb(80 131 22 / 0.05);
}

.focus\:border-t-success_green\/50:focus {
  border-top-color: rgb(80 131 22 / 0.5);
}

.focus\:border-t-success_green\/60:focus {
  border-top-color: rgb(80 131 22 / 0.6);
}

.focus\:border-t-success_green\/70:focus {
  border-top-color: rgb(80 131 22 / 0.7);
}

.focus\:border-t-success_green\/75:focus {
  border-top-color: rgb(80 131 22 / 0.75);
}

.focus\:border-t-success_green\/80:focus {
  border-top-color: rgb(80 131 22 / 0.8);
}

.focus\:border-t-success_green\/90:focus {
  border-top-color: rgb(80 131 22 / 0.9);
}

.focus\:border-t-success_green\/95:focus {
  border-top-color: rgb(80 131 22 / 0.95);
}

.focus\:border-t-teal:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 129 159 / var(--tw-border-opacity));
}

.focus\:border-t-teal\/0:focus {
  border-top-color: rgb(0 129 159 / 0);
}

.focus\:border-t-teal\/10:focus {
  border-top-color: rgb(0 129 159 / 0.1);
}

.focus\:border-t-teal\/100:focus {
  border-top-color: rgb(0 129 159 / 1);
}

.focus\:border-t-teal\/20:focus {
  border-top-color: rgb(0 129 159 / 0.2);
}

.focus\:border-t-teal\/25:focus {
  border-top-color: rgb(0 129 159 / 0.25);
}

.focus\:border-t-teal\/30:focus {
  border-top-color: rgb(0 129 159 / 0.3);
}

.focus\:border-t-teal\/40:focus {
  border-top-color: rgb(0 129 159 / 0.4);
}

.focus\:border-t-teal\/5:focus {
  border-top-color: rgb(0 129 159 / 0.05);
}

.focus\:border-t-teal\/50:focus {
  border-top-color: rgb(0 129 159 / 0.5);
}

.focus\:border-t-teal\/60:focus {
  border-top-color: rgb(0 129 159 / 0.6);
}

.focus\:border-t-teal\/70:focus {
  border-top-color: rgb(0 129 159 / 0.7);
}

.focus\:border-t-teal\/75:focus {
  border-top-color: rgb(0 129 159 / 0.75);
}

.focus\:border-t-teal\/80:focus {
  border-top-color: rgb(0 129 159 / 0.8);
}

.focus\:border-t-teal\/90:focus {
  border-top-color: rgb(0 129 159 / 0.9);
}

.focus\:border-t-teal\/95:focus {
  border-top-color: rgb(0 129 159 / 0.95);
}

.focus\:border-t-teal_dark:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 60 77 / var(--tw-border-opacity));
}

.focus\:border-t-teal_dark\/0:focus {
  border-top-color: rgb(0 60 77 / 0);
}

.focus\:border-t-teal_dark\/10:focus {
  border-top-color: rgb(0 60 77 / 0.1);
}

.focus\:border-t-teal_dark\/100:focus {
  border-top-color: rgb(0 60 77 / 1);
}

.focus\:border-t-teal_dark\/20:focus {
  border-top-color: rgb(0 60 77 / 0.2);
}

.focus\:border-t-teal_dark\/25:focus {
  border-top-color: rgb(0 60 77 / 0.25);
}

.focus\:border-t-teal_dark\/30:focus {
  border-top-color: rgb(0 60 77 / 0.3);
}

.focus\:border-t-teal_dark\/40:focus {
  border-top-color: rgb(0 60 77 / 0.4);
}

.focus\:border-t-teal_dark\/5:focus {
  border-top-color: rgb(0 60 77 / 0.05);
}

.focus\:border-t-teal_dark\/50:focus {
  border-top-color: rgb(0 60 77 / 0.5);
}

.focus\:border-t-teal_dark\/60:focus {
  border-top-color: rgb(0 60 77 / 0.6);
}

.focus\:border-t-teal_dark\/70:focus {
  border-top-color: rgb(0 60 77 / 0.7);
}

.focus\:border-t-teal_dark\/75:focus {
  border-top-color: rgb(0 60 77 / 0.75);
}

.focus\:border-t-teal_dark\/80:focus {
  border-top-color: rgb(0 60 77 / 0.8);
}

.focus\:border-t-teal_dark\/90:focus {
  border-top-color: rgb(0 60 77 / 0.9);
}

.focus\:border-t-teal_dark\/95:focus {
  border-top-color: rgb(0 60 77 / 0.95);
}

.focus\:border-t-teal_extra_light:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 251 252 / var(--tw-border-opacity));
}

.focus\:border-t-teal_extra_light\/0:focus {
  border-top-color: rgb(245 251 252 / 0);
}

.focus\:border-t-teal_extra_light\/10:focus {
  border-top-color: rgb(245 251 252 / 0.1);
}

.focus\:border-t-teal_extra_light\/100:focus {
  border-top-color: rgb(245 251 252 / 1);
}

.focus\:border-t-teal_extra_light\/20:focus {
  border-top-color: rgb(245 251 252 / 0.2);
}

.focus\:border-t-teal_extra_light\/25:focus {
  border-top-color: rgb(245 251 252 / 0.25);
}

.focus\:border-t-teal_extra_light\/30:focus {
  border-top-color: rgb(245 251 252 / 0.3);
}

.focus\:border-t-teal_extra_light\/40:focus {
  border-top-color: rgb(245 251 252 / 0.4);
}

.focus\:border-t-teal_extra_light\/5:focus {
  border-top-color: rgb(245 251 252 / 0.05);
}

.focus\:border-t-teal_extra_light\/50:focus {
  border-top-color: rgb(245 251 252 / 0.5);
}

.focus\:border-t-teal_extra_light\/60:focus {
  border-top-color: rgb(245 251 252 / 0.6);
}

.focus\:border-t-teal_extra_light\/70:focus {
  border-top-color: rgb(245 251 252 / 0.7);
}

.focus\:border-t-teal_extra_light\/75:focus {
  border-top-color: rgb(245 251 252 / 0.75);
}

.focus\:border-t-teal_extra_light\/80:focus {
  border-top-color: rgb(245 251 252 / 0.8);
}

.focus\:border-t-teal_extra_light\/90:focus {
  border-top-color: rgb(245 251 252 / 0.9);
}

.focus\:border-t-teal_extra_light\/95:focus {
  border-top-color: rgb(245 251 252 / 0.95);
}

.focus\:border-t-teal_light:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(116 196 214 / var(--tw-border-opacity));
}

.focus\:border-t-teal_light\/0:focus {
  border-top-color: rgb(116 196 214 / 0);
}

.focus\:border-t-teal_light\/10:focus {
  border-top-color: rgb(116 196 214 / 0.1);
}

.focus\:border-t-teal_light\/100:focus {
  border-top-color: rgb(116 196 214 / 1);
}

.focus\:border-t-teal_light\/20:focus {
  border-top-color: rgb(116 196 214 / 0.2);
}

.focus\:border-t-teal_light\/25:focus {
  border-top-color: rgb(116 196 214 / 0.25);
}

.focus\:border-t-teal_light\/30:focus {
  border-top-color: rgb(116 196 214 / 0.3);
}

.focus\:border-t-teal_light\/40:focus {
  border-top-color: rgb(116 196 214 / 0.4);
}

.focus\:border-t-teal_light\/5:focus {
  border-top-color: rgb(116 196 214 / 0.05);
}

.focus\:border-t-teal_light\/50:focus {
  border-top-color: rgb(116 196 214 / 0.5);
}

.focus\:border-t-teal_light\/60:focus {
  border-top-color: rgb(116 196 214 / 0.6);
}

.focus\:border-t-teal_light\/70:focus {
  border-top-color: rgb(116 196 214 / 0.7);
}

.focus\:border-t-teal_light\/75:focus {
  border-top-color: rgb(116 196 214 / 0.75);
}

.focus\:border-t-teal_light\/80:focus {
  border-top-color: rgb(116 196 214 / 0.8);
}

.focus\:border-t-teal_light\/90:focus {
  border-top-color: rgb(116 196 214 / 0.9);
}

.focus\:border-t-teal_light\/95:focus {
  border-top-color: rgb(116 196 214 / 0.95);
}

.focus\:border-t-transparent:focus {
  border-top-color: transparent;
}

.focus\:border-t-transparent\/0:focus {
  border-top-color: rgb(0 0 0 / 0);
}

.focus\:border-t-transparent\/10:focus {
  border-top-color: rgb(0 0 0 / 0.1);
}

.focus\:border-t-transparent\/100:focus {
  border-top-color: rgb(0 0 0 / 1);
}

.focus\:border-t-transparent\/20:focus {
  border-top-color: rgb(0 0 0 / 0.2);
}

.focus\:border-t-transparent\/25:focus {
  border-top-color: rgb(0 0 0 / 0.25);
}

.focus\:border-t-transparent\/30:focus {
  border-top-color: rgb(0 0 0 / 0.3);
}

.focus\:border-t-transparent\/40:focus {
  border-top-color: rgb(0 0 0 / 0.4);
}

.focus\:border-t-transparent\/5:focus {
  border-top-color: rgb(0 0 0 / 0.05);
}

.focus\:border-t-transparent\/50:focus {
  border-top-color: rgb(0 0 0 / 0.5);
}

.focus\:border-t-transparent\/60:focus {
  border-top-color: rgb(0 0 0 / 0.6);
}

.focus\:border-t-transparent\/70:focus {
  border-top-color: rgb(0 0 0 / 0.7);
}

.focus\:border-t-transparent\/75:focus {
  border-top-color: rgb(0 0 0 / 0.75);
}

.focus\:border-t-transparent\/80:focus {
  border-top-color: rgb(0 0 0 / 0.8);
}

.focus\:border-t-transparent\/90:focus {
  border-top-color: rgb(0 0 0 / 0.9);
}

.focus\:border-t-transparent\/95:focus {
  border-top-color: rgb(0 0 0 / 0.95);
}

.focus\:border-t-white:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-t-white\/0:focus {
  border-top-color: rgb(255 255 255 / 0);
}

.focus\:border-t-white\/10:focus {
  border-top-color: rgb(255 255 255 / 0.1);
}

.focus\:border-t-white\/100:focus {
  border-top-color: rgb(255 255 255 / 1);
}

.focus\:border-t-white\/20:focus {
  border-top-color: rgb(255 255 255 / 0.2);
}

.focus\:border-t-white\/25:focus {
  border-top-color: rgb(255 255 255 / 0.25);
}

.focus\:border-t-white\/30:focus {
  border-top-color: rgb(255 255 255 / 0.3);
}

.focus\:border-t-white\/40:focus {
  border-top-color: rgb(255 255 255 / 0.4);
}

.focus\:border-t-white\/5:focus {
  border-top-color: rgb(255 255 255 / 0.05);
}

.focus\:border-t-white\/50:focus {
  border-top-color: rgb(255 255 255 / 0.5);
}

.focus\:border-t-white\/60:focus {
  border-top-color: rgb(255 255 255 / 0.6);
}

.focus\:border-t-white\/70:focus {
  border-top-color: rgb(255 255 255 / 0.7);
}

.focus\:border-t-white\/75:focus {
  border-top-color: rgb(255 255 255 / 0.75);
}

.focus\:border-t-white\/80:focus {
  border-top-color: rgb(255 255 255 / 0.8);
}

.focus\:border-t-white\/90:focus {
  border-top-color: rgb(255 255 255 / 0.9);
}

.focus\:border-t-white\/95:focus {
  border-top-color: rgb(255 255 255 / 0.95);
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.focus\:bg-black\/0:focus {
  background-color: rgb(0 0 0 / 0);
}

.focus\:bg-black\/10:focus {
  background-color: rgb(0 0 0 / 0.1);
}

.focus\:bg-black\/100:focus {
  background-color: rgb(0 0 0 / 1);
}

.focus\:bg-black\/20:focus {
  background-color: rgb(0 0 0 / 0.2);
}

.focus\:bg-black\/25:focus {
  background-color: rgb(0 0 0 / 0.25);
}

.focus\:bg-black\/30:focus {
  background-color: rgb(0 0 0 / 0.3);
}

.focus\:bg-black\/40:focus {
  background-color: rgb(0 0 0 / 0.4);
}

.focus\:bg-black\/5:focus {
  background-color: rgb(0 0 0 / 0.05);
}

.focus\:bg-black\/50:focus {
  background-color: rgb(0 0 0 / 0.5);
}

.focus\:bg-black\/60:focus {
  background-color: rgb(0 0 0 / 0.6);
}

.focus\:bg-black\/70:focus {
  background-color: rgb(0 0 0 / 0.7);
}

.focus\:bg-black\/75:focus {
  background-color: rgb(0 0 0 / 0.75);
}

.focus\:bg-black\/80:focus {
  background-color: rgb(0 0 0 / 0.8);
}

.focus\:bg-black\/90:focus {
  background-color: rgb(0 0 0 / 0.9);
}

.focus\:bg-black\/95:focus {
  background-color: rgb(0 0 0 / 0.95);
}

.focus\:bg-current:focus {
  background-color: currentColor;
}

.focus\:bg-error_red:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(235 0 27 / var(--tw-bg-opacity));
}

.focus\:bg-error_red\/0:focus {
  background-color: rgb(235 0 27 / 0);
}

.focus\:bg-error_red\/10:focus {
  background-color: rgb(235 0 27 / 0.1);
}

.focus\:bg-error_red\/100:focus {
  background-color: rgb(235 0 27 / 1);
}

.focus\:bg-error_red\/20:focus {
  background-color: rgb(235 0 27 / 0.2);
}

.focus\:bg-error_red\/25:focus {
  background-color: rgb(235 0 27 / 0.25);
}

.focus\:bg-error_red\/30:focus {
  background-color: rgb(235 0 27 / 0.3);
}

.focus\:bg-error_red\/40:focus {
  background-color: rgb(235 0 27 / 0.4);
}

.focus\:bg-error_red\/5:focus {
  background-color: rgb(235 0 27 / 0.05);
}

.focus\:bg-error_red\/50:focus {
  background-color: rgb(235 0 27 / 0.5);
}

.focus\:bg-error_red\/60:focus {
  background-color: rgb(235 0 27 / 0.6);
}

.focus\:bg-error_red\/70:focus {
  background-color: rgb(235 0 27 / 0.7);
}

.focus\:bg-error_red\/75:focus {
  background-color: rgb(235 0 27 / 0.75);
}

.focus\:bg-error_red\/80:focus {
  background-color: rgb(235 0 27 / 0.8);
}

.focus\:bg-error_red\/90:focus {
  background-color: rgb(235 0 27 / 0.9);
}

.focus\:bg-error_red\/95:focus {
  background-color: rgb(235 0 27 / 0.95);
}

.focus\:bg-gray5:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.focus\:bg-gray5\/0:focus {
  background-color: rgb(242 242 242 / 0);
}

.focus\:bg-gray5\/10:focus {
  background-color: rgb(242 242 242 / 0.1);
}

.focus\:bg-gray5\/100:focus {
  background-color: rgb(242 242 242 / 1);
}

.focus\:bg-gray5\/20:focus {
  background-color: rgb(242 242 242 / 0.2);
}

.focus\:bg-gray5\/25:focus {
  background-color: rgb(242 242 242 / 0.25);
}

.focus\:bg-gray5\/30:focus {
  background-color: rgb(242 242 242 / 0.3);
}

.focus\:bg-gray5\/40:focus {
  background-color: rgb(242 242 242 / 0.4);
}

.focus\:bg-gray5\/5:focus {
  background-color: rgb(242 242 242 / 0.05);
}

.focus\:bg-gray5\/50:focus {
  background-color: rgb(242 242 242 / 0.5);
}

.focus\:bg-gray5\/60:focus {
  background-color: rgb(242 242 242 / 0.6);
}

.focus\:bg-gray5\/70:focus {
  background-color: rgb(242 242 242 / 0.7);
}

.focus\:bg-gray5\/75:focus {
  background-color: rgb(242 242 242 / 0.75);
}

.focus\:bg-gray5\/80:focus {
  background-color: rgb(242 242 242 / 0.8);
}

.focus\:bg-gray5\/90:focus {
  background-color: rgb(242 242 242 / 0.9);
}

.focus\:bg-gray5\/95:focus {
  background-color: rgb(242 242 242 / 0.95);
}

.focus\:bg-sh_black:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
}

.focus\:bg-sh_black\/0:focus {
  background-color: rgb(35 31 32 / 0);
}

.focus\:bg-sh_black\/10:focus {
  background-color: rgb(35 31 32 / 0.1);
}

.focus\:bg-sh_black\/100:focus {
  background-color: rgb(35 31 32 / 1);
}

.focus\:bg-sh_black\/20:focus {
  background-color: rgb(35 31 32 / 0.2);
}

.focus\:bg-sh_black\/25:focus {
  background-color: rgb(35 31 32 / 0.25);
}

.focus\:bg-sh_black\/30:focus {
  background-color: rgb(35 31 32 / 0.3);
}

.focus\:bg-sh_black\/40:focus {
  background-color: rgb(35 31 32 / 0.4);
}

.focus\:bg-sh_black\/5:focus {
  background-color: rgb(35 31 32 / 0.05);
}

.focus\:bg-sh_black\/50:focus {
  background-color: rgb(35 31 32 / 0.5);
}

.focus\:bg-sh_black\/60:focus {
  background-color: rgb(35 31 32 / 0.6);
}

.focus\:bg-sh_black\/70:focus {
  background-color: rgb(35 31 32 / 0.7);
}

.focus\:bg-sh_black\/75:focus {
  background-color: rgb(35 31 32 / 0.75);
}

.focus\:bg-sh_black\/80:focus {
  background-color: rgb(35 31 32 / 0.8);
}

.focus\:bg-sh_black\/90:focus {
  background-color: rgb(35 31 32 / 0.9);
}

.focus\:bg-sh_black\/95:focus {
  background-color: rgb(35 31 32 / 0.95);
}

.focus\:bg-success_green:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(80 131 22 / var(--tw-bg-opacity));
}

.focus\:bg-success_green\/0:focus {
  background-color: rgb(80 131 22 / 0);
}

.focus\:bg-success_green\/10:focus {
  background-color: rgb(80 131 22 / 0.1);
}

.focus\:bg-success_green\/100:focus {
  background-color: rgb(80 131 22 / 1);
}

.focus\:bg-success_green\/20:focus {
  background-color: rgb(80 131 22 / 0.2);
}

.focus\:bg-success_green\/25:focus {
  background-color: rgb(80 131 22 / 0.25);
}

.focus\:bg-success_green\/30:focus {
  background-color: rgb(80 131 22 / 0.3);
}

.focus\:bg-success_green\/40:focus {
  background-color: rgb(80 131 22 / 0.4);
}

.focus\:bg-success_green\/5:focus {
  background-color: rgb(80 131 22 / 0.05);
}

.focus\:bg-success_green\/50:focus {
  background-color: rgb(80 131 22 / 0.5);
}

.focus\:bg-success_green\/60:focus {
  background-color: rgb(80 131 22 / 0.6);
}

.focus\:bg-success_green\/70:focus {
  background-color: rgb(80 131 22 / 0.7);
}

.focus\:bg-success_green\/75:focus {
  background-color: rgb(80 131 22 / 0.75);
}

.focus\:bg-success_green\/80:focus {
  background-color: rgb(80 131 22 / 0.8);
}

.focus\:bg-success_green\/90:focus {
  background-color: rgb(80 131 22 / 0.9);
}

.focus\:bg-success_green\/95:focus {
  background-color: rgb(80 131 22 / 0.95);
}

.focus\:bg-teal:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 159 / var(--tw-bg-opacity));
}

.focus\:bg-teal\/0:focus {
  background-color: rgb(0 129 159 / 0);
}

.focus\:bg-teal\/10:focus {
  background-color: rgb(0 129 159 / 0.1);
}

.focus\:bg-teal\/100:focus {
  background-color: rgb(0 129 159 / 1);
}

.focus\:bg-teal\/20:focus {
  background-color: rgb(0 129 159 / 0.2);
}

.focus\:bg-teal\/25:focus {
  background-color: rgb(0 129 159 / 0.25);
}

.focus\:bg-teal\/30:focus {
  background-color: rgb(0 129 159 / 0.3);
}

.focus\:bg-teal\/40:focus {
  background-color: rgb(0 129 159 / 0.4);
}

.focus\:bg-teal\/5:focus {
  background-color: rgb(0 129 159 / 0.05);
}

.focus\:bg-teal\/50:focus {
  background-color: rgb(0 129 159 / 0.5);
}

.focus\:bg-teal\/60:focus {
  background-color: rgb(0 129 159 / 0.6);
}

.focus\:bg-teal\/70:focus {
  background-color: rgb(0 129 159 / 0.7);
}

.focus\:bg-teal\/75:focus {
  background-color: rgb(0 129 159 / 0.75);
}

.focus\:bg-teal\/80:focus {
  background-color: rgb(0 129 159 / 0.8);
}

.focus\:bg-teal\/90:focus {
  background-color: rgb(0 129 159 / 0.9);
}

.focus\:bg-teal\/95:focus {
  background-color: rgb(0 129 159 / 0.95);
}

.focus\:bg-teal_dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 60 77 / var(--tw-bg-opacity));
}

.focus\:bg-teal_dark\/0:focus {
  background-color: rgb(0 60 77 / 0);
}

.focus\:bg-teal_dark\/10:focus {
  background-color: rgb(0 60 77 / 0.1);
}

.focus\:bg-teal_dark\/100:focus {
  background-color: rgb(0 60 77 / 1);
}

.focus\:bg-teal_dark\/20:focus {
  background-color: rgb(0 60 77 / 0.2);
}

.focus\:bg-teal_dark\/25:focus {
  background-color: rgb(0 60 77 / 0.25);
}

.focus\:bg-teal_dark\/30:focus {
  background-color: rgb(0 60 77 / 0.3);
}

.focus\:bg-teal_dark\/40:focus {
  background-color: rgb(0 60 77 / 0.4);
}

.focus\:bg-teal_dark\/5:focus {
  background-color: rgb(0 60 77 / 0.05);
}

.focus\:bg-teal_dark\/50:focus {
  background-color: rgb(0 60 77 / 0.5);
}

.focus\:bg-teal_dark\/60:focus {
  background-color: rgb(0 60 77 / 0.6);
}

.focus\:bg-teal_dark\/70:focus {
  background-color: rgb(0 60 77 / 0.7);
}

.focus\:bg-teal_dark\/75:focus {
  background-color: rgb(0 60 77 / 0.75);
}

.focus\:bg-teal_dark\/80:focus {
  background-color: rgb(0 60 77 / 0.8);
}

.focus\:bg-teal_dark\/90:focus {
  background-color: rgb(0 60 77 / 0.9);
}

.focus\:bg-teal_dark\/95:focus {
  background-color: rgb(0 60 77 / 0.95);
}

.focus\:bg-teal_extra_light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 252 / var(--tw-bg-opacity));
}

.focus\:bg-teal_extra_light\/0:focus {
  background-color: rgb(245 251 252 / 0);
}

.focus\:bg-teal_extra_light\/10:focus {
  background-color: rgb(245 251 252 / 0.1);
}

.focus\:bg-teal_extra_light\/100:focus {
  background-color: rgb(245 251 252 / 1);
}

.focus\:bg-teal_extra_light\/20:focus {
  background-color: rgb(245 251 252 / 0.2);
}

.focus\:bg-teal_extra_light\/25:focus {
  background-color: rgb(245 251 252 / 0.25);
}

.focus\:bg-teal_extra_light\/30:focus {
  background-color: rgb(245 251 252 / 0.3);
}

.focus\:bg-teal_extra_light\/40:focus {
  background-color: rgb(245 251 252 / 0.4);
}

.focus\:bg-teal_extra_light\/5:focus {
  background-color: rgb(245 251 252 / 0.05);
}

.focus\:bg-teal_extra_light\/50:focus {
  background-color: rgb(245 251 252 / 0.5);
}

.focus\:bg-teal_extra_light\/60:focus {
  background-color: rgb(245 251 252 / 0.6);
}

.focus\:bg-teal_extra_light\/70:focus {
  background-color: rgb(245 251 252 / 0.7);
}

.focus\:bg-teal_extra_light\/75:focus {
  background-color: rgb(245 251 252 / 0.75);
}

.focus\:bg-teal_extra_light\/80:focus {
  background-color: rgb(245 251 252 / 0.8);
}

.focus\:bg-teal_extra_light\/90:focus {
  background-color: rgb(245 251 252 / 0.9);
}

.focus\:bg-teal_extra_light\/95:focus {
  background-color: rgb(245 251 252 / 0.95);
}

.focus\:bg-teal_light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(116 196 214 / var(--tw-bg-opacity));
}

.focus\:bg-teal_light\/0:focus {
  background-color: rgb(116 196 214 / 0);
}

.focus\:bg-teal_light\/10:focus {
  background-color: rgb(116 196 214 / 0.1);
}

.focus\:bg-teal_light\/100:focus {
  background-color: rgb(116 196 214 / 1);
}

.focus\:bg-teal_light\/20:focus {
  background-color: rgb(116 196 214 / 0.2);
}

.focus\:bg-teal_light\/25:focus {
  background-color: rgb(116 196 214 / 0.25);
}

.focus\:bg-teal_light\/30:focus {
  background-color: rgb(116 196 214 / 0.3);
}

.focus\:bg-teal_light\/40:focus {
  background-color: rgb(116 196 214 / 0.4);
}

.focus\:bg-teal_light\/5:focus {
  background-color: rgb(116 196 214 / 0.05);
}

.focus\:bg-teal_light\/50:focus {
  background-color: rgb(116 196 214 / 0.5);
}

.focus\:bg-teal_light\/60:focus {
  background-color: rgb(116 196 214 / 0.6);
}

.focus\:bg-teal_light\/70:focus {
  background-color: rgb(116 196 214 / 0.7);
}

.focus\:bg-teal_light\/75:focus {
  background-color: rgb(116 196 214 / 0.75);
}

.focus\:bg-teal_light\/80:focus {
  background-color: rgb(116 196 214 / 0.8);
}

.focus\:bg-teal_light\/90:focus {
  background-color: rgb(116 196 214 / 0.9);
}

.focus\:bg-teal_light\/95:focus {
  background-color: rgb(116 196 214 / 0.95);
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-transparent\/0:focus {
  background-color: rgb(0 0 0 / 0);
}

.focus\:bg-transparent\/10:focus {
  background-color: rgb(0 0 0 / 0.1);
}

.focus\:bg-transparent\/100:focus {
  background-color: rgb(0 0 0 / 1);
}

.focus\:bg-transparent\/20:focus {
  background-color: rgb(0 0 0 / 0.2);
}

.focus\:bg-transparent\/25:focus {
  background-color: rgb(0 0 0 / 0.25);
}

.focus\:bg-transparent\/30:focus {
  background-color: rgb(0 0 0 / 0.3);
}

.focus\:bg-transparent\/40:focus {
  background-color: rgb(0 0 0 / 0.4);
}

.focus\:bg-transparent\/5:focus {
  background-color: rgb(0 0 0 / 0.05);
}

.focus\:bg-transparent\/50:focus {
  background-color: rgb(0 0 0 / 0.5);
}

.focus\:bg-transparent\/60:focus {
  background-color: rgb(0 0 0 / 0.6);
}

.focus\:bg-transparent\/70:focus {
  background-color: rgb(0 0 0 / 0.7);
}

.focus\:bg-transparent\/75:focus {
  background-color: rgb(0 0 0 / 0.75);
}

.focus\:bg-transparent\/80:focus {
  background-color: rgb(0 0 0 / 0.8);
}

.focus\:bg-transparent\/90:focus {
  background-color: rgb(0 0 0 / 0.9);
}

.focus\:bg-transparent\/95:focus {
  background-color: rgb(0 0 0 / 0.95);
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:bg-white\/0:focus {
  background-color: rgb(255 255 255 / 0);
}

.focus\:bg-white\/10:focus {
  background-color: rgb(255 255 255 / 0.1);
}

.focus\:bg-white\/100:focus {
  background-color: rgb(255 255 255 / 1);
}

.focus\:bg-white\/20:focus {
  background-color: rgb(255 255 255 / 0.2);
}

.focus\:bg-white\/25:focus {
  background-color: rgb(255 255 255 / 0.25);
}

.focus\:bg-white\/30:focus {
  background-color: rgb(255 255 255 / 0.3);
}

.focus\:bg-white\/40:focus {
  background-color: rgb(255 255 255 / 0.4);
}

.focus\:bg-white\/5:focus {
  background-color: rgb(255 255 255 / 0.05);
}

.focus\:bg-white\/50:focus {
  background-color: rgb(255 255 255 / 0.5);
}

.focus\:bg-white\/60:focus {
  background-color: rgb(255 255 255 / 0.6);
}

.focus\:bg-white\/70:focus {
  background-color: rgb(255 255 255 / 0.7);
}

.focus\:bg-white\/75:focus {
  background-color: rgb(255 255 255 / 0.75);
}

.focus\:bg-white\/80:focus {
  background-color: rgb(255 255 255 / 0.8);
}

.focus\:bg-white\/90:focus {
  background-color: rgb(255 255 255 / 0.9);
}

.focus\:bg-white\/95:focus {
  background-color: rgb(255 255 255 / 0.95);
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}

.focus\:bg-none:focus {
  background-image: none;
}

.focus\:box-decoration-slice:focus {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.focus\:box-decoration-clone:focus {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.focus\:bg-auto:focus {
  background-size: auto;
}

.focus\:bg-contain:focus {
  background-size: contain;
}

.focus\:bg-cover:focus {
  background-size: cover;
}

.focus\:bg-fixed:focus {
  background-attachment: fixed;
}

.focus\:bg-local:focus {
  background-attachment: local;
}

.focus\:bg-scroll:focus {
  background-attachment: scroll;
}

.focus\:bg-clip-border:focus {
  background-clip: border-box;
}

.focus\:bg-clip-padding:focus {
  background-clip: padding-box;
}

.focus\:bg-clip-content:focus {
  background-clip: content-box;
}

.focus\:bg-clip-text:focus {
  -webkit-background-clip: text;
          background-clip: text;
}

.focus\:bg-bottom:focus {
  background-position: bottom;
}

.focus\:bg-center:focus {
  background-position: center;
}

.focus\:bg-left:focus {
  background-position: left;
}

.focus\:bg-left-bottom:focus {
  background-position: left bottom;
}

.focus\:bg-left-top:focus {
  background-position: left top;
}

.focus\:bg-right:focus {
  background-position: right;
}

.focus\:bg-right-bottom:focus {
  background-position: right bottom;
}

.focus\:bg-right-top:focus {
  background-position: right top;
}

.focus\:bg-top:focus {
  background-position: top;
}

.focus\:bg-repeat:focus {
  background-repeat: repeat;
}

.focus\:bg-no-repeat:focus {
  background-repeat: no-repeat;
}

.focus\:bg-repeat-x:focus {
  background-repeat: repeat-x;
}

.focus\:bg-repeat-y:focus {
  background-repeat: repeat-y;
}

.focus\:bg-repeat-round:focus {
  background-repeat: round;
}

.focus\:bg-repeat-space:focus {
  background-repeat: space;
}

.focus\:bg-origin-border:focus {
  background-origin: border-box;
}

.focus\:bg-origin-padding:focus {
  background-origin: padding-box;
}

.focus\:bg-origin-content:focus {
  background-origin: content-box;
}

.focus\:text-left:focus {
  text-align: left;
}

.focus\:text-center:focus {
  text-align: center;
}

.focus\:text-right:focus {
  text-align: right;
}

.focus\:text-justify:focus {
  text-align: justify;
}

.focus\:text-start:focus {
  text-align: start;
}

.focus\:text-end:focus {
  text-align: end;
}

.focus\:text-12:focus {
  font-size: .75em;
}

.focus\:text-14:focus {
  font-size: .875rem;
}

.focus\:text-16:focus {
  font-size: 1rem;
}

.focus\:text-18:focus {
  font-size: 1.125rem;
}

.focus\:text-20:focus {
  font-size: 1.25rem;
}

.focus\:text-22:focus {
  font-size: 1.375rem;
}

.focus\:text-24:focus {
  font-size: 1.5rem;
}

.focus\:text-26:focus {
  font-size: 1.625rem;
}

.focus\:text-28:focus {
  font-size: 1.75rem;
}

.focus\:text-32:focus {
  font-size: 2.0rem;
}

.focus\:text-42:focus {
  font-size: 2.625rem;
}

.focus\:text-50:focus {
  font-size: 3.125rem;
}

.focus\:text-62:focus {
  font-size: 3.875rem;
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.focus\:text-black\/0:focus {
  color: rgb(0 0 0 / 0);
}

.focus\:text-black\/10:focus {
  color: rgb(0 0 0 / 0.1);
}

.focus\:text-black\/100:focus {
  color: rgb(0 0 0 / 1);
}

.focus\:text-black\/20:focus {
  color: rgb(0 0 0 / 0.2);
}

.focus\:text-black\/25:focus {
  color: rgb(0 0 0 / 0.25);
}

.focus\:text-black\/30:focus {
  color: rgb(0 0 0 / 0.3);
}

.focus\:text-black\/40:focus {
  color: rgb(0 0 0 / 0.4);
}

.focus\:text-black\/5:focus {
  color: rgb(0 0 0 / 0.05);
}

.focus\:text-black\/50:focus {
  color: rgb(0 0 0 / 0.5);
}

.focus\:text-black\/60:focus {
  color: rgb(0 0 0 / 0.6);
}

.focus\:text-black\/70:focus {
  color: rgb(0 0 0 / 0.7);
}

.focus\:text-black\/75:focus {
  color: rgb(0 0 0 / 0.75);
}

.focus\:text-black\/80:focus {
  color: rgb(0 0 0 / 0.8);
}

.focus\:text-black\/90:focus {
  color: rgb(0 0 0 / 0.9);
}

.focus\:text-black\/95:focus {
  color: rgb(0 0 0 / 0.95);
}

.focus\:text-current:focus {
  color: currentColor;
}

.focus\:text-error_red:focus {
  --tw-text-opacity: 1;
  color: rgb(235 0 27 / var(--tw-text-opacity));
}

.focus\:text-error_red\/0:focus {
  color: rgb(235 0 27 / 0);
}

.focus\:text-error_red\/10:focus {
  color: rgb(235 0 27 / 0.1);
}

.focus\:text-error_red\/100:focus {
  color: rgb(235 0 27 / 1);
}

.focus\:text-error_red\/20:focus {
  color: rgb(235 0 27 / 0.2);
}

.focus\:text-error_red\/25:focus {
  color: rgb(235 0 27 / 0.25);
}

.focus\:text-error_red\/30:focus {
  color: rgb(235 0 27 / 0.3);
}

.focus\:text-error_red\/40:focus {
  color: rgb(235 0 27 / 0.4);
}

.focus\:text-error_red\/5:focus {
  color: rgb(235 0 27 / 0.05);
}

.focus\:text-error_red\/50:focus {
  color: rgb(235 0 27 / 0.5);
}

.focus\:text-error_red\/60:focus {
  color: rgb(235 0 27 / 0.6);
}

.focus\:text-error_red\/70:focus {
  color: rgb(235 0 27 / 0.7);
}

.focus\:text-error_red\/75:focus {
  color: rgb(235 0 27 / 0.75);
}

.focus\:text-error_red\/80:focus {
  color: rgb(235 0 27 / 0.8);
}

.focus\:text-error_red\/90:focus {
  color: rgb(235 0 27 / 0.9);
}

.focus\:text-error_red\/95:focus {
  color: rgb(235 0 27 / 0.95);
}

.focus\:text-gray5:focus {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}

.focus\:text-gray5\/0:focus {
  color: rgb(242 242 242 / 0);
}

.focus\:text-gray5\/10:focus {
  color: rgb(242 242 242 / 0.1);
}

.focus\:text-gray5\/100:focus {
  color: rgb(242 242 242 / 1);
}

.focus\:text-gray5\/20:focus {
  color: rgb(242 242 242 / 0.2);
}

.focus\:text-gray5\/25:focus {
  color: rgb(242 242 242 / 0.25);
}

.focus\:text-gray5\/30:focus {
  color: rgb(242 242 242 / 0.3);
}

.focus\:text-gray5\/40:focus {
  color: rgb(242 242 242 / 0.4);
}

.focus\:text-gray5\/5:focus {
  color: rgb(242 242 242 / 0.05);
}

.focus\:text-gray5\/50:focus {
  color: rgb(242 242 242 / 0.5);
}

.focus\:text-gray5\/60:focus {
  color: rgb(242 242 242 / 0.6);
}

.focus\:text-gray5\/70:focus {
  color: rgb(242 242 242 / 0.7);
}

.focus\:text-gray5\/75:focus {
  color: rgb(242 242 242 / 0.75);
}

.focus\:text-gray5\/80:focus {
  color: rgb(242 242 242 / 0.8);
}

.focus\:text-gray5\/90:focus {
  color: rgb(242 242 242 / 0.9);
}

.focus\:text-gray5\/95:focus {
  color: rgb(242 242 242 / 0.95);
}

.focus\:text-sh_black:focus {
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}

.focus\:text-sh_black\/0:focus {
  color: rgb(35 31 32 / 0);
}

.focus\:text-sh_black\/10:focus {
  color: rgb(35 31 32 / 0.1);
}

.focus\:text-sh_black\/100:focus {
  color: rgb(35 31 32 / 1);
}

.focus\:text-sh_black\/20:focus {
  color: rgb(35 31 32 / 0.2);
}

.focus\:text-sh_black\/25:focus {
  color: rgb(35 31 32 / 0.25);
}

.focus\:text-sh_black\/30:focus {
  color: rgb(35 31 32 / 0.3);
}

.focus\:text-sh_black\/40:focus {
  color: rgb(35 31 32 / 0.4);
}

.focus\:text-sh_black\/5:focus {
  color: rgb(35 31 32 / 0.05);
}

.focus\:text-sh_black\/50:focus {
  color: rgb(35 31 32 / 0.5);
}

.focus\:text-sh_black\/60:focus {
  color: rgb(35 31 32 / 0.6);
}

.focus\:text-sh_black\/70:focus {
  color: rgb(35 31 32 / 0.7);
}

.focus\:text-sh_black\/75:focus {
  color: rgb(35 31 32 / 0.75);
}

.focus\:text-sh_black\/80:focus {
  color: rgb(35 31 32 / 0.8);
}

.focus\:text-sh_black\/90:focus {
  color: rgb(35 31 32 / 0.9);
}

.focus\:text-sh_black\/95:focus {
  color: rgb(35 31 32 / 0.95);
}

.focus\:text-success_green:focus {
  --tw-text-opacity: 1;
  color: rgb(80 131 22 / var(--tw-text-opacity));
}

.focus\:text-success_green\/0:focus {
  color: rgb(80 131 22 / 0);
}

.focus\:text-success_green\/10:focus {
  color: rgb(80 131 22 / 0.1);
}

.focus\:text-success_green\/100:focus {
  color: rgb(80 131 22 / 1);
}

.focus\:text-success_green\/20:focus {
  color: rgb(80 131 22 / 0.2);
}

.focus\:text-success_green\/25:focus {
  color: rgb(80 131 22 / 0.25);
}

.focus\:text-success_green\/30:focus {
  color: rgb(80 131 22 / 0.3);
}

.focus\:text-success_green\/40:focus {
  color: rgb(80 131 22 / 0.4);
}

.focus\:text-success_green\/5:focus {
  color: rgb(80 131 22 / 0.05);
}

.focus\:text-success_green\/50:focus {
  color: rgb(80 131 22 / 0.5);
}

.focus\:text-success_green\/60:focus {
  color: rgb(80 131 22 / 0.6);
}

.focus\:text-success_green\/70:focus {
  color: rgb(80 131 22 / 0.7);
}

.focus\:text-success_green\/75:focus {
  color: rgb(80 131 22 / 0.75);
}

.focus\:text-success_green\/80:focus {
  color: rgb(80 131 22 / 0.8);
}

.focus\:text-success_green\/90:focus {
  color: rgb(80 131 22 / 0.9);
}

.focus\:text-success_green\/95:focus {
  color: rgb(80 131 22 / 0.95);
}

.focus\:text-teal:focus {
  --tw-text-opacity: 1;
  color: rgb(0 129 159 / var(--tw-text-opacity));
}

.focus\:text-teal\/0:focus {
  color: rgb(0 129 159 / 0);
}

.focus\:text-teal\/10:focus {
  color: rgb(0 129 159 / 0.1);
}

.focus\:text-teal\/100:focus {
  color: rgb(0 129 159 / 1);
}

.focus\:text-teal\/20:focus {
  color: rgb(0 129 159 / 0.2);
}

.focus\:text-teal\/25:focus {
  color: rgb(0 129 159 / 0.25);
}

.focus\:text-teal\/30:focus {
  color: rgb(0 129 159 / 0.3);
}

.focus\:text-teal\/40:focus {
  color: rgb(0 129 159 / 0.4);
}

.focus\:text-teal\/5:focus {
  color: rgb(0 129 159 / 0.05);
}

.focus\:text-teal\/50:focus {
  color: rgb(0 129 159 / 0.5);
}

.focus\:text-teal\/60:focus {
  color: rgb(0 129 159 / 0.6);
}

.focus\:text-teal\/70:focus {
  color: rgb(0 129 159 / 0.7);
}

.focus\:text-teal\/75:focus {
  color: rgb(0 129 159 / 0.75);
}

.focus\:text-teal\/80:focus {
  color: rgb(0 129 159 / 0.8);
}

.focus\:text-teal\/90:focus {
  color: rgb(0 129 159 / 0.9);
}

.focus\:text-teal\/95:focus {
  color: rgb(0 129 159 / 0.95);
}

.focus\:text-teal_dark:focus {
  --tw-text-opacity: 1;
  color: rgb(0 60 77 / var(--tw-text-opacity));
}

.focus\:text-teal_dark\/0:focus {
  color: rgb(0 60 77 / 0);
}

.focus\:text-teal_dark\/10:focus {
  color: rgb(0 60 77 / 0.1);
}

.focus\:text-teal_dark\/100:focus {
  color: rgb(0 60 77 / 1);
}

.focus\:text-teal_dark\/20:focus {
  color: rgb(0 60 77 / 0.2);
}

.focus\:text-teal_dark\/25:focus {
  color: rgb(0 60 77 / 0.25);
}

.focus\:text-teal_dark\/30:focus {
  color: rgb(0 60 77 / 0.3);
}

.focus\:text-teal_dark\/40:focus {
  color: rgb(0 60 77 / 0.4);
}

.focus\:text-teal_dark\/5:focus {
  color: rgb(0 60 77 / 0.05);
}

.focus\:text-teal_dark\/50:focus {
  color: rgb(0 60 77 / 0.5);
}

.focus\:text-teal_dark\/60:focus {
  color: rgb(0 60 77 / 0.6);
}

.focus\:text-teal_dark\/70:focus {
  color: rgb(0 60 77 / 0.7);
}

.focus\:text-teal_dark\/75:focus {
  color: rgb(0 60 77 / 0.75);
}

.focus\:text-teal_dark\/80:focus {
  color: rgb(0 60 77 / 0.8);
}

.focus\:text-teal_dark\/90:focus {
  color: rgb(0 60 77 / 0.9);
}

.focus\:text-teal_dark\/95:focus {
  color: rgb(0 60 77 / 0.95);
}

.focus\:text-teal_extra_light:focus {
  --tw-text-opacity: 1;
  color: rgb(245 251 252 / var(--tw-text-opacity));
}

.focus\:text-teal_extra_light\/0:focus {
  color: rgb(245 251 252 / 0);
}

.focus\:text-teal_extra_light\/10:focus {
  color: rgb(245 251 252 / 0.1);
}

.focus\:text-teal_extra_light\/100:focus {
  color: rgb(245 251 252 / 1);
}

.focus\:text-teal_extra_light\/20:focus {
  color: rgb(245 251 252 / 0.2);
}

.focus\:text-teal_extra_light\/25:focus {
  color: rgb(245 251 252 / 0.25);
}

.focus\:text-teal_extra_light\/30:focus {
  color: rgb(245 251 252 / 0.3);
}

.focus\:text-teal_extra_light\/40:focus {
  color: rgb(245 251 252 / 0.4);
}

.focus\:text-teal_extra_light\/5:focus {
  color: rgb(245 251 252 / 0.05);
}

.focus\:text-teal_extra_light\/50:focus {
  color: rgb(245 251 252 / 0.5);
}

.focus\:text-teal_extra_light\/60:focus {
  color: rgb(245 251 252 / 0.6);
}

.focus\:text-teal_extra_light\/70:focus {
  color: rgb(245 251 252 / 0.7);
}

.focus\:text-teal_extra_light\/75:focus {
  color: rgb(245 251 252 / 0.75);
}

.focus\:text-teal_extra_light\/80:focus {
  color: rgb(245 251 252 / 0.8);
}

.focus\:text-teal_extra_light\/90:focus {
  color: rgb(245 251 252 / 0.9);
}

.focus\:text-teal_extra_light\/95:focus {
  color: rgb(245 251 252 / 0.95);
}

.focus\:text-teal_light:focus {
  --tw-text-opacity: 1;
  color: rgb(116 196 214 / var(--tw-text-opacity));
}

.focus\:text-teal_light\/0:focus {
  color: rgb(116 196 214 / 0);
}

.focus\:text-teal_light\/10:focus {
  color: rgb(116 196 214 / 0.1);
}

.focus\:text-teal_light\/100:focus {
  color: rgb(116 196 214 / 1);
}

.focus\:text-teal_light\/20:focus {
  color: rgb(116 196 214 / 0.2);
}

.focus\:text-teal_light\/25:focus {
  color: rgb(116 196 214 / 0.25);
}

.focus\:text-teal_light\/30:focus {
  color: rgb(116 196 214 / 0.3);
}

.focus\:text-teal_light\/40:focus {
  color: rgb(116 196 214 / 0.4);
}

.focus\:text-teal_light\/5:focus {
  color: rgb(116 196 214 / 0.05);
}

.focus\:text-teal_light\/50:focus {
  color: rgb(116 196 214 / 0.5);
}

.focus\:text-teal_light\/60:focus {
  color: rgb(116 196 214 / 0.6);
}

.focus\:text-teal_light\/70:focus {
  color: rgb(116 196 214 / 0.7);
}

.focus\:text-teal_light\/75:focus {
  color: rgb(116 196 214 / 0.75);
}

.focus\:text-teal_light\/80:focus {
  color: rgb(116 196 214 / 0.8);
}

.focus\:text-teal_light\/90:focus {
  color: rgb(116 196 214 / 0.9);
}

.focus\:text-teal_light\/95:focus {
  color: rgb(116 196 214 / 0.95);
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-transparent\/0:focus {
  color: rgb(0 0 0 / 0);
}

.focus\:text-transparent\/10:focus {
  color: rgb(0 0 0 / 0.1);
}

.focus\:text-transparent\/100:focus {
  color: rgb(0 0 0 / 1);
}

.focus\:text-transparent\/20:focus {
  color: rgb(0 0 0 / 0.2);
}

.focus\:text-transparent\/25:focus {
  color: rgb(0 0 0 / 0.25);
}

.focus\:text-transparent\/30:focus {
  color: rgb(0 0 0 / 0.3);
}

.focus\:text-transparent\/40:focus {
  color: rgb(0 0 0 / 0.4);
}

.focus\:text-transparent\/5:focus {
  color: rgb(0 0 0 / 0.05);
}

.focus\:text-transparent\/50:focus {
  color: rgb(0 0 0 / 0.5);
}

.focus\:text-transparent\/60:focus {
  color: rgb(0 0 0 / 0.6);
}

.focus\:text-transparent\/70:focus {
  color: rgb(0 0 0 / 0.7);
}

.focus\:text-transparent\/75:focus {
  color: rgb(0 0 0 / 0.75);
}

.focus\:text-transparent\/80:focus {
  color: rgb(0 0 0 / 0.8);
}

.focus\:text-transparent\/90:focus {
  color: rgb(0 0 0 / 0.9);
}

.focus\:text-transparent\/95:focus {
  color: rgb(0 0 0 / 0.95);
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:text-white\/0:focus {
  color: rgb(255 255 255 / 0);
}

.focus\:text-white\/10:focus {
  color: rgb(255 255 255 / 0.1);
}

.focus\:text-white\/100:focus {
  color: rgb(255 255 255 / 1);
}

.focus\:text-white\/20:focus {
  color: rgb(255 255 255 / 0.2);
}

.focus\:text-white\/25:focus {
  color: rgb(255 255 255 / 0.25);
}

.focus\:text-white\/30:focus {
  color: rgb(255 255 255 / 0.3);
}

.focus\:text-white\/40:focus {
  color: rgb(255 255 255 / 0.4);
}

.focus\:text-white\/5:focus {
  color: rgb(255 255 255 / 0.05);
}

.focus\:text-white\/50:focus {
  color: rgb(255 255 255 / 0.5);
}

.focus\:text-white\/60:focus {
  color: rgb(255 255 255 / 0.6);
}

.focus\:text-white\/70:focus {
  color: rgb(255 255 255 / 0.7);
}

.focus\:text-white\/75:focus {
  color: rgb(255 255 255 / 0.75);
}

.focus\:text-white\/80:focus {
  color: rgb(255 255 255 / 0.8);
}

.focus\:text-white\/90:focus {
  color: rgb(255 255 255 / 0.9);
}

.focus\:text-white\/95:focus {
  color: rgb(255 255 255 / 0.95);
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}

.focus\:underline:focus {
  text-decoration-line: underline;
}

.focus\:no-underline:focus {
  text-decoration-line: none;
}

.focus\:underline-offset-0:focus {
  text-underline-offset: 0px;
}

.focus\:underline-offset-1:focus {
  text-underline-offset: 1px;
}

.focus\:underline-offset-2:focus {
  text-underline-offset: 2px;
}

.focus\:underline-offset-4:focus {
  text-underline-offset: 4px;
}

.focus\:underline-offset-8:focus {
  text-underline-offset: 8px;
}

.focus\:underline-offset-auto:focus {
  text-underline-offset: auto;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline:focus {
  outline-style: solid;
}

.focus\:outline-dashed:focus {
  outline-style: dashed;
}

.focus\:outline-dotted:focus {
  outline-style: dotted;
}

.focus\:outline-double:focus {
  outline-style: double;
}

.focus\:outline-0:focus {
  outline-width: 0px;
}

.focus\:outline-1:focus {
  outline-width: 1px;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:outline-4:focus {
  outline-width: 4px;
}

.focus\:outline-8:focus {
  outline-width: 8px;
}

.focus\:outline-offset-0:focus {
  outline-offset: 0px;
}

.focus\:outline-offset-1:focus {
  outline-offset: 1px;
}

.focus\:outline-offset-2:focus {
  outline-offset: 2px;
}

.focus\:outline-offset-4:focus {
  outline-offset: 4px;
}

.focus\:outline-offset-8:focus {
  outline-offset: 8px;
}

.focus\:outline-black:focus {
  outline-color: #000000;
}

.focus\:outline-black\/0:focus {
  outline-color: rgb(0 0 0 / 0);
}

.focus\:outline-black\/10:focus {
  outline-color: rgb(0 0 0 / 0.1);
}

.focus\:outline-black\/100:focus {
  outline-color: rgb(0 0 0 / 1);
}

.focus\:outline-black\/20:focus {
  outline-color: rgb(0 0 0 / 0.2);
}

.focus\:outline-black\/25:focus {
  outline-color: rgb(0 0 0 / 0.25);
}

.focus\:outline-black\/30:focus {
  outline-color: rgb(0 0 0 / 0.3);
}

.focus\:outline-black\/40:focus {
  outline-color: rgb(0 0 0 / 0.4);
}

.focus\:outline-black\/5:focus {
  outline-color: rgb(0 0 0 / 0.05);
}

.focus\:outline-black\/50:focus {
  outline-color: rgb(0 0 0 / 0.5);
}

.focus\:outline-black\/60:focus {
  outline-color: rgb(0 0 0 / 0.6);
}

.focus\:outline-black\/70:focus {
  outline-color: rgb(0 0 0 / 0.7);
}

.focus\:outline-black\/75:focus {
  outline-color: rgb(0 0 0 / 0.75);
}

.focus\:outline-black\/80:focus {
  outline-color: rgb(0 0 0 / 0.8);
}

.focus\:outline-black\/90:focus {
  outline-color: rgb(0 0 0 / 0.9);
}

.focus\:outline-black\/95:focus {
  outline-color: rgb(0 0 0 / 0.95);
}

.focus\:outline-current:focus {
  outline-color: currentColor;
}

.focus\:outline-error_red:focus {
  outline-color: #eb001b;
}

.focus\:outline-error_red\/0:focus {
  outline-color: rgb(235 0 27 / 0);
}

.focus\:outline-error_red\/10:focus {
  outline-color: rgb(235 0 27 / 0.1);
}

.focus\:outline-error_red\/100:focus {
  outline-color: rgb(235 0 27 / 1);
}

.focus\:outline-error_red\/20:focus {
  outline-color: rgb(235 0 27 / 0.2);
}

.focus\:outline-error_red\/25:focus {
  outline-color: rgb(235 0 27 / 0.25);
}

.focus\:outline-error_red\/30:focus {
  outline-color: rgb(235 0 27 / 0.3);
}

.focus\:outline-error_red\/40:focus {
  outline-color: rgb(235 0 27 / 0.4);
}

.focus\:outline-error_red\/5:focus {
  outline-color: rgb(235 0 27 / 0.05);
}

.focus\:outline-error_red\/50:focus {
  outline-color: rgb(235 0 27 / 0.5);
}

.focus\:outline-error_red\/60:focus {
  outline-color: rgb(235 0 27 / 0.6);
}

.focus\:outline-error_red\/70:focus {
  outline-color: rgb(235 0 27 / 0.7);
}

.focus\:outline-error_red\/75:focus {
  outline-color: rgb(235 0 27 / 0.75);
}

.focus\:outline-error_red\/80:focus {
  outline-color: rgb(235 0 27 / 0.8);
}

.focus\:outline-error_red\/90:focus {
  outline-color: rgb(235 0 27 / 0.9);
}

.focus\:outline-error_red\/95:focus {
  outline-color: rgb(235 0 27 / 0.95);
}

.focus\:outline-gray5:focus {
  outline-color: #f2f2f2;
}

.focus\:outline-gray5\/0:focus {
  outline-color: rgb(242 242 242 / 0);
}

.focus\:outline-gray5\/10:focus {
  outline-color: rgb(242 242 242 / 0.1);
}

.focus\:outline-gray5\/100:focus {
  outline-color: rgb(242 242 242 / 1);
}

.focus\:outline-gray5\/20:focus {
  outline-color: rgb(242 242 242 / 0.2);
}

.focus\:outline-gray5\/25:focus {
  outline-color: rgb(242 242 242 / 0.25);
}

.focus\:outline-gray5\/30:focus {
  outline-color: rgb(242 242 242 / 0.3);
}

.focus\:outline-gray5\/40:focus {
  outline-color: rgb(242 242 242 / 0.4);
}

.focus\:outline-gray5\/5:focus {
  outline-color: rgb(242 242 242 / 0.05);
}

.focus\:outline-gray5\/50:focus {
  outline-color: rgb(242 242 242 / 0.5);
}

.focus\:outline-gray5\/60:focus {
  outline-color: rgb(242 242 242 / 0.6);
}

.focus\:outline-gray5\/70:focus {
  outline-color: rgb(242 242 242 / 0.7);
}

.focus\:outline-gray5\/75:focus {
  outline-color: rgb(242 242 242 / 0.75);
}

.focus\:outline-gray5\/80:focus {
  outline-color: rgb(242 242 242 / 0.8);
}

.focus\:outline-gray5\/90:focus {
  outline-color: rgb(242 242 242 / 0.9);
}

.focus\:outline-gray5\/95:focus {
  outline-color: rgb(242 242 242 / 0.95);
}

.focus\:outline-sh_black:focus {
  outline-color: #231f20;
}

.focus\:outline-sh_black\/0:focus {
  outline-color: rgb(35 31 32 / 0);
}

.focus\:outline-sh_black\/10:focus {
  outline-color: rgb(35 31 32 / 0.1);
}

.focus\:outline-sh_black\/100:focus {
  outline-color: rgb(35 31 32 / 1);
}

.focus\:outline-sh_black\/20:focus {
  outline-color: rgb(35 31 32 / 0.2);
}

.focus\:outline-sh_black\/25:focus {
  outline-color: rgb(35 31 32 / 0.25);
}

.focus\:outline-sh_black\/30:focus {
  outline-color: rgb(35 31 32 / 0.3);
}

.focus\:outline-sh_black\/40:focus {
  outline-color: rgb(35 31 32 / 0.4);
}

.focus\:outline-sh_black\/5:focus {
  outline-color: rgb(35 31 32 / 0.05);
}

.focus\:outline-sh_black\/50:focus {
  outline-color: rgb(35 31 32 / 0.5);
}

.focus\:outline-sh_black\/60:focus {
  outline-color: rgb(35 31 32 / 0.6);
}

.focus\:outline-sh_black\/70:focus {
  outline-color: rgb(35 31 32 / 0.7);
}

.focus\:outline-sh_black\/75:focus {
  outline-color: rgb(35 31 32 / 0.75);
}

.focus\:outline-sh_black\/80:focus {
  outline-color: rgb(35 31 32 / 0.8);
}

.focus\:outline-sh_black\/90:focus {
  outline-color: rgb(35 31 32 / 0.9);
}

.focus\:outline-sh_black\/95:focus {
  outline-color: rgb(35 31 32 / 0.95);
}

.focus\:outline-success_green:focus {
  outline-color: #508316;
}

.focus\:outline-success_green\/0:focus {
  outline-color: rgb(80 131 22 / 0);
}

.focus\:outline-success_green\/10:focus {
  outline-color: rgb(80 131 22 / 0.1);
}

.focus\:outline-success_green\/100:focus {
  outline-color: rgb(80 131 22 / 1);
}

.focus\:outline-success_green\/20:focus {
  outline-color: rgb(80 131 22 / 0.2);
}

.focus\:outline-success_green\/25:focus {
  outline-color: rgb(80 131 22 / 0.25);
}

.focus\:outline-success_green\/30:focus {
  outline-color: rgb(80 131 22 / 0.3);
}

.focus\:outline-success_green\/40:focus {
  outline-color: rgb(80 131 22 / 0.4);
}

.focus\:outline-success_green\/5:focus {
  outline-color: rgb(80 131 22 / 0.05);
}

.focus\:outline-success_green\/50:focus {
  outline-color: rgb(80 131 22 / 0.5);
}

.focus\:outline-success_green\/60:focus {
  outline-color: rgb(80 131 22 / 0.6);
}

.focus\:outline-success_green\/70:focus {
  outline-color: rgb(80 131 22 / 0.7);
}

.focus\:outline-success_green\/75:focus {
  outline-color: rgb(80 131 22 / 0.75);
}

.focus\:outline-success_green\/80:focus {
  outline-color: rgb(80 131 22 / 0.8);
}

.focus\:outline-success_green\/90:focus {
  outline-color: rgb(80 131 22 / 0.9);
}

.focus\:outline-success_green\/95:focus {
  outline-color: rgb(80 131 22 / 0.95);
}

.focus\:outline-teal:focus {
  outline-color: #00819f;
}

.focus\:outline-teal\/0:focus {
  outline-color: rgb(0 129 159 / 0);
}

.focus\:outline-teal\/10:focus {
  outline-color: rgb(0 129 159 / 0.1);
}

.focus\:outline-teal\/100:focus {
  outline-color: rgb(0 129 159 / 1);
}

.focus\:outline-teal\/20:focus {
  outline-color: rgb(0 129 159 / 0.2);
}

.focus\:outline-teal\/25:focus {
  outline-color: rgb(0 129 159 / 0.25);
}

.focus\:outline-teal\/30:focus {
  outline-color: rgb(0 129 159 / 0.3);
}

.focus\:outline-teal\/40:focus {
  outline-color: rgb(0 129 159 / 0.4);
}

.focus\:outline-teal\/5:focus {
  outline-color: rgb(0 129 159 / 0.05);
}

.focus\:outline-teal\/50:focus {
  outline-color: rgb(0 129 159 / 0.5);
}

.focus\:outline-teal\/60:focus {
  outline-color: rgb(0 129 159 / 0.6);
}

.focus\:outline-teal\/70:focus {
  outline-color: rgb(0 129 159 / 0.7);
}

.focus\:outline-teal\/75:focus {
  outline-color: rgb(0 129 159 / 0.75);
}

.focus\:outline-teal\/80:focus {
  outline-color: rgb(0 129 159 / 0.8);
}

.focus\:outline-teal\/90:focus {
  outline-color: rgb(0 129 159 / 0.9);
}

.focus\:outline-teal\/95:focus {
  outline-color: rgb(0 129 159 / 0.95);
}

.focus\:outline-teal_dark:focus {
  outline-color: #003C4D;
}

.focus\:outline-teal_dark\/0:focus {
  outline-color: rgb(0 60 77 / 0);
}

.focus\:outline-teal_dark\/10:focus {
  outline-color: rgb(0 60 77 / 0.1);
}

.focus\:outline-teal_dark\/100:focus {
  outline-color: rgb(0 60 77 / 1);
}

.focus\:outline-teal_dark\/20:focus {
  outline-color: rgb(0 60 77 / 0.2);
}

.focus\:outline-teal_dark\/25:focus {
  outline-color: rgb(0 60 77 / 0.25);
}

.focus\:outline-teal_dark\/30:focus {
  outline-color: rgb(0 60 77 / 0.3);
}

.focus\:outline-teal_dark\/40:focus {
  outline-color: rgb(0 60 77 / 0.4);
}

.focus\:outline-teal_dark\/5:focus {
  outline-color: rgb(0 60 77 / 0.05);
}

.focus\:outline-teal_dark\/50:focus {
  outline-color: rgb(0 60 77 / 0.5);
}

.focus\:outline-teal_dark\/60:focus {
  outline-color: rgb(0 60 77 / 0.6);
}

.focus\:outline-teal_dark\/70:focus {
  outline-color: rgb(0 60 77 / 0.7);
}

.focus\:outline-teal_dark\/75:focus {
  outline-color: rgb(0 60 77 / 0.75);
}

.focus\:outline-teal_dark\/80:focus {
  outline-color: rgb(0 60 77 / 0.8);
}

.focus\:outline-teal_dark\/90:focus {
  outline-color: rgb(0 60 77 / 0.9);
}

.focus\:outline-teal_dark\/95:focus {
  outline-color: rgb(0 60 77 / 0.95);
}

.focus\:outline-teal_extra_light:focus {
  outline-color: #f5fbfc;
}

.focus\:outline-teal_extra_light\/0:focus {
  outline-color: rgb(245 251 252 / 0);
}

.focus\:outline-teal_extra_light\/10:focus {
  outline-color: rgb(245 251 252 / 0.1);
}

.focus\:outline-teal_extra_light\/100:focus {
  outline-color: rgb(245 251 252 / 1);
}

.focus\:outline-teal_extra_light\/20:focus {
  outline-color: rgb(245 251 252 / 0.2);
}

.focus\:outline-teal_extra_light\/25:focus {
  outline-color: rgb(245 251 252 / 0.25);
}

.focus\:outline-teal_extra_light\/30:focus {
  outline-color: rgb(245 251 252 / 0.3);
}

.focus\:outline-teal_extra_light\/40:focus {
  outline-color: rgb(245 251 252 / 0.4);
}

.focus\:outline-teal_extra_light\/5:focus {
  outline-color: rgb(245 251 252 / 0.05);
}

.focus\:outline-teal_extra_light\/50:focus {
  outline-color: rgb(245 251 252 / 0.5);
}

.focus\:outline-teal_extra_light\/60:focus {
  outline-color: rgb(245 251 252 / 0.6);
}

.focus\:outline-teal_extra_light\/70:focus {
  outline-color: rgb(245 251 252 / 0.7);
}

.focus\:outline-teal_extra_light\/75:focus {
  outline-color: rgb(245 251 252 / 0.75);
}

.focus\:outline-teal_extra_light\/80:focus {
  outline-color: rgb(245 251 252 / 0.8);
}

.focus\:outline-teal_extra_light\/90:focus {
  outline-color: rgb(245 251 252 / 0.9);
}

.focus\:outline-teal_extra_light\/95:focus {
  outline-color: rgb(245 251 252 / 0.95);
}

.focus\:outline-teal_light:focus {
  outline-color: #74c4d6;
}

.focus\:outline-teal_light\/0:focus {
  outline-color: rgb(116 196 214 / 0);
}

.focus\:outline-teal_light\/10:focus {
  outline-color: rgb(116 196 214 / 0.1);
}

.focus\:outline-teal_light\/100:focus {
  outline-color: rgb(116 196 214 / 1);
}

.focus\:outline-teal_light\/20:focus {
  outline-color: rgb(116 196 214 / 0.2);
}

.focus\:outline-teal_light\/25:focus {
  outline-color: rgb(116 196 214 / 0.25);
}

.focus\:outline-teal_light\/30:focus {
  outline-color: rgb(116 196 214 / 0.3);
}

.focus\:outline-teal_light\/40:focus {
  outline-color: rgb(116 196 214 / 0.4);
}

.focus\:outline-teal_light\/5:focus {
  outline-color: rgb(116 196 214 / 0.05);
}

.focus\:outline-teal_light\/50:focus {
  outline-color: rgb(116 196 214 / 0.5);
}

.focus\:outline-teal_light\/60:focus {
  outline-color: rgb(116 196 214 / 0.6);
}

.focus\:outline-teal_light\/70:focus {
  outline-color: rgb(116 196 214 / 0.7);
}

.focus\:outline-teal_light\/75:focus {
  outline-color: rgb(116 196 214 / 0.75);
}

.focus\:outline-teal_light\/80:focus {
  outline-color: rgb(116 196 214 / 0.8);
}

.focus\:outline-teal_light\/90:focus {
  outline-color: rgb(116 196 214 / 0.9);
}

.focus\:outline-teal_light\/95:focus {
  outline-color: rgb(116 196 214 / 0.95);
}

.focus\:outline-transparent:focus {
  outline-color: transparent;
}

.focus\:outline-transparent\/0:focus {
  outline-color: rgb(0 0 0 / 0);
}

.focus\:outline-transparent\/10:focus {
  outline-color: rgb(0 0 0 / 0.1);
}

.focus\:outline-transparent\/100:focus {
  outline-color: rgb(0 0 0 / 1);
}

.focus\:outline-transparent\/20:focus {
  outline-color: rgb(0 0 0 / 0.2);
}

.focus\:outline-transparent\/25:focus {
  outline-color: rgb(0 0 0 / 0.25);
}

.focus\:outline-transparent\/30:focus {
  outline-color: rgb(0 0 0 / 0.3);
}

.focus\:outline-transparent\/40:focus {
  outline-color: rgb(0 0 0 / 0.4);
}

.focus\:outline-transparent\/5:focus {
  outline-color: rgb(0 0 0 / 0.05);
}

.focus\:outline-transparent\/50:focus {
  outline-color: rgb(0 0 0 / 0.5);
}

.focus\:outline-transparent\/60:focus {
  outline-color: rgb(0 0 0 / 0.6);
}

.focus\:outline-transparent\/70:focus {
  outline-color: rgb(0 0 0 / 0.7);
}

.focus\:outline-transparent\/75:focus {
  outline-color: rgb(0 0 0 / 0.75);
}

.focus\:outline-transparent\/80:focus {
  outline-color: rgb(0 0 0 / 0.8);
}

.focus\:outline-transparent\/90:focus {
  outline-color: rgb(0 0 0 / 0.9);
}

.focus\:outline-transparent\/95:focus {
  outline-color: rgb(0 0 0 / 0.95);
}

.focus\:outline-white:focus {
  outline-color: #ffffff;
}

.focus\:outline-white\/0:focus {
  outline-color: rgb(255 255 255 / 0);
}

.focus\:outline-white\/10:focus {
  outline-color: rgb(255 255 255 / 0.1);
}

.focus\:outline-white\/100:focus {
  outline-color: rgb(255 255 255 / 1);
}

.focus\:outline-white\/20:focus {
  outline-color: rgb(255 255 255 / 0.2);
}

.focus\:outline-white\/25:focus {
  outline-color: rgb(255 255 255 / 0.25);
}

.focus\:outline-white\/30:focus {
  outline-color: rgb(255 255 255 / 0.3);
}

.focus\:outline-white\/40:focus {
  outline-color: rgb(255 255 255 / 0.4);
}

.focus\:outline-white\/5:focus {
  outline-color: rgb(255 255 255 / 0.05);
}

.focus\:outline-white\/50:focus {
  outline-color: rgb(255 255 255 / 0.5);
}

.focus\:outline-white\/60:focus {
  outline-color: rgb(255 255 255 / 0.6);
}

.focus\:outline-white\/70:focus {
  outline-color: rgb(255 255 255 / 0.7);
}

.focus\:outline-white\/75:focus {
  outline-color: rgb(255 255 255 / 0.75);
}

.focus\:outline-white\/80:focus {
  outline-color: rgb(255 255 255 / 0.8);
}

.focus\:outline-white\/90:focus {
  outline-color: rgb(255 255 255 / 0.9);
}

.focus\:outline-white\/95:focus {
  outline-color: rgb(255 255 255 / 0.95);
}

.focus\:bg_cyan_dark:focus {
  background-color: #007298;
}

.focus\:color_cyan_dark:focus {
  color: #007298;
}

.focus\:fill_cyan_dark:focus {
  fill: #007298;
  color: #007298;
}

.focus\:border_color_cyan_dark:focus {
  border-color: #007298;
}

.focus\:bg_cyan:focus {
  background-color: #408EA0;
}

.focus\:color_cyan:focus {
  color: #408EA0;
}

.focus\:fill_cyan:focus {
  fill: #408EA0;
  color: #408EA0;
}

.focus\:border_color_cyan:focus {
  border-color: #408EA0;
}

.focus\:bg_cyan_light:focus {
  background-color: #C5E0EA;
}

.focus\:color_cyan_light:focus {
  color: #C5E0EA;
}

.focus\:fill_cyan_light:focus {
  fill: #C5E0EA;
  color: #C5E0EA;
}

.focus\:border_color_cyan_light:focus {
  border-color: #C5E0EA;
}

.focus\:bg_cyan_extra_light:focus {
  background-color: #EFF7F8;
}

.focus\:color_cyan_extra_light:focus {
  color: #EFF7F8;
}

.focus\:fill_cyan_extra_light:focus {
  fill: #EFF7F8;
  color: #EFF7F8;
}

.focus\:border_color_extra_cyan_light:focus {
  border-color: #EFF7F8;
}

.focus\:sh_height_580:focus {
  min-height: 36.25rem;
}

.focus\:sh_height_500:focus {
  min-height: 31.25rem;
}

.focus\:sh_height_450:focus {
  min-height: 28.125rem;
}

.focus\:sh_height_400:focus {
  min-height: 25rem;
}

.focus\:sh_height_350:focus {
  min-height: 21.875rem;
}

.focus\:sh_height_144:focus {
  min-height: 9rem;
}

.focus\:sh_superscript:focus {
  position: relative;
  top: -5px;
  font-size: .625rem;
  margin-left: 1px;
}

.focus\:sh_icon_hover:focus {
  color: #408EA0;
  fill: #408EA0;
}

.focus\:sh_icon_hover:focus:hover {
  color: #74C3D5;
  fill: #74C3D5;
}

@media (max-width: 1023.9px) {
  .focus\:sh_hiddenWhenSmall:focus {
    display: none;
  }
}

.focus\:important_mb_0:focus {
  margin-bottom: 0px !important;
}

.focus\:important_mt_0:focus {
  margin-top: 0px !important;
}

.focus\:important_pb_0:focus {
  padding-bottom: 0px !important;
}

.focus\:important_pt_0:focus {
  padding-top: 0px !important;
}

.focus\:important_bg_image_none:focus {
  background-image: none !important;
}

.focus\:important_w_full:focus {
  width: 100% !important;
  max-width: initial !important;
  min-width: initial !important;
}

.focus\:important_button_width_100:focus {
  width: 100% !important;
  max-width: initial !important;
  min-width: initial !important;
}

@media (min-width: 768px) {
  .sm\: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;
  }

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:-inset-0 {
    inset: -0px;
  }

  .sm\:-inset-1 {
    inset: -1px;
  }

  .sm\:-inset-1\/2 {
    inset: -50%;
  }

  .sm\:-inset-1\/3 {
    inset: -33.333333%;
  }

  .sm\:-inset-1\/4 {
    inset: -25%;
  }

  .sm\:-inset-10 {
    inset: -0.625rem;
  }

  .sm\:-inset-100 {
    inset: -6.250rem;
  }

  .sm\:-inset-12 {
    inset: -0.750rem;
  }

  .sm\:-inset-14 {
    inset: -0.875rem;
  }

  .sm\:-inset-150 {
    inset: -9.375rem;
  }

  .sm\:-inset-16 {
    inset: -1.000rem;
  }

  .sm\:-inset-18 {
    inset: -1.125rem;
  }

  .sm\:-inset-2 {
    inset: -0.125rem;
  }

  .sm\:-inset-2\/3 {
    inset: -66.666667%;
  }

  .sm\:-inset-2\/4 {
    inset: -50%;
  }

  .sm\:-inset-20 {
    inset: -1.250rem;
  }

  .sm\:-inset-200 {
    inset: -12.5rem;
  }

  .sm\:-inset-22 {
    inset: -1.375rem;
  }

  .sm\:-inset-24 {
    inset: -1.500rem;
  }

  .sm\:-inset-250 {
    inset: -15.625rem;
  }

  .sm\:-inset-26 {
    inset: -1.625rem;
  }

  .sm\:-inset-28 {
    inset: -1.75rem;
  }

  .sm\:-inset-3 {
    inset: -0.188rem;
  }

  .sm\:-inset-3\/4 {
    inset: -75%;
  }

  .sm\:-inset-30 {
    inset: -1.875rem;
  }

  .sm\:-inset-300 {
    inset: -18.75rem;
  }

  .sm\:-inset-32 {
    inset: -2rem;
  }

  .sm\:-inset-34 {
    inset: -2.125rem;
  }

  .sm\:-inset-36 {
    inset: -2.25rem;
  }

  .sm\:-inset-38 {
    inset: -2.375rem;
  }

  .sm\:-inset-4 {
    inset: -0.250rem;
  }

  .sm\:-inset-40 {
    inset: -2.500rem;
  }

  .sm\:-inset-50 {
    inset: -3.125rem;
  }

  .sm\:-inset-6 {
    inset: -0.375rem;
  }

  .sm\:-inset-60 {
    inset: -3.750rem;
  }

  .sm\:-inset-70 {
    inset: -4.375rem;
  }

  .sm\:-inset-8 {
    inset: -0.500rem;
  }

  .sm\:-inset-80 {
    inset: -5.000rem;
  }

  .sm\:-inset-90 {
    inset: -5.625rem;
  }

  .sm\:-inset-full {
    inset: -100%;
  }

  .sm\:inset-0 {
    inset: 0px;
  }

  .sm\:inset-1 {
    inset: 1px;
  }

  .sm\:inset-1\/2 {
    inset: 50%;
  }

  .sm\:inset-1\/3 {
    inset: 33.333333%;
  }

  .sm\:inset-1\/4 {
    inset: 25%;
  }

  .sm\:inset-10 {
    inset: 0.625rem;
  }

  .sm\:inset-100 {
    inset: 6.250rem;
  }

  .sm\:inset-12 {
    inset: 0.750rem;
  }

  .sm\:inset-14 {
    inset: 0.875rem;
  }

  .sm\:inset-150 {
    inset: 9.375rem;
  }

  .sm\:inset-16 {
    inset: 1.000rem;
  }

  .sm\:inset-18 {
    inset: 1.125rem;
  }

  .sm\:inset-2 {
    inset: 0.125rem;
  }

  .sm\:inset-2\/3 {
    inset: 66.666667%;
  }

  .sm\:inset-2\/4 {
    inset: 50%;
  }

  .sm\:inset-20 {
    inset: 1.250rem;
  }

  .sm\:inset-200 {
    inset: 12.5rem;
  }

  .sm\:inset-22 {
    inset: 1.375rem;
  }

  .sm\:inset-24 {
    inset: 1.500rem;
  }

  .sm\:inset-250 {
    inset: 15.625rem;
  }

  .sm\:inset-26 {
    inset: 1.625rem;
  }

  .sm\:inset-28 {
    inset: 1.75rem;
  }

  .sm\:inset-3 {
    inset: 0.188rem;
  }

  .sm\:inset-3\/4 {
    inset: 75%;
  }

  .sm\:inset-30 {
    inset: 1.875rem;
  }

  .sm\:inset-300 {
    inset: 18.75rem;
  }

  .sm\:inset-32 {
    inset: 2rem;
  }

  .sm\:inset-34 {
    inset: 2.125rem;
  }

  .sm\:inset-36 {
    inset: 2.25rem;
  }

  .sm\:inset-38 {
    inset: 2.375rem;
  }

  .sm\:inset-4 {
    inset: 0.250rem;
  }

  .sm\:inset-40 {
    inset: 2.500rem;
  }

  .sm\:inset-50 {
    inset: 3.125rem;
  }

  .sm\:inset-6 {
    inset: 0.375rem;
  }

  .sm\:inset-60 {
    inset: 3.750rem;
  }

  .sm\:inset-70 {
    inset: 4.375rem;
  }

  .sm\:inset-8 {
    inset: 0.500rem;
  }

  .sm\:inset-80 {
    inset: 5.000rem;
  }

  .sm\:inset-90 {
    inset: 5.625rem;
  }

  .sm\:inset-auto {
    inset: auto;
  }

  .sm\:inset-full {
    inset: 100%;
  }

  .sm\:-inset-x-0 {
    left: -0px;
    right: -0px;
  }

  .sm\:-inset-x-1 {
    left: -1px;
    right: -1px;
  }

  .sm\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .sm\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .sm\:-inset-x-10 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .sm\:-inset-x-100 {
    left: -6.250rem;
    right: -6.250rem;
  }

  .sm\:-inset-x-12 {
    left: -0.750rem;
    right: -0.750rem;
  }

  .sm\:-inset-x-14 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .sm\:-inset-x-150 {
    left: -9.375rem;
    right: -9.375rem;
  }

  .sm\:-inset-x-16 {
    left: -1.000rem;
    right: -1.000rem;
  }

  .sm\:-inset-x-18 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .sm\:-inset-x-2 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .sm\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .sm\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-20 {
    left: -1.250rem;
    right: -1.250rem;
  }

  .sm\:-inset-x-200 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .sm\:-inset-x-22 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .sm\:-inset-x-24 {
    left: -1.500rem;
    right: -1.500rem;
  }

  .sm\:-inset-x-250 {
    left: -15.625rem;
    right: -15.625rem;
  }

  .sm\:-inset-x-26 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .sm\:-inset-x-28 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .sm\:-inset-x-3 {
    left: -0.188rem;
    right: -0.188rem;
  }

  .sm\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .sm\:-inset-x-30 {
    left: -1.875rem;
    right: -1.875rem;
  }

  .sm\:-inset-x-300 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .sm\:-inset-x-32 {
    left: -2rem;
    right: -2rem;
  }

  .sm\:-inset-x-34 {
    left: -2.125rem;
    right: -2.125rem;
  }

  .sm\:-inset-x-36 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .sm\:-inset-x-38 {
    left: -2.375rem;
    right: -2.375rem;
  }

  .sm\:-inset-x-4 {
    left: -0.250rem;
    right: -0.250rem;
  }

  .sm\:-inset-x-40 {
    left: -2.500rem;
    right: -2.500rem;
  }

  .sm\:-inset-x-50 {
    left: -3.125rem;
    right: -3.125rem;
  }

  .sm\:-inset-x-6 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .sm\:-inset-x-60 {
    left: -3.750rem;
    right: -3.750rem;
  }

  .sm\:-inset-x-70 {
    left: -4.375rem;
    right: -4.375rem;
  }

  .sm\:-inset-x-8 {
    left: -0.500rem;
    right: -0.500rem;
  }

  .sm\:-inset-x-80 {
    left: -5.000rem;
    right: -5.000rem;
  }

  .sm\:-inset-x-90 {
    left: -5.625rem;
    right: -5.625rem;
  }

  .sm\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .sm\:-inset-y-0 {
    top: -0px;
    bottom: -0px;
  }

  .sm\:-inset-y-1 {
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-y-10 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:-inset-y-100 {
    top: -6.250rem;
    bottom: -6.250rem;
  }

  .sm\:-inset-y-12 {
    top: -0.750rem;
    bottom: -0.750rem;
  }

  .sm\:-inset-y-14 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:-inset-y-150 {
    top: -9.375rem;
    bottom: -9.375rem;
  }

  .sm\:-inset-y-16 {
    top: -1.000rem;
    bottom: -1.000rem;
  }

  .sm\:-inset-y-18 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .sm\:-inset-y-2 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-20 {
    top: -1.250rem;
    bottom: -1.250rem;
  }

  .sm\:-inset-y-200 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .sm\:-inset-y-22 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .sm\:-inset-y-24 {
    top: -1.500rem;
    bottom: -1.500rem;
  }

  .sm\:-inset-y-250 {
    top: -15.625rem;
    bottom: -15.625rem;
  }

  .sm\:-inset-y-26 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .sm\:-inset-y-28 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:-inset-y-3 {
    top: -0.188rem;
    bottom: -0.188rem;
  }

  .sm\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-y-30 {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .sm\:-inset-y-300 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .sm\:-inset-y-32 {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-y-34 {
    top: -2.125rem;
    bottom: -2.125rem;
  }

  .sm\:-inset-y-36 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:-inset-y-38 {
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .sm\:-inset-y-4 {
    top: -0.250rem;
    bottom: -0.250rem;
  }

  .sm\:-inset-y-40 {
    top: -2.500rem;
    bottom: -2.500rem;
  }

  .sm\:-inset-y-50 {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .sm\:-inset-y-6 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:-inset-y-60 {
    top: -3.750rem;
    bottom: -3.750rem;
  }

  .sm\:-inset-y-70 {
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .sm\:-inset-y-8 {
    top: -0.500rem;
    bottom: -0.500rem;
  }

  .sm\:-inset-y-80 {
    top: -5.000rem;
    bottom: -5.000rem;
  }

  .sm\:-inset-y-90 {
    top: -5.625rem;
    bottom: -5.625rem;
  }

  .sm\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .sm\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .sm\:inset-x-1 {
    left: 1px;
    right: 1px;
  }

  .sm\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .sm\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .sm\:inset-x-10 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .sm\:inset-x-100 {
    left: 6.250rem;
    right: 6.250rem;
  }

  .sm\:inset-x-12 {
    left: 0.750rem;
    right: 0.750rem;
  }

  .sm\:inset-x-14 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .sm\:inset-x-150 {
    left: 9.375rem;
    right: 9.375rem;
  }

  .sm\:inset-x-16 {
    left: 1.000rem;
    right: 1.000rem;
  }

  .sm\:inset-x-18 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .sm\:inset-x-2 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .sm\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .sm\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-20 {
    left: 1.250rem;
    right: 1.250rem;
  }

  .sm\:inset-x-200 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .sm\:inset-x-22 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .sm\:inset-x-24 {
    left: 1.500rem;
    right: 1.500rem;
  }

  .sm\:inset-x-250 {
    left: 15.625rem;
    right: 15.625rem;
  }

  .sm\:inset-x-26 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .sm\:inset-x-28 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .sm\:inset-x-3 {
    left: 0.188rem;
    right: 0.188rem;
  }

  .sm\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .sm\:inset-x-30 {
    left: 1.875rem;
    right: 1.875rem;
  }

  .sm\:inset-x-300 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .sm\:inset-x-32 {
    left: 2rem;
    right: 2rem;
  }

  .sm\:inset-x-34 {
    left: 2.125rem;
    right: 2.125rem;
  }

  .sm\:inset-x-36 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .sm\:inset-x-38 {
    left: 2.375rem;
    right: 2.375rem;
  }

  .sm\:inset-x-4 {
    left: 0.250rem;
    right: 0.250rem;
  }

  .sm\:inset-x-40 {
    left: 2.500rem;
    right: 2.500rem;
  }

  .sm\:inset-x-50 {
    left: 3.125rem;
    right: 3.125rem;
  }

  .sm\:inset-x-6 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .sm\:inset-x-60 {
    left: 3.750rem;
    right: 3.750rem;
  }

  .sm\:inset-x-70 {
    left: 4.375rem;
    right: 4.375rem;
  }

  .sm\:inset-x-8 {
    left: 0.500rem;
    right: 0.500rem;
  }

  .sm\:inset-x-80 {
    left: 5.000rem;
    right: 5.000rem;
  }

  .sm\:inset-x-90 {
    left: 5.625rem;
    right: 5.625rem;
  }

  .sm\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .sm\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .sm\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:inset-y-1 {
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-y-10 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:inset-y-100 {
    top: 6.250rem;
    bottom: 6.250rem;
  }

  .sm\:inset-y-12 {
    top: 0.750rem;
    bottom: 0.750rem;
  }

  .sm\:inset-y-14 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:inset-y-150 {
    top: 9.375rem;
    bottom: 9.375rem;
  }

  .sm\:inset-y-16 {
    top: 1.000rem;
    bottom: 1.000rem;
  }

  .sm\:inset-y-18 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .sm\:inset-y-2 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-20 {
    top: 1.250rem;
    bottom: 1.250rem;
  }

  .sm\:inset-y-200 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .sm\:inset-y-22 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .sm\:inset-y-24 {
    top: 1.500rem;
    bottom: 1.500rem;
  }

  .sm\:inset-y-250 {
    top: 15.625rem;
    bottom: 15.625rem;
  }

  .sm\:inset-y-26 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .sm\:inset-y-28 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:inset-y-3 {
    top: 0.188rem;
    bottom: 0.188rem;
  }

  .sm\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-y-30 {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .sm\:inset-y-300 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .sm\:inset-y-32 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-y-34 {
    top: 2.125rem;
    bottom: 2.125rem;
  }

  .sm\:inset-y-36 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:inset-y-38 {
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .sm\:inset-y-4 {
    top: 0.250rem;
    bottom: 0.250rem;
  }

  .sm\:inset-y-40 {
    top: 2.500rem;
    bottom: 2.500rem;
  }

  .sm\:inset-y-50 {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .sm\:inset-y-6 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:inset-y-60 {
    top: 3.750rem;
    bottom: 3.750rem;
  }

  .sm\:inset-y-70 {
    top: 4.375rem;
    bottom: 4.375rem;
  }

  .sm\:inset-y-8 {
    top: 0.500rem;
    bottom: 0.500rem;
  }

  .sm\:inset-y-80 {
    top: 5.000rem;
    bottom: 5.000rem;
  }

  .sm\:inset-y-90 {
    top: 5.625rem;
    bottom: 5.625rem;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .sm\:-bottom-0 {
    bottom: -0px;
  }

  .sm\:-bottom-1 {
    bottom: -1px;
  }

  .sm\:-bottom-1\/2 {
    bottom: -50%;
  }

  .sm\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .sm\:-bottom-1\/4 {
    bottom: -25%;
  }

  .sm\:-bottom-10 {
    bottom: -0.625rem;
  }

  .sm\:-bottom-100 {
    bottom: -6.250rem;
  }

  .sm\:-bottom-12 {
    bottom: -0.750rem;
  }

  .sm\:-bottom-14 {
    bottom: -0.875rem;
  }

  .sm\:-bottom-150 {
    bottom: -9.375rem;
  }

  .sm\:-bottom-16 {
    bottom: -1.000rem;
  }

  .sm\:-bottom-18 {
    bottom: -1.125rem;
  }

  .sm\:-bottom-2 {
    bottom: -0.125rem;
  }

  .sm\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .sm\:-bottom-2\/4 {
    bottom: -50%;
  }

  .sm\:-bottom-20 {
    bottom: -1.250rem;
  }

  .sm\:-bottom-200 {
    bottom: -12.5rem;
  }

  .sm\:-bottom-22 {
    bottom: -1.375rem;
  }

  .sm\:-bottom-24 {
    bottom: -1.500rem;
  }

  .sm\:-bottom-250 {
    bottom: -15.625rem;
  }

  .sm\:-bottom-26 {
    bottom: -1.625rem;
  }

  .sm\:-bottom-28 {
    bottom: -1.75rem;
  }

  .sm\:-bottom-3 {
    bottom: -0.188rem;
  }

  .sm\:-bottom-3\/4 {
    bottom: -75%;
  }

  .sm\:-bottom-30 {
    bottom: -1.875rem;
  }

  .sm\:-bottom-300 {
    bottom: -18.75rem;
  }

  .sm\:-bottom-32 {
    bottom: -2rem;
  }

  .sm\:-bottom-34 {
    bottom: -2.125rem;
  }

  .sm\:-bottom-36 {
    bottom: -2.25rem;
  }

  .sm\:-bottom-38 {
    bottom: -2.375rem;
  }

  .sm\:-bottom-4 {
    bottom: -0.250rem;
  }

  .sm\:-bottom-40 {
    bottom: -2.500rem;
  }

  .sm\:-bottom-50 {
    bottom: -3.125rem;
  }

  .sm\:-bottom-6 {
    bottom: -0.375rem;
  }

  .sm\:-bottom-60 {
    bottom: -3.750rem;
  }

  .sm\:-bottom-70 {
    bottom: -4.375rem;
  }

  .sm\:-bottom-8 {
    bottom: -0.500rem;
  }

  .sm\:-bottom-80 {
    bottom: -5.000rem;
  }

  .sm\:-bottom-90 {
    bottom: -5.625rem;
  }

  .sm\:-bottom-full {
    bottom: -100%;
  }

  .sm\:-end-0 {
    inset-inline-end: -0px;
  }

  .sm\:-end-1 {
    inset-inline-end: -1px;
  }

  .sm\:-end-1\/2 {
    inset-inline-end: -50%;
  }

  .sm\:-end-1\/3 {
    inset-inline-end: -33.333333%;
  }

  .sm\:-end-1\/4 {
    inset-inline-end: -25%;
  }

  .sm\:-end-10 {
    inset-inline-end: -0.625rem;
  }

  .sm\:-end-100 {
    inset-inline-end: -6.250rem;
  }

  .sm\:-end-12 {
    inset-inline-end: -0.750rem;
  }

  .sm\:-end-14 {
    inset-inline-end: -0.875rem;
  }

  .sm\:-end-150 {
    inset-inline-end: -9.375rem;
  }

  .sm\:-end-16 {
    inset-inline-end: -1.000rem;
  }

  .sm\:-end-18 {
    inset-inline-end: -1.125rem;
  }

  .sm\:-end-2 {
    inset-inline-end: -0.125rem;
  }

  .sm\:-end-2\/3 {
    inset-inline-end: -66.666667%;
  }

  .sm\:-end-2\/4 {
    inset-inline-end: -50%;
  }

  .sm\:-end-20 {
    inset-inline-end: -1.250rem;
  }

  .sm\:-end-200 {
    inset-inline-end: -12.5rem;
  }

  .sm\:-end-22 {
    inset-inline-end: -1.375rem;
  }

  .sm\:-end-24 {
    inset-inline-end: -1.500rem;
  }

  .sm\:-end-250 {
    inset-inline-end: -15.625rem;
  }

  .sm\:-end-26 {
    inset-inline-end: -1.625rem;
  }

  .sm\:-end-28 {
    inset-inline-end: -1.75rem;
  }

  .sm\:-end-3 {
    inset-inline-end: -0.188rem;
  }

  .sm\:-end-3\/4 {
    inset-inline-end: -75%;
  }

  .sm\:-end-30 {
    inset-inline-end: -1.875rem;
  }

  .sm\:-end-300 {
    inset-inline-end: -18.75rem;
  }

  .sm\:-end-32 {
    inset-inline-end: -2rem;
  }

  .sm\:-end-34 {
    inset-inline-end: -2.125rem;
  }

  .sm\:-end-36 {
    inset-inline-end: -2.25rem;
  }

  .sm\:-end-38 {
    inset-inline-end: -2.375rem;
  }

  .sm\:-end-4 {
    inset-inline-end: -0.250rem;
  }

  .sm\:-end-40 {
    inset-inline-end: -2.500rem;
  }

  .sm\:-end-50 {
    inset-inline-end: -3.125rem;
  }

  .sm\:-end-6 {
    inset-inline-end: -0.375rem;
  }

  .sm\:-end-60 {
    inset-inline-end: -3.750rem;
  }

  .sm\:-end-70 {
    inset-inline-end: -4.375rem;
  }

  .sm\:-end-8 {
    inset-inline-end: -0.500rem;
  }

  .sm\:-end-80 {
    inset-inline-end: -5.000rem;
  }

  .sm\:-end-90 {
    inset-inline-end: -5.625rem;
  }

  .sm\:-end-full {
    inset-inline-end: -100%;
  }

  .sm\:-left-0 {
    left: -0px;
  }

  .sm\:-left-1 {
    left: -1px;
  }

  .sm\:-left-1\/2 {
    left: -50%;
  }

  .sm\:-left-1\/3 {
    left: -33.333333%;
  }

  .sm\:-left-1\/4 {
    left: -25%;
  }

  .sm\:-left-10 {
    left: -0.625rem;
  }

  .sm\:-left-100 {
    left: -6.250rem;
  }

  .sm\:-left-12 {
    left: -0.750rem;
  }

  .sm\:-left-14 {
    left: -0.875rem;
  }

  .sm\:-left-150 {
    left: -9.375rem;
  }

  .sm\:-left-16 {
    left: -1.000rem;
  }

  .sm\:-left-18 {
    left: -1.125rem;
  }

  .sm\:-left-2 {
    left: -0.125rem;
  }

  .sm\:-left-2\/3 {
    left: -66.666667%;
  }

  .sm\:-left-2\/4 {
    left: -50%;
  }

  .sm\:-left-20 {
    left: -1.250rem;
  }

  .sm\:-left-200 {
    left: -12.5rem;
  }

  .sm\:-left-22 {
    left: -1.375rem;
  }

  .sm\:-left-24 {
    left: -1.500rem;
  }

  .sm\:-left-250 {
    left: -15.625rem;
  }

  .sm\:-left-26 {
    left: -1.625rem;
  }

  .sm\:-left-28 {
    left: -1.75rem;
  }

  .sm\:-left-3 {
    left: -0.188rem;
  }

  .sm\:-left-3\/4 {
    left: -75%;
  }

  .sm\:-left-30 {
    left: -1.875rem;
  }

  .sm\:-left-300 {
    left: -18.75rem;
  }

  .sm\:-left-32 {
    left: -2rem;
  }

  .sm\:-left-34 {
    left: -2.125rem;
  }

  .sm\:-left-36 {
    left: -2.25rem;
  }

  .sm\:-left-38 {
    left: -2.375rem;
  }

  .sm\:-left-4 {
    left: -0.250rem;
  }

  .sm\:-left-40 {
    left: -2.500rem;
  }

  .sm\:-left-50 {
    left: -3.125rem;
  }

  .sm\:-left-6 {
    left: -0.375rem;
  }

  .sm\:-left-60 {
    left: -3.750rem;
  }

  .sm\:-left-70 {
    left: -4.375rem;
  }

  .sm\:-left-8 {
    left: -0.500rem;
  }

  .sm\:-left-80 {
    left: -5.000rem;
  }

  .sm\:-left-90 {
    left: -5.625rem;
  }

  .sm\:-left-full {
    left: -100%;
  }

  .sm\:-right-0 {
    right: -0px;
  }

  .sm\:-right-1 {
    right: -1px;
  }

  .sm\:-right-1\/2 {
    right: -50%;
  }

  .sm\:-right-1\/3 {
    right: -33.333333%;
  }

  .sm\:-right-1\/4 {
    right: -25%;
  }

  .sm\:-right-10 {
    right: -0.625rem;
  }

  .sm\:-right-100 {
    right: -6.250rem;
  }

  .sm\:-right-12 {
    right: -0.750rem;
  }

  .sm\:-right-14 {
    right: -0.875rem;
  }

  .sm\:-right-150 {
    right: -9.375rem;
  }

  .sm\:-right-16 {
    right: -1.000rem;
  }

  .sm\:-right-18 {
    right: -1.125rem;
  }

  .sm\:-right-2 {
    right: -0.125rem;
  }

  .sm\:-right-2\/3 {
    right: -66.666667%;
  }

  .sm\:-right-2\/4 {
    right: -50%;
  }

  .sm\:-right-20 {
    right: -1.250rem;
  }

  .sm\:-right-200 {
    right: -12.5rem;
  }

  .sm\:-right-22 {
    right: -1.375rem;
  }

  .sm\:-right-24 {
    right: -1.500rem;
  }

  .sm\:-right-250 {
    right: -15.625rem;
  }

  .sm\:-right-26 {
    right: -1.625rem;
  }

  .sm\:-right-28 {
    right: -1.75rem;
  }

  .sm\:-right-3 {
    right: -0.188rem;
  }

  .sm\:-right-3\/4 {
    right: -75%;
  }

  .sm\:-right-30 {
    right: -1.875rem;
  }

  .sm\:-right-300 {
    right: -18.75rem;
  }

  .sm\:-right-32 {
    right: -2rem;
  }

  .sm\:-right-34 {
    right: -2.125rem;
  }

  .sm\:-right-36 {
    right: -2.25rem;
  }

  .sm\:-right-38 {
    right: -2.375rem;
  }

  .sm\:-right-4 {
    right: -0.250rem;
  }

  .sm\:-right-40 {
    right: -2.500rem;
  }

  .sm\:-right-50 {
    right: -3.125rem;
  }

  .sm\:-right-6 {
    right: -0.375rem;
  }

  .sm\:-right-60 {
    right: -3.750rem;
  }

  .sm\:-right-70 {
    right: -4.375rem;
  }

  .sm\:-right-8 {
    right: -0.500rem;
  }

  .sm\:-right-80 {
    right: -5.000rem;
  }

  .sm\:-right-90 {
    right: -5.625rem;
  }

  .sm\:-right-full {
    right: -100%;
  }

  .sm\:-start-0 {
    inset-inline-start: -0px;
  }

  .sm\:-start-1 {
    inset-inline-start: -1px;
  }

  .sm\:-start-1\/2 {
    inset-inline-start: -50%;
  }

  .sm\:-start-1\/3 {
    inset-inline-start: -33.333333%;
  }

  .sm\:-start-1\/4 {
    inset-inline-start: -25%;
  }

  .sm\:-start-10 {
    inset-inline-start: -0.625rem;
  }

  .sm\:-start-100 {
    inset-inline-start: -6.250rem;
  }

  .sm\:-start-12 {
    inset-inline-start: -0.750rem;
  }

  .sm\:-start-14 {
    inset-inline-start: -0.875rem;
  }

  .sm\:-start-150 {
    inset-inline-start: -9.375rem;
  }

  .sm\:-start-16 {
    inset-inline-start: -1.000rem;
  }

  .sm\:-start-18 {
    inset-inline-start: -1.125rem;
  }

  .sm\:-start-2 {
    inset-inline-start: -0.125rem;
  }

  .sm\:-start-2\/3 {
    inset-inline-start: -66.666667%;
  }

  .sm\:-start-2\/4 {
    inset-inline-start: -50%;
  }

  .sm\:-start-20 {
    inset-inline-start: -1.250rem;
  }

  .sm\:-start-200 {
    inset-inline-start: -12.5rem;
  }

  .sm\:-start-22 {
    inset-inline-start: -1.375rem;
  }

  .sm\:-start-24 {
    inset-inline-start: -1.500rem;
  }

  .sm\:-start-250 {
    inset-inline-start: -15.625rem;
  }

  .sm\:-start-26 {
    inset-inline-start: -1.625rem;
  }

  .sm\:-start-28 {
    inset-inline-start: -1.75rem;
  }

  .sm\:-start-3 {
    inset-inline-start: -0.188rem;
  }

  .sm\:-start-3\/4 {
    inset-inline-start: -75%;
  }

  .sm\:-start-30 {
    inset-inline-start: -1.875rem;
  }

  .sm\:-start-300 {
    inset-inline-start: -18.75rem;
  }

  .sm\:-start-32 {
    inset-inline-start: -2rem;
  }

  .sm\:-start-34 {
    inset-inline-start: -2.125rem;
  }

  .sm\:-start-36 {
    inset-inline-start: -2.25rem;
  }

  .sm\:-start-38 {
    inset-inline-start: -2.375rem;
  }

  .sm\:-start-4 {
    inset-inline-start: -0.250rem;
  }

  .sm\:-start-40 {
    inset-inline-start: -2.500rem;
  }

  .sm\:-start-50 {
    inset-inline-start: -3.125rem;
  }

  .sm\:-start-6 {
    inset-inline-start: -0.375rem;
  }

  .sm\:-start-60 {
    inset-inline-start: -3.750rem;
  }

  .sm\:-start-70 {
    inset-inline-start: -4.375rem;
  }

  .sm\:-start-8 {
    inset-inline-start: -0.500rem;
  }

  .sm\:-start-80 {
    inset-inline-start: -5.000rem;
  }

  .sm\:-start-90 {
    inset-inline-start: -5.625rem;
  }

  .sm\:-start-full {
    inset-inline-start: -100%;
  }

  .sm\:-top-0 {
    top: -0px;
  }

  .sm\:-top-1 {
    top: -1px;
  }

  .sm\:-top-1\/2 {
    top: -50%;
  }

  .sm\:-top-1\/3 {
    top: -33.333333%;
  }

  .sm\:-top-1\/4 {
    top: -25%;
  }

  .sm\:-top-10 {
    top: -0.625rem;
  }

  .sm\:-top-100 {
    top: -6.250rem;
  }

  .sm\:-top-12 {
    top: -0.750rem;
  }

  .sm\:-top-14 {
    top: -0.875rem;
  }

  .sm\:-top-150 {
    top: -9.375rem;
  }

  .sm\:-top-16 {
    top: -1.000rem;
  }

  .sm\:-top-18 {
    top: -1.125rem;
  }

  .sm\:-top-2 {
    top: -0.125rem;
  }

  .sm\:-top-2\/3 {
    top: -66.666667%;
  }

  .sm\:-top-2\/4 {
    top: -50%;
  }

  .sm\:-top-20 {
    top: -1.250rem;
  }

  .sm\:-top-200 {
    top: -12.5rem;
  }

  .sm\:-top-22 {
    top: -1.375rem;
  }

  .sm\:-top-24 {
    top: -1.500rem;
  }

  .sm\:-top-250 {
    top: -15.625rem;
  }

  .sm\:-top-26 {
    top: -1.625rem;
  }

  .sm\:-top-28 {
    top: -1.75rem;
  }

  .sm\:-top-3 {
    top: -0.188rem;
  }

  .sm\:-top-3\/4 {
    top: -75%;
  }

  .sm\:-top-30 {
    top: -1.875rem;
  }

  .sm\:-top-300 {
    top: -18.75rem;
  }

  .sm\:-top-32 {
    top: -2rem;
  }

  .sm\:-top-34 {
    top: -2.125rem;
  }

  .sm\:-top-36 {
    top: -2.25rem;
  }

  .sm\:-top-38 {
    top: -2.375rem;
  }

  .sm\:-top-4 {
    top: -0.250rem;
  }

  .sm\:-top-40 {
    top: -2.500rem;
  }

  .sm\:-top-50 {
    top: -3.125rem;
  }

  .sm\:-top-6 {
    top: -0.375rem;
  }

  .sm\:-top-60 {
    top: -3.750rem;
  }

  .sm\:-top-70 {
    top: -4.375rem;
  }

  .sm\:-top-8 {
    top: -0.500rem;
  }

  .sm\:-top-80 {
    top: -5.000rem;
  }

  .sm\:-top-90 {
    top: -5.625rem;
  }

  .sm\:-top-full {
    top: -100%;
  }

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:bottom-1 {
    bottom: 1px;
  }

  .sm\:bottom-1\/2 {
    bottom: 50%;
  }

  .sm\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .sm\:bottom-1\/4 {
    bottom: 25%;
  }

  .sm\:bottom-10 {
    bottom: 0.625rem;
  }

  .sm\:bottom-100 {
    bottom: 6.250rem;
  }

  .sm\:bottom-12 {
    bottom: 0.750rem;
  }

  .sm\:bottom-14 {
    bottom: 0.875rem;
  }

  .sm\:bottom-150 {
    bottom: 9.375rem;
  }

  .sm\:bottom-16 {
    bottom: 1.000rem;
  }

  .sm\:bottom-18 {
    bottom: 1.125rem;
  }

  .sm\:bottom-2 {
    bottom: 0.125rem;
  }

  .sm\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .sm\:bottom-2\/4 {
    bottom: 50%;
  }

  .sm\:bottom-20 {
    bottom: 1.250rem;
  }

  .sm\:bottom-200 {
    bottom: 12.5rem;
  }

  .sm\:bottom-22 {
    bottom: 1.375rem;
  }

  .sm\:bottom-24 {
    bottom: 1.500rem;
  }

  .sm\:bottom-250 {
    bottom: 15.625rem;
  }

  .sm\:bottom-26 {
    bottom: 1.625rem;
  }

  .sm\:bottom-28 {
    bottom: 1.75rem;
  }

  .sm\:bottom-3 {
    bottom: 0.188rem;
  }

  .sm\:bottom-3\/4 {
    bottom: 75%;
  }

  .sm\:bottom-30 {
    bottom: 1.875rem;
  }

  .sm\:bottom-300 {
    bottom: 18.75rem;
  }

  .sm\:bottom-32 {
    bottom: 2rem;
  }

  .sm\:bottom-34 {
    bottom: 2.125rem;
  }

  .sm\:bottom-36 {
    bottom: 2.25rem;
  }

  .sm\:bottom-38 {
    bottom: 2.375rem;
  }

  .sm\:bottom-4 {
    bottom: 0.250rem;
  }

  .sm\:bottom-40 {
    bottom: 2.500rem;
  }

  .sm\:bottom-50 {
    bottom: 3.125rem;
  }

  .sm\:bottom-6 {
    bottom: 0.375rem;
  }

  .sm\:bottom-60 {
    bottom: 3.750rem;
  }

  .sm\:bottom-70 {
    bottom: 4.375rem;
  }

  .sm\:bottom-8 {
    bottom: 0.500rem;
  }

  .sm\:bottom-80 {
    bottom: 5.000rem;
  }

  .sm\:bottom-90 {
    bottom: 5.625rem;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:bottom-full {
    bottom: 100%;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:left-1 {
    left: 1px;
  }

  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:left-1\/3 {
    left: 33.333333%;
  }

  .sm\:left-1\/4 {
    left: 25%;
  }

  .sm\:left-10 {
    left: 0.625rem;
  }

  .sm\:left-100 {
    left: 6.250rem;
  }

  .sm\:left-12 {
    left: 0.750rem;
  }

  .sm\:left-14 {
    left: 0.875rem;
  }

  .sm\:left-150 {
    left: 9.375rem;
  }

  .sm\:left-16 {
    left: 1.000rem;
  }

  .sm\:left-18 {
    left: 1.125rem;
  }

  .sm\:left-2 {
    left: 0.125rem;
  }

  .sm\:left-2\/3 {
    left: 66.666667%;
  }

  .sm\:left-2\/4 {
    left: 50%;
  }

  .sm\:left-20 {
    left: 1.250rem;
  }

  .sm\:left-200 {
    left: 12.5rem;
  }

  .sm\:left-22 {
    left: 1.375rem;
  }

  .sm\:left-24 {
    left: 1.500rem;
  }

  .sm\:left-250 {
    left: 15.625rem;
  }

  .sm\:left-26 {
    left: 1.625rem;
  }

  .sm\:left-28 {
    left: 1.75rem;
  }

  .sm\:left-3 {
    left: 0.188rem;
  }

  .sm\:left-3\/4 {
    left: 75%;
  }

  .sm\:left-30 {
    left: 1.875rem;
  }

  .sm\:left-300 {
    left: 18.75rem;
  }

  .sm\:left-32 {
    left: 2rem;
  }

  .sm\:left-34 {
    left: 2.125rem;
  }

  .sm\:left-36 {
    left: 2.25rem;
  }

  .sm\:left-38 {
    left: 2.375rem;
  }

  .sm\:left-4 {
    left: 0.250rem;
  }

  .sm\:left-40 {
    left: 2.500rem;
  }

  .sm\:left-50 {
    left: 3.125rem;
  }

  .sm\:left-6 {
    left: 0.375rem;
  }

  .sm\:left-60 {
    left: 3.750rem;
  }

  .sm\:left-70 {
    left: 4.375rem;
  }

  .sm\:left-8 {
    left: 0.500rem;
  }

  .sm\:left-80 {
    left: 5.000rem;
  }

  .sm\:left-90 {
    left: 5.625rem;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:left-full {
    left: 100%;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:right-1 {
    right: 1px;
  }

  .sm\:right-1\/2 {
    right: 50%;
  }

  .sm\:right-1\/3 {
    right: 33.333333%;
  }

  .sm\:right-1\/4 {
    right: 25%;
  }

  .sm\:right-10 {
    right: 0.625rem;
  }

  .sm\:right-100 {
    right: 6.250rem;
  }

  .sm\:right-12 {
    right: 0.750rem;
  }

  .sm\:right-14 {
    right: 0.875rem;
  }

  .sm\:right-150 {
    right: 9.375rem;
  }

  .sm\:right-16 {
    right: 1.000rem;
  }

  .sm\:right-18 {
    right: 1.125rem;
  }

  .sm\:right-2 {
    right: 0.125rem;
  }

  .sm\:right-2\/3 {
    right: 66.666667%;
  }

  .sm\:right-2\/4 {
    right: 50%;
  }

  .sm\:right-20 {
    right: 1.250rem;
  }

  .sm\:right-200 {
    right: 12.5rem;
  }

  .sm\:right-22 {
    right: 1.375rem;
  }

  .sm\:right-24 {
    right: 1.500rem;
  }

  .sm\:right-250 {
    right: 15.625rem;
  }

  .sm\:right-26 {
    right: 1.625rem;
  }

  .sm\:right-28 {
    right: 1.75rem;
  }

  .sm\:right-3 {
    right: 0.188rem;
  }

  .sm\:right-3\/4 {
    right: 75%;
  }

  .sm\:right-30 {
    right: 1.875rem;
  }

  .sm\:right-300 {
    right: 18.75rem;
  }

  .sm\:right-32 {
    right: 2rem;
  }

  .sm\:right-34 {
    right: 2.125rem;
  }

  .sm\:right-36 {
    right: 2.25rem;
  }

  .sm\:right-38 {
    right: 2.375rem;
  }

  .sm\:right-4 {
    right: 0.250rem;
  }

  .sm\:right-40 {
    right: 2.500rem;
  }

  .sm\:right-50 {
    right: 3.125rem;
  }

  .sm\:right-6 {
    right: 0.375rem;
  }

  .sm\:right-60 {
    right: 3.750rem;
  }

  .sm\:right-70 {
    right: 4.375rem;
  }

  .sm\:right-8 {
    right: 0.500rem;
  }

  .sm\:right-80 {
    right: 5.000rem;
  }

  .sm\:right-90 {
    right: 5.625rem;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:right-full {
    right: 100%;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:top-1 {
    top: 1px;
  }

  .sm\:top-1\/2 {
    top: 50%;
  }

  .sm\:top-1\/3 {
    top: 33.333333%;
  }

  .sm\:top-1\/4 {
    top: 25%;
  }

  .sm\:top-10 {
    top: 0.625rem;
  }

  .sm\:top-100 {
    top: 6.250rem;
  }

  .sm\:top-12 {
    top: 0.750rem;
  }

  .sm\:top-14 {
    top: 0.875rem;
  }

  .sm\:top-150 {
    top: 9.375rem;
  }

  .sm\:top-16 {
    top: 1.000rem;
  }

  .sm\:top-18 {
    top: 1.125rem;
  }

  .sm\:top-2 {
    top: 0.125rem;
  }

  .sm\:top-2\/3 {
    top: 66.666667%;
  }

  .sm\:top-2\/4 {
    top: 50%;
  }

  .sm\:top-20 {
    top: 1.250rem;
  }

  .sm\:top-200 {
    top: 12.5rem;
  }

  .sm\:top-22 {
    top: 1.375rem;
  }

  .sm\:top-24 {
    top: 1.500rem;
  }

  .sm\:top-250 {
    top: 15.625rem;
  }

  .sm\:top-26 {
    top: 1.625rem;
  }

  .sm\:top-28 {
    top: 1.75rem;
  }

  .sm\:top-3 {
    top: 0.188rem;
  }

  .sm\:top-3\/4 {
    top: 75%;
  }

  .sm\:top-30 {
    top: 1.875rem;
  }

  .sm\:top-300 {
    top: 18.75rem;
  }

  .sm\:top-32 {
    top: 2rem;
  }

  .sm\:top-34 {
    top: 2.125rem;
  }

  .sm\:top-36 {
    top: 2.25rem;
  }

  .sm\:top-38 {
    top: 2.375rem;
  }

  .sm\:top-4 {
    top: 0.250rem;
  }

  .sm\:top-40 {
    top: 2.500rem;
  }

  .sm\:top-50 {
    top: 3.125rem;
  }

  .sm\:top-6 {
    top: 0.375rem;
  }

  .sm\:top-60 {
    top: 3.750rem;
  }

  .sm\:top-70 {
    top: 4.375rem;
  }

  .sm\:top-8 {
    top: 0.500rem;
  }

  .sm\:top-80 {
    top: 5.000rem;
  }

  .sm\:top-90 {
    top: 5.625rem;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:top-full {
    top: 100%;
  }

  .sm\:-z-0 {
    z-index: 0;
  }

  .sm\:-z-10 {
    z-index: -10;
  }

  .sm\:-z-20 {
    z-index: -20;
  }

  .sm\:-z-30 {
    z-index: -30;
  }

  .sm\:-z-40 {
    z-index: -40;
  }

  .sm\:-z-50 {
    z-index: -50;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:-order-1 {
    order: -1;
  }

  .sm\:-order-10 {
    order: -10;
  }

  .sm\:-order-11 {
    order: -11;
  }

  .sm\:-order-12 {
    order: -12;
  }

  .sm\:-order-2 {
    order: -2;
  }

  .sm\:-order-3 {
    order: -3;
  }

  .sm\:-order-4 {
    order: -4;
  }

  .sm\:-order-5 {
    order: -5;
  }

  .sm\:-order-6 {
    order: -6;
  }

  .sm\:-order-7 {
    order: -7;
  }

  .sm\:-order-8 {
    order: -8;
  }

  .sm\:-order-9 {
    order: -9;
  }

  .sm\:-order-first {
    order: 9999;
  }

  .sm\:-order-last {
    order: -9999;
  }

  .sm\:-order-none {
    order: 0;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:col-auto {
    grid-column: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:row-end-1 {
    grid-row-end: 1;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:-m-0 {
    margin: -0px;
  }

  .sm\:-m-1 {
    margin: -1px;
  }

  .sm\:-m-10 {
    margin: -0.625rem;
  }

  .sm\:-m-100 {
    margin: -6.250rem;
  }

  .sm\:-m-12 {
    margin: -0.750rem;
  }

  .sm\:-m-14 {
    margin: -0.875rem;
  }

  .sm\:-m-150 {
    margin: -9.375rem;
  }

  .sm\:-m-16 {
    margin: -1.000rem;
  }

  .sm\:-m-18 {
    margin: -1.125rem;
  }

  .sm\:-m-2 {
    margin: -0.125rem;
  }

  .sm\:-m-20 {
    margin: -1.250rem;
  }

  .sm\:-m-200 {
    margin: -12.5rem;
  }

  .sm\:-m-22 {
    margin: -1.375rem;
  }

  .sm\:-m-24 {
    margin: -1.500rem;
  }

  .sm\:-m-250 {
    margin: -15.625rem;
  }

  .sm\:-m-26 {
    margin: -1.625rem;
  }

  .sm\:-m-28 {
    margin: -1.75rem;
  }

  .sm\:-m-3 {
    margin: -0.188rem;
  }

  .sm\:-m-30 {
    margin: -1.875rem;
  }

  .sm\:-m-300 {
    margin: -18.75rem;
  }

  .sm\:-m-32 {
    margin: -2rem;
  }

  .sm\:-m-34 {
    margin: -2.125rem;
  }

  .sm\:-m-36 {
    margin: -2.25rem;
  }

  .sm\:-m-38 {
    margin: -2.375rem;
  }

  .sm\:-m-4 {
    margin: -0.250rem;
  }

  .sm\:-m-40 {
    margin: -2.500rem;
  }

  .sm\:-m-50 {
    margin: -3.125rem;
  }

  .sm\:-m-6 {
    margin: -0.375rem;
  }

  .sm\:-m-60 {
    margin: -3.750rem;
  }

  .sm\:-m-70 {
    margin: -4.375rem;
  }

  .sm\:-m-8 {
    margin: -0.500rem;
  }

  .sm\:-m-80 {
    margin: -5.000rem;
  }

  .sm\:-m-90 {
    margin: -5.625rem;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:m-1 {
    margin: 1px;
  }

  .sm\:m-10 {
    margin: 0.625rem;
  }

  .sm\:m-100 {
    margin: 6.250rem;
  }

  .sm\:m-12 {
    margin: 0.750rem;
  }

  .sm\:m-14 {
    margin: 0.875rem;
  }

  .sm\:m-150 {
    margin: 9.375rem;
  }

  .sm\:m-16 {
    margin: 1.000rem;
  }

  .sm\:m-18 {
    margin: 1.125rem;
  }

  .sm\:m-2 {
    margin: 0.125rem;
  }

  .sm\:m-20 {
    margin: 1.250rem;
  }

  .sm\:m-200 {
    margin: 12.5rem;
  }

  .sm\:m-22 {
    margin: 1.375rem;
  }

  .sm\:m-24 {
    margin: 1.500rem;
  }

  .sm\:m-250 {
    margin: 15.625rem;
  }

  .sm\:m-26 {
    margin: 1.625rem;
  }

  .sm\:m-28 {
    margin: 1.75rem;
  }

  .sm\:m-3 {
    margin: 0.188rem;
  }

  .sm\:m-30 {
    margin: 1.875rem;
  }

  .sm\:m-300 {
    margin: 18.75rem;
  }

  .sm\:m-32 {
    margin: 2rem;
  }

  .sm\:m-34 {
    margin: 2.125rem;
  }

  .sm\:m-36 {
    margin: 2.25rem;
  }

  .sm\:m-38 {
    margin: 2.375rem;
  }

  .sm\:m-4 {
    margin: 0.250rem;
  }

  .sm\:m-40 {
    margin: 2.500rem;
  }

  .sm\:m-50 {
    margin: 3.125rem;
  }

  .sm\:m-6 {
    margin: 0.375rem;
  }

  .sm\:m-60 {
    margin: 3.750rem;
  }

  .sm\:m-70 {
    margin: 4.375rem;
  }

  .sm\:m-8 {
    margin: 0.500rem;
  }

  .sm\:m-80 {
    margin: 5.000rem;
  }

  .sm\:m-90 {
    margin: 5.625rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .sm\:-mx-1 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mx-10 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-mx-100 {
    margin-left: -6.250rem;
    margin-right: -6.250rem;
  }

  .sm\:-mx-12 {
    margin-left: -0.750rem;
    margin-right: -0.750rem;
  }

  .sm\:-mx-14 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:-mx-150 {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .sm\:-mx-16 {
    margin-left: -1.000rem;
    margin-right: -1.000rem;
  }

  .sm\:-mx-18 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:-mx-20 {
    margin-left: -1.250rem;
    margin-right: -1.250rem;
  }

  .sm\:-mx-200 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .sm\:-mx-22 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .sm\:-mx-24 {
    margin-left: -1.500rem;
    margin-right: -1.500rem;
  }

  .sm\:-mx-250 {
    margin-left: -15.625rem;
    margin-right: -15.625rem;
  }

  .sm\:-mx-26 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .sm\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.188rem;
    margin-right: -0.188rem;
  }

  .sm\:-mx-30 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .sm\:-mx-300 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-mx-34 {
    margin-left: -2.125rem;
    margin-right: -2.125rem;
  }

  .sm\:-mx-36 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-mx-38 {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .sm\:-mx-4 {
    margin-left: -0.250rem;
    margin-right: -0.250rem;
  }

  .sm\:-mx-40 {
    margin-left: -2.500rem;
    margin-right: -2.500rem;
  }

  .sm\:-mx-50 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .sm\:-mx-6 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:-mx-60 {
    margin-left: -3.750rem;
    margin-right: -3.750rem;
  }

  .sm\:-mx-70 {
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .sm\:-mx-8 {
    margin-left: -0.500rem;
    margin-right: -0.500rem;
  }

  .sm\:-mx-80 {
    margin-left: -5.000rem;
    margin-right: -5.000rem;
  }

  .sm\:-mx-90 {
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }

  .sm\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .sm\:-my-1 {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-my-10 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-my-100 {
    margin-top: -6.250rem;
    margin-bottom: -6.250rem;
  }

  .sm\:-my-12 {
    margin-top: -0.750rem;
    margin-bottom: -0.750rem;
  }

  .sm\:-my-14 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:-my-150 {
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .sm\:-my-16 {
    margin-top: -1.000rem;
    margin-bottom: -1.000rem;
  }

  .sm\:-my-18 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .sm\:-my-2 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-my-20 {
    margin-top: -1.250rem;
    margin-bottom: -1.250rem;
  }

  .sm\:-my-200 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .sm\:-my-22 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .sm\:-my-24 {
    margin-top: -1.500rem;
    margin-bottom: -1.500rem;
  }

  .sm\:-my-250 {
    margin-top: -15.625rem;
    margin-bottom: -15.625rem;
  }

  .sm\:-my-26 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .sm\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-my-3 {
    margin-top: -0.188rem;
    margin-bottom: -0.188rem;
  }

  .sm\:-my-30 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:-my-300 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-my-34 {
    margin-top: -2.125rem;
    margin-bottom: -2.125rem;
  }

  .sm\:-my-36 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-my-38 {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .sm\:-my-4 {
    margin-top: -0.250rem;
    margin-bottom: -0.250rem;
  }

  .sm\:-my-40 {
    margin-top: -2.500rem;
    margin-bottom: -2.500rem;
  }

  .sm\:-my-50 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:-my-6 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-my-60 {
    margin-top: -3.750rem;
    margin-bottom: -3.750rem;
  }

  .sm\:-my-70 {
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .sm\:-my-8 {
    margin-top: -0.500rem;
    margin-bottom: -0.500rem;
  }

  .sm\:-my-80 {
    margin-top: -5.000rem;
    margin-bottom: -5.000rem;
  }

  .sm\:-my-90 {
    margin-top: -5.625rem;
    margin-bottom: -5.625rem;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:mx-100 {
    margin-left: 6.250rem;
    margin-right: 6.250rem;
  }

  .sm\:mx-12 {
    margin-left: 0.750rem;
    margin-right: 0.750rem;
  }

  .sm\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:mx-150 {
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .sm\:mx-16 {
    margin-left: 1.000rem;
    margin-right: 1.000rem;
  }

  .sm\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .sm\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:mx-20 {
    margin-left: 1.250rem;
    margin-right: 1.250rem;
  }

  .sm\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .sm\:mx-22 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .sm\:mx-24 {
    margin-left: 1.500rem;
    margin-right: 1.500rem;
  }

  .sm\:mx-250 {
    margin-left: 15.625rem;
    margin-right: 15.625rem;
  }

  .sm\:mx-26 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .sm\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-3 {
    margin-left: 0.188rem;
    margin-right: 0.188rem;
  }

  .sm\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .sm\:mx-300 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-34 {
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .sm\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:mx-38 {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .sm\:mx-4 {
    margin-left: 0.250rem;
    margin-right: 0.250rem;
  }

  .sm\:mx-40 {
    margin-left: 2.500rem;
    margin-right: 2.500rem;
  }

  .sm\:mx-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .sm\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:mx-60 {
    margin-left: 3.750rem;
    margin-right: 3.750rem;
  }

  .sm\:mx-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .sm\:mx-8 {
    margin-left: 0.500rem;
    margin-right: 0.500rem;
  }

  .sm\:mx-80 {
    margin-left: 5.000rem;
    margin-right: 5.000rem;
  }

  .sm\:mx-90 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:my-100 {
    margin-top: 6.250rem;
    margin-bottom: 6.250rem;
  }

  .sm\:my-12 {
    margin-top: 0.750rem;
    margin-bottom: 0.750rem;
  }

  .sm\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:my-150 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .sm\:my-16 {
    margin-top: 1.000rem;
    margin-bottom: 1.000rem;
  }

  .sm\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .sm\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:my-20 {
    margin-top: 1.250rem;
    margin-bottom: 1.250rem;
  }

  .sm\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .sm\:my-22 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .sm\:my-24 {
    margin-top: 1.500rem;
    margin-bottom: 1.500rem;
  }

  .sm\:my-250 {
    margin-top: 15.625rem;
    margin-bottom: 15.625rem;
  }

  .sm\:my-26 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .sm\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:my-3 {
    margin-top: 0.188rem;
    margin-bottom: 0.188rem;
  }

  .sm\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:my-300 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-34 {
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .sm\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:my-38 {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .sm\:my-4 {
    margin-top: 0.250rem;
    margin-bottom: 0.250rem;
  }

  .sm\:my-40 {
    margin-top: 2.500rem;
    margin-bottom: 2.500rem;
  }

  .sm\:my-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:my-60 {
    margin-top: 3.750rem;
    margin-bottom: 3.750rem;
  }

  .sm\:my-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .sm\:my-8 {
    margin-top: 0.500rem;
    margin-bottom: 0.500rem;
  }

  .sm\:my-80 {
    margin-top: 5.000rem;
    margin-bottom: 5.000rem;
  }

  .sm\:my-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:-mb-0 {
    margin-bottom: -0px;
  }

  .sm\:-mb-1 {
    margin-bottom: -1px;
  }

  .sm\:-mb-10 {
    margin-bottom: -0.625rem;
  }

  .sm\:-mb-100 {
    margin-bottom: -6.250rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -0.750rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -0.875rem;
  }

  .sm\:-mb-150 {
    margin-bottom: -9.375rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -1.000rem;
  }

  .sm\:-mb-18 {
    margin-bottom: -1.125rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.125rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -1.250rem;
  }

  .sm\:-mb-200 {
    margin-bottom: -12.5rem;
  }

  .sm\:-mb-22 {
    margin-bottom: -1.375rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -1.500rem;
  }

  .sm\:-mb-250 {
    margin-bottom: -15.625rem;
  }

  .sm\:-mb-26 {
    margin-bottom: -1.625rem;
  }

  .sm\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.188rem;
  }

  .sm\:-mb-30 {
    margin-bottom: -1.875rem;
  }

  .sm\:-mb-300 {
    margin-bottom: -18.75rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -2rem;
  }

  .sm\:-mb-34 {
    margin-bottom: -2.125rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -2.25rem;
  }

  .sm\:-mb-38 {
    margin-bottom: -2.375rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -0.250rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -2.500rem;
  }

  .sm\:-mb-50 {
    margin-bottom: -3.125rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -0.375rem;
  }

  .sm\:-mb-60 {
    margin-bottom: -3.750rem;
  }

  .sm\:-mb-70 {
    margin-bottom: -4.375rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -0.500rem;
  }

  .sm\:-mb-80 {
    margin-bottom: -5.000rem;
  }

  .sm\:-mb-90 {
    margin-bottom: -5.625rem;
  }

  .sm\:-me-0 {
    margin-inline-end: -0px;
  }

  .sm\:-me-1 {
    margin-inline-end: -1px;
  }

  .sm\:-me-10 {
    margin-inline-end: -0.625rem;
  }

  .sm\:-me-100 {
    margin-inline-end: -6.250rem;
  }

  .sm\:-me-12 {
    margin-inline-end: -0.750rem;
  }

  .sm\:-me-14 {
    margin-inline-end: -0.875rem;
  }

  .sm\:-me-150 {
    margin-inline-end: -9.375rem;
  }

  .sm\:-me-16 {
    margin-inline-end: -1.000rem;
  }

  .sm\:-me-18 {
    margin-inline-end: -1.125rem;
  }

  .sm\:-me-2 {
    margin-inline-end: -0.125rem;
  }

  .sm\:-me-20 {
    margin-inline-end: -1.250rem;
  }

  .sm\:-me-200 {
    margin-inline-end: -12.5rem;
  }

  .sm\:-me-22 {
    margin-inline-end: -1.375rem;
  }

  .sm\:-me-24 {
    margin-inline-end: -1.500rem;
  }

  .sm\:-me-250 {
    margin-inline-end: -15.625rem;
  }

  .sm\:-me-26 {
    margin-inline-end: -1.625rem;
  }

  .sm\:-me-28 {
    margin-inline-end: -1.75rem;
  }

  .sm\:-me-3 {
    margin-inline-end: -0.188rem;
  }

  .sm\:-me-30 {
    margin-inline-end: -1.875rem;
  }

  .sm\:-me-300 {
    margin-inline-end: -18.75rem;
  }

  .sm\:-me-32 {
    margin-inline-end: -2rem;
  }

  .sm\:-me-34 {
    margin-inline-end: -2.125rem;
  }

  .sm\:-me-36 {
    margin-inline-end: -2.25rem;
  }

  .sm\:-me-38 {
    margin-inline-end: -2.375rem;
  }

  .sm\:-me-4 {
    margin-inline-end: -0.250rem;
  }

  .sm\:-me-40 {
    margin-inline-end: -2.500rem;
  }

  .sm\:-me-50 {
    margin-inline-end: -3.125rem;
  }

  .sm\:-me-6 {
    margin-inline-end: -0.375rem;
  }

  .sm\:-me-60 {
    margin-inline-end: -3.750rem;
  }

  .sm\:-me-70 {
    margin-inline-end: -4.375rem;
  }

  .sm\:-me-8 {
    margin-inline-end: -0.500rem;
  }

  .sm\:-me-80 {
    margin-inline-end: -5.000rem;
  }

  .sm\:-me-90 {
    margin-inline-end: -5.625rem;
  }

  .sm\:-ml-0 {
    margin-left: -0px;
  }

  .sm\:-ml-1 {
    margin-left: -1px;
  }

  .sm\:-ml-10 {
    margin-left: -0.625rem;
  }

  .sm\:-ml-100 {
    margin-left: -6.250rem;
  }

  .sm\:-ml-12 {
    margin-left: -0.750rem;
  }

  .sm\:-ml-14 {
    margin-left: -0.875rem;
  }

  .sm\:-ml-150 {
    margin-left: -9.375rem;
  }

  .sm\:-ml-16 {
    margin-left: -1.000rem;
  }

  .sm\:-ml-18 {
    margin-left: -1.125rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.125rem;
  }

  .sm\:-ml-20 {
    margin-left: -1.250rem;
  }

  .sm\:-ml-200 {
    margin-left: -12.5rem;
  }

  .sm\:-ml-22 {
    margin-left: -1.375rem;
  }

  .sm\:-ml-24 {
    margin-left: -1.500rem;
  }

  .sm\:-ml-250 {
    margin-left: -15.625rem;
  }

  .sm\:-ml-26 {
    margin-left: -1.625rem;
  }

  .sm\:-ml-28 {
    margin-left: -1.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.188rem;
  }

  .sm\:-ml-30 {
    margin-left: -1.875rem;
  }

  .sm\:-ml-300 {
    margin-left: -18.75rem;
  }

  .sm\:-ml-32 {
    margin-left: -2rem;
  }

  .sm\:-ml-34 {
    margin-left: -2.125rem;
  }

  .sm\:-ml-36 {
    margin-left: -2.25rem;
  }

  .sm\:-ml-38 {
    margin-left: -2.375rem;
  }

  .sm\:-ml-4 {
    margin-left: -0.250rem;
  }

  .sm\:-ml-40 {
    margin-left: -2.500rem;
  }

  .sm\:-ml-50 {
    margin-left: -3.125rem;
  }

  .sm\:-ml-6 {
    margin-left: -0.375rem;
  }

  .sm\:-ml-60 {
    margin-left: -3.750rem;
  }

  .sm\:-ml-70 {
    margin-left: -4.375rem;
  }

  .sm\:-ml-8 {
    margin-left: -0.500rem;
  }

  .sm\:-ml-80 {
    margin-left: -5.000rem;
  }

  .sm\:-ml-90 {
    margin-left: -5.625rem;
  }

  .sm\:-mr-0 {
    margin-right: -0px;
  }

  .sm\:-mr-1 {
    margin-right: -1px;
  }

  .sm\:-mr-10 {
    margin-right: -0.625rem;
  }

  .sm\:-mr-100 {
    margin-right: -6.250rem;
  }

  .sm\:-mr-12 {
    margin-right: -0.750rem;
  }

  .sm\:-mr-14 {
    margin-right: -0.875rem;
  }

  .sm\:-mr-150 {
    margin-right: -9.375rem;
  }

  .sm\:-mr-16 {
    margin-right: -1.000rem;
  }

  .sm\:-mr-18 {
    margin-right: -1.125rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.125rem;
  }

  .sm\:-mr-20 {
    margin-right: -1.250rem;
  }

  .sm\:-mr-200 {
    margin-right: -12.5rem;
  }

  .sm\:-mr-22 {
    margin-right: -1.375rem;
  }

  .sm\:-mr-24 {
    margin-right: -1.500rem;
  }

  .sm\:-mr-250 {
    margin-right: -15.625rem;
  }

  .sm\:-mr-26 {
    margin-right: -1.625rem;
  }

  .sm\:-mr-28 {
    margin-right: -1.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.188rem;
  }

  .sm\:-mr-30 {
    margin-right: -1.875rem;
  }

  .sm\:-mr-300 {
    margin-right: -18.75rem;
  }

  .sm\:-mr-32 {
    margin-right: -2rem;
  }

  .sm\:-mr-34 {
    margin-right: -2.125rem;
  }

  .sm\:-mr-36 {
    margin-right: -2.25rem;
  }

  .sm\:-mr-38 {
    margin-right: -2.375rem;
  }

  .sm\:-mr-4 {
    margin-right: -0.250rem;
  }

  .sm\:-mr-40 {
    margin-right: -2.500rem;
  }

  .sm\:-mr-50 {
    margin-right: -3.125rem;
  }

  .sm\:-mr-6 {
    margin-right: -0.375rem;
  }

  .sm\:-mr-60 {
    margin-right: -3.750rem;
  }

  .sm\:-mr-70 {
    margin-right: -4.375rem;
  }

  .sm\:-mr-8 {
    margin-right: -0.500rem;
  }

  .sm\:-mr-80 {
    margin-right: -5.000rem;
  }

  .sm\:-mr-90 {
    margin-right: -5.625rem;
  }

  .sm\:-ms-0 {
    margin-inline-start: -0px;
  }

  .sm\:-ms-1 {
    margin-inline-start: -1px;
  }

  .sm\:-ms-10 {
    margin-inline-start: -0.625rem;
  }

  .sm\:-ms-100 {
    margin-inline-start: -6.250rem;
  }

  .sm\:-ms-12 {
    margin-inline-start: -0.750rem;
  }

  .sm\:-ms-14 {
    margin-inline-start: -0.875rem;
  }

  .sm\:-ms-150 {
    margin-inline-start: -9.375rem;
  }

  .sm\:-ms-16 {
    margin-inline-start: -1.000rem;
  }

  .sm\:-ms-18 {
    margin-inline-start: -1.125rem;
  }

  .sm\:-ms-2 {
    margin-inline-start: -0.125rem;
  }

  .sm\:-ms-20 {
    margin-inline-start: -1.250rem;
  }

  .sm\:-ms-200 {
    margin-inline-start: -12.5rem;
  }

  .sm\:-ms-22 {
    margin-inline-start: -1.375rem;
  }

  .sm\:-ms-24 {
    margin-inline-start: -1.500rem;
  }

  .sm\:-ms-250 {
    margin-inline-start: -15.625rem;
  }

  .sm\:-ms-26 {
    margin-inline-start: -1.625rem;
  }

  .sm\:-ms-28 {
    margin-inline-start: -1.75rem;
  }

  .sm\:-ms-3 {
    margin-inline-start: -0.188rem;
  }

  .sm\:-ms-30 {
    margin-inline-start: -1.875rem;
  }

  .sm\:-ms-300 {
    margin-inline-start: -18.75rem;
  }

  .sm\:-ms-32 {
    margin-inline-start: -2rem;
  }

  .sm\:-ms-34 {
    margin-inline-start: -2.125rem;
  }

  .sm\:-ms-36 {
    margin-inline-start: -2.25rem;
  }

  .sm\:-ms-38 {
    margin-inline-start: -2.375rem;
  }

  .sm\:-ms-4 {
    margin-inline-start: -0.250rem;
  }

  .sm\:-ms-40 {
    margin-inline-start: -2.500rem;
  }

  .sm\:-ms-50 {
    margin-inline-start: -3.125rem;
  }

  .sm\:-ms-6 {
    margin-inline-start: -0.375rem;
  }

  .sm\:-ms-60 {
    margin-inline-start: -3.750rem;
  }

  .sm\:-ms-70 {
    margin-inline-start: -4.375rem;
  }

  .sm\:-ms-8 {
    margin-inline-start: -0.500rem;
  }

  .sm\:-ms-80 {
    margin-inline-start: -5.000rem;
  }

  .sm\:-ms-90 {
    margin-inline-start: -5.625rem;
  }

  .sm\:-mt-0 {
    margin-top: -0px;
  }

  .sm\:-mt-1 {
    margin-top: -1px;
  }

  .sm\:-mt-10 {
    margin-top: -0.625rem;
  }

  .sm\:-mt-100 {
    margin-top: -6.250rem;
  }

  .sm\:-mt-12 {
    margin-top: -0.750rem;
  }

  .sm\:-mt-14 {
    margin-top: -0.875rem;
  }

  .sm\:-mt-150 {
    margin-top: -9.375rem;
  }

  .sm\:-mt-16 {
    margin-top: -1.000rem;
  }

  .sm\:-mt-18 {
    margin-top: -1.125rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.125rem;
  }

  .sm\:-mt-20 {
    margin-top: -1.250rem;
  }

  .sm\:-mt-200 {
    margin-top: -12.5rem;
  }

  .sm\:-mt-22 {
    margin-top: -1.375rem;
  }

  .sm\:-mt-24 {
    margin-top: -1.500rem;
  }

  .sm\:-mt-250 {
    margin-top: -15.625rem;
  }

  .sm\:-mt-26 {
    margin-top: -1.625rem;
  }

  .sm\:-mt-28 {
    margin-top: -1.75rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.188rem;
  }

  .sm\:-mt-30 {
    margin-top: -1.875rem;
  }

  .sm\:-mt-300 {
    margin-top: -18.75rem;
  }

  .sm\:-mt-32 {
    margin-top: -2rem;
  }

  .sm\:-mt-34 {
    margin-top: -2.125rem;
  }

  .sm\:-mt-36 {
    margin-top: -2.25rem;
  }

  .sm\:-mt-38 {
    margin-top: -2.375rem;
  }

  .sm\:-mt-4 {
    margin-top: -0.250rem;
  }

  .sm\:-mt-40 {
    margin-top: -2.500rem;
  }

  .sm\:-mt-50 {
    margin-top: -3.125rem;
  }

  .sm\:-mt-6 {
    margin-top: -0.375rem;
  }

  .sm\:-mt-60 {
    margin-top: -3.750rem;
  }

  .sm\:-mt-70 {
    margin-top: -4.375rem;
  }

  .sm\:-mt-8 {
    margin-top: -0.500rem;
  }

  .sm\:-mt-80 {
    margin-top: -5.000rem;
  }

  .sm\:-mt-90 {
    margin-top: -5.625rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-1 {
    margin-bottom: 1px;
  }

  .sm\:mb-10 {
    margin-bottom: 0.625rem;
  }

  .sm\:mb-100 {
    margin-bottom: 6.250rem;
  }

  .sm\:mb-12 {
    margin-bottom: 0.750rem;
  }

  .sm\:mb-14 {
    margin-bottom: 0.875rem;
  }

  .sm\:mb-150 {
    margin-bottom: 9.375rem;
  }

  .sm\:mb-16 {
    margin-bottom: 1.000rem;
  }

  .sm\:mb-18 {
    margin-bottom: 1.125rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.125rem;
  }

  .sm\:mb-20 {
    margin-bottom: 1.250rem;
  }

  .sm\:mb-200 {
    margin-bottom: 12.5rem;
  }

  .sm\:mb-22 {
    margin-bottom: 1.375rem;
  }

  .sm\:mb-24 {
    margin-bottom: 1.500rem;
  }

  .sm\:mb-250 {
    margin-bottom: 15.625rem;
  }

  .sm\:mb-26 {
    margin-bottom: 1.625rem;
  }

  .sm\:mb-28 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.188rem;
  }

  .sm\:mb-30 {
    margin-bottom: 1.875rem;
  }

  .sm\:mb-300 {
    margin-bottom: 18.75rem;
  }

  .sm\:mb-32 {
    margin-bottom: 2rem;
  }

  .sm\:mb-34 {
    margin-bottom: 2.125rem;
  }

  .sm\:mb-36 {
    margin-bottom: 2.25rem;
  }

  .sm\:mb-38 {
    margin-bottom: 2.375rem;
  }

  .sm\:mb-4 {
    margin-bottom: 0.250rem;
  }

  .sm\:mb-40 {
    margin-bottom: 2.500rem;
  }

  .sm\:mb-50 {
    margin-bottom: 3.125rem;
  }

  .sm\:mb-6 {
    margin-bottom: 0.375rem;
  }

  .sm\:mb-60 {
    margin-bottom: 3.750rem;
  }

  .sm\:mb-70 {
    margin-bottom: 4.375rem;
  }

  .sm\:mb-8 {
    margin-bottom: 0.500rem;
  }

  .sm\:mb-80 {
    margin-bottom: 5.000rem;
  }

  .sm\:mb-90 {
    margin-bottom: 5.625rem;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-1 {
    margin-left: 1px;
  }

  .sm\:ml-10 {
    margin-left: 0.625rem;
  }

  .sm\:ml-100 {
    margin-left: 6.250rem;
  }

  .sm\:ml-12 {
    margin-left: 0.750rem;
  }

  .sm\:ml-14 {
    margin-left: 0.875rem;
  }

  .sm\:ml-150 {
    margin-left: 9.375rem;
  }

  .sm\:ml-16 {
    margin-left: 1.000rem;
  }

  .sm\:ml-18 {
    margin-left: 1.125rem;
  }

  .sm\:ml-2 {
    margin-left: 0.125rem;
  }

  .sm\:ml-20 {
    margin-left: 1.250rem;
  }

  .sm\:ml-200 {
    margin-left: 12.5rem;
  }

  .sm\:ml-22 {
    margin-left: 1.375rem;
  }

  .sm\:ml-24 {
    margin-left: 1.500rem;
  }

  .sm\:ml-250 {
    margin-left: 15.625rem;
  }

  .sm\:ml-26 {
    margin-left: 1.625rem;
  }

  .sm\:ml-28 {
    margin-left: 1.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.188rem;
  }

  .sm\:ml-30 {
    margin-left: 1.875rem;
  }

  .sm\:ml-300 {
    margin-left: 18.75rem;
  }

  .sm\:ml-32 {
    margin-left: 2rem;
  }

  .sm\:ml-34 {
    margin-left: 2.125rem;
  }

  .sm\:ml-36 {
    margin-left: 2.25rem;
  }

  .sm\:ml-38 {
    margin-left: 2.375rem;
  }

  .sm\:ml-4 {
    margin-left: 0.250rem;
  }

  .sm\:ml-40 {
    margin-left: 2.500rem;
  }

  .sm\:ml-50 {
    margin-left: 3.125rem;
  }

  .sm\:ml-6 {
    margin-left: 0.375rem;
  }

  .sm\:ml-60 {
    margin-left: 3.750rem;
  }

  .sm\:ml-70 {
    margin-left: 4.375rem;
  }

  .sm\:ml-8 {
    margin-left: 0.500rem;
  }

  .sm\:ml-80 {
    margin-left: 5.000rem;
  }

  .sm\:ml-90 {
    margin-left: 5.625rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-1 {
    margin-right: 1px;
  }

  .sm\:mr-10 {
    margin-right: 0.625rem;
  }

  .sm\:mr-100 {
    margin-right: 6.250rem;
  }

  .sm\:mr-12 {
    margin-right: 0.750rem;
  }

  .sm\:mr-14 {
    margin-right: 0.875rem;
  }

  .sm\:mr-150 {
    margin-right: 9.375rem;
  }

  .sm\:mr-16 {
    margin-right: 1.000rem;
  }

  .sm\:mr-18 {
    margin-right: 1.125rem;
  }

  .sm\:mr-2 {
    margin-right: 0.125rem;
  }

  .sm\:mr-20 {
    margin-right: 1.250rem;
  }

  .sm\:mr-200 {
    margin-right: 12.5rem;
  }

  .sm\:mr-22 {
    margin-right: 1.375rem;
  }

  .sm\:mr-24 {
    margin-right: 1.500rem;
  }

  .sm\:mr-250 {
    margin-right: 15.625rem;
  }

  .sm\:mr-26 {
    margin-right: 1.625rem;
  }

  .sm\:mr-28 {
    margin-right: 1.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.188rem;
  }

  .sm\:mr-30 {
    margin-right: 1.875rem;
  }

  .sm\:mr-300 {
    margin-right: 18.75rem;
  }

  .sm\:mr-32 {
    margin-right: 2rem;
  }

  .sm\:mr-34 {
    margin-right: 2.125rem;
  }

  .sm\:mr-36 {
    margin-right: 2.25rem;
  }

  .sm\:mr-38 {
    margin-right: 2.375rem;
  }

  .sm\:mr-4 {
    margin-right: 0.250rem;
  }

  .sm\:mr-40 {
    margin-right: 2.500rem;
  }

  .sm\:mr-50 {
    margin-right: 3.125rem;
  }

  .sm\:mr-6 {
    margin-right: 0.375rem;
  }

  .sm\:mr-60 {
    margin-right: 3.750rem;
  }

  .sm\:mr-70 {
    margin-right: 4.375rem;
  }

  .sm\:mr-8 {
    margin-right: 0.500rem;
  }

  .sm\:mr-80 {
    margin-right: 5.000rem;
  }

  .sm\:mr-90 {
    margin-right: 5.625rem;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-1 {
    margin-top: 1px;
  }

  .sm\:mt-10 {
    margin-top: 0.625rem;
  }

  .sm\:mt-100 {
    margin-top: 6.250rem;
  }

  .sm\:mt-12 {
    margin-top: 0.750rem;
  }

  .sm\:mt-14 {
    margin-top: 0.875rem;
  }

  .sm\:mt-150 {
    margin-top: 9.375rem;
  }

  .sm\:mt-16 {
    margin-top: 1.000rem;
  }

  .sm\:mt-18 {
    margin-top: 1.125rem;
  }

  .sm\:mt-2 {
    margin-top: 0.125rem;
  }

  .sm\:mt-20 {
    margin-top: 1.250rem;
  }

  .sm\:mt-200 {
    margin-top: 12.5rem;
  }

  .sm\:mt-22 {
    margin-top: 1.375rem;
  }

  .sm\:mt-24 {
    margin-top: 1.500rem;
  }

  .sm\:mt-250 {
    margin-top: 15.625rem;
  }

  .sm\:mt-26 {
    margin-top: 1.625rem;
  }

  .sm\:mt-28 {
    margin-top: 1.75rem;
  }

  .sm\:mt-3 {
    margin-top: 0.188rem;
  }

  .sm\:mt-30 {
    margin-top: 1.875rem;
  }

  .sm\:mt-300 {
    margin-top: 18.75rem;
  }

  .sm\:mt-32 {
    margin-top: 2rem;
  }

  .sm\:mt-34 {
    margin-top: 2.125rem;
  }

  .sm\:mt-36 {
    margin-top: 2.25rem;
  }

  .sm\:mt-38 {
    margin-top: 2.375rem;
  }

  .sm\:mt-4 {
    margin-top: 0.250rem;
  }

  .sm\:mt-40 {
    margin-top: 2.500rem;
  }

  .sm\:mt-50 {
    margin-top: 3.125rem;
  }

  .sm\:mt-6 {
    margin-top: 0.375rem;
  }

  .sm\:mt-60 {
    margin-top: 3.750rem;
  }

  .sm\:mt-70 {
    margin-top: 4.375rem;
  }

  .sm\:mt-8 {
    margin-top: 0.500rem;
  }

  .sm\:mt-80 {
    margin-top: 5.000rem;
  }

  .sm\:mt-90 {
    margin-top: 5.625rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:box-border {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:inline-table {
    display: inline-table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:flow-root {
    display: flow-root;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:contents {
    display: contents;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-0 {
    height: 0px;
  }

  .sm\:h-1 {
    height: 1px;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.333333%;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-1\/5 {
    height: 20%;
  }

  .sm\:h-1\/6 {
    height: 16.666667%;
  }

  .sm\:h-10 {
    height: 0.625rem;
  }

  .sm\:h-100 {
    height: 6.250rem;
  }

  .sm\:h-12 {
    height: 0.750rem;
  }

  .sm\:h-14 {
    height: 0.875rem;
  }

  .sm\:h-150 {
    height: 9.375rem;
  }

  .sm\:h-16 {
    height: 1.000rem;
  }

  .sm\:h-18 {
    height: 1.125rem;
  }

  .sm\:h-2 {
    height: 0.125rem;
  }

  .sm\:h-2\/3 {
    height: 66.666667%;
  }

  .sm\:h-2\/4 {
    height: 50%;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-2\/6 {
    height: 33.333333%;
  }

  .sm\:h-20 {
    height: 1.250rem;
  }

  .sm\:h-200 {
    height: 12.5rem;
  }

  .sm\:h-22 {
    height: 1.375rem;
  }

  .sm\:h-24 {
    height: 1.500rem;
  }

  .sm\:h-250 {
    height: 15.625rem;
  }

  .sm\:h-26 {
    height: 1.625rem;
  }

  .sm\:h-28 {
    height: 1.75rem;
  }

  .sm\:h-3 {
    height: 0.188rem;
  }

  .sm\:h-3\/4 {
    height: 75%;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-3\/6 {
    height: 50%;
  }

  .sm\:h-30 {
    height: 1.875rem;
  }

  .sm\:h-300 {
    height: 18.75rem;
  }

  .sm\:h-32 {
    height: 2rem;
  }

  .sm\:h-34 {
    height: 2.125rem;
  }

  .sm\:h-36 {
    height: 2.25rem;
  }

  .sm\:h-38 {
    height: 2.375rem;
  }

  .sm\:h-4 {
    height: 0.250rem;
  }

  .sm\:h-4\/5 {
    height: 80%;
  }

  .sm\:h-4\/6 {
    height: 66.666667%;
  }

  .sm\:h-40 {
    height: 2.500rem;
  }

  .sm\:h-5\/6 {
    height: 83.333333%;
  }

  .sm\:h-50 {
    height: 3.125rem;
  }

  .sm\:h-6 {
    height: 0.375rem;
  }

  .sm\:h-60 {
    height: 3.750rem;
  }

  .sm\:h-70 {
    height: 4.375rem;
  }

  .sm\:h-8 {
    height: 0.500rem;
  }

  .sm\:h-80 {
    height: 5.000rem;
  }

  .sm\:h-90 {
    height: 5.625rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

  .sm\:h-min {
    height: -moz-min-content;
    height: min-content;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:max-h-0 {
    max-height: 0px;
  }

  .sm\:max-h-1 {
    max-height: 1px;
  }

  .sm\:max-h-10 {
    max-height: 0.625rem;
  }

  .sm\:max-h-100 {
    max-height: 6.250rem;
  }

  .sm\:max-h-12 {
    max-height: 0.750rem;
  }

  .sm\:max-h-14 {
    max-height: 0.875rem;
  }

  .sm\:max-h-150 {
    max-height: 9.375rem;
  }

  .sm\:max-h-16 {
    max-height: 1.000rem;
  }

  .sm\:max-h-18 {
    max-height: 1.125rem;
  }

  .sm\:max-h-2 {
    max-height: 0.125rem;
  }

  .sm\:max-h-20 {
    max-height: 1.250rem;
  }

  .sm\:max-h-200 {
    max-height: 12.5rem;
  }

  .sm\:max-h-22 {
    max-height: 1.375rem;
  }

  .sm\:max-h-24 {
    max-height: 1.500rem;
  }

  .sm\:max-h-250 {
    max-height: 15.625rem;
  }

  .sm\:max-h-26 {
    max-height: 1.625rem;
  }

  .sm\:max-h-28 {
    max-height: 1.75rem;
  }

  .sm\:max-h-3 {
    max-height: 0.188rem;
  }

  .sm\:max-h-30 {
    max-height: 1.875rem;
  }

  .sm\:max-h-300 {
    max-height: 18.75rem;
  }

  .sm\:max-h-32 {
    max-height: 2rem;
  }

  .sm\:max-h-34 {
    max-height: 2.125rem;
  }

  .sm\:max-h-36 {
    max-height: 2.25rem;
  }

  .sm\:max-h-38 {
    max-height: 2.375rem;
  }

  .sm\:max-h-4 {
    max-height: 0.250rem;
  }

  .sm\:max-h-40 {
    max-height: 2.500rem;
  }

  .sm\:max-h-50 {
    max-height: 3.125rem;
  }

  .sm\:max-h-6 {
    max-height: 0.375rem;
  }

  .sm\:max-h-60 {
    max-height: 3.750rem;
  }

  .sm\:max-h-70 {
    max-height: 4.375rem;
  }

  .sm\:max-h-8 {
    max-height: 0.500rem;
  }

  .sm\:max-h-80 {
    max-height: 5.000rem;
  }

  .sm\:max-h-90 {
    max-height: 5.625rem;
  }

  .sm\:max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-max {
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .sm\:max-h-min {
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .sm\:max-h-none {
    max-height: none;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .sm\:min-h-min {
    min-height: -moz-min-content;
    min-height: min-content;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:w-0 {
    width: 0px;
  }

  .sm\:w-1 {
    width: 1px;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-10 {
    width: 0.625rem;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-100 {
    width: 6.250rem;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-12 {
    width: 0.750rem;
  }

  .sm\:w-14 {
    width: 0.875rem;
  }

  .sm\:w-150 {
    width: 9.375rem;
  }

  .sm\:w-16 {
    width: 1.000rem;
  }

  .sm\:w-18 {
    width: 1.125rem;
  }

  .sm\:w-2 {
    width: 0.125rem;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-20 {
    width: 1.250rem;
  }

  .sm\:w-200 {
    width: 12.5rem;
  }

  .sm\:w-22 {
    width: 1.375rem;
  }

  .sm\:w-24 {
    width: 1.500rem;
  }

  .sm\:w-250 {
    width: 15.625rem;
  }

  .sm\:w-26 {
    width: 1.625rem;
  }

  .sm\:w-28 {
    width: 1.75rem;
  }

  .sm\:w-3 {
    width: 0.188rem;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-30 {
    width: 1.875rem;
  }

  .sm\:w-300 {
    width: 18.75rem;
  }

  .sm\:w-32 {
    width: 2rem;
  }

  .sm\:w-34 {
    width: 2.125rem;
  }

  .sm\:w-36 {
    width: 2.25rem;
  }

  .sm\:w-38 {
    width: 2.375rem;
  }

  .sm\:w-4 {
    width: 0.250rem;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-40 {
    width: 2.500rem;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-50 {
    width: 3.125rem;
  }

  .sm\:w-6 {
    width: 0.375rem;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-60 {
    width: 3.750rem;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-70 {
    width: 4.375rem;
  }

  .sm\:w-8 {
    width: 0.500rem;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-80 {
    width: 5.000rem;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-90 {
    width: 5.625rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:max-w-250 {
    max-width: 15.625rem;
  }

  .sm\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-page {
    max-width: 90.000rem;
  }

  .sm\:max-w-screen-lg {
    max-width: 1440px;
  }

  .sm\:max-w-screen-md {
    max-width: 1024px;
  }

  .sm\:max-w-screen-sm {
    max-width: 768px;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:shrink {
    flex-shrink: 1;
  }

  .sm\:shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:grow {
    flex-grow: 1;
  }

  .sm\:grow-0 {
    flex-grow: 0;
  }

  .sm\:basis-0 {
    flex-basis: 0px;
  }

  .sm\:basis-1 {
    flex-basis: 1px;
  }

  .sm\:basis-1\/12 {
    flex-basis: 8.333333%;
  }

  .sm\:basis-1\/2 {
    flex-basis: 50%;
  }

  .sm\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .sm\:basis-1\/4 {
    flex-basis: 25%;
  }

  .sm\:basis-1\/5 {
    flex-basis: 20%;
  }

  .sm\:basis-1\/6 {
    flex-basis: 16.666667%;
  }

  .sm\:basis-10 {
    flex-basis: 0.625rem;
  }

  .sm\:basis-10\/12 {
    flex-basis: 83.333333%;
  }

  .sm\:basis-100 {
    flex-basis: 6.250rem;
  }

  .sm\:basis-11\/12 {
    flex-basis: 91.666667%;
  }

  .sm\:basis-12 {
    flex-basis: 0.750rem;
  }

  .sm\:basis-14 {
    flex-basis: 0.875rem;
  }

  .sm\:basis-150 {
    flex-basis: 9.375rem;
  }

  .sm\:basis-16 {
    flex-basis: 1.000rem;
  }

  .sm\:basis-18 {
    flex-basis: 1.125rem;
  }

  .sm\:basis-2 {
    flex-basis: 0.125rem;
  }

  .sm\:basis-2\/12 {
    flex-basis: 16.666667%;
  }

  .sm\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .sm\:basis-2\/4 {
    flex-basis: 50%;
  }

  .sm\:basis-2\/5 {
    flex-basis: 40%;
  }

  .sm\:basis-2\/6 {
    flex-basis: 33.333333%;
  }

  .sm\:basis-20 {
    flex-basis: 1.250rem;
  }

  .sm\:basis-200 {
    flex-basis: 12.5rem;
  }

  .sm\:basis-22 {
    flex-basis: 1.375rem;
  }

  .sm\:basis-24 {
    flex-basis: 1.500rem;
  }

  .sm\:basis-250 {
    flex-basis: 15.625rem;
  }

  .sm\:basis-26 {
    flex-basis: 1.625rem;
  }

  .sm\:basis-28 {
    flex-basis: 1.75rem;
  }

  .sm\:basis-3 {
    flex-basis: 0.188rem;
  }

  .sm\:basis-3\/12 {
    flex-basis: 25%;
  }

  .sm\:basis-3\/4 {
    flex-basis: 75%;
  }

  .sm\:basis-3\/5 {
    flex-basis: 60%;
  }

  .sm\:basis-3\/6 {
    flex-basis: 50%;
  }

  .sm\:basis-30 {
    flex-basis: 1.875rem;
  }

  .sm\:basis-300 {
    flex-basis: 18.75rem;
  }

  .sm\:basis-32 {
    flex-basis: 2rem;
  }

  .sm\:basis-34 {
    flex-basis: 2.125rem;
  }

  .sm\:basis-36 {
    flex-basis: 2.25rem;
  }

  .sm\:basis-38 {
    flex-basis: 2.375rem;
  }

  .sm\:basis-4 {
    flex-basis: 0.250rem;
  }

  .sm\:basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .sm\:basis-4\/5 {
    flex-basis: 80%;
  }

  .sm\:basis-4\/6 {
    flex-basis: 66.666667%;
  }

  .sm\:basis-40 {
    flex-basis: 2.500rem;
  }

  .sm\:basis-5\/12 {
    flex-basis: 41.666667%;
  }

  .sm\:basis-5\/6 {
    flex-basis: 83.333333%;
  }

  .sm\:basis-50 {
    flex-basis: 3.125rem;
  }

  .sm\:basis-6 {
    flex-basis: 0.375rem;
  }

  .sm\:basis-6\/12 {
    flex-basis: 50%;
  }

  .sm\:basis-60 {
    flex-basis: 3.750rem;
  }

  .sm\:basis-7\/12 {
    flex-basis: 58.333333%;
  }

  .sm\:basis-70 {
    flex-basis: 4.375rem;
  }

  .sm\:basis-8 {
    flex-basis: 0.500rem;
  }

  .sm\:basis-8\/12 {
    flex-basis: 66.666667%;
  }

  .sm\:basis-80 {
    flex-basis: 5.000rem;
  }

  .sm\:basis-9\/12 {
    flex-basis: 75%;
  }

  .sm\:basis-90 {
    flex-basis: 5.625rem;
  }

  .sm\:basis-auto {
    flex-basis: auto;
  }

  .sm\:basis-full {
    flex-basis: 100%;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:border-spacing-0 {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-1 {
    --tw-border-spacing-x: 1px;
    --tw-border-spacing-y: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-10 {
    --tw-border-spacing-x: 0.625rem;
    --tw-border-spacing-y: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-100 {
    --tw-border-spacing-x: 6.250rem;
    --tw-border-spacing-y: 6.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-12 {
    --tw-border-spacing-x: 0.750rem;
    --tw-border-spacing-y: 0.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-14 {
    --tw-border-spacing-x: 0.875rem;
    --tw-border-spacing-y: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-150 {
    --tw-border-spacing-x: 9.375rem;
    --tw-border-spacing-y: 9.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-16 {
    --tw-border-spacing-x: 1.000rem;
    --tw-border-spacing-y: 1.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-18 {
    --tw-border-spacing-x: 1.125rem;
    --tw-border-spacing-y: 1.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-2 {
    --tw-border-spacing-x: 0.125rem;
    --tw-border-spacing-y: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-20 {
    --tw-border-spacing-x: 1.250rem;
    --tw-border-spacing-y: 1.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-200 {
    --tw-border-spacing-x: 12.5rem;
    --tw-border-spacing-y: 12.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-22 {
    --tw-border-spacing-x: 1.375rem;
    --tw-border-spacing-y: 1.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-24 {
    --tw-border-spacing-x: 1.500rem;
    --tw-border-spacing-y: 1.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-250 {
    --tw-border-spacing-x: 15.625rem;
    --tw-border-spacing-y: 15.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-26 {
    --tw-border-spacing-x: 1.625rem;
    --tw-border-spacing-y: 1.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-28 {
    --tw-border-spacing-x: 1.75rem;
    --tw-border-spacing-y: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-3 {
    --tw-border-spacing-x: 0.188rem;
    --tw-border-spacing-y: 0.188rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-30 {
    --tw-border-spacing-x: 1.875rem;
    --tw-border-spacing-y: 1.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-300 {
    --tw-border-spacing-x: 18.75rem;
    --tw-border-spacing-y: 18.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-32 {
    --tw-border-spacing-x: 2rem;
    --tw-border-spacing-y: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-34 {
    --tw-border-spacing-x: 2.125rem;
    --tw-border-spacing-y: 2.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-36 {
    --tw-border-spacing-x: 2.25rem;
    --tw-border-spacing-y: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-38 {
    --tw-border-spacing-x: 2.375rem;
    --tw-border-spacing-y: 2.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-4 {
    --tw-border-spacing-x: 0.250rem;
    --tw-border-spacing-y: 0.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-40 {
    --tw-border-spacing-x: 2.500rem;
    --tw-border-spacing-y: 2.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-50 {
    --tw-border-spacing-x: 3.125rem;
    --tw-border-spacing-y: 3.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-6 {
    --tw-border-spacing-x: 0.375rem;
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-60 {
    --tw-border-spacing-x: 3.750rem;
    --tw-border-spacing-y: 3.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-70 {
    --tw-border-spacing-x: 4.375rem;
    --tw-border-spacing-y: 4.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-8 {
    --tw-border-spacing-x: 0.500rem;
    --tw-border-spacing-y: 0.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-80 {
    --tw-border-spacing-x: 5.000rem;
    --tw-border-spacing-y: 5.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-90 {
    --tw-border-spacing-x: 5.625rem;
    --tw-border-spacing-y: 5.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-0 {
    --tw-border-spacing-x: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-1 {
    --tw-border-spacing-x: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-10 {
    --tw-border-spacing-x: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-100 {
    --tw-border-spacing-x: 6.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-12 {
    --tw-border-spacing-x: 0.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-14 {
    --tw-border-spacing-x: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-150 {
    --tw-border-spacing-x: 9.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-16 {
    --tw-border-spacing-x: 1.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-18 {
    --tw-border-spacing-x: 1.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-2 {
    --tw-border-spacing-x: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-20 {
    --tw-border-spacing-x: 1.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-200 {
    --tw-border-spacing-x: 12.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-22 {
    --tw-border-spacing-x: 1.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-24 {
    --tw-border-spacing-x: 1.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-250 {
    --tw-border-spacing-x: 15.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-26 {
    --tw-border-spacing-x: 1.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-28 {
    --tw-border-spacing-x: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-3 {
    --tw-border-spacing-x: 0.188rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-30 {
    --tw-border-spacing-x: 1.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-300 {
    --tw-border-spacing-x: 18.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-32 {
    --tw-border-spacing-x: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-34 {
    --tw-border-spacing-x: 2.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-36 {
    --tw-border-spacing-x: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-38 {
    --tw-border-spacing-x: 2.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-4 {
    --tw-border-spacing-x: 0.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-40 {
    --tw-border-spacing-x: 2.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-50 {
    --tw-border-spacing-x: 3.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-6 {
    --tw-border-spacing-x: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-60 {
    --tw-border-spacing-x: 3.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-70 {
    --tw-border-spacing-x: 4.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-8 {
    --tw-border-spacing-x: 0.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-80 {
    --tw-border-spacing-x: 5.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-x-90 {
    --tw-border-spacing-x: 5.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-0 {
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-1 {
    --tw-border-spacing-y: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-10 {
    --tw-border-spacing-y: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-100 {
    --tw-border-spacing-y: 6.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-12 {
    --tw-border-spacing-y: 0.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-14 {
    --tw-border-spacing-y: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-150 {
    --tw-border-spacing-y: 9.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-16 {
    --tw-border-spacing-y: 1.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-18 {
    --tw-border-spacing-y: 1.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-2 {
    --tw-border-spacing-y: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-20 {
    --tw-border-spacing-y: 1.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-200 {
    --tw-border-spacing-y: 12.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-22 {
    --tw-border-spacing-y: 1.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-24 {
    --tw-border-spacing-y: 1.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-250 {
    --tw-border-spacing-y: 15.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-26 {
    --tw-border-spacing-y: 1.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-28 {
    --tw-border-spacing-y: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-3 {
    --tw-border-spacing-y: 0.188rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-30 {
    --tw-border-spacing-y: 1.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-300 {
    --tw-border-spacing-y: 18.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-32 {
    --tw-border-spacing-y: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-34 {
    --tw-border-spacing-y: 2.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-36 {
    --tw-border-spacing-y: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-38 {
    --tw-border-spacing-y: 2.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-4 {
    --tw-border-spacing-y: 0.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-40 {
    --tw-border-spacing-y: 2.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-50 {
    --tw-border-spacing-y: 3.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-6 {
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-60 {
    --tw-border-spacing-y: 3.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-70 {
    --tw-border-spacing-y: 4.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-8 {
    --tw-border-spacing-y: 0.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-80 {
    --tw-border-spacing-y: 5.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:border-spacing-y-90 {
    --tw-border-spacing-y: 5.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .sm\:-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));
  }

  .sm\:-translate-x-1 {
    --tw-translate-x: -1px;
    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));
  }

  .sm\:-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));
  }

  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    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));
  }

  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
    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));
  }

  .sm\:-translate-x-10 {
    --tw-translate-x: -0.625rem;
    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));
  }

  .sm\:-translate-x-100 {
    --tw-translate-x: -6.250rem;
    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));
  }

  .sm\:-translate-x-12 {
    --tw-translate-x: -0.750rem;
    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));
  }

  .sm\:-translate-x-14 {
    --tw-translate-x: -0.875rem;
    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));
  }

  .sm\:-translate-x-150 {
    --tw-translate-x: -9.375rem;
    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));
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -1.000rem;
    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));
  }

  .sm\:-translate-x-18 {
    --tw-translate-x: -1.125rem;
    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));
  }

  .sm\:-translate-x-2 {
    --tw-translate-x: -0.125rem;
    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));
  }

  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-translate-x-2\/4 {
    --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));
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -1.250rem;
    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));
  }

  .sm\:-translate-x-200 {
    --tw-translate-x: -12.5rem;
    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));
  }

  .sm\:-translate-x-22 {
    --tw-translate-x: -1.375rem;
    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));
  }

  .sm\:-translate-x-24 {
    --tw-translate-x: -1.500rem;
    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));
  }

  .sm\:-translate-x-250 {
    --tw-translate-x: -15.625rem;
    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));
  }

  .sm\:-translate-x-26 {
    --tw-translate-x: -1.625rem;
    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));
  }

  .sm\:-translate-x-28 {
    --tw-translate-x: -1.75rem;
    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));
  }

  .sm\:-translate-x-3 {
    --tw-translate-x: -0.188rem;
    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));
  }

  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
    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));
  }

  .sm\:-translate-x-30 {
    --tw-translate-x: -1.875rem;
    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));
  }

  .sm\:-translate-x-300 {
    --tw-translate-x: -18.75rem;
    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));
  }

  .sm\:-translate-x-32 {
    --tw-translate-x: -2rem;
    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));
  }

  .sm\:-translate-x-34 {
    --tw-translate-x: -2.125rem;
    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));
  }

  .sm\:-translate-x-36 {
    --tw-translate-x: -2.25rem;
    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));
  }

  .sm\:-translate-x-38 {
    --tw-translate-x: -2.375rem;
    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));
  }

  .sm\:-translate-x-4 {
    --tw-translate-x: -0.250rem;
    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));
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -2.500rem;
    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));
  }

  .sm\:-translate-x-50 {
    --tw-translate-x: -3.125rem;
    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));
  }

  .sm\:-translate-x-6 {
    --tw-translate-x: -0.375rem;
    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));
  }

  .sm\:-translate-x-60 {
    --tw-translate-x: -3.750rem;
    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));
  }

  .sm\:-translate-x-70 {
    --tw-translate-x: -4.375rem;
    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));
  }

  .sm\:-translate-x-8 {
    --tw-translate-x: -0.500rem;
    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));
  }

  .sm\:-translate-x-80 {
    --tw-translate-x: -5.000rem;
    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));
  }

  .sm\:-translate-x-90 {
    --tw-translate-x: -5.625rem;
    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));
  }

  .sm\:-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));
  }

  .sm\:-translate-y-0 {
    --tw-translate-y: -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));
  }

  .sm\:-translate-y-1 {
    --tw-translate-y: -1px;
    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));
  }

  .sm\:-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));
  }

  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
    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));
  }

  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
    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));
  }

  .sm\:-translate-y-10 {
    --tw-translate-y: -0.625rem;
    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));
  }

  .sm\:-translate-y-100 {
    --tw-translate-y: -6.250rem;
    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));
  }

  .sm\:-translate-y-12 {
    --tw-translate-y: -0.750rem;
    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));
  }

  .sm\:-translate-y-14 {
    --tw-translate-y: -0.875rem;
    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));
  }

  .sm\:-translate-y-150 {
    --tw-translate-y: -9.375rem;
    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));
  }

  .sm\:-translate-y-16 {
    --tw-translate-y: -1.000rem;
    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));
  }

  .sm\:-translate-y-18 {
    --tw-translate-y: -1.125rem;
    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));
  }

  .sm\:-translate-y-2 {
    --tw-translate-y: -0.125rem;
    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));
  }

  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-translate-y-2\/4 {
    --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));
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -1.250rem;
    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));
  }

  .sm\:-translate-y-200 {
    --tw-translate-y: -12.5rem;
    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));
  }

  .sm\:-translate-y-22 {
    --tw-translate-y: -1.375rem;
    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));
  }

  .sm\:-translate-y-24 {
    --tw-translate-y: -1.500rem;
    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));
  }

  .sm\:-translate-y-250 {
    --tw-translate-y: -15.625rem;
    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));
  }

  .sm\:-translate-y-26 {
    --tw-translate-y: -1.625rem;
    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));
  }

  .sm\:-translate-y-28 {
    --tw-translate-y: -1.75rem;
    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));
  }

  .sm\:-translate-y-3 {
    --tw-translate-y: -0.188rem;
    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));
  }

  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
    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));
  }

  .sm\:-translate-y-30 {
    --tw-translate-y: -1.875rem;
    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));
  }

  .sm\:-translate-y-300 {
    --tw-translate-y: -18.75rem;
    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));
  }

  .sm\:-translate-y-32 {
    --tw-translate-y: -2rem;
    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));
  }

  .sm\:-translate-y-34 {
    --tw-translate-y: -2.125rem;
    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));
  }

  .sm\:-translate-y-36 {
    --tw-translate-y: -2.25rem;
    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));
  }

  .sm\:-translate-y-38 {
    --tw-translate-y: -2.375rem;
    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));
  }

  .sm\:-translate-y-4 {
    --tw-translate-y: -0.250rem;
    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));
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -2.500rem;
    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));
  }

  .sm\:-translate-y-50 {
    --tw-translate-y: -3.125rem;
    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));
  }

  .sm\:-translate-y-6 {
    --tw-translate-y: -0.375rem;
    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));
  }

  .sm\:-translate-y-60 {
    --tw-translate-y: -3.750rem;
    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));
  }

  .sm\:-translate-y-70 {
    --tw-translate-y: -4.375rem;
    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));
  }

  .sm\:-translate-y-8 {
    --tw-translate-y: -0.500rem;
    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));
  }

  .sm\:-translate-y-80 {
    --tw-translate-y: -5.000rem;
    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));
  }

  .sm\:-translate-y-90 {
    --tw-translate-y: -5.625rem;
    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));
  }

  .sm\:-translate-y-full {
    --tw-translate-y: -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));
  }

  .sm\: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));
  }

  .sm\:translate-x-1 {
    --tw-translate-x: 1px;
    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));
  }

  .sm\: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));
  }

  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
    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));
  }

  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25%;
    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));
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 0.625rem;
    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));
  }

  .sm\:translate-x-100 {
    --tw-translate-x: 6.250rem;
    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));
  }

  .sm\:translate-x-12 {
    --tw-translate-x: 0.750rem;
    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));
  }

  .sm\:translate-x-14 {
    --tw-translate-x: 0.875rem;
    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));
  }

  .sm\:translate-x-150 {
    --tw-translate-x: 9.375rem;
    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));
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 1.000rem;
    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));
  }

  .sm\:translate-x-18 {
    --tw-translate-x: 1.125rem;
    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));
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 0.125rem;
    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));
  }

  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:translate-x-2\/4 {
    --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));
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 1.250rem;
    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));
  }

  .sm\:translate-x-200 {
    --tw-translate-x: 12.5rem;
    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));
  }

  .sm\:translate-x-22 {
    --tw-translate-x: 1.375rem;
    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));
  }

  .sm\:translate-x-24 {
    --tw-translate-x: 1.500rem;
    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));
  }

  .sm\:translate-x-250 {
    --tw-translate-x: 15.625rem;
    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));
  }

  .sm\:translate-x-26 {
    --tw-translate-x: 1.625rem;
    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));
  }

  .sm\:translate-x-28 {
    --tw-translate-x: 1.75rem;
    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));
  }

  .sm\:translate-x-3 {
    --tw-translate-x: 0.188rem;
    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));
  }

  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75%;
    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));
  }

  .sm\:translate-x-30 {
    --tw-translate-x: 1.875rem;
    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));
  }

  .sm\:translate-x-300 {
    --tw-translate-x: 18.75rem;
    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));
  }

  .sm\:translate-x-32 {
    --tw-translate-x: 2rem;
    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));
  }

  .sm\:translate-x-34 {
    --tw-translate-x: 2.125rem;
    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));
  }

  .sm\:translate-x-36 {
    --tw-translate-x: 2.25rem;
    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));
  }

  .sm\:translate-x-38 {
    --tw-translate-x: 2.375rem;
    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));
  }

  .sm\:translate-x-4 {
    --tw-translate-x: 0.250rem;
    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));
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 2.500rem;
    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));
  }

  .sm\:translate-x-50 {
    --tw-translate-x: 3.125rem;
    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));
  }

  .sm\:translate-x-6 {
    --tw-translate-x: 0.375rem;
    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));
  }

  .sm\:translate-x-60 {
    --tw-translate-x: 3.750rem;
    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));
  }

  .sm\:translate-x-70 {
    --tw-translate-x: 4.375rem;
    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));
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 0.500rem;
    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));
  }

  .sm\:translate-x-80 {
    --tw-translate-x: 5.000rem;
    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));
  }

  .sm\:translate-x-90 {
    --tw-translate-x: 5.625rem;
    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));
  }

  .sm\: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));
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 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));
  }

  .sm\:translate-y-1 {
    --tw-translate-y: 1px;
    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));
  }

  .sm\: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));
  }

  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
    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));
  }

  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25%;
    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));
  }

  .sm\:translate-y-10 {
    --tw-translate-y: 0.625rem;
    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));
  }

  .sm\:translate-y-100 {
    --tw-translate-y: 6.250rem;
    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));
  }

  .sm\:translate-y-12 {
    --tw-translate-y: 0.750rem;
    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));
  }

  .sm\:translate-y-14 {
    --tw-translate-y: 0.875rem;
    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));
  }

  .sm\:translate-y-150 {
    --tw-translate-y: 9.375rem;
    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));
  }

  .sm\:translate-y-16 {
    --tw-translate-y: 1.000rem;
    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));
  }

  .sm\:translate-y-18 {
    --tw-translate-y: 1.125rem;
    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));
  }

  .sm\:translate-y-2 {
    --tw-translate-y: 0.125rem;
    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));
  }

  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:translate-y-2\/4 {
    --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));
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 1.250rem;
    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));
  }

  .sm\:translate-y-200 {
    --tw-translate-y: 12.5rem;
    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));
  }

  .sm\:translate-y-22 {
    --tw-translate-y: 1.375rem;
    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));
  }

  .sm\:translate-y-24 {
    --tw-translate-y: 1.500rem;
    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));
  }

  .sm\:translate-y-250 {
    --tw-translate-y: 15.625rem;
    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));
  }

  .sm\:translate-y-26 {
    --tw-translate-y: 1.625rem;
    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));
  }

  .sm\:translate-y-28 {
    --tw-translate-y: 1.75rem;
    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));
  }

  .sm\:translate-y-3 {
    --tw-translate-y: 0.188rem;
    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));
  }

  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75%;
    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));
  }

  .sm\:translate-y-30 {
    --tw-translate-y: 1.875rem;
    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));
  }

  .sm\:translate-y-300 {
    --tw-translate-y: 18.75rem;
    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));
  }

  .sm\:translate-y-32 {
    --tw-translate-y: 2rem;
    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));
  }

  .sm\:translate-y-34 {
    --tw-translate-y: 2.125rem;
    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));
  }

  .sm\:translate-y-36 {
    --tw-translate-y: 2.25rem;
    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));
  }

  .sm\:translate-y-38 {
    --tw-translate-y: 2.375rem;
    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));
  }

  .sm\:translate-y-4 {
    --tw-translate-y: 0.250rem;
    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));
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 2.500rem;
    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));
  }

  .sm\:translate-y-50 {
    --tw-translate-y: 3.125rem;
    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));
  }

  .sm\:translate-y-6 {
    --tw-translate-y: 0.375rem;
    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));
  }

  .sm\:translate-y-60 {
    --tw-translate-y: 3.750rem;
    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));
  }

  .sm\:translate-y-70 {
    --tw-translate-y: 4.375rem;
    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));
  }

  .sm\:translate-y-8 {
    --tw-translate-y: 0.500rem;
    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));
  }

  .sm\:translate-y-80 {
    --tw-translate-y: 5.000rem;
    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));
  }

  .sm\:translate-y-90 {
    --tw-translate-y: 5.625rem;
    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));
  }

  .sm\:translate-y-full {
    --tw-translate-y: 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));
  }

  .sm\:-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));
  }

  .sm\:-rotate-1 {
    --tw-rotate: -1deg;
    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));
  }

  .sm\:-rotate-12 {
    --tw-rotate: -12deg;
    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));
  }

  .sm\:-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));
  }

  .sm\:-rotate-2 {
    --tw-rotate: -2deg;
    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));
  }

  .sm\:-rotate-3 {
    --tw-rotate: -3deg;
    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));
  }

  .sm\:-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));
  }

  .sm\:-rotate-6 {
    --tw-rotate: -6deg;
    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));
  }

  .sm\:-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-skew-x-0 {
    --tw-skew-x: -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));
  }

  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg;
    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));
  }

  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg;
    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));
  }

  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg;
    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));
  }

  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg;
    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));
  }

  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg;
    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));
  }

  .sm\:-skew-y-0 {
    --tw-skew-y: -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));
  }

  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg;
    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));
  }

  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg;
    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));
  }

  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg;
    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));
  }

  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg;
    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));
  }

  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg;
    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));
  }

  .sm\:-scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
  }

  .sm\:-scale-100 {
    --tw-scale-x: -1;
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-scale-105 {
    --tw-scale-x: -1.05;
    --tw-scale-y: -1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-scale-110 {
    --tw-scale-x: -1.1;
    --tw-scale-y: -1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-scale-125 {
    --tw-scale-x: -1.25;
    --tw-scale-y: -1.25;
    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));
  }

  .sm\:-scale-150 {
    --tw-scale-x: -1.5;
    --tw-scale-y: -1.5;
    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));
  }

  .sm\:-scale-50 {
    --tw-scale-x: -.5;
    --tw-scale-y: -.5;
    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));
  }

  .sm\:-scale-75 {
    --tw-scale-x: -.75;
    --tw-scale-y: -.75;
    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));
  }

  .sm\:-scale-90 {
    --tw-scale-x: -.9;
    --tw-scale-y: -.9;
    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));
  }

  .sm\:-scale-95 {
    --tw-scale-x: -.95;
    --tw-scale-y: -.95;
    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));
  }

  .sm\:-scale-x-0 {
    --tw-scale-x: 0;
    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));
  }

  .sm\:-scale-x-100 {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-scale-x-105 {
    --tw-scale-x: -1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-scale-x-110 {
    --tw-scale-x: -1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-scale-x-125 {
    --tw-scale-x: -1.25;
    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));
  }

  .sm\:-scale-x-150 {
    --tw-scale-x: -1.5;
    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));
  }

  .sm\:-scale-x-50 {
    --tw-scale-x: -.5;
    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));
  }

  .sm\:-scale-x-75 {
    --tw-scale-x: -.75;
    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));
  }

  .sm\:-scale-x-90 {
    --tw-scale-x: -.9;
    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));
  }

  .sm\:-scale-x-95 {
    --tw-scale-x: -.95;
    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));
  }

  .sm\:-scale-y-0 {
    --tw-scale-y: 0;
    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));
  }

  .sm\:-scale-y-100 {
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-scale-y-105 {
    --tw-scale-y: -1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-scale-y-110 {
    --tw-scale-y: -1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-scale-y-125 {
    --tw-scale-y: -1.25;
    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));
  }

  .sm\:-scale-y-150 {
    --tw-scale-y: -1.5;
    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));
  }

  .sm\:-scale-y-50 {
    --tw-scale-y: -.5;
    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));
  }

  .sm\:-scale-y-75 {
    --tw-scale-y: -.75;
    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));
  }

  .sm\:-scale-y-90 {
    --tw-scale-y: -.9;
    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));
  }

  .sm\:-scale-y-95 {
    --tw-scale-y: -.95;
    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));
  }

  .sm\:transform-cpu {
    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));
  }

  .sm\:transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:-scroll-m-0 {
    scroll-margin: -0px;
  }

  .sm\:-scroll-m-1 {
    scroll-margin: -1px;
  }

  .sm\:-scroll-m-10 {
    scroll-margin: -0.625rem;
  }

  .sm\:-scroll-m-100 {
    scroll-margin: -6.250rem;
  }

  .sm\:-scroll-m-12 {
    scroll-margin: -0.750rem;
  }

  .sm\:-scroll-m-14 {
    scroll-margin: -0.875rem;
  }

  .sm\:-scroll-m-150 {
    scroll-margin: -9.375rem;
  }

  .sm\:-scroll-m-16 {
    scroll-margin: -1.000rem;
  }

  .sm\:-scroll-m-18 {
    scroll-margin: -1.125rem;
  }

  .sm\:-scroll-m-2 {
    scroll-margin: -0.125rem;
  }

  .sm\:-scroll-m-20 {
    scroll-margin: -1.250rem;
  }

  .sm\:-scroll-m-200 {
    scroll-margin: -12.5rem;
  }

  .sm\:-scroll-m-22 {
    scroll-margin: -1.375rem;
  }

  .sm\:-scroll-m-24 {
    scroll-margin: -1.500rem;
  }

  .sm\:-scroll-m-250 {
    scroll-margin: -15.625rem;
  }

  .sm\:-scroll-m-26 {
    scroll-margin: -1.625rem;
  }

  .sm\:-scroll-m-28 {
    scroll-margin: -1.75rem;
  }

  .sm\:-scroll-m-3 {
    scroll-margin: -0.188rem;
  }

  .sm\:-scroll-m-30 {
    scroll-margin: -1.875rem;
  }

  .sm\:-scroll-m-300 {
    scroll-margin: -18.75rem;
  }

  .sm\:-scroll-m-32 {
    scroll-margin: -2rem;
  }

  .sm\:-scroll-m-34 {
    scroll-margin: -2.125rem;
  }

  .sm\:-scroll-m-36 {
    scroll-margin: -2.25rem;
  }

  .sm\:-scroll-m-38 {
    scroll-margin: -2.375rem;
  }

  .sm\:-scroll-m-4 {
    scroll-margin: -0.250rem;
  }

  .sm\:-scroll-m-40 {
    scroll-margin: -2.500rem;
  }

  .sm\:-scroll-m-50 {
    scroll-margin: -3.125rem;
  }

  .sm\:-scroll-m-6 {
    scroll-margin: -0.375rem;
  }

  .sm\:-scroll-m-60 {
    scroll-margin: -3.750rem;
  }

  .sm\:-scroll-m-70 {
    scroll-margin: -4.375rem;
  }

  .sm\:-scroll-m-8 {
    scroll-margin: -0.500rem;
  }

  .sm\:-scroll-m-80 {
    scroll-margin: -5.000rem;
  }

  .sm\:-scroll-m-90 {
    scroll-margin: -5.625rem;
  }

  .sm\:-scroll-mx-0 {
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .sm\:-scroll-mx-1 {
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .sm\:-scroll-mx-10 {
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .sm\:-scroll-mx-100 {
    scroll-margin-left: -6.250rem;
    scroll-margin-right: -6.250rem;
  }

  .sm\:-scroll-mx-12 {
    scroll-margin-left: -0.750rem;
    scroll-margin-right: -0.750rem;
  }

  .sm\:-scroll-mx-14 {
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .sm\:-scroll-mx-150 {
    scroll-margin-left: -9.375rem;
    scroll-margin-right: -9.375rem;
  }

  .sm\:-scroll-mx-16 {
    scroll-margin-left: -1.000rem;
    scroll-margin-right: -1.000rem;
  }

  .sm\:-scroll-mx-18 {
    scroll-margin-left: -1.125rem;
    scroll-margin-right: -1.125rem;
  }

  .sm\:-scroll-mx-2 {
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .sm\:-scroll-mx-20 {
    scroll-margin-left: -1.250rem;
    scroll-margin-right: -1.250rem;
  }

  .sm\:-scroll-mx-200 {
    scroll-margin-left: -12.5rem;
    scroll-margin-right: -12.5rem;
  }

  .sm\:-scroll-mx-22 {
    scroll-margin-left: -1.375rem;
    scroll-margin-right: -1.375rem;
  }

  .sm\:-scroll-mx-24 {
    scroll-margin-left: -1.500rem;
    scroll-margin-right: -1.500rem;
  }

  .sm\:-scroll-mx-250 {
    scroll-margin-left: -15.625rem;
    scroll-margin-right: -15.625rem;
  }

  .sm\:-scroll-mx-26 {
    scroll-margin-left: -1.625rem;
    scroll-margin-right: -1.625rem;
  }

  .sm\:-scroll-mx-28 {
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .sm\:-scroll-mx-3 {
    scroll-margin-left: -0.188rem;
    scroll-margin-right: -0.188rem;
  }

  .sm\:-scroll-mx-30 {
    scroll-margin-left: -1.875rem;
    scroll-margin-right: -1.875rem;
  }

  .sm\:-scroll-mx-300 {
    scroll-margin-left: -18.75rem;
    scroll-margin-right: -18.75rem;
  }

  .sm\:-scroll-mx-32 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .sm\:-scroll-mx-34 {
    scroll-margin-left: -2.125rem;
    scroll-margin-right: -2.125rem;
  }

  .sm\:-scroll-mx-36 {
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .sm\:-scroll-mx-38 {
    scroll-margin-left: -2.375rem;
    scroll-margin-right: -2.375rem;
  }

  .sm\:-scroll-mx-4 {
    scroll-margin-left: -0.250rem;
    scroll-margin-right: -0.250rem;
  }

  .sm\:-scroll-mx-40 {
    scroll-margin-left: -2.500rem;
    scroll-margin-right: -2.500rem;
  }

  .sm\:-scroll-mx-50 {
    scroll-margin-left: -3.125rem;
    scroll-margin-right: -3.125rem;
  }

  .sm\:-scroll-mx-6 {
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .sm\:-scroll-mx-60 {
    scroll-margin-left: -3.750rem;
    scroll-margin-right: -3.750rem;
  }

  .sm\:-scroll-mx-70 {
    scroll-margin-left: -4.375rem;
    scroll-margin-right: -4.375rem;
  }

  .sm\:-scroll-mx-8 {
    scroll-margin-left: -0.500rem;
    scroll-margin-right: -0.500rem;
  }

  .sm\:-scroll-mx-80 {
    scroll-margin-left: -5.000rem;
    scroll-margin-right: -5.000rem;
  }

  .sm\:-scroll-mx-90 {
    scroll-margin-left: -5.625rem;
    scroll-margin-right: -5.625rem;
  }

  .sm\:-scroll-my-0 {
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .sm\:-scroll-my-1 {
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .sm\:-scroll-my-10 {
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .sm\:-scroll-my-100 {
    scroll-margin-top: -6.250rem;
    scroll-margin-bottom: -6.250rem;
  }

  .sm\:-scroll-my-12 {
    scroll-margin-top: -0.750rem;
    scroll-margin-bottom: -0.750rem;
  }

  .sm\:-scroll-my-14 {
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .sm\:-scroll-my-150 {
    scroll-margin-top: -9.375rem;
    scroll-margin-bottom: -9.375rem;
  }

  .sm\:-scroll-my-16 {
    scroll-margin-top: -1.000rem;
    scroll-margin-bottom: -1.000rem;
  }

  .sm\:-scroll-my-18 {
    scroll-margin-top: -1.125rem;
    scroll-margin-bottom: -1.125rem;
  }

  .sm\:-scroll-my-2 {
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .sm\:-scroll-my-20 {
    scroll-margin-top: -1.250rem;
    scroll-margin-bottom: -1.250rem;
  }

  .sm\:-scroll-my-200 {
    scroll-margin-top: -12.5rem;
    scroll-margin-bottom: -12.5rem;
  }

  .sm\:-scroll-my-22 {
    scroll-margin-top: -1.375rem;
    scroll-margin-bottom: -1.375rem;
  }

  .sm\:-scroll-my-24 {
    scroll-margin-top: -1.500rem;
    scroll-margin-bottom: -1.500rem;
  }

  .sm\:-scroll-my-250 {
    scroll-margin-top: -15.625rem;
    scroll-margin-bottom: -15.625rem;
  }

  .sm\:-scroll-my-26 {
    scroll-margin-top: -1.625rem;
    scroll-margin-bottom: -1.625rem;
  }

  .sm\:-scroll-my-28 {
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .sm\:-scroll-my-3 {
    scroll-margin-top: -0.188rem;
    scroll-margin-bottom: -0.188rem;
  }

  .sm\:-scroll-my-30 {
    scroll-margin-top: -1.875rem;
    scroll-margin-bottom: -1.875rem;
  }

  .sm\:-scroll-my-300 {
    scroll-margin-top: -18.75rem;
    scroll-margin-bottom: -18.75rem;
  }

  .sm\:-scroll-my-32 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .sm\:-scroll-my-34 {
    scroll-margin-top: -2.125rem;
    scroll-margin-bottom: -2.125rem;
  }

  .sm\:-scroll-my-36 {
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .sm\:-scroll-my-38 {
    scroll-margin-top: -2.375rem;
    scroll-margin-bottom: -2.375rem;
  }

  .sm\:-scroll-my-4 {
    scroll-margin-top: -0.250rem;
    scroll-margin-bottom: -0.250rem;
  }

  .sm\:-scroll-my-40 {
    scroll-margin-top: -2.500rem;
    scroll-margin-bottom: -2.500rem;
  }

  .sm\:-scroll-my-50 {
    scroll-margin-top: -3.125rem;
    scroll-margin-bottom: -3.125rem;
  }

  .sm\:-scroll-my-6 {
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .sm\:-scroll-my-60 {
    scroll-margin-top: -3.750rem;
    scroll-margin-bottom: -3.750rem;
  }

  .sm\:-scroll-my-70 {
    scroll-margin-top: -4.375rem;
    scroll-margin-bottom: -4.375rem;
  }

  .sm\:-scroll-my-8 {
    scroll-margin-top: -0.500rem;
    scroll-margin-bottom: -0.500rem;
  }

  .sm\:-scroll-my-80 {
    scroll-margin-top: -5.000rem;
    scroll-margin-bottom: -5.000rem;
  }

  .sm\:-scroll-my-90 {
    scroll-margin-top: -5.625rem;
    scroll-margin-bottom: -5.625rem;
  }

  .sm\:-scroll-mb-0 {
    scroll-margin-bottom: -0px;
  }

  .sm\:-scroll-mb-1 {
    scroll-margin-bottom: -1px;
  }

  .sm\:-scroll-mb-10 {
    scroll-margin-bottom: -0.625rem;
  }

  .sm\:-scroll-mb-100 {
    scroll-margin-bottom: -6.250rem;
  }

  .sm\:-scroll-mb-12 {
    scroll-margin-bottom: -0.750rem;
  }

  .sm\:-scroll-mb-14 {
    scroll-margin-bottom: -0.875rem;
  }

  .sm\:-scroll-mb-150 {
    scroll-margin-bottom: -9.375rem;
  }

  .sm\:-scroll-mb-16 {
    scroll-margin-bottom: -1.000rem;
  }

  .sm\:-scroll-mb-18 {
    scroll-margin-bottom: -1.125rem;
  }

  .sm\:-scroll-mb-2 {
    scroll-margin-bottom: -0.125rem;
  }

  .sm\:-scroll-mb-20 {
    scroll-margin-bottom: -1.250rem;
  }

  .sm\:-scroll-mb-200 {
    scroll-margin-bottom: -12.5rem;
  }

  .sm\:-scroll-mb-22 {
    scroll-margin-bottom: -1.375rem;
  }

  .sm\:-scroll-mb-24 {
    scroll-margin-bottom: -1.500rem;
  }

  .sm\:-scroll-mb-250 {
    scroll-margin-bottom: -15.625rem;
  }

  .sm\:-scroll-mb-26 {
    scroll-margin-bottom: -1.625rem;
  }

  .sm\:-scroll-mb-28 {
    scroll-margin-bottom: -1.75rem;
  }

  .sm\:-scroll-mb-3 {
    scroll-margin-bottom: -0.188rem;
  }

  .sm\:-scroll-mb-30 {
    scroll-margin-bottom: -1.875rem;
  }

  .sm\:-scroll-mb-300 {
    scroll-margin-bottom: -18.75rem;
  }

  .sm\:-scroll-mb-32 {
    scroll-margin-bottom: -2rem;
  }

  .sm\:-scroll-mb-34 {
    scroll-margin-bottom: -2.125rem;
  }

  .sm\:-scroll-mb-36 {
    scroll-margin-bottom: -2.25rem;
  }

  .sm\:-scroll-mb-38 {
    scroll-margin-bottom: -2.375rem;
  }

  .sm\:-scroll-mb-4 {
    scroll-margin-bottom: -0.250rem;
  }

  .sm\:-scroll-mb-40 {
    scroll-margin-bottom: -2.500rem;
  }

  .sm\:-scroll-mb-50 {
    scroll-margin-bottom: -3.125rem;
  }

  .sm\:-scroll-mb-6 {
    scroll-margin-bottom: -0.375rem;
  }

  .sm\:-scroll-mb-60 {
    scroll-margin-bottom: -3.750rem;
  }

  .sm\:-scroll-mb-70 {
    scroll-margin-bottom: -4.375rem;
  }

  .sm\:-scroll-mb-8 {
    scroll-margin-bottom: -0.500rem;
  }

  .sm\:-scroll-mb-80 {
    scroll-margin-bottom: -5.000rem;
  }

  .sm\:-scroll-mb-90 {
    scroll-margin-bottom: -5.625rem;
  }

  .sm\:-scroll-me-0 {
    scroll-margin-inline-end: -0px;
  }

  .sm\:-scroll-me-1 {
    scroll-margin-inline-end: -1px;
  }

  .sm\:-scroll-me-10 {
    scroll-margin-inline-end: -0.625rem;
  }

  .sm\:-scroll-me-100 {
    scroll-margin-inline-end: -6.250rem;
  }

  .sm\:-scroll-me-12 {
    scroll-margin-inline-end: -0.750rem;
  }

  .sm\:-scroll-me-14 {
    scroll-margin-inline-end: -0.875rem;
  }

  .sm\:-scroll-me-150 {
    scroll-margin-inline-end: -9.375rem;
  }

  .sm\:-scroll-me-16 {
    scroll-margin-inline-end: -1.000rem;
  }

  .sm\:-scroll-me-18 {
    scroll-margin-inline-end: -1.125rem;
  }

  .sm\:-scroll-me-2 {
    scroll-margin-inline-end: -0.125rem;
  }

  .sm\:-scroll-me-20 {
    scroll-margin-inline-end: -1.250rem;
  }

  .sm\:-scroll-me-200 {
    scroll-margin-inline-end: -12.5rem;
  }

  .sm\:-scroll-me-22 {
    scroll-margin-inline-end: -1.375rem;
  }

  .sm\:-scroll-me-24 {
    scroll-margin-inline-end: -1.500rem;
  }

  .sm\:-scroll-me-250 {
    scroll-margin-inline-end: -15.625rem;
  }

  .sm\:-scroll-me-26 {
    scroll-margin-inline-end: -1.625rem;
  }

  .sm\:-scroll-me-28 {
    scroll-margin-inline-end: -1.75rem;
  }

  .sm\:-scroll-me-3 {
    scroll-margin-inline-end: -0.188rem;
  }

  .sm\:-scroll-me-30 {
    scroll-margin-inline-end: -1.875rem;
  }

  .sm\:-scroll-me-300 {
    scroll-margin-inline-end: -18.75rem;
  }

  .sm\:-scroll-me-32 {
    scroll-margin-inline-end: -2rem;
  }

  .sm\:-scroll-me-34 {
    scroll-margin-inline-end: -2.125rem;
  }

  .sm\:-scroll-me-36 {
    scroll-margin-inline-end: -2.25rem;
  }

  .sm\:-scroll-me-38 {
    scroll-margin-inline-end: -2.375rem;
  }

  .sm\:-scroll-me-4 {
    scroll-margin-inline-end: -0.250rem;
  }

  .sm\:-scroll-me-40 {
    scroll-margin-inline-end: -2.500rem;
  }

  .sm\:-scroll-me-50 {
    scroll-margin-inline-end: -3.125rem;
  }

  .sm\:-scroll-me-6 {
    scroll-margin-inline-end: -0.375rem;
  }

  .sm\:-scroll-me-60 {
    scroll-margin-inline-end: -3.750rem;
  }

  .sm\:-scroll-me-70 {
    scroll-margin-inline-end: -4.375rem;
  }

  .sm\:-scroll-me-8 {
    scroll-margin-inline-end: -0.500rem;
  }

  .sm\:-scroll-me-80 {
    scroll-margin-inline-end: -5.000rem;
  }

  .sm\:-scroll-me-90 {
    scroll-margin-inline-end: -5.625rem;
  }

  .sm\:-scroll-ml-0 {
    scroll-margin-left: -0px;
  }

  .sm\:-scroll-ml-1 {
    scroll-margin-left: -1px;
  }

  .sm\:-scroll-ml-10 {
    scroll-margin-left: -0.625rem;
  }

  .sm\:-scroll-ml-100 {
    scroll-margin-left: -6.250rem;
  }

  .sm\:-scroll-ml-12 {
    scroll-margin-left: -0.750rem;
  }

  .sm\:-scroll-ml-14 {
    scroll-margin-left: -0.875rem;
  }

  .sm\:-scroll-ml-150 {
    scroll-margin-left: -9.375rem;
  }

  .sm\:-scroll-ml-16 {
    scroll-margin-left: -1.000rem;
  }

  .sm\:-scroll-ml-18 {
    scroll-margin-left: -1.125rem;
  }

  .sm\:-scroll-ml-2 {
    scroll-margin-left: -0.125rem;
  }

  .sm\:-scroll-ml-20 {
    scroll-margin-left: -1.250rem;
  }

  .sm\:-scroll-ml-200 {
    scroll-margin-left: -12.5rem;
  }

  .sm\:-scroll-ml-22 {
    scroll-margin-left: -1.375rem;
  }

  .sm\:-scroll-ml-24 {
    scroll-margin-left: -1.500rem;
  }

  .sm\:-scroll-ml-250 {
    scroll-margin-left: -15.625rem;
  }

  .sm\:-scroll-ml-26 {
    scroll-margin-left: -1.625rem;
  }

  .sm\:-scroll-ml-28 {
    scroll-margin-left: -1.75rem;
  }

  .sm\:-scroll-ml-3 {
    scroll-margin-left: -0.188rem;
  }

  .sm\:-scroll-ml-30 {
    scroll-margin-left: -1.875rem;
  }

  .sm\:-scroll-ml-300 {
    scroll-margin-left: -18.75rem;
  }

  .sm\:-scroll-ml-32 {
    scroll-margin-left: -2rem;
  }

  .sm\:-scroll-ml-34 {
    scroll-margin-left: -2.125rem;
  }

  .sm\:-scroll-ml-36 {
    scroll-margin-left: -2.25rem;
  }

  .sm\:-scroll-ml-38 {
    scroll-margin-left: -2.375rem;
  }

  .sm\:-scroll-ml-4 {
    scroll-margin-left: -0.250rem;
  }

  .sm\:-scroll-ml-40 {
    scroll-margin-left: -2.500rem;
  }

  .sm\:-scroll-ml-50 {
    scroll-margin-left: -3.125rem;
  }

  .sm\:-scroll-ml-6 {
    scroll-margin-left: -0.375rem;
  }

  .sm\:-scroll-ml-60 {
    scroll-margin-left: -3.750rem;
  }

  .sm\:-scroll-ml-70 {
    scroll-margin-left: -4.375rem;
  }

  .sm\:-scroll-ml-8 {
    scroll-margin-left: -0.500rem;
  }

  .sm\:-scroll-ml-80 {
    scroll-margin-left: -5.000rem;
  }

  .sm\:-scroll-ml-90 {
    scroll-margin-left: -5.625rem;
  }

  .sm\:-scroll-mr-0 {
    scroll-margin-right: -0px;
  }

  .sm\:-scroll-mr-1 {
    scroll-margin-right: -1px;
  }

  .sm\:-scroll-mr-10 {
    scroll-margin-right: -0.625rem;
  }

  .sm\:-scroll-mr-100 {
    scroll-margin-right: -6.250rem;
  }

  .sm\:-scroll-mr-12 {
    scroll-margin-right: -0.750rem;
  }

  .sm\:-scroll-mr-14 {
    scroll-margin-right: -0.875rem;
  }

  .sm\:-scroll-mr-150 {
    scroll-margin-right: -9.375rem;
  }

  .sm\:-scroll-mr-16 {
    scroll-margin-right: -1.000rem;
  }

  .sm\:-scroll-mr-18 {
    scroll-margin-right: -1.125rem;
  }

  .sm\:-scroll-mr-2 {
    scroll-margin-right: -0.125rem;
  }

  .sm\:-scroll-mr-20 {
    scroll-margin-right: -1.250rem;
  }

  .sm\:-scroll-mr-200 {
    scroll-margin-right: -12.5rem;
  }

  .sm\:-scroll-mr-22 {
    scroll-margin-right: -1.375rem;
  }

  .sm\:-scroll-mr-24 {
    scroll-margin-right: -1.500rem;
  }

  .sm\:-scroll-mr-250 {
    scroll-margin-right: -15.625rem;
  }

  .sm\:-scroll-mr-26 {
    scroll-margin-right: -1.625rem;
  }

  .sm\:-scroll-mr-28 {
    scroll-margin-right: -1.75rem;
  }

  .sm\:-scroll-mr-3 {
    scroll-margin-right: -0.188rem;
  }

  .sm\:-scroll-mr-30 {
    scroll-margin-right: -1.875rem;
  }

  .sm\:-scroll-mr-300 {
    scroll-margin-right: -18.75rem;
  }

  .sm\:-scroll-mr-32 {
    scroll-margin-right: -2rem;
  }

  .sm\:-scroll-mr-34 {
    scroll-margin-right: -2.125rem;
  }

  .sm\:-scroll-mr-36 {
    scroll-margin-right: -2.25rem;
  }

  .sm\:-scroll-mr-38 {
    scroll-margin-right: -2.375rem;
  }

  .sm\:-scroll-mr-4 {
    scroll-margin-right: -0.250rem;
  }

  .sm\:-scroll-mr-40 {
    scroll-margin-right: -2.500rem;
  }

  .sm\:-scroll-mr-50 {
    scroll-margin-right: -3.125rem;
  }

  .sm\:-scroll-mr-6 {
    scroll-margin-right: -0.375rem;
  }

  .sm\:-scroll-mr-60 {
    scroll-margin-right: -3.750rem;
  }

  .sm\:-scroll-mr-70 {
    scroll-margin-right: -4.375rem;
  }

  .sm\:-scroll-mr-8 {
    scroll-margin-right: -0.500rem;
  }

  .sm\:-scroll-mr-80 {
    scroll-margin-right: -5.000rem;
  }

  .sm\:-scroll-mr-90 {
    scroll-margin-right: -5.625rem;
  }

  .sm\:-scroll-ms-0 {
    scroll-margin-inline-start: -0px;
  }

  .sm\:-scroll-ms-1 {
    scroll-margin-inline-start: -1px;
  }

  .sm\:-scroll-ms-10 {
    scroll-margin-inline-start: -0.625rem;
  }

  .sm\:-scroll-ms-100 {
    scroll-margin-inline-start: -6.250rem;
  }

  .sm\:-scroll-ms-12 {
    scroll-margin-inline-start: -0.750rem;
  }

  .sm\:-scroll-ms-14 {
    scroll-margin-inline-start: -0.875rem;
  }

  .sm\:-scroll-ms-150 {
    scroll-margin-inline-start: -9.375rem;
  }

  .sm\:-scroll-ms-16 {
    scroll-margin-inline-start: -1.000rem;
  }

  .sm\:-scroll-ms-18 {
    scroll-margin-inline-start: -1.125rem;
  }

  .sm\:-scroll-ms-2 {
    scroll-margin-inline-start: -0.125rem;
  }

  .sm\:-scroll-ms-20 {
    scroll-margin-inline-start: -1.250rem;
  }

  .sm\:-scroll-ms-200 {
    scroll-margin-inline-start: -12.5rem;
  }

  .sm\:-scroll-ms-22 {
    scroll-margin-inline-start: -1.375rem;
  }

  .sm\:-scroll-ms-24 {
    scroll-margin-inline-start: -1.500rem;
  }

  .sm\:-scroll-ms-250 {
    scroll-margin-inline-start: -15.625rem;
  }

  .sm\:-scroll-ms-26 {
    scroll-margin-inline-start: -1.625rem;
  }

  .sm\:-scroll-ms-28 {
    scroll-margin-inline-start: -1.75rem;
  }

  .sm\:-scroll-ms-3 {
    scroll-margin-inline-start: -0.188rem;
  }

  .sm\:-scroll-ms-30 {
    scroll-margin-inline-start: -1.875rem;
  }

  .sm\:-scroll-ms-300 {
    scroll-margin-inline-start: -18.75rem;
  }

  .sm\:-scroll-ms-32 {
    scroll-margin-inline-start: -2rem;
  }

  .sm\:-scroll-ms-34 {
    scroll-margin-inline-start: -2.125rem;
  }

  .sm\:-scroll-ms-36 {
    scroll-margin-inline-start: -2.25rem;
  }

  .sm\:-scroll-ms-38 {
    scroll-margin-inline-start: -2.375rem;
  }

  .sm\:-scroll-ms-4 {
    scroll-margin-inline-start: -0.250rem;
  }

  .sm\:-scroll-ms-40 {
    scroll-margin-inline-start: -2.500rem;
  }

  .sm\:-scroll-ms-50 {
    scroll-margin-inline-start: -3.125rem;
  }

  .sm\:-scroll-ms-6 {
    scroll-margin-inline-start: -0.375rem;
  }

  .sm\:-scroll-ms-60 {
    scroll-margin-inline-start: -3.750rem;
  }

  .sm\:-scroll-ms-70 {
    scroll-margin-inline-start: -4.375rem;
  }

  .sm\:-scroll-ms-8 {
    scroll-margin-inline-start: -0.500rem;
  }

  .sm\:-scroll-ms-80 {
    scroll-margin-inline-start: -5.000rem;
  }

  .sm\:-scroll-ms-90 {
    scroll-margin-inline-start: -5.625rem;
  }

  .sm\:-scroll-mt-0 {
    scroll-margin-top: -0px;
  }

  .sm\:-scroll-mt-1 {
    scroll-margin-top: -1px;
  }

  .sm\:-scroll-mt-10 {
    scroll-margin-top: -0.625rem;
  }

  .sm\:-scroll-mt-100 {
    scroll-margin-top: -6.250rem;
  }

  .sm\:-scroll-mt-12 {
    scroll-margin-top: -0.750rem;
  }

  .sm\:-scroll-mt-14 {
    scroll-margin-top: -0.875rem;
  }

  .sm\:-scroll-mt-150 {
    scroll-margin-top: -9.375rem;
  }

  .sm\:-scroll-mt-16 {
    scroll-margin-top: -1.000rem;
  }

  .sm\:-scroll-mt-18 {
    scroll-margin-top: -1.125rem;
  }

  .sm\:-scroll-mt-2 {
    scroll-margin-top: -0.125rem;
  }

  .sm\:-scroll-mt-20 {
    scroll-margin-top: -1.250rem;
  }

  .sm\:-scroll-mt-200 {
    scroll-margin-top: -12.5rem;
  }

  .sm\:-scroll-mt-22 {
    scroll-margin-top: -1.375rem;
  }

  .sm\:-scroll-mt-24 {
    scroll-margin-top: -1.500rem;
  }

  .sm\:-scroll-mt-250 {
    scroll-margin-top: -15.625rem;
  }

  .sm\:-scroll-mt-26 {
    scroll-margin-top: -1.625rem;
  }

  .sm\:-scroll-mt-28 {
    scroll-margin-top: -1.75rem;
  }

  .sm\:-scroll-mt-3 {
    scroll-margin-top: -0.188rem;
  }

  .sm\:-scroll-mt-30 {
    scroll-margin-top: -1.875rem;
  }

  .sm\:-scroll-mt-300 {
    scroll-margin-top: -18.75rem;
  }

  .sm\:-scroll-mt-32 {
    scroll-margin-top: -2rem;
  }

  .sm\:-scroll-mt-34 {
    scroll-margin-top: -2.125rem;
  }

  .sm\:-scroll-mt-36 {
    scroll-margin-top: -2.25rem;
  }

  .sm\:-scroll-mt-38 {
    scroll-margin-top: -2.375rem;
  }

  .sm\:-scroll-mt-4 {
    scroll-margin-top: -0.250rem;
  }

  .sm\:-scroll-mt-40 {
    scroll-margin-top: -2.500rem;
  }

  .sm\:-scroll-mt-50 {
    scroll-margin-top: -3.125rem;
  }

  .sm\:-scroll-mt-6 {
    scroll-margin-top: -0.375rem;
  }

  .sm\:-scroll-mt-60 {
    scroll-margin-top: -3.750rem;
  }

  .sm\:-scroll-mt-70 {
    scroll-margin-top: -4.375rem;
  }

  .sm\:-scroll-mt-8 {
    scroll-margin-top: -0.500rem;
  }

  .sm\:-scroll-mt-80 {
    scroll-margin-top: -5.000rem;
  }

  .sm\:-scroll-mt-90 {
    scroll-margin-top: -5.625rem;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

  .sm\:columns-10 {
    -moz-columns: 10;
         columns: 10;
  }

  .sm\:columns-11 {
    -moz-columns: 11;
         columns: 11;
  }

  .sm\:columns-12 {
    -moz-columns: 12;
         columns: 12;
  }

  .sm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .sm\:columns-2xl {
    -moz-columns: 42rem;
         columns: 42rem;
  }

  .sm\:columns-2xs {
    -moz-columns: 18rem;
         columns: 18rem;
  }

  .sm\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .sm\:columns-3xl {
    -moz-columns: 48rem;
         columns: 48rem;
  }

  .sm\:columns-3xs {
    -moz-columns: 16rem;
         columns: 16rem;
  }

  .sm\:columns-4 {
    -moz-columns: 4;
         columns: 4;
  }

  .sm\:columns-4xl {
    -moz-columns: 56rem;
         columns: 56rem;
  }

  .sm\:columns-5 {
    -moz-columns: 5;
         columns: 5;
  }

  .sm\:columns-5xl {
    -moz-columns: 64rem;
         columns: 64rem;
  }

  .sm\:columns-6 {
    -moz-columns: 6;
         columns: 6;
  }

  .sm\:columns-6xl {
    -moz-columns: 72rem;
         columns: 72rem;
  }

  .sm\:columns-7 {
    -moz-columns: 7;
         columns: 7;
  }

  .sm\:columns-7xl {
    -moz-columns: 80rem;
         columns: 80rem;
  }

  .sm\:columns-8 {
    -moz-columns: 8;
         columns: 8;
  }

  .sm\:columns-9 {
    -moz-columns: 9;
         columns: 9;
  }

  .sm\:columns-auto {
    -moz-columns: auto;
         columns: auto;
  }

  .sm\:columns-lg {
    -moz-columns: 32rem;
         columns: 32rem;
  }

  .sm\:columns-md {
    -moz-columns: 28rem;
         columns: 28rem;
  }

  .sm\:columns-sm {
    -moz-columns: 24rem;
         columns: 24rem;
  }

  .sm\:columns-xl {
    -moz-columns: 36rem;
         columns: 36rem;
  }

  .sm\:columns-xs {
    -moz-columns: 20rem;
         columns: 20rem;
  }

  .sm\:break-before-auto {
    -moz-column-break-before: auto;
         break-before: auto;
  }

  .sm\:break-before-avoid {
    -moz-column-break-before: avoid;
         break-before: avoid;
  }

  .sm\:break-before-all {
    -moz-column-break-before: all;
         break-before: all;
  }

  .sm\:break-before-avoid-page {
    -moz-column-break-before: avoid;
         break-before: avoid-page;
  }

  .sm\:break-before-page {
    -moz-column-break-before: page;
         break-before: page;
  }

  .sm\:break-before-left {
    -moz-column-break-before: left;
         break-before: left;
  }

  .sm\:break-before-right {
    -moz-column-break-before: right;
         break-before: right;
  }

  .sm\:break-before-column {
    -moz-column-break-before: column;
         break-before: column;
  }

  .sm\:break-inside-auto {
    -moz-column-break-inside: auto;
         break-inside: auto;
  }

  .sm\:break-inside-avoid {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }

  .sm\:break-inside-avoid-page {
    break-inside: avoid-page;
  }

  .sm\:break-inside-avoid-column {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }

  .sm\:break-after-auto {
    -moz-column-break-after: auto;
         break-after: auto;
  }

  .sm\:break-after-avoid {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }

  .sm\:break-after-all {
    -moz-column-break-after: all;
         break-after: all;
  }

  .sm\:break-after-avoid-page {
    -moz-column-break-after: avoid;
         break-after: avoid-page;
  }

  .sm\:break-after-page {
    -moz-column-break-after: page;
         break-after: page;
  }

  .sm\:break-after-left {
    -moz-column-break-after: left;
         break-after: left;
  }

  .sm\:break-after-right {
    -moz-column-break-after: right;
         break-after: right;
  }

  .sm\:break-after-column {
    -moz-column-break-after: column;
         break-after: column;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-dense {
    grid-auto-flow: dense;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:place-content-center {
    place-content: center;
  }

  .sm\:place-content-start {
    place-content: start;
  }

  .sm\:place-content-end {
    place-content: end;
  }

  .sm\:place-content-between {
    place-content: space-between;
  }

  .sm\:place-content-around {
    place-content: space-around;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly;
  }

  .sm\:place-content-baseline {
    place-content: baseline;
  }

  .sm\:place-content-stretch {
    place-content: stretch;
  }

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:place-items-baseline {
    place-items: baseline;
  }

  .sm\:place-items-stretch {
    place-items: stretch;
  }

  .sm\:content-normal {
    align-content: normal;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:content-evenly {
    align-content: space-evenly;
  }

  .sm\:content-baseline {
    align-content: baseline;
  }

  .sm\:content-stretch {
    align-content: stretch;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-normal {
    justify-content: normal;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-stretch {
    justify-content: stretch;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-1 {
    gap: 1px;
  }

  .sm\:gap-10 {
    gap: 0.625rem;
  }

  .sm\:gap-100 {
    gap: 6.250rem;
  }

  .sm\:gap-12 {
    gap: 0.750rem;
  }

  .sm\:gap-14 {
    gap: 0.875rem;
  }

  .sm\:gap-150 {
    gap: 9.375rem;
  }

  .sm\:gap-16 {
    gap: 1.000rem;
  }

  .sm\:gap-18 {
    gap: 1.125rem;
  }

  .sm\:gap-2 {
    gap: 0.125rem;
  }

  .sm\:gap-20 {
    gap: 1.250rem;
  }

  .sm\:gap-200 {
    gap: 12.5rem;
  }

  .sm\:gap-22 {
    gap: 1.375rem;
  }

  .sm\:gap-24 {
    gap: 1.500rem;
  }

  .sm\:gap-250 {
    gap: 15.625rem;
  }

  .sm\:gap-26 {
    gap: 1.625rem;
  }

  .sm\:gap-28 {
    gap: 1.75rem;
  }

  .sm\:gap-3 {
    gap: 0.188rem;
  }

  .sm\:gap-30 {
    gap: 1.875rem;
  }

  .sm\:gap-300 {
    gap: 18.75rem;
  }

  .sm\:gap-32 {
    gap: 2rem;
  }

  .sm\:gap-34 {
    gap: 2.125rem;
  }

  .sm\:gap-36 {
    gap: 2.25rem;
  }

  .sm\:gap-38 {
    gap: 2.375rem;
  }

  .sm\:gap-4 {
    gap: 0.250rem;
  }

  .sm\:gap-40 {
    gap: 2.500rem;
  }

  .sm\:gap-50 {
    gap: 3.125rem;
  }

  .sm\:gap-6 {
    gap: 0.375rem;
  }

  .sm\:gap-60 {
    gap: 3.750rem;
  }

  .sm\:gap-70 {
    gap: 4.375rem;
  }

  .sm\:gap-8 {
    gap: 0.500rem;
  }

  .sm\:gap-80 {
    gap: 5.000rem;
  }

  .sm\:gap-90 {
    gap: 5.625rem;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:gap-x-100 {
    -moz-column-gap: 6.250rem;
         column-gap: 6.250rem;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 0.750rem;
         column-gap: 0.750rem;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:gap-x-150 {
    -moz-column-gap: 9.375rem;
         column-gap: 9.375rem;
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 1.000rem;
         column-gap: 1.000rem;
  }

  .sm\:gap-x-18 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 1.250rem;
         column-gap: 1.250rem;
  }

  .sm\:gap-x-200 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .sm\:gap-x-22 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 1.500rem;
         column-gap: 1.500rem;
  }

  .sm\:gap-x-250 {
    -moz-column-gap: 15.625rem;
         column-gap: 15.625rem;
  }

  .sm\:gap-x-26 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.188rem;
         column-gap: 0.188rem;
  }

  .sm\:gap-x-30 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .sm\:gap-x-300 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-34 {
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:gap-x-38 {
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 0.250rem;
         column-gap: 0.250rem;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 2.500rem;
         column-gap: 2.500rem;
  }

  .sm\:gap-x-50 {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:gap-x-60 {
    -moz-column-gap: 3.750rem;
         column-gap: 3.750rem;
  }

  .sm\:gap-x-70 {
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 0.500rem;
         column-gap: 0.500rem;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 5.000rem;
         column-gap: 5.000rem;
  }

  .sm\:gap-x-90 {
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

  .sm\:gap-y-1 {
    row-gap: 1px;
  }

  .sm\:gap-y-10 {
    row-gap: 0.625rem;
  }

  .sm\:gap-y-100 {
    row-gap: 6.250rem;
  }

  .sm\:gap-y-12 {
    row-gap: 0.750rem;
  }

  .sm\:gap-y-14 {
    row-gap: 0.875rem;
  }

  .sm\:gap-y-150 {
    row-gap: 9.375rem;
  }

  .sm\:gap-y-16 {
    row-gap: 1.000rem;
  }

  .sm\:gap-y-18 {
    row-gap: 1.125rem;
  }

  .sm\:gap-y-2 {
    row-gap: 0.125rem;
  }

  .sm\:gap-y-20 {
    row-gap: 1.250rem;
  }

  .sm\:gap-y-200 {
    row-gap: 12.5rem;
  }

  .sm\:gap-y-22 {
    row-gap: 1.375rem;
  }

  .sm\:gap-y-24 {
    row-gap: 1.500rem;
  }

  .sm\:gap-y-250 {
    row-gap: 15.625rem;
  }

  .sm\:gap-y-26 {
    row-gap: 1.625rem;
  }

  .sm\:gap-y-28 {
    row-gap: 1.75rem;
  }

  .sm\:gap-y-3 {
    row-gap: 0.188rem;
  }

  .sm\:gap-y-30 {
    row-gap: 1.875rem;
  }

  .sm\:gap-y-300 {
    row-gap: 18.75rem;
  }

  .sm\:gap-y-32 {
    row-gap: 2rem;
  }

  .sm\:gap-y-34 {
    row-gap: 2.125rem;
  }

  .sm\:gap-y-36 {
    row-gap: 2.25rem;
  }

  .sm\:gap-y-38 {
    row-gap: 2.375rem;
  }

  .sm\:gap-y-4 {
    row-gap: 0.250rem;
  }

  .sm\:gap-y-40 {
    row-gap: 2.500rem;
  }

  .sm\:gap-y-50 {
    row-gap: 3.125rem;
  }

  .sm\:gap-y-6 {
    row-gap: 0.375rem;
  }

  .sm\:gap-y-60 {
    row-gap: 3.750rem;
  }

  .sm\:gap-y-70 {
    row-gap: 4.375rem;
  }

  .sm\:gap-y-8 {
    row-gap: 0.500rem;
  }

  .sm\:gap-y-80 {
    row-gap: 5.000rem;
  }

  .sm\:gap-y-90 {
    row-gap: 5.625rem;
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0px * var(--tw-space-x-reverse));
    margin-left: calc(-0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.250rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.250rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.750rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.750rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.000rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.000rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.250rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.250rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.500rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.500rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-15.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.188rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.188rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.250rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.250rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.500rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.500rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.750rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.750rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.500rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.500rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.000rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.000rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.250rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.250rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.750rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.750rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.000rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.000rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.250rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.250rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.500rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.500rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.188rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.188rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.250rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.250rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.500rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.500rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.750rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.750rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.500rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.500rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.000rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.000rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse));
  }

  .sm\:place-self-auto {
    place-self: auto;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-stretch {
    place-self: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:self-baseline {
    align-self: baseline;
  }

  .sm\:justify-self-auto {
    justify-self: auto;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-clip {
    overflow: clip;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-clip {
    overflow-x: clip;
  }

  .sm\:overflow-y-clip {
    overflow-y: clip;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .sm\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .sm\:overscroll-none {
    overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .sm\:text-ellipsis {
    text-overflow: ellipsis;
  }

  .sm\:text-clip {
    text-overflow: clip;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:whitespace-break-spaces {
    white-space: break-spaces;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:break-keep {
    word-break: keep-all;
  }

  .sm\:rounded-10 {
    border-radius: .625rem;
  }

  .sm\:rounded-20 {
    border-radius: 1.25rem;
  }

  .sm\:rounded-5 {
    border-radius: .3125rem;
  }

  .sm\:rounded-8 {
    border-radius: .5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-b-10 {
    border-bottom-right-radius: .625rem;
    border-bottom-left-radius: .625rem;
  }

  .sm\:rounded-b-20 {
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  .sm\:rounded-b-5 {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .sm\:rounded-b-8 {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-e-10 {
    border-start-end-radius: .625rem;
    border-end-end-radius: .625rem;
  }

  .sm\:rounded-e-20 {
    border-start-end-radius: 1.25rem;
    border-end-end-radius: 1.25rem;
  }

  .sm\:rounded-e-5 {
    border-start-end-radius: .3125rem;
    border-end-end-radius: .3125rem;
  }

  .sm\:rounded-e-8 {
    border-start-end-radius: .5rem;
    border-end-end-radius: .5rem;
  }

  .sm\:rounded-e-full {
    border-start-end-radius: 9999px;
    border-end-end-radius: 9999px;
  }

  .sm\:rounded-e-none {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }

  .sm\:rounded-l-10 {
    border-top-left-radius: .625rem;
    border-bottom-left-radius: .625rem;
  }

  .sm\:rounded-l-20 {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  .sm\:rounded-l-5 {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .sm\:rounded-l-8 {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-r-10 {
    border-top-right-radius: .625rem;
    border-bottom-right-radius: .625rem;
  }

  .sm\:rounded-r-20 {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  .sm\:rounded-r-5 {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }

  .sm\:rounded-r-8 {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-s-10 {
    border-start-start-radius: .625rem;
    border-end-start-radius: .625rem;
  }

  .sm\:rounded-s-20 {
    border-start-start-radius: 1.25rem;
    border-end-start-radius: 1.25rem;
  }

  .sm\:rounded-s-5 {
    border-start-start-radius: .3125rem;
    border-end-start-radius: .3125rem;
  }

  .sm\:rounded-s-8 {
    border-start-start-radius: .5rem;
    border-end-start-radius: .5rem;
  }

  .sm\:rounded-s-full {
    border-start-start-radius: 9999px;
    border-end-start-radius: 9999px;
  }

  .sm\:rounded-s-none {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }

  .sm\:rounded-t-10 {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
  }

  .sm\:rounded-t-20 {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  .sm\:rounded-t-5 {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }

  .sm\:rounded-t-8 {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-bl-10 {
    border-bottom-left-radius: .625rem;
  }

  .sm\:rounded-bl-20 {
    border-bottom-left-radius: 1.25rem;
  }

  .sm\:rounded-bl-5 {
    border-bottom-left-radius: .3125rem;
  }

  .sm\:rounded-bl-8 {
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-br-10 {
    border-bottom-right-radius: .625rem;
  }

  .sm\:rounded-br-20 {
    border-bottom-right-radius: 1.25rem;
  }

  .sm\:rounded-br-5 {
    border-bottom-right-radius: .3125rem;
  }

  .sm\:rounded-br-8 {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-ee-10 {
    border-end-end-radius: .625rem;
  }

  .sm\:rounded-ee-20 {
    border-end-end-radius: 1.25rem;
  }

  .sm\:rounded-ee-5 {
    border-end-end-radius: .3125rem;
  }

  .sm\:rounded-ee-8 {
    border-end-end-radius: .5rem;
  }

  .sm\:rounded-ee-full {
    border-end-end-radius: 9999px;
  }

  .sm\:rounded-ee-none {
    border-end-end-radius: 0;
  }

  .sm\:rounded-es-10 {
    border-end-start-radius: .625rem;
  }

  .sm\:rounded-es-20 {
    border-end-start-radius: 1.25rem;
  }

  .sm\:rounded-es-5 {
    border-end-start-radius: .3125rem;
  }

  .sm\:rounded-es-8 {
    border-end-start-radius: .5rem;
  }

  .sm\:rounded-es-full {
    border-end-start-radius: 9999px;
  }

  .sm\:rounded-es-none {
    border-end-start-radius: 0;
  }

  .sm\:rounded-se-10 {
    border-start-end-radius: .625rem;
  }

  .sm\:rounded-se-20 {
    border-start-end-radius: 1.25rem;
  }

  .sm\:rounded-se-5 {
    border-start-end-radius: .3125rem;
  }

  .sm\:rounded-se-8 {
    border-start-end-radius: .5rem;
  }

  .sm\:rounded-se-full {
    border-start-end-radius: 9999px;
  }

  .sm\:rounded-se-none {
    border-start-end-radius: 0;
  }

  .sm\:rounded-ss-10 {
    border-start-start-radius: .625rem;
  }

  .sm\:rounded-ss-20 {
    border-start-start-radius: 1.25rem;
  }

  .sm\:rounded-ss-5 {
    border-start-start-radius: .3125rem;
  }

  .sm\:rounded-ss-8 {
    border-start-start-radius: .5rem;
  }

  .sm\:rounded-ss-full {
    border-start-start-radius: 9999px;
  }

  .sm\:rounded-ss-none {
    border-start-start-radius: 0;
  }

  .sm\:rounded-tl-10 {
    border-top-left-radius: .625rem;
  }

  .sm\:rounded-tl-20 {
    border-top-left-radius: 1.25rem;
  }

  .sm\:rounded-tl-5 {
    border-top-left-radius: .3125rem;
  }

  .sm\:rounded-tl-8 {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-10 {
    border-top-right-radius: .625rem;
  }

  .sm\:rounded-tr-20 {
    border-top-right-radius: 1.25rem;
  }

  .sm\:rounded-tr-5 {
    border-top-right-radius: .3125rem;
  }

  .sm\:rounded-tr-8 {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-3 {
    border-width: 3px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .sm\:border-x-0 {
    border-left-width: 0;
    border-right-width: 0;
  }

  .sm\:border-x-2 {
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .sm\:border-x-3 {
    border-left-width: 3px;
    border-right-width: 3px;
  }

  .sm\:border-x-4 {
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .sm\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .sm\:border-y-0 {
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .sm\:border-y-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .sm\:border-y-3 {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }

  .sm\:border-y-4 {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-e {
    border-inline-end-width: 1px;
  }

  .sm\:border-e-0 {
    border-inline-end-width: 0;
  }

  .sm\:border-e-2 {
    border-inline-end-width: 2px;
  }

  .sm\:border-e-3 {
    border-inline-end-width: 3px;
  }

  .sm\:border-e-4 {
    border-inline-end-width: 4px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-l-3 {
    border-left-width: 3px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-r-3 {
    border-right-width: 3px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-s {
    border-inline-start-width: 1px;
  }

  .sm\:border-s-0 {
    border-inline-start-width: 0;
  }

  .sm\:border-s-2 {
    border-inline-start-width: 2px;
  }

  .sm\:border-s-3 {
    border-inline-start-width: 3px;
  }

  .sm\:border-s-4 {
    border-inline-start-width: 4px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-t-3 {
    border-top-width: 3px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-hidden {
    border-style: hidden;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .sm\:border-black\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .sm\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-black\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .sm\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-current {
    border-color: currentColor;
  }

  .sm\:border-error_red {
    --tw-border-opacity: 1;
    border-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .sm\:border-error_red\/0 {
    border-color: rgb(235 0 27 / 0);
  }

  .sm\:border-error_red\/10 {
    border-color: rgb(235 0 27 / 0.1);
  }

  .sm\:border-error_red\/100 {
    border-color: rgb(235 0 27 / 1);
  }

  .sm\:border-error_red\/20 {
    border-color: rgb(235 0 27 / 0.2);
  }

  .sm\:border-error_red\/25 {
    border-color: rgb(235 0 27 / 0.25);
  }

  .sm\:border-error_red\/30 {
    border-color: rgb(235 0 27 / 0.3);
  }

  .sm\:border-error_red\/40 {
    border-color: rgb(235 0 27 / 0.4);
  }

  .sm\:border-error_red\/5 {
    border-color: rgb(235 0 27 / 0.05);
  }

  .sm\:border-error_red\/50 {
    border-color: rgb(235 0 27 / 0.5);
  }

  .sm\:border-error_red\/60 {
    border-color: rgb(235 0 27 / 0.6);
  }

  .sm\:border-error_red\/70 {
    border-color: rgb(235 0 27 / 0.7);
  }

  .sm\:border-error_red\/75 {
    border-color: rgb(235 0 27 / 0.75);
  }

  .sm\:border-error_red\/80 {
    border-color: rgb(235 0 27 / 0.8);
  }

  .sm\:border-error_red\/90 {
    border-color: rgb(235 0 27 / 0.9);
  }

  .sm\:border-error_red\/95 {
    border-color: rgb(235 0 27 / 0.95);
  }

  .sm\:border-gray5 {
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .sm\:border-gray5\/0 {
    border-color: rgb(242 242 242 / 0);
  }

  .sm\:border-gray5\/10 {
    border-color: rgb(242 242 242 / 0.1);
  }

  .sm\:border-gray5\/100 {
    border-color: rgb(242 242 242 / 1);
  }

  .sm\:border-gray5\/20 {
    border-color: rgb(242 242 242 / 0.2);
  }

  .sm\:border-gray5\/25 {
    border-color: rgb(242 242 242 / 0.25);
  }

  .sm\:border-gray5\/30 {
    border-color: rgb(242 242 242 / 0.3);
  }

  .sm\:border-gray5\/40 {
    border-color: rgb(242 242 242 / 0.4);
  }

  .sm\:border-gray5\/5 {
    border-color: rgb(242 242 242 / 0.05);
  }

  .sm\:border-gray5\/50 {
    border-color: rgb(242 242 242 / 0.5);
  }

  .sm\:border-gray5\/60 {
    border-color: rgb(242 242 242 / 0.6);
  }

  .sm\:border-gray5\/70 {
    border-color: rgb(242 242 242 / 0.7);
  }

  .sm\:border-gray5\/75 {
    border-color: rgb(242 242 242 / 0.75);
  }

  .sm\:border-gray5\/80 {
    border-color: rgb(242 242 242 / 0.8);
  }

  .sm\:border-gray5\/90 {
    border-color: rgb(242 242 242 / 0.9);
  }

  .sm\:border-gray5\/95 {
    border-color: rgb(242 242 242 / 0.95);
  }

  .sm\:border-sh_black {
    --tw-border-opacity: 1;
    border-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .sm\:border-sh_black\/0 {
    border-color: rgb(35 31 32 / 0);
  }

  .sm\:border-sh_black\/10 {
    border-color: rgb(35 31 32 / 0.1);
  }

  .sm\:border-sh_black\/100 {
    border-color: rgb(35 31 32 / 1);
  }

  .sm\:border-sh_black\/20 {
    border-color: rgb(35 31 32 / 0.2);
  }

  .sm\:border-sh_black\/25 {
    border-color: rgb(35 31 32 / 0.25);
  }

  .sm\:border-sh_black\/30 {
    border-color: rgb(35 31 32 / 0.3);
  }

  .sm\:border-sh_black\/40 {
    border-color: rgb(35 31 32 / 0.4);
  }

  .sm\:border-sh_black\/5 {
    border-color: rgb(35 31 32 / 0.05);
  }

  .sm\:border-sh_black\/50 {
    border-color: rgb(35 31 32 / 0.5);
  }

  .sm\:border-sh_black\/60 {
    border-color: rgb(35 31 32 / 0.6);
  }

  .sm\:border-sh_black\/70 {
    border-color: rgb(35 31 32 / 0.7);
  }

  .sm\:border-sh_black\/75 {
    border-color: rgb(35 31 32 / 0.75);
  }

  .sm\:border-sh_black\/80 {
    border-color: rgb(35 31 32 / 0.8);
  }

  .sm\:border-sh_black\/90 {
    border-color: rgb(35 31 32 / 0.9);
  }

  .sm\:border-sh_black\/95 {
    border-color: rgb(35 31 32 / 0.95);
  }

  .sm\:border-success_green {
    --tw-border-opacity: 1;
    border-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .sm\:border-success_green\/0 {
    border-color: rgb(80 131 22 / 0);
  }

  .sm\:border-success_green\/10 {
    border-color: rgb(80 131 22 / 0.1);
  }

  .sm\:border-success_green\/100 {
    border-color: rgb(80 131 22 / 1);
  }

  .sm\:border-success_green\/20 {
    border-color: rgb(80 131 22 / 0.2);
  }

  .sm\:border-success_green\/25 {
    border-color: rgb(80 131 22 / 0.25);
  }

  .sm\:border-success_green\/30 {
    border-color: rgb(80 131 22 / 0.3);
  }

  .sm\:border-success_green\/40 {
    border-color: rgb(80 131 22 / 0.4);
  }

  .sm\:border-success_green\/5 {
    border-color: rgb(80 131 22 / 0.05);
  }

  .sm\:border-success_green\/50 {
    border-color: rgb(80 131 22 / 0.5);
  }

  .sm\:border-success_green\/60 {
    border-color: rgb(80 131 22 / 0.6);
  }

  .sm\:border-success_green\/70 {
    border-color: rgb(80 131 22 / 0.7);
  }

  .sm\:border-success_green\/75 {
    border-color: rgb(80 131 22 / 0.75);
  }

  .sm\:border-success_green\/80 {
    border-color: rgb(80 131 22 / 0.8);
  }

  .sm\:border-success_green\/90 {
    border-color: rgb(80 131 22 / 0.9);
  }

  .sm\:border-success_green\/95 {
    border-color: rgb(80 131 22 / 0.95);
  }

  .sm\:border-teal {
    --tw-border-opacity: 1;
    border-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .sm\:border-teal\/0 {
    border-color: rgb(0 129 159 / 0);
  }

  .sm\:border-teal\/10 {
    border-color: rgb(0 129 159 / 0.1);
  }

  .sm\:border-teal\/100 {
    border-color: rgb(0 129 159 / 1);
  }

  .sm\:border-teal\/20 {
    border-color: rgb(0 129 159 / 0.2);
  }

  .sm\:border-teal\/25 {
    border-color: rgb(0 129 159 / 0.25);
  }

  .sm\:border-teal\/30 {
    border-color: rgb(0 129 159 / 0.3);
  }

  .sm\:border-teal\/40 {
    border-color: rgb(0 129 159 / 0.4);
  }

  .sm\:border-teal\/5 {
    border-color: rgb(0 129 159 / 0.05);
  }

  .sm\:border-teal\/50 {
    border-color: rgb(0 129 159 / 0.5);
  }

  .sm\:border-teal\/60 {
    border-color: rgb(0 129 159 / 0.6);
  }

  .sm\:border-teal\/70 {
    border-color: rgb(0 129 159 / 0.7);
  }

  .sm\:border-teal\/75 {
    border-color: rgb(0 129 159 / 0.75);
  }

  .sm\:border-teal\/80 {
    border-color: rgb(0 129 159 / 0.8);
  }

  .sm\:border-teal\/90 {
    border-color: rgb(0 129 159 / 0.9);
  }

  .sm\:border-teal\/95 {
    border-color: rgb(0 129 159 / 0.95);
  }

  .sm\:border-teal_dark {
    --tw-border-opacity: 1;
    border-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .sm\:border-teal_dark\/0 {
    border-color: rgb(0 60 77 / 0);
  }

  .sm\:border-teal_dark\/10 {
    border-color: rgb(0 60 77 / 0.1);
  }

  .sm\:border-teal_dark\/100 {
    border-color: rgb(0 60 77 / 1);
  }

  .sm\:border-teal_dark\/20 {
    border-color: rgb(0 60 77 / 0.2);
  }

  .sm\:border-teal_dark\/25 {
    border-color: rgb(0 60 77 / 0.25);
  }

  .sm\:border-teal_dark\/30 {
    border-color: rgb(0 60 77 / 0.3);
  }

  .sm\:border-teal_dark\/40 {
    border-color: rgb(0 60 77 / 0.4);
  }

  .sm\:border-teal_dark\/5 {
    border-color: rgb(0 60 77 / 0.05);
  }

  .sm\:border-teal_dark\/50 {
    border-color: rgb(0 60 77 / 0.5);
  }

  .sm\:border-teal_dark\/60 {
    border-color: rgb(0 60 77 / 0.6);
  }

  .sm\:border-teal_dark\/70 {
    border-color: rgb(0 60 77 / 0.7);
  }

  .sm\:border-teal_dark\/75 {
    border-color: rgb(0 60 77 / 0.75);
  }

  .sm\:border-teal_dark\/80 {
    border-color: rgb(0 60 77 / 0.8);
  }

  .sm\:border-teal_dark\/90 {
    border-color: rgb(0 60 77 / 0.9);
  }

  .sm\:border-teal_dark\/95 {
    border-color: rgb(0 60 77 / 0.95);
  }

  .sm\:border-teal_extra_light {
    --tw-border-opacity: 1;
    border-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .sm\:border-teal_extra_light\/0 {
    border-color: rgb(245 251 252 / 0);
  }

  .sm\:border-teal_extra_light\/10 {
    border-color: rgb(245 251 252 / 0.1);
  }

  .sm\:border-teal_extra_light\/100 {
    border-color: rgb(245 251 252 / 1);
  }

  .sm\:border-teal_extra_light\/20 {
    border-color: rgb(245 251 252 / 0.2);
  }

  .sm\:border-teal_extra_light\/25 {
    border-color: rgb(245 251 252 / 0.25);
  }

  .sm\:border-teal_extra_light\/30 {
    border-color: rgb(245 251 252 / 0.3);
  }

  .sm\:border-teal_extra_light\/40 {
    border-color: rgb(245 251 252 / 0.4);
  }

  .sm\:border-teal_extra_light\/5 {
    border-color: rgb(245 251 252 / 0.05);
  }

  .sm\:border-teal_extra_light\/50 {
    border-color: rgb(245 251 252 / 0.5);
  }

  .sm\:border-teal_extra_light\/60 {
    border-color: rgb(245 251 252 / 0.6);
  }

  .sm\:border-teal_extra_light\/70 {
    border-color: rgb(245 251 252 / 0.7);
  }

  .sm\:border-teal_extra_light\/75 {
    border-color: rgb(245 251 252 / 0.75);
  }

  .sm\:border-teal_extra_light\/80 {
    border-color: rgb(245 251 252 / 0.8);
  }

  .sm\:border-teal_extra_light\/90 {
    border-color: rgb(245 251 252 / 0.9);
  }

  .sm\:border-teal_extra_light\/95 {
    border-color: rgb(245 251 252 / 0.95);
  }

  .sm\:border-teal_light {
    --tw-border-opacity: 1;
    border-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .sm\:border-teal_light\/0 {
    border-color: rgb(116 196 214 / 0);
  }

  .sm\:border-teal_light\/10 {
    border-color: rgb(116 196 214 / 0.1);
  }

  .sm\:border-teal_light\/100 {
    border-color: rgb(116 196 214 / 1);
  }

  .sm\:border-teal_light\/20 {
    border-color: rgb(116 196 214 / 0.2);
  }

  .sm\:border-teal_light\/25 {
    border-color: rgb(116 196 214 / 0.25);
  }

  .sm\:border-teal_light\/30 {
    border-color: rgb(116 196 214 / 0.3);
  }

  .sm\:border-teal_light\/40 {
    border-color: rgb(116 196 214 / 0.4);
  }

  .sm\:border-teal_light\/5 {
    border-color: rgb(116 196 214 / 0.05);
  }

  .sm\:border-teal_light\/50 {
    border-color: rgb(116 196 214 / 0.5);
  }

  .sm\:border-teal_light\/60 {
    border-color: rgb(116 196 214 / 0.6);
  }

  .sm\:border-teal_light\/70 {
    border-color: rgb(116 196 214 / 0.7);
  }

  .sm\:border-teal_light\/75 {
    border-color: rgb(116 196 214 / 0.75);
  }

  .sm\:border-teal_light\/80 {
    border-color: rgb(116 196 214 / 0.8);
  }

  .sm\:border-teal_light\/90 {
    border-color: rgb(116 196 214 / 0.9);
  }

  .sm\:border-teal_light\/95 {
    border-color: rgb(116 196 214 / 0.95);
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .sm\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .sm\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .sm\:border-white\/0 {
    border-color: rgb(255 255 255 / 0);
  }

  .sm\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .sm\:border-white\/100 {
    border-color: rgb(255 255 255 / 1);
  }

  .sm\:border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
  }

  .sm\:border-white\/25 {
    border-color: rgb(255 255 255 / 0.25);
  }

  .sm\:border-white\/30 {
    border-color: rgb(255 255 255 / 0.3);
  }

  .sm\:border-white\/40 {
    border-color: rgb(255 255 255 / 0.4);
  }

  .sm\:border-white\/5 {
    border-color: rgb(255 255 255 / 0.05);
  }

  .sm\:border-white\/50 {
    border-color: rgb(255 255 255 / 0.5);
  }

  .sm\:border-white\/60 {
    border-color: rgb(255 255 255 / 0.6);
  }

  .sm\:border-white\/70 {
    border-color: rgb(255 255 255 / 0.7);
  }

  .sm\:border-white\/75 {
    border-color: rgb(255 255 255 / 0.75);
  }

  .sm\:border-white\/80 {
    border-color: rgb(255 255 255 / 0.8);
  }

  .sm\:border-white\/90 {
    border-color: rgb(255 255 255 / 0.9);
  }

  .sm\:border-white\/95 {
    border-color: rgb(255 255 255 / 0.95);
  }

  .sm\:border-x-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .sm\:border-x-black\/0 {
    border-left-color: rgb(0 0 0 / 0);
    border-right-color: rgb(0 0 0 / 0);
  }

  .sm\:border-x-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-x-black\/100 {
    border-left-color: rgb(0 0 0 / 1);
    border-right-color: rgb(0 0 0 / 1);
  }

  .sm\:border-x-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-x-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-x-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-x-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-x-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-x-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-x-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-x-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-x-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-x-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-x-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-x-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-x-current {
    border-left-color: currentColor;
    border-right-color: currentColor;
  }

  .sm\:border-x-error_red {
    --tw-border-opacity: 1;
    border-left-color: rgb(235 0 27 / var(--tw-border-opacity));
    border-right-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .sm\:border-x-error_red\/0 {
    border-left-color: rgb(235 0 27 / 0);
    border-right-color: rgb(235 0 27 / 0);
  }

  .sm\:border-x-error_red\/10 {
    border-left-color: rgb(235 0 27 / 0.1);
    border-right-color: rgb(235 0 27 / 0.1);
  }

  .sm\:border-x-error_red\/100 {
    border-left-color: rgb(235 0 27 / 1);
    border-right-color: rgb(235 0 27 / 1);
  }

  .sm\:border-x-error_red\/20 {
    border-left-color: rgb(235 0 27 / 0.2);
    border-right-color: rgb(235 0 27 / 0.2);
  }

  .sm\:border-x-error_red\/25 {
    border-left-color: rgb(235 0 27 / 0.25);
    border-right-color: rgb(235 0 27 / 0.25);
  }

  .sm\:border-x-error_red\/30 {
    border-left-color: rgb(235 0 27 / 0.3);
    border-right-color: rgb(235 0 27 / 0.3);
  }

  .sm\:border-x-error_red\/40 {
    border-left-color: rgb(235 0 27 / 0.4);
    border-right-color: rgb(235 0 27 / 0.4);
  }

  .sm\:border-x-error_red\/5 {
    border-left-color: rgb(235 0 27 / 0.05);
    border-right-color: rgb(235 0 27 / 0.05);
  }

  .sm\:border-x-error_red\/50 {
    border-left-color: rgb(235 0 27 / 0.5);
    border-right-color: rgb(235 0 27 / 0.5);
  }

  .sm\:border-x-error_red\/60 {
    border-left-color: rgb(235 0 27 / 0.6);
    border-right-color: rgb(235 0 27 / 0.6);
  }

  .sm\:border-x-error_red\/70 {
    border-left-color: rgb(235 0 27 / 0.7);
    border-right-color: rgb(235 0 27 / 0.7);
  }

  .sm\:border-x-error_red\/75 {
    border-left-color: rgb(235 0 27 / 0.75);
    border-right-color: rgb(235 0 27 / 0.75);
  }

  .sm\:border-x-error_red\/80 {
    border-left-color: rgb(235 0 27 / 0.8);
    border-right-color: rgb(235 0 27 / 0.8);
  }

  .sm\:border-x-error_red\/90 {
    border-left-color: rgb(235 0 27 / 0.9);
    border-right-color: rgb(235 0 27 / 0.9);
  }

  .sm\:border-x-error_red\/95 {
    border-left-color: rgb(235 0 27 / 0.95);
    border-right-color: rgb(235 0 27 / 0.95);
  }

  .sm\:border-x-gray5 {
    --tw-border-opacity: 1;
    border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
    border-right-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .sm\:border-x-gray5\/0 {
    border-left-color: rgb(242 242 242 / 0);
    border-right-color: rgb(242 242 242 / 0);
  }

  .sm\:border-x-gray5\/10 {
    border-left-color: rgb(242 242 242 / 0.1);
    border-right-color: rgb(242 242 242 / 0.1);
  }

  .sm\:border-x-gray5\/100 {
    border-left-color: rgb(242 242 242 / 1);
    border-right-color: rgb(242 242 242 / 1);
  }

  .sm\:border-x-gray5\/20 {
    border-left-color: rgb(242 242 242 / 0.2);
    border-right-color: rgb(242 242 242 / 0.2);
  }

  .sm\:border-x-gray5\/25 {
    border-left-color: rgb(242 242 242 / 0.25);
    border-right-color: rgb(242 242 242 / 0.25);
  }

  .sm\:border-x-gray5\/30 {
    border-left-color: rgb(242 242 242 / 0.3);
    border-right-color: rgb(242 242 242 / 0.3);
  }

  .sm\:border-x-gray5\/40 {
    border-left-color: rgb(242 242 242 / 0.4);
    border-right-color: rgb(242 242 242 / 0.4);
  }

  .sm\:border-x-gray5\/5 {
    border-left-color: rgb(242 242 242 / 0.05);
    border-right-color: rgb(242 242 242 / 0.05);
  }

  .sm\:border-x-gray5\/50 {
    border-left-color: rgb(242 242 242 / 0.5);
    border-right-color: rgb(242 242 242 / 0.5);
  }

  .sm\:border-x-gray5\/60 {
    border-left-color: rgb(242 242 242 / 0.6);
    border-right-color: rgb(242 242 242 / 0.6);
  }

  .sm\:border-x-gray5\/70 {
    border-left-color: rgb(242 242 242 / 0.7);
    border-right-color: rgb(242 242 242 / 0.7);
  }

  .sm\:border-x-gray5\/75 {
    border-left-color: rgb(242 242 242 / 0.75);
    border-right-color: rgb(242 242 242 / 0.75);
  }

  .sm\:border-x-gray5\/80 {
    border-left-color: rgb(242 242 242 / 0.8);
    border-right-color: rgb(242 242 242 / 0.8);
  }

  .sm\:border-x-gray5\/90 {
    border-left-color: rgb(242 242 242 / 0.9);
    border-right-color: rgb(242 242 242 / 0.9);
  }

  .sm\:border-x-gray5\/95 {
    border-left-color: rgb(242 242 242 / 0.95);
    border-right-color: rgb(242 242 242 / 0.95);
  }

  .sm\:border-x-sh_black {
    --tw-border-opacity: 1;
    border-left-color: rgb(35 31 32 / var(--tw-border-opacity));
    border-right-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .sm\:border-x-sh_black\/0 {
    border-left-color: rgb(35 31 32 / 0);
    border-right-color: rgb(35 31 32 / 0);
  }

  .sm\:border-x-sh_black\/10 {
    border-left-color: rgb(35 31 32 / 0.1);
    border-right-color: rgb(35 31 32 / 0.1);
  }

  .sm\:border-x-sh_black\/100 {
    border-left-color: rgb(35 31 32 / 1);
    border-right-color: rgb(35 31 32 / 1);
  }

  .sm\:border-x-sh_black\/20 {
    border-left-color: rgb(35 31 32 / 0.2);
    border-right-color: rgb(35 31 32 / 0.2);
  }

  .sm\:border-x-sh_black\/25 {
    border-left-color: rgb(35 31 32 / 0.25);
    border-right-color: rgb(35 31 32 / 0.25);
  }

  .sm\:border-x-sh_black\/30 {
    border-left-color: rgb(35 31 32 / 0.3);
    border-right-color: rgb(35 31 32 / 0.3);
  }

  .sm\:border-x-sh_black\/40 {
    border-left-color: rgb(35 31 32 / 0.4);
    border-right-color: rgb(35 31 32 / 0.4);
  }

  .sm\:border-x-sh_black\/5 {
    border-left-color: rgb(35 31 32 / 0.05);
    border-right-color: rgb(35 31 32 / 0.05);
  }

  .sm\:border-x-sh_black\/50 {
    border-left-color: rgb(35 31 32 / 0.5);
    border-right-color: rgb(35 31 32 / 0.5);
  }

  .sm\:border-x-sh_black\/60 {
    border-left-color: rgb(35 31 32 / 0.6);
    border-right-color: rgb(35 31 32 / 0.6);
  }

  .sm\:border-x-sh_black\/70 {
    border-left-color: rgb(35 31 32 / 0.7);
    border-right-color: rgb(35 31 32 / 0.7);
  }

  .sm\:border-x-sh_black\/75 {
    border-left-color: rgb(35 31 32 / 0.75);
    border-right-color: rgb(35 31 32 / 0.75);
  }

  .sm\:border-x-sh_black\/80 {
    border-left-color: rgb(35 31 32 / 0.8);
    border-right-color: rgb(35 31 32 / 0.8);
  }

  .sm\:border-x-sh_black\/90 {
    border-left-color: rgb(35 31 32 / 0.9);
    border-right-color: rgb(35 31 32 / 0.9);
  }

  .sm\:border-x-sh_black\/95 {
    border-left-color: rgb(35 31 32 / 0.95);
    border-right-color: rgb(35 31 32 / 0.95);
  }

  .sm\:border-x-success_green {
    --tw-border-opacity: 1;
    border-left-color: rgb(80 131 22 / var(--tw-border-opacity));
    border-right-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .sm\:border-x-success_green\/0 {
    border-left-color: rgb(80 131 22 / 0);
    border-right-color: rgb(80 131 22 / 0);
  }

  .sm\:border-x-success_green\/10 {
    border-left-color: rgb(80 131 22 / 0.1);
    border-right-color: rgb(80 131 22 / 0.1);
  }

  .sm\:border-x-success_green\/100 {
    border-left-color: rgb(80 131 22 / 1);
    border-right-color: rgb(80 131 22 / 1);
  }

  .sm\:border-x-success_green\/20 {
    border-left-color: rgb(80 131 22 / 0.2);
    border-right-color: rgb(80 131 22 / 0.2);
  }

  .sm\:border-x-success_green\/25 {
    border-left-color: rgb(80 131 22 / 0.25);
    border-right-color: rgb(80 131 22 / 0.25);
  }

  .sm\:border-x-success_green\/30 {
    border-left-color: rgb(80 131 22 / 0.3);
    border-right-color: rgb(80 131 22 / 0.3);
  }

  .sm\:border-x-success_green\/40 {
    border-left-color: rgb(80 131 22 / 0.4);
    border-right-color: rgb(80 131 22 / 0.4);
  }

  .sm\:border-x-success_green\/5 {
    border-left-color: rgb(80 131 22 / 0.05);
    border-right-color: rgb(80 131 22 / 0.05);
  }

  .sm\:border-x-success_green\/50 {
    border-left-color: rgb(80 131 22 / 0.5);
    border-right-color: rgb(80 131 22 / 0.5);
  }

  .sm\:border-x-success_green\/60 {
    border-left-color: rgb(80 131 22 / 0.6);
    border-right-color: rgb(80 131 22 / 0.6);
  }

  .sm\:border-x-success_green\/70 {
    border-left-color: rgb(80 131 22 / 0.7);
    border-right-color: rgb(80 131 22 / 0.7);
  }

  .sm\:border-x-success_green\/75 {
    border-left-color: rgb(80 131 22 / 0.75);
    border-right-color: rgb(80 131 22 / 0.75);
  }

  .sm\:border-x-success_green\/80 {
    border-left-color: rgb(80 131 22 / 0.8);
    border-right-color: rgb(80 131 22 / 0.8);
  }

  .sm\:border-x-success_green\/90 {
    border-left-color: rgb(80 131 22 / 0.9);
    border-right-color: rgb(80 131 22 / 0.9);
  }

  .sm\:border-x-success_green\/95 {
    border-left-color: rgb(80 131 22 / 0.95);
    border-right-color: rgb(80 131 22 / 0.95);
  }

  .sm\:border-x-teal {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 129 159 / var(--tw-border-opacity));
    border-right-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .sm\:border-x-teal\/0 {
    border-left-color: rgb(0 129 159 / 0);
    border-right-color: rgb(0 129 159 / 0);
  }

  .sm\:border-x-teal\/10 {
    border-left-color: rgb(0 129 159 / 0.1);
    border-right-color: rgb(0 129 159 / 0.1);
  }

  .sm\:border-x-teal\/100 {
    border-left-color: rgb(0 129 159 / 1);
    border-right-color: rgb(0 129 159 / 1);
  }

  .sm\:border-x-teal\/20 {
    border-left-color: rgb(0 129 159 / 0.2);
    border-right-color: rgb(0 129 159 / 0.2);
  }

  .sm\:border-x-teal\/25 {
    border-left-color: rgb(0 129 159 / 0.25);
    border-right-color: rgb(0 129 159 / 0.25);
  }

  .sm\:border-x-teal\/30 {
    border-left-color: rgb(0 129 159 / 0.3);
    border-right-color: rgb(0 129 159 / 0.3);
  }

  .sm\:border-x-teal\/40 {
    border-left-color: rgb(0 129 159 / 0.4);
    border-right-color: rgb(0 129 159 / 0.4);
  }

  .sm\:border-x-teal\/5 {
    border-left-color: rgb(0 129 159 / 0.05);
    border-right-color: rgb(0 129 159 / 0.05);
  }

  .sm\:border-x-teal\/50 {
    border-left-color: rgb(0 129 159 / 0.5);
    border-right-color: rgb(0 129 159 / 0.5);
  }

  .sm\:border-x-teal\/60 {
    border-left-color: rgb(0 129 159 / 0.6);
    border-right-color: rgb(0 129 159 / 0.6);
  }

  .sm\:border-x-teal\/70 {
    border-left-color: rgb(0 129 159 / 0.7);
    border-right-color: rgb(0 129 159 / 0.7);
  }

  .sm\:border-x-teal\/75 {
    border-left-color: rgb(0 129 159 / 0.75);
    border-right-color: rgb(0 129 159 / 0.75);
  }

  .sm\:border-x-teal\/80 {
    border-left-color: rgb(0 129 159 / 0.8);
    border-right-color: rgb(0 129 159 / 0.8);
  }

  .sm\:border-x-teal\/90 {
    border-left-color: rgb(0 129 159 / 0.9);
    border-right-color: rgb(0 129 159 / 0.9);
  }

  .sm\:border-x-teal\/95 {
    border-left-color: rgb(0 129 159 / 0.95);
    border-right-color: rgb(0 129 159 / 0.95);
  }

  .sm\:border-x-teal_dark {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 60 77 / var(--tw-border-opacity));
    border-right-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .sm\:border-x-teal_dark\/0 {
    border-left-color: rgb(0 60 77 / 0);
    border-right-color: rgb(0 60 77 / 0);
  }

  .sm\:border-x-teal_dark\/10 {
    border-left-color: rgb(0 60 77 / 0.1);
    border-right-color: rgb(0 60 77 / 0.1);
  }

  .sm\:border-x-teal_dark\/100 {
    border-left-color: rgb(0 60 77 / 1);
    border-right-color: rgb(0 60 77 / 1);
  }

  .sm\:border-x-teal_dark\/20 {
    border-left-color: rgb(0 60 77 / 0.2);
    border-right-color: rgb(0 60 77 / 0.2);
  }

  .sm\:border-x-teal_dark\/25 {
    border-left-color: rgb(0 60 77 / 0.25);
    border-right-color: rgb(0 60 77 / 0.25);
  }

  .sm\:border-x-teal_dark\/30 {
    border-left-color: rgb(0 60 77 / 0.3);
    border-right-color: rgb(0 60 77 / 0.3);
  }

  .sm\:border-x-teal_dark\/40 {
    border-left-color: rgb(0 60 77 / 0.4);
    border-right-color: rgb(0 60 77 / 0.4);
  }

  .sm\:border-x-teal_dark\/5 {
    border-left-color: rgb(0 60 77 / 0.05);
    border-right-color: rgb(0 60 77 / 0.05);
  }

  .sm\:border-x-teal_dark\/50 {
    border-left-color: rgb(0 60 77 / 0.5);
    border-right-color: rgb(0 60 77 / 0.5);
  }

  .sm\:border-x-teal_dark\/60 {
    border-left-color: rgb(0 60 77 / 0.6);
    border-right-color: rgb(0 60 77 / 0.6);
  }

  .sm\:border-x-teal_dark\/70 {
    border-left-color: rgb(0 60 77 / 0.7);
    border-right-color: rgb(0 60 77 / 0.7);
  }

  .sm\:border-x-teal_dark\/75 {
    border-left-color: rgb(0 60 77 / 0.75);
    border-right-color: rgb(0 60 77 / 0.75);
  }

  .sm\:border-x-teal_dark\/80 {
    border-left-color: rgb(0 60 77 / 0.8);
    border-right-color: rgb(0 60 77 / 0.8);
  }

  .sm\:border-x-teal_dark\/90 {
    border-left-color: rgb(0 60 77 / 0.9);
    border-right-color: rgb(0 60 77 / 0.9);
  }

  .sm\:border-x-teal_dark\/95 {
    border-left-color: rgb(0 60 77 / 0.95);
    border-right-color: rgb(0 60 77 / 0.95);
  }

  .sm\:border-x-teal_extra_light {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 251 252 / var(--tw-border-opacity));
    border-right-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .sm\:border-x-teal_extra_light\/0 {
    border-left-color: rgb(245 251 252 / 0);
    border-right-color: rgb(245 251 252 / 0);
  }

  .sm\:border-x-teal_extra_light\/10 {
    border-left-color: rgb(245 251 252 / 0.1);
    border-right-color: rgb(245 251 252 / 0.1);
  }

  .sm\:border-x-teal_extra_light\/100 {
    border-left-color: rgb(245 251 252 / 1);
    border-right-color: rgb(245 251 252 / 1);
  }

  .sm\:border-x-teal_extra_light\/20 {
    border-left-color: rgb(245 251 252 / 0.2);
    border-right-color: rgb(245 251 252 / 0.2);
  }

  .sm\:border-x-teal_extra_light\/25 {
    border-left-color: rgb(245 251 252 / 0.25);
    border-right-color: rgb(245 251 252 / 0.25);
  }

  .sm\:border-x-teal_extra_light\/30 {
    border-left-color: rgb(245 251 252 / 0.3);
    border-right-color: rgb(245 251 252 / 0.3);
  }

  .sm\:border-x-teal_extra_light\/40 {
    border-left-color: rgb(245 251 252 / 0.4);
    border-right-color: rgb(245 251 252 / 0.4);
  }

  .sm\:border-x-teal_extra_light\/5 {
    border-left-color: rgb(245 251 252 / 0.05);
    border-right-color: rgb(245 251 252 / 0.05);
  }

  .sm\:border-x-teal_extra_light\/50 {
    border-left-color: rgb(245 251 252 / 0.5);
    border-right-color: rgb(245 251 252 / 0.5);
  }

  .sm\:border-x-teal_extra_light\/60 {
    border-left-color: rgb(245 251 252 / 0.6);
    border-right-color: rgb(245 251 252 / 0.6);
  }

  .sm\:border-x-teal_extra_light\/70 {
    border-left-color: rgb(245 251 252 / 0.7);
    border-right-color: rgb(245 251 252 / 0.7);
  }

  .sm\:border-x-teal_extra_light\/75 {
    border-left-color: rgb(245 251 252 / 0.75);
    border-right-color: rgb(245 251 252 / 0.75);
  }

  .sm\:border-x-teal_extra_light\/80 {
    border-left-color: rgb(245 251 252 / 0.8);
    border-right-color: rgb(245 251 252 / 0.8);
  }

  .sm\:border-x-teal_extra_light\/90 {
    border-left-color: rgb(245 251 252 / 0.9);
    border-right-color: rgb(245 251 252 / 0.9);
  }

  .sm\:border-x-teal_extra_light\/95 {
    border-left-color: rgb(245 251 252 / 0.95);
    border-right-color: rgb(245 251 252 / 0.95);
  }

  .sm\:border-x-teal_light {
    --tw-border-opacity: 1;
    border-left-color: rgb(116 196 214 / var(--tw-border-opacity));
    border-right-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .sm\:border-x-teal_light\/0 {
    border-left-color: rgb(116 196 214 / 0);
    border-right-color: rgb(116 196 214 / 0);
  }

  .sm\:border-x-teal_light\/10 {
    border-left-color: rgb(116 196 214 / 0.1);
    border-right-color: rgb(116 196 214 / 0.1);
  }

  .sm\:border-x-teal_light\/100 {
    border-left-color: rgb(116 196 214 / 1);
    border-right-color: rgb(116 196 214 / 1);
  }

  .sm\:border-x-teal_light\/20 {
    border-left-color: rgb(116 196 214 / 0.2);
    border-right-color: rgb(116 196 214 / 0.2);
  }

  .sm\:border-x-teal_light\/25 {
    border-left-color: rgb(116 196 214 / 0.25);
    border-right-color: rgb(116 196 214 / 0.25);
  }

  .sm\:border-x-teal_light\/30 {
    border-left-color: rgb(116 196 214 / 0.3);
    border-right-color: rgb(116 196 214 / 0.3);
  }

  .sm\:border-x-teal_light\/40 {
    border-left-color: rgb(116 196 214 / 0.4);
    border-right-color: rgb(116 196 214 / 0.4);
  }

  .sm\:border-x-teal_light\/5 {
    border-left-color: rgb(116 196 214 / 0.05);
    border-right-color: rgb(116 196 214 / 0.05);
  }

  .sm\:border-x-teal_light\/50 {
    border-left-color: rgb(116 196 214 / 0.5);
    border-right-color: rgb(116 196 214 / 0.5);
  }

  .sm\:border-x-teal_light\/60 {
    border-left-color: rgb(116 196 214 / 0.6);
    border-right-color: rgb(116 196 214 / 0.6);
  }

  .sm\:border-x-teal_light\/70 {
    border-left-color: rgb(116 196 214 / 0.7);
    border-right-color: rgb(116 196 214 / 0.7);
  }

  .sm\:border-x-teal_light\/75 {
    border-left-color: rgb(116 196 214 / 0.75);
    border-right-color: rgb(116 196 214 / 0.75);
  }

  .sm\:border-x-teal_light\/80 {
    border-left-color: rgb(116 196 214 / 0.8);
    border-right-color: rgb(116 196 214 / 0.8);
  }

  .sm\:border-x-teal_light\/90 {
    border-left-color: rgb(116 196 214 / 0.9);
    border-right-color: rgb(116 196 214 / 0.9);
  }

  .sm\:border-x-teal_light\/95 {
    border-left-color: rgb(116 196 214 / 0.95);
    border-right-color: rgb(116 196 214 / 0.95);
  }

  .sm\:border-x-transparent {
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .sm\:border-x-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
    border-right-color: rgb(0 0 0 / 0);
  }

  .sm\:border-x-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-x-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
    border-right-color: rgb(0 0 0 / 1);
  }

  .sm\:border-x-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-x-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-x-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-x-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-x-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-x-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-x-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-x-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-x-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-x-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-x-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-x-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-x-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .sm\:border-x-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
    border-right-color: rgb(255 255 255 / 0);
  }

  .sm\:border-x-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .sm\:border-x-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
    border-right-color: rgb(255 255 255 / 1);
  }

  .sm\:border-x-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .sm\:border-x-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .sm\:border-x-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .sm\:border-x-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .sm\:border-x-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .sm\:border-x-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .sm\:border-x-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .sm\:border-x-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .sm\:border-x-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .sm\:border-x-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .sm\:border-x-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .sm\:border-x-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .sm\:border-y-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .sm\:border-y-black\/0 {
    border-top-color: rgb(0 0 0 / 0);
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .sm\:border-y-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-y-black\/100 {
    border-top-color: rgb(0 0 0 / 1);
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .sm\:border-y-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-y-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-y-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-y-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-y-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-y-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-y-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-y-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-y-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-y-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-y-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-y-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-y-current {
    border-top-color: currentColor;
    border-bottom-color: currentColor;
  }

  .sm\:border-y-error_red {
    --tw-border-opacity: 1;
    border-top-color: rgb(235 0 27 / var(--tw-border-opacity));
    border-bottom-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .sm\:border-y-error_red\/0 {
    border-top-color: rgb(235 0 27 / 0);
    border-bottom-color: rgb(235 0 27 / 0);
  }

  .sm\:border-y-error_red\/10 {
    border-top-color: rgb(235 0 27 / 0.1);
    border-bottom-color: rgb(235 0 27 / 0.1);
  }

  .sm\:border-y-error_red\/100 {
    border-top-color: rgb(235 0 27 / 1);
    border-bottom-color: rgb(235 0 27 / 1);
  }

  .sm\:border-y-error_red\/20 {
    border-top-color: rgb(235 0 27 / 0.2);
    border-bottom-color: rgb(235 0 27 / 0.2);
  }

  .sm\:border-y-error_red\/25 {
    border-top-color: rgb(235 0 27 / 0.25);
    border-bottom-color: rgb(235 0 27 / 0.25);
  }

  .sm\:border-y-error_red\/30 {
    border-top-color: rgb(235 0 27 / 0.3);
    border-bottom-color: rgb(235 0 27 / 0.3);
  }

  .sm\:border-y-error_red\/40 {
    border-top-color: rgb(235 0 27 / 0.4);
    border-bottom-color: rgb(235 0 27 / 0.4);
  }

  .sm\:border-y-error_red\/5 {
    border-top-color: rgb(235 0 27 / 0.05);
    border-bottom-color: rgb(235 0 27 / 0.05);
  }

  .sm\:border-y-error_red\/50 {
    border-top-color: rgb(235 0 27 / 0.5);
    border-bottom-color: rgb(235 0 27 / 0.5);
  }

  .sm\:border-y-error_red\/60 {
    border-top-color: rgb(235 0 27 / 0.6);
    border-bottom-color: rgb(235 0 27 / 0.6);
  }

  .sm\:border-y-error_red\/70 {
    border-top-color: rgb(235 0 27 / 0.7);
    border-bottom-color: rgb(235 0 27 / 0.7);
  }

  .sm\:border-y-error_red\/75 {
    border-top-color: rgb(235 0 27 / 0.75);
    border-bottom-color: rgb(235 0 27 / 0.75);
  }

  .sm\:border-y-error_red\/80 {
    border-top-color: rgb(235 0 27 / 0.8);
    border-bottom-color: rgb(235 0 27 / 0.8);
  }

  .sm\:border-y-error_red\/90 {
    border-top-color: rgb(235 0 27 / 0.9);
    border-bottom-color: rgb(235 0 27 / 0.9);
  }

  .sm\:border-y-error_red\/95 {
    border-top-color: rgb(235 0 27 / 0.95);
    border-bottom-color: rgb(235 0 27 / 0.95);
  }

  .sm\:border-y-gray5 {
    --tw-border-opacity: 1;
    border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
    border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .sm\:border-y-gray5\/0 {
    border-top-color: rgb(242 242 242 / 0);
    border-bottom-color: rgb(242 242 242 / 0);
  }

  .sm\:border-y-gray5\/10 {
    border-top-color: rgb(242 242 242 / 0.1);
    border-bottom-color: rgb(242 242 242 / 0.1);
  }

  .sm\:border-y-gray5\/100 {
    border-top-color: rgb(242 242 242 / 1);
    border-bottom-color: rgb(242 242 242 / 1);
  }

  .sm\:border-y-gray5\/20 {
    border-top-color: rgb(242 242 242 / 0.2);
    border-bottom-color: rgb(242 242 242 / 0.2);
  }

  .sm\:border-y-gray5\/25 {
    border-top-color: rgb(242 242 242 / 0.25);
    border-bottom-color: rgb(242 242 242 / 0.25);
  }

  .sm\:border-y-gray5\/30 {
    border-top-color: rgb(242 242 242 / 0.3);
    border-bottom-color: rgb(242 242 242 / 0.3);
  }

  .sm\:border-y-gray5\/40 {
    border-top-color: rgb(242 242 242 / 0.4);
    border-bottom-color: rgb(242 242 242 / 0.4);
  }

  .sm\:border-y-gray5\/5 {
    border-top-color: rgb(242 242 242 / 0.05);
    border-bottom-color: rgb(242 242 242 / 0.05);
  }

  .sm\:border-y-gray5\/50 {
    border-top-color: rgb(242 242 242 / 0.5);
    border-bottom-color: rgb(242 242 242 / 0.5);
  }

  .sm\:border-y-gray5\/60 {
    border-top-color: rgb(242 242 242 / 0.6);
    border-bottom-color: rgb(242 242 242 / 0.6);
  }

  .sm\:border-y-gray5\/70 {
    border-top-color: rgb(242 242 242 / 0.7);
    border-bottom-color: rgb(242 242 242 / 0.7);
  }

  .sm\:border-y-gray5\/75 {
    border-top-color: rgb(242 242 242 / 0.75);
    border-bottom-color: rgb(242 242 242 / 0.75);
  }

  .sm\:border-y-gray5\/80 {
    border-top-color: rgb(242 242 242 / 0.8);
    border-bottom-color: rgb(242 242 242 / 0.8);
  }

  .sm\:border-y-gray5\/90 {
    border-top-color: rgb(242 242 242 / 0.9);
    border-bottom-color: rgb(242 242 242 / 0.9);
  }

  .sm\:border-y-gray5\/95 {
    border-top-color: rgb(242 242 242 / 0.95);
    border-bottom-color: rgb(242 242 242 / 0.95);
  }

  .sm\:border-y-sh_black {
    --tw-border-opacity: 1;
    border-top-color: rgb(35 31 32 / var(--tw-border-opacity));
    border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .sm\:border-y-sh_black\/0 {
    border-top-color: rgb(35 31 32 / 0);
    border-bottom-color: rgb(35 31 32 / 0);
  }

  .sm\:border-y-sh_black\/10 {
    border-top-color: rgb(35 31 32 / 0.1);
    border-bottom-color: rgb(35 31 32 / 0.1);
  }

  .sm\:border-y-sh_black\/100 {
    border-top-color: rgb(35 31 32 / 1);
    border-bottom-color: rgb(35 31 32 / 1);
  }

  .sm\:border-y-sh_black\/20 {
    border-top-color: rgb(35 31 32 / 0.2);
    border-bottom-color: rgb(35 31 32 / 0.2);
  }

  .sm\:border-y-sh_black\/25 {
    border-top-color: rgb(35 31 32 / 0.25);
    border-bottom-color: rgb(35 31 32 / 0.25);
  }

  .sm\:border-y-sh_black\/30 {
    border-top-color: rgb(35 31 32 / 0.3);
    border-bottom-color: rgb(35 31 32 / 0.3);
  }

  .sm\:border-y-sh_black\/40 {
    border-top-color: rgb(35 31 32 / 0.4);
    border-bottom-color: rgb(35 31 32 / 0.4);
  }

  .sm\:border-y-sh_black\/5 {
    border-top-color: rgb(35 31 32 / 0.05);
    border-bottom-color: rgb(35 31 32 / 0.05);
  }

  .sm\:border-y-sh_black\/50 {
    border-top-color: rgb(35 31 32 / 0.5);
    border-bottom-color: rgb(35 31 32 / 0.5);
  }

  .sm\:border-y-sh_black\/60 {
    border-top-color: rgb(35 31 32 / 0.6);
    border-bottom-color: rgb(35 31 32 / 0.6);
  }

  .sm\:border-y-sh_black\/70 {
    border-top-color: rgb(35 31 32 / 0.7);
    border-bottom-color: rgb(35 31 32 / 0.7);
  }

  .sm\:border-y-sh_black\/75 {
    border-top-color: rgb(35 31 32 / 0.75);
    border-bottom-color: rgb(35 31 32 / 0.75);
  }

  .sm\:border-y-sh_black\/80 {
    border-top-color: rgb(35 31 32 / 0.8);
    border-bottom-color: rgb(35 31 32 / 0.8);
  }

  .sm\:border-y-sh_black\/90 {
    border-top-color: rgb(35 31 32 / 0.9);
    border-bottom-color: rgb(35 31 32 / 0.9);
  }

  .sm\:border-y-sh_black\/95 {
    border-top-color: rgb(35 31 32 / 0.95);
    border-bottom-color: rgb(35 31 32 / 0.95);
  }

  .sm\:border-y-success_green {
    --tw-border-opacity: 1;
    border-top-color: rgb(80 131 22 / var(--tw-border-opacity));
    border-bottom-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .sm\:border-y-success_green\/0 {
    border-top-color: rgb(80 131 22 / 0);
    border-bottom-color: rgb(80 131 22 / 0);
  }

  .sm\:border-y-success_green\/10 {
    border-top-color: rgb(80 131 22 / 0.1);
    border-bottom-color: rgb(80 131 22 / 0.1);
  }

  .sm\:border-y-success_green\/100 {
    border-top-color: rgb(80 131 22 / 1);
    border-bottom-color: rgb(80 131 22 / 1);
  }

  .sm\:border-y-success_green\/20 {
    border-top-color: rgb(80 131 22 / 0.2);
    border-bottom-color: rgb(80 131 22 / 0.2);
  }

  .sm\:border-y-success_green\/25 {
    border-top-color: rgb(80 131 22 / 0.25);
    border-bottom-color: rgb(80 131 22 / 0.25);
  }

  .sm\:border-y-success_green\/30 {
    border-top-color: rgb(80 131 22 / 0.3);
    border-bottom-color: rgb(80 131 22 / 0.3);
  }

  .sm\:border-y-success_green\/40 {
    border-top-color: rgb(80 131 22 / 0.4);
    border-bottom-color: rgb(80 131 22 / 0.4);
  }

  .sm\:border-y-success_green\/5 {
    border-top-color: rgb(80 131 22 / 0.05);
    border-bottom-color: rgb(80 131 22 / 0.05);
  }

  .sm\:border-y-success_green\/50 {
    border-top-color: rgb(80 131 22 / 0.5);
    border-bottom-color: rgb(80 131 22 / 0.5);
  }

  .sm\:border-y-success_green\/60 {
    border-top-color: rgb(80 131 22 / 0.6);
    border-bottom-color: rgb(80 131 22 / 0.6);
  }

  .sm\:border-y-success_green\/70 {
    border-top-color: rgb(80 131 22 / 0.7);
    border-bottom-color: rgb(80 131 22 / 0.7);
  }

  .sm\:border-y-success_green\/75 {
    border-top-color: rgb(80 131 22 / 0.75);
    border-bottom-color: rgb(80 131 22 / 0.75);
  }

  .sm\:border-y-success_green\/80 {
    border-top-color: rgb(80 131 22 / 0.8);
    border-bottom-color: rgb(80 131 22 / 0.8);
  }

  .sm\:border-y-success_green\/90 {
    border-top-color: rgb(80 131 22 / 0.9);
    border-bottom-color: rgb(80 131 22 / 0.9);
  }

  .sm\:border-y-success_green\/95 {
    border-top-color: rgb(80 131 22 / 0.95);
    border-bottom-color: rgb(80 131 22 / 0.95);
  }

  .sm\:border-y-teal {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 129 159 / var(--tw-border-opacity));
    border-bottom-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .sm\:border-y-teal\/0 {
    border-top-color: rgb(0 129 159 / 0);
    border-bottom-color: rgb(0 129 159 / 0);
  }

  .sm\:border-y-teal\/10 {
    border-top-color: rgb(0 129 159 / 0.1);
    border-bottom-color: rgb(0 129 159 / 0.1);
  }

  .sm\:border-y-teal\/100 {
    border-top-color: rgb(0 129 159 / 1);
    border-bottom-color: rgb(0 129 159 / 1);
  }

  .sm\:border-y-teal\/20 {
    border-top-color: rgb(0 129 159 / 0.2);
    border-bottom-color: rgb(0 129 159 / 0.2);
  }

  .sm\:border-y-teal\/25 {
    border-top-color: rgb(0 129 159 / 0.25);
    border-bottom-color: rgb(0 129 159 / 0.25);
  }

  .sm\:border-y-teal\/30 {
    border-top-color: rgb(0 129 159 / 0.3);
    border-bottom-color: rgb(0 129 159 / 0.3);
  }

  .sm\:border-y-teal\/40 {
    border-top-color: rgb(0 129 159 / 0.4);
    border-bottom-color: rgb(0 129 159 / 0.4);
  }

  .sm\:border-y-teal\/5 {
    border-top-color: rgb(0 129 159 / 0.05);
    border-bottom-color: rgb(0 129 159 / 0.05);
  }

  .sm\:border-y-teal\/50 {
    border-top-color: rgb(0 129 159 / 0.5);
    border-bottom-color: rgb(0 129 159 / 0.5);
  }

  .sm\:border-y-teal\/60 {
    border-top-color: rgb(0 129 159 / 0.6);
    border-bottom-color: rgb(0 129 159 / 0.6);
  }

  .sm\:border-y-teal\/70 {
    border-top-color: rgb(0 129 159 / 0.7);
    border-bottom-color: rgb(0 129 159 / 0.7);
  }

  .sm\:border-y-teal\/75 {
    border-top-color: rgb(0 129 159 / 0.75);
    border-bottom-color: rgb(0 129 159 / 0.75);
  }

  .sm\:border-y-teal\/80 {
    border-top-color: rgb(0 129 159 / 0.8);
    border-bottom-color: rgb(0 129 159 / 0.8);
  }

  .sm\:border-y-teal\/90 {
    border-top-color: rgb(0 129 159 / 0.9);
    border-bottom-color: rgb(0 129 159 / 0.9);
  }

  .sm\:border-y-teal\/95 {
    border-top-color: rgb(0 129 159 / 0.95);
    border-bottom-color: rgb(0 129 159 / 0.95);
  }

  .sm\:border-y-teal_dark {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 60 77 / var(--tw-border-opacity));
    border-bottom-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .sm\:border-y-teal_dark\/0 {
    border-top-color: rgb(0 60 77 / 0);
    border-bottom-color: rgb(0 60 77 / 0);
  }

  .sm\:border-y-teal_dark\/10 {
    border-top-color: rgb(0 60 77 / 0.1);
    border-bottom-color: rgb(0 60 77 / 0.1);
  }

  .sm\:border-y-teal_dark\/100 {
    border-top-color: rgb(0 60 77 / 1);
    border-bottom-color: rgb(0 60 77 / 1);
  }

  .sm\:border-y-teal_dark\/20 {
    border-top-color: rgb(0 60 77 / 0.2);
    border-bottom-color: rgb(0 60 77 / 0.2);
  }

  .sm\:border-y-teal_dark\/25 {
    border-top-color: rgb(0 60 77 / 0.25);
    border-bottom-color: rgb(0 60 77 / 0.25);
  }

  .sm\:border-y-teal_dark\/30 {
    border-top-color: rgb(0 60 77 / 0.3);
    border-bottom-color: rgb(0 60 77 / 0.3);
  }

  .sm\:border-y-teal_dark\/40 {
    border-top-color: rgb(0 60 77 / 0.4);
    border-bottom-color: rgb(0 60 77 / 0.4);
  }

  .sm\:border-y-teal_dark\/5 {
    border-top-color: rgb(0 60 77 / 0.05);
    border-bottom-color: rgb(0 60 77 / 0.05);
  }

  .sm\:border-y-teal_dark\/50 {
    border-top-color: rgb(0 60 77 / 0.5);
    border-bottom-color: rgb(0 60 77 / 0.5);
  }

  .sm\:border-y-teal_dark\/60 {
    border-top-color: rgb(0 60 77 / 0.6);
    border-bottom-color: rgb(0 60 77 / 0.6);
  }

  .sm\:border-y-teal_dark\/70 {
    border-top-color: rgb(0 60 77 / 0.7);
    border-bottom-color: rgb(0 60 77 / 0.7);
  }

  .sm\:border-y-teal_dark\/75 {
    border-top-color: rgb(0 60 77 / 0.75);
    border-bottom-color: rgb(0 60 77 / 0.75);
  }

  .sm\:border-y-teal_dark\/80 {
    border-top-color: rgb(0 60 77 / 0.8);
    border-bottom-color: rgb(0 60 77 / 0.8);
  }

  .sm\:border-y-teal_dark\/90 {
    border-top-color: rgb(0 60 77 / 0.9);
    border-bottom-color: rgb(0 60 77 / 0.9);
  }

  .sm\:border-y-teal_dark\/95 {
    border-top-color: rgb(0 60 77 / 0.95);
    border-bottom-color: rgb(0 60 77 / 0.95);
  }

  .sm\:border-y-teal_extra_light {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 251 252 / var(--tw-border-opacity));
    border-bottom-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .sm\:border-y-teal_extra_light\/0 {
    border-top-color: rgb(245 251 252 / 0);
    border-bottom-color: rgb(245 251 252 / 0);
  }

  .sm\:border-y-teal_extra_light\/10 {
    border-top-color: rgb(245 251 252 / 0.1);
    border-bottom-color: rgb(245 251 252 / 0.1);
  }

  .sm\:border-y-teal_extra_light\/100 {
    border-top-color: rgb(245 251 252 / 1);
    border-bottom-color: rgb(245 251 252 / 1);
  }

  .sm\:border-y-teal_extra_light\/20 {
    border-top-color: rgb(245 251 252 / 0.2);
    border-bottom-color: rgb(245 251 252 / 0.2);
  }

  .sm\:border-y-teal_extra_light\/25 {
    border-top-color: rgb(245 251 252 / 0.25);
    border-bottom-color: rgb(245 251 252 / 0.25);
  }

  .sm\:border-y-teal_extra_light\/30 {
    border-top-color: rgb(245 251 252 / 0.3);
    border-bottom-color: rgb(245 251 252 / 0.3);
  }

  .sm\:border-y-teal_extra_light\/40 {
    border-top-color: rgb(245 251 252 / 0.4);
    border-bottom-color: rgb(245 251 252 / 0.4);
  }

  .sm\:border-y-teal_extra_light\/5 {
    border-top-color: rgb(245 251 252 / 0.05);
    border-bottom-color: rgb(245 251 252 / 0.05);
  }

  .sm\:border-y-teal_extra_light\/50 {
    border-top-color: rgb(245 251 252 / 0.5);
    border-bottom-color: rgb(245 251 252 / 0.5);
  }

  .sm\:border-y-teal_extra_light\/60 {
    border-top-color: rgb(245 251 252 / 0.6);
    border-bottom-color: rgb(245 251 252 / 0.6);
  }

  .sm\:border-y-teal_extra_light\/70 {
    border-top-color: rgb(245 251 252 / 0.7);
    border-bottom-color: rgb(245 251 252 / 0.7);
  }

  .sm\:border-y-teal_extra_light\/75 {
    border-top-color: rgb(245 251 252 / 0.75);
    border-bottom-color: rgb(245 251 252 / 0.75);
  }

  .sm\:border-y-teal_extra_light\/80 {
    border-top-color: rgb(245 251 252 / 0.8);
    border-bottom-color: rgb(245 251 252 / 0.8);
  }

  .sm\:border-y-teal_extra_light\/90 {
    border-top-color: rgb(245 251 252 / 0.9);
    border-bottom-color: rgb(245 251 252 / 0.9);
  }

  .sm\:border-y-teal_extra_light\/95 {
    border-top-color: rgb(245 251 252 / 0.95);
    border-bottom-color: rgb(245 251 252 / 0.95);
  }

  .sm\:border-y-teal_light {
    --tw-border-opacity: 1;
    border-top-color: rgb(116 196 214 / var(--tw-border-opacity));
    border-bottom-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .sm\:border-y-teal_light\/0 {
    border-top-color: rgb(116 196 214 / 0);
    border-bottom-color: rgb(116 196 214 / 0);
  }

  .sm\:border-y-teal_light\/10 {
    border-top-color: rgb(116 196 214 / 0.1);
    border-bottom-color: rgb(116 196 214 / 0.1);
  }

  .sm\:border-y-teal_light\/100 {
    border-top-color: rgb(116 196 214 / 1);
    border-bottom-color: rgb(116 196 214 / 1);
  }

  .sm\:border-y-teal_light\/20 {
    border-top-color: rgb(116 196 214 / 0.2);
    border-bottom-color: rgb(116 196 214 / 0.2);
  }

  .sm\:border-y-teal_light\/25 {
    border-top-color: rgb(116 196 214 / 0.25);
    border-bottom-color: rgb(116 196 214 / 0.25);
  }

  .sm\:border-y-teal_light\/30 {
    border-top-color: rgb(116 196 214 / 0.3);
    border-bottom-color: rgb(116 196 214 / 0.3);
  }

  .sm\:border-y-teal_light\/40 {
    border-top-color: rgb(116 196 214 / 0.4);
    border-bottom-color: rgb(116 196 214 / 0.4);
  }

  .sm\:border-y-teal_light\/5 {
    border-top-color: rgb(116 196 214 / 0.05);
    border-bottom-color: rgb(116 196 214 / 0.05);
  }

  .sm\:border-y-teal_light\/50 {
    border-top-color: rgb(116 196 214 / 0.5);
    border-bottom-color: rgb(116 196 214 / 0.5);
  }

  .sm\:border-y-teal_light\/60 {
    border-top-color: rgb(116 196 214 / 0.6);
    border-bottom-color: rgb(116 196 214 / 0.6);
  }

  .sm\:border-y-teal_light\/70 {
    border-top-color: rgb(116 196 214 / 0.7);
    border-bottom-color: rgb(116 196 214 / 0.7);
  }

  .sm\:border-y-teal_light\/75 {
    border-top-color: rgb(116 196 214 / 0.75);
    border-bottom-color: rgb(116 196 214 / 0.75);
  }

  .sm\:border-y-teal_light\/80 {
    border-top-color: rgb(116 196 214 / 0.8);
    border-bottom-color: rgb(116 196 214 / 0.8);
  }

  .sm\:border-y-teal_light\/90 {
    border-top-color: rgb(116 196 214 / 0.9);
    border-bottom-color: rgb(116 196 214 / 0.9);
  }

  .sm\:border-y-teal_light\/95 {
    border-top-color: rgb(116 196 214 / 0.95);
    border-bottom-color: rgb(116 196 214 / 0.95);
  }

  .sm\:border-y-transparent {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }

  .sm\:border-y-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .sm\:border-y-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-y-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .sm\:border-y-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-y-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-y-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-y-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-y-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-y-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-y-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-y-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-y-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-y-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-y-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-y-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-y-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .sm\:border-y-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .sm\:border-y-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .sm\:border-y-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .sm\:border-y-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .sm\:border-y-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .sm\:border-y-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .sm\:border-y-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .sm\:border-y-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .sm\:border-y-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .sm\:border-y-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .sm\:border-y-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .sm\:border-y-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .sm\:border-y-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .sm\:border-y-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .sm\:border-y-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .sm\:border-b-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .sm\:border-b-black\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .sm\:border-b-black\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-b-black\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .sm\:border-b-black\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-b-black\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-b-black\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-b-black\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-b-black\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-b-black\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-b-black\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-b-black\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-b-black\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-b-black\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-b-black\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-b-black\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-b-current {
    border-bottom-color: currentColor;
  }

  .sm\:border-b-error_red {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .sm\:border-b-error_red\/0 {
    border-bottom-color: rgb(235 0 27 / 0);
  }

  .sm\:border-b-error_red\/10 {
    border-bottom-color: rgb(235 0 27 / 0.1);
  }

  .sm\:border-b-error_red\/100 {
    border-bottom-color: rgb(235 0 27 / 1);
  }

  .sm\:border-b-error_red\/20 {
    border-bottom-color: rgb(235 0 27 / 0.2);
  }

  .sm\:border-b-error_red\/25 {
    border-bottom-color: rgb(235 0 27 / 0.25);
  }

  .sm\:border-b-error_red\/30 {
    border-bottom-color: rgb(235 0 27 / 0.3);
  }

  .sm\:border-b-error_red\/40 {
    border-bottom-color: rgb(235 0 27 / 0.4);
  }

  .sm\:border-b-error_red\/5 {
    border-bottom-color: rgb(235 0 27 / 0.05);
  }

  .sm\:border-b-error_red\/50 {
    border-bottom-color: rgb(235 0 27 / 0.5);
  }

  .sm\:border-b-error_red\/60 {
    border-bottom-color: rgb(235 0 27 / 0.6);
  }

  .sm\:border-b-error_red\/70 {
    border-bottom-color: rgb(235 0 27 / 0.7);
  }

  .sm\:border-b-error_red\/75 {
    border-bottom-color: rgb(235 0 27 / 0.75);
  }

  .sm\:border-b-error_red\/80 {
    border-bottom-color: rgb(235 0 27 / 0.8);
  }

  .sm\:border-b-error_red\/90 {
    border-bottom-color: rgb(235 0 27 / 0.9);
  }

  .sm\:border-b-error_red\/95 {
    border-bottom-color: rgb(235 0 27 / 0.95);
  }

  .sm\:border-b-gray5 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .sm\:border-b-gray5\/0 {
    border-bottom-color: rgb(242 242 242 / 0);
  }

  .sm\:border-b-gray5\/10 {
    border-bottom-color: rgb(242 242 242 / 0.1);
  }

  .sm\:border-b-gray5\/100 {
    border-bottom-color: rgb(242 242 242 / 1);
  }

  .sm\:border-b-gray5\/20 {
    border-bottom-color: rgb(242 242 242 / 0.2);
  }

  .sm\:border-b-gray5\/25 {
    border-bottom-color: rgb(242 242 242 / 0.25);
  }

  .sm\:border-b-gray5\/30 {
    border-bottom-color: rgb(242 242 242 / 0.3);
  }

  .sm\:border-b-gray5\/40 {
    border-bottom-color: rgb(242 242 242 / 0.4);
  }

  .sm\:border-b-gray5\/5 {
    border-bottom-color: rgb(242 242 242 / 0.05);
  }

  .sm\:border-b-gray5\/50 {
    border-bottom-color: rgb(242 242 242 / 0.5);
  }

  .sm\:border-b-gray5\/60 {
    border-bottom-color: rgb(242 242 242 / 0.6);
  }

  .sm\:border-b-gray5\/70 {
    border-bottom-color: rgb(242 242 242 / 0.7);
  }

  .sm\:border-b-gray5\/75 {
    border-bottom-color: rgb(242 242 242 / 0.75);
  }

  .sm\:border-b-gray5\/80 {
    border-bottom-color: rgb(242 242 242 / 0.8);
  }

  .sm\:border-b-gray5\/90 {
    border-bottom-color: rgb(242 242 242 / 0.9);
  }

  .sm\:border-b-gray5\/95 {
    border-bottom-color: rgb(242 242 242 / 0.95);
  }

  .sm\:border-b-sh_black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .sm\:border-b-sh_black\/0 {
    border-bottom-color: rgb(35 31 32 / 0);
  }

  .sm\:border-b-sh_black\/10 {
    border-bottom-color: rgb(35 31 32 / 0.1);
  }

  .sm\:border-b-sh_black\/100 {
    border-bottom-color: rgb(35 31 32 / 1);
  }

  .sm\:border-b-sh_black\/20 {
    border-bottom-color: rgb(35 31 32 / 0.2);
  }

  .sm\:border-b-sh_black\/25 {
    border-bottom-color: rgb(35 31 32 / 0.25);
  }

  .sm\:border-b-sh_black\/30 {
    border-bottom-color: rgb(35 31 32 / 0.3);
  }

  .sm\:border-b-sh_black\/40 {
    border-bottom-color: rgb(35 31 32 / 0.4);
  }

  .sm\:border-b-sh_black\/5 {
    border-bottom-color: rgb(35 31 32 / 0.05);
  }

  .sm\:border-b-sh_black\/50 {
    border-bottom-color: rgb(35 31 32 / 0.5);
  }

  .sm\:border-b-sh_black\/60 {
    border-bottom-color: rgb(35 31 32 / 0.6);
  }

  .sm\:border-b-sh_black\/70 {
    border-bottom-color: rgb(35 31 32 / 0.7);
  }

  .sm\:border-b-sh_black\/75 {
    border-bottom-color: rgb(35 31 32 / 0.75);
  }

  .sm\:border-b-sh_black\/80 {
    border-bottom-color: rgb(35 31 32 / 0.8);
  }

  .sm\:border-b-sh_black\/90 {
    border-bottom-color: rgb(35 31 32 / 0.9);
  }

  .sm\:border-b-sh_black\/95 {
    border-bottom-color: rgb(35 31 32 / 0.95);
  }

  .sm\:border-b-success_green {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .sm\:border-b-success_green\/0 {
    border-bottom-color: rgb(80 131 22 / 0);
  }

  .sm\:border-b-success_green\/10 {
    border-bottom-color: rgb(80 131 22 / 0.1);
  }

  .sm\:border-b-success_green\/100 {
    border-bottom-color: rgb(80 131 22 / 1);
  }

  .sm\:border-b-success_green\/20 {
    border-bottom-color: rgb(80 131 22 / 0.2);
  }

  .sm\:border-b-success_green\/25 {
    border-bottom-color: rgb(80 131 22 / 0.25);
  }

  .sm\:border-b-success_green\/30 {
    border-bottom-color: rgb(80 131 22 / 0.3);
  }

  .sm\:border-b-success_green\/40 {
    border-bottom-color: rgb(80 131 22 / 0.4);
  }

  .sm\:border-b-success_green\/5 {
    border-bottom-color: rgb(80 131 22 / 0.05);
  }

  .sm\:border-b-success_green\/50 {
    border-bottom-color: rgb(80 131 22 / 0.5);
  }

  .sm\:border-b-success_green\/60 {
    border-bottom-color: rgb(80 131 22 / 0.6);
  }

  .sm\:border-b-success_green\/70 {
    border-bottom-color: rgb(80 131 22 / 0.7);
  }

  .sm\:border-b-success_green\/75 {
    border-bottom-color: rgb(80 131 22 / 0.75);
  }

  .sm\:border-b-success_green\/80 {
    border-bottom-color: rgb(80 131 22 / 0.8);
  }

  .sm\:border-b-success_green\/90 {
    border-bottom-color: rgb(80 131 22 / 0.9);
  }

  .sm\:border-b-success_green\/95 {
    border-bottom-color: rgb(80 131 22 / 0.95);
  }

  .sm\:border-b-teal {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .sm\:border-b-teal\/0 {
    border-bottom-color: rgb(0 129 159 / 0);
  }

  .sm\:border-b-teal\/10 {
    border-bottom-color: rgb(0 129 159 / 0.1);
  }

  .sm\:border-b-teal\/100 {
    border-bottom-color: rgb(0 129 159 / 1);
  }

  .sm\:border-b-teal\/20 {
    border-bottom-color: rgb(0 129 159 / 0.2);
  }

  .sm\:border-b-teal\/25 {
    border-bottom-color: rgb(0 129 159 / 0.25);
  }

  .sm\:border-b-teal\/30 {
    border-bottom-color: rgb(0 129 159 / 0.3);
  }

  .sm\:border-b-teal\/40 {
    border-bottom-color: rgb(0 129 159 / 0.4);
  }

  .sm\:border-b-teal\/5 {
    border-bottom-color: rgb(0 129 159 / 0.05);
  }

  .sm\:border-b-teal\/50 {
    border-bottom-color: rgb(0 129 159 / 0.5);
  }

  .sm\:border-b-teal\/60 {
    border-bottom-color: rgb(0 129 159 / 0.6);
  }

  .sm\:border-b-teal\/70 {
    border-bottom-color: rgb(0 129 159 / 0.7);
  }

  .sm\:border-b-teal\/75 {
    border-bottom-color: rgb(0 129 159 / 0.75);
  }

  .sm\:border-b-teal\/80 {
    border-bottom-color: rgb(0 129 159 / 0.8);
  }

  .sm\:border-b-teal\/90 {
    border-bottom-color: rgb(0 129 159 / 0.9);
  }

  .sm\:border-b-teal\/95 {
    border-bottom-color: rgb(0 129 159 / 0.95);
  }

  .sm\:border-b-teal_dark {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .sm\:border-b-teal_dark\/0 {
    border-bottom-color: rgb(0 60 77 / 0);
  }

  .sm\:border-b-teal_dark\/10 {
    border-bottom-color: rgb(0 60 77 / 0.1);
  }

  .sm\:border-b-teal_dark\/100 {
    border-bottom-color: rgb(0 60 77 / 1);
  }

  .sm\:border-b-teal_dark\/20 {
    border-bottom-color: rgb(0 60 77 / 0.2);
  }

  .sm\:border-b-teal_dark\/25 {
    border-bottom-color: rgb(0 60 77 / 0.25);
  }

  .sm\:border-b-teal_dark\/30 {
    border-bottom-color: rgb(0 60 77 / 0.3);
  }

  .sm\:border-b-teal_dark\/40 {
    border-bottom-color: rgb(0 60 77 / 0.4);
  }

  .sm\:border-b-teal_dark\/5 {
    border-bottom-color: rgb(0 60 77 / 0.05);
  }

  .sm\:border-b-teal_dark\/50 {
    border-bottom-color: rgb(0 60 77 / 0.5);
  }

  .sm\:border-b-teal_dark\/60 {
    border-bottom-color: rgb(0 60 77 / 0.6);
  }

  .sm\:border-b-teal_dark\/70 {
    border-bottom-color: rgb(0 60 77 / 0.7);
  }

  .sm\:border-b-teal_dark\/75 {
    border-bottom-color: rgb(0 60 77 / 0.75);
  }

  .sm\:border-b-teal_dark\/80 {
    border-bottom-color: rgb(0 60 77 / 0.8);
  }

  .sm\:border-b-teal_dark\/90 {
    border-bottom-color: rgb(0 60 77 / 0.9);
  }

  .sm\:border-b-teal_dark\/95 {
    border-bottom-color: rgb(0 60 77 / 0.95);
  }

  .sm\:border-b-teal_extra_light {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .sm\:border-b-teal_extra_light\/0 {
    border-bottom-color: rgb(245 251 252 / 0);
  }

  .sm\:border-b-teal_extra_light\/10 {
    border-bottom-color: rgb(245 251 252 / 0.1);
  }

  .sm\:border-b-teal_extra_light\/100 {
    border-bottom-color: rgb(245 251 252 / 1);
  }

  .sm\:border-b-teal_extra_light\/20 {
    border-bottom-color: rgb(245 251 252 / 0.2);
  }

  .sm\:border-b-teal_extra_light\/25 {
    border-bottom-color: rgb(245 251 252 / 0.25);
  }

  .sm\:border-b-teal_extra_light\/30 {
    border-bottom-color: rgb(245 251 252 / 0.3);
  }

  .sm\:border-b-teal_extra_light\/40 {
    border-bottom-color: rgb(245 251 252 / 0.4);
  }

  .sm\:border-b-teal_extra_light\/5 {
    border-bottom-color: rgb(245 251 252 / 0.05);
  }

  .sm\:border-b-teal_extra_light\/50 {
    border-bottom-color: rgb(245 251 252 / 0.5);
  }

  .sm\:border-b-teal_extra_light\/60 {
    border-bottom-color: rgb(245 251 252 / 0.6);
  }

  .sm\:border-b-teal_extra_light\/70 {
    border-bottom-color: rgb(245 251 252 / 0.7);
  }

  .sm\:border-b-teal_extra_light\/75 {
    border-bottom-color: rgb(245 251 252 / 0.75);
  }

  .sm\:border-b-teal_extra_light\/80 {
    border-bottom-color: rgb(245 251 252 / 0.8);
  }

  .sm\:border-b-teal_extra_light\/90 {
    border-bottom-color: rgb(245 251 252 / 0.9);
  }

  .sm\:border-b-teal_extra_light\/95 {
    border-bottom-color: rgb(245 251 252 / 0.95);
  }

  .sm\:border-b-teal_light {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .sm\:border-b-teal_light\/0 {
    border-bottom-color: rgb(116 196 214 / 0);
  }

  .sm\:border-b-teal_light\/10 {
    border-bottom-color: rgb(116 196 214 / 0.1);
  }

  .sm\:border-b-teal_light\/100 {
    border-bottom-color: rgb(116 196 214 / 1);
  }

  .sm\:border-b-teal_light\/20 {
    border-bottom-color: rgb(116 196 214 / 0.2);
  }

  .sm\:border-b-teal_light\/25 {
    border-bottom-color: rgb(116 196 214 / 0.25);
  }

  .sm\:border-b-teal_light\/30 {
    border-bottom-color: rgb(116 196 214 / 0.3);
  }

  .sm\:border-b-teal_light\/40 {
    border-bottom-color: rgb(116 196 214 / 0.4);
  }

  .sm\:border-b-teal_light\/5 {
    border-bottom-color: rgb(116 196 214 / 0.05);
  }

  .sm\:border-b-teal_light\/50 {
    border-bottom-color: rgb(116 196 214 / 0.5);
  }

  .sm\:border-b-teal_light\/60 {
    border-bottom-color: rgb(116 196 214 / 0.6);
  }

  .sm\:border-b-teal_light\/70 {
    border-bottom-color: rgb(116 196 214 / 0.7);
  }

  .sm\:border-b-teal_light\/75 {
    border-bottom-color: rgb(116 196 214 / 0.75);
  }

  .sm\:border-b-teal_light\/80 {
    border-bottom-color: rgb(116 196 214 / 0.8);
  }

  .sm\:border-b-teal_light\/90 {
    border-bottom-color: rgb(116 196 214 / 0.9);
  }

  .sm\:border-b-teal_light\/95 {
    border-bottom-color: rgb(116 196 214 / 0.95);
  }

  .sm\:border-b-transparent {
    border-bottom-color: transparent;
  }

  .sm\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .sm\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .sm\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-b-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .sm\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .sm\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .sm\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .sm\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .sm\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .sm\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .sm\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .sm\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .sm\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .sm\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .sm\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .sm\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .sm\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .sm\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .sm\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .sm\:border-e-black {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .sm\:border-e-black\/0 {
    border-inline-end-color: rgb(0 0 0 / 0);
  }

  .sm\:border-e-black\/10 {
    border-inline-end-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-e-black\/100 {
    border-inline-end-color: rgb(0 0 0 / 1);
  }

  .sm\:border-e-black\/20 {
    border-inline-end-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-e-black\/25 {
    border-inline-end-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-e-black\/30 {
    border-inline-end-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-e-black\/40 {
    border-inline-end-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-e-black\/5 {
    border-inline-end-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-e-black\/50 {
    border-inline-end-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-e-black\/60 {
    border-inline-end-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-e-black\/70 {
    border-inline-end-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-e-black\/75 {
    border-inline-end-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-e-black\/80 {
    border-inline-end-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-e-black\/90 {
    border-inline-end-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-e-black\/95 {
    border-inline-end-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-e-current {
    border-inline-end-color: currentColor;
  }

  .sm\:border-e-error_red {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .sm\:border-e-error_red\/0 {
    border-inline-end-color: rgb(235 0 27 / 0);
  }

  .sm\:border-e-error_red\/10 {
    border-inline-end-color: rgb(235 0 27 / 0.1);
  }

  .sm\:border-e-error_red\/100 {
    border-inline-end-color: rgb(235 0 27 / 1);
  }

  .sm\:border-e-error_red\/20 {
    border-inline-end-color: rgb(235 0 27 / 0.2);
  }

  .sm\:border-e-error_red\/25 {
    border-inline-end-color: rgb(235 0 27 / 0.25);
  }

  .sm\:border-e-error_red\/30 {
    border-inline-end-color: rgb(235 0 27 / 0.3);
  }

  .sm\:border-e-error_red\/40 {
    border-inline-end-color: rgb(235 0 27 / 0.4);
  }

  .sm\:border-e-error_red\/5 {
    border-inline-end-color: rgb(235 0 27 / 0.05);
  }

  .sm\:border-e-error_red\/50 {
    border-inline-end-color: rgb(235 0 27 / 0.5);
  }

  .sm\:border-e-error_red\/60 {
    border-inline-end-color: rgb(235 0 27 / 0.6);
  }

  .sm\:border-e-error_red\/70 {
    border-inline-end-color: rgb(235 0 27 / 0.7);
  }

  .sm\:border-e-error_red\/75 {
    border-inline-end-color: rgb(235 0 27 / 0.75);
  }

  .sm\:border-e-error_red\/80 {
    border-inline-end-color: rgb(235 0 27 / 0.8);
  }

  .sm\:border-e-error_red\/90 {
    border-inline-end-color: rgb(235 0 27 / 0.9);
  }

  .sm\:border-e-error_red\/95 {
    border-inline-end-color: rgb(235 0 27 / 0.95);
  }

  .sm\:border-e-gray5 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .sm\:border-e-gray5\/0 {
    border-inline-end-color: rgb(242 242 242 / 0);
  }

  .sm\:border-e-gray5\/10 {
    border-inline-end-color: rgb(242 242 242 / 0.1);
  }

  .sm\:border-e-gray5\/100 {
    border-inline-end-color: rgb(242 242 242 / 1);
  }

  .sm\:border-e-gray5\/20 {
    border-inline-end-color: rgb(242 242 242 / 0.2);
  }

  .sm\:border-e-gray5\/25 {
    border-inline-end-color: rgb(242 242 242 / 0.25);
  }

  .sm\:border-e-gray5\/30 {
    border-inline-end-color: rgb(242 242 242 / 0.3);
  }

  .sm\:border-e-gray5\/40 {
    border-inline-end-color: rgb(242 242 242 / 0.4);
  }

  .sm\:border-e-gray5\/5 {
    border-inline-end-color: rgb(242 242 242 / 0.05);
  }

  .sm\:border-e-gray5\/50 {
    border-inline-end-color: rgb(242 242 242 / 0.5);
  }

  .sm\:border-e-gray5\/60 {
    border-inline-end-color: rgb(242 242 242 / 0.6);
  }

  .sm\:border-e-gray5\/70 {
    border-inline-end-color: rgb(242 242 242 / 0.7);
  }

  .sm\:border-e-gray5\/75 {
    border-inline-end-color: rgb(242 242 242 / 0.75);
  }

  .sm\:border-e-gray5\/80 {
    border-inline-end-color: rgb(242 242 242 / 0.8);
  }

  .sm\:border-e-gray5\/90 {
    border-inline-end-color: rgb(242 242 242 / 0.9);
  }

  .sm\:border-e-gray5\/95 {
    border-inline-end-color: rgb(242 242 242 / 0.95);
  }

  .sm\:border-e-sh_black {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .sm\:border-e-sh_black\/0 {
    border-inline-end-color: rgb(35 31 32 / 0);
  }

  .sm\:border-e-sh_black\/10 {
    border-inline-end-color: rgb(35 31 32 / 0.1);
  }

  .sm\:border-e-sh_black\/100 {
    border-inline-end-color: rgb(35 31 32 / 1);
  }

  .sm\:border-e-sh_black\/20 {
    border-inline-end-color: rgb(35 31 32 / 0.2);
  }

  .sm\:border-e-sh_black\/25 {
    border-inline-end-color: rgb(35 31 32 / 0.25);
  }

  .sm\:border-e-sh_black\/30 {
    border-inline-end-color: rgb(35 31 32 / 0.3);
  }

  .sm\:border-e-sh_black\/40 {
    border-inline-end-color: rgb(35 31 32 / 0.4);
  }

  .sm\:border-e-sh_black\/5 {
    border-inline-end-color: rgb(35 31 32 / 0.05);
  }

  .sm\:border-e-sh_black\/50 {
    border-inline-end-color: rgb(35 31 32 / 0.5);
  }

  .sm\:border-e-sh_black\/60 {
    border-inline-end-color: rgb(35 31 32 / 0.6);
  }

  .sm\:border-e-sh_black\/70 {
    border-inline-end-color: rgb(35 31 32 / 0.7);
  }

  .sm\:border-e-sh_black\/75 {
    border-inline-end-color: rgb(35 31 32 / 0.75);
  }

  .sm\:border-e-sh_black\/80 {
    border-inline-end-color: rgb(35 31 32 / 0.8);
  }

  .sm\:border-e-sh_black\/90 {
    border-inline-end-color: rgb(35 31 32 / 0.9);
  }

  .sm\:border-e-sh_black\/95 {
    border-inline-end-color: rgb(35 31 32 / 0.95);
  }

  .sm\:border-e-success_green {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .sm\:border-e-success_green\/0 {
    border-inline-end-color: rgb(80 131 22 / 0);
  }

  .sm\:border-e-success_green\/10 {
    border-inline-end-color: rgb(80 131 22 / 0.1);
  }

  .sm\:border-e-success_green\/100 {
    border-inline-end-color: rgb(80 131 22 / 1);
  }

  .sm\:border-e-success_green\/20 {
    border-inline-end-color: rgb(80 131 22 / 0.2);
  }

  .sm\:border-e-success_green\/25 {
    border-inline-end-color: rgb(80 131 22 / 0.25);
  }

  .sm\:border-e-success_green\/30 {
    border-inline-end-color: rgb(80 131 22 / 0.3);
  }

  .sm\:border-e-success_green\/40 {
    border-inline-end-color: rgb(80 131 22 / 0.4);
  }

  .sm\:border-e-success_green\/5 {
    border-inline-end-color: rgb(80 131 22 / 0.05);
  }

  .sm\:border-e-success_green\/50 {
    border-inline-end-color: rgb(80 131 22 / 0.5);
  }

  .sm\:border-e-success_green\/60 {
    border-inline-end-color: rgb(80 131 22 / 0.6);
  }

  .sm\:border-e-success_green\/70 {
    border-inline-end-color: rgb(80 131 22 / 0.7);
  }

  .sm\:border-e-success_green\/75 {
    border-inline-end-color: rgb(80 131 22 / 0.75);
  }

  .sm\:border-e-success_green\/80 {
    border-inline-end-color: rgb(80 131 22 / 0.8);
  }

  .sm\:border-e-success_green\/90 {
    border-inline-end-color: rgb(80 131 22 / 0.9);
  }

  .sm\:border-e-success_green\/95 {
    border-inline-end-color: rgb(80 131 22 / 0.95);
  }

  .sm\:border-e-teal {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .sm\:border-e-teal\/0 {
    border-inline-end-color: rgb(0 129 159 / 0);
  }

  .sm\:border-e-teal\/10 {
    border-inline-end-color: rgb(0 129 159 / 0.1);
  }

  .sm\:border-e-teal\/100 {
    border-inline-end-color: rgb(0 129 159 / 1);
  }

  .sm\:border-e-teal\/20 {
    border-inline-end-color: rgb(0 129 159 / 0.2);
  }

  .sm\:border-e-teal\/25 {
    border-inline-end-color: rgb(0 129 159 / 0.25);
  }

  .sm\:border-e-teal\/30 {
    border-inline-end-color: rgb(0 129 159 / 0.3);
  }

  .sm\:border-e-teal\/40 {
    border-inline-end-color: rgb(0 129 159 / 0.4);
  }

  .sm\:border-e-teal\/5 {
    border-inline-end-color: rgb(0 129 159 / 0.05);
  }

  .sm\:border-e-teal\/50 {
    border-inline-end-color: rgb(0 129 159 / 0.5);
  }

  .sm\:border-e-teal\/60 {
    border-inline-end-color: rgb(0 129 159 / 0.6);
  }

  .sm\:border-e-teal\/70 {
    border-inline-end-color: rgb(0 129 159 / 0.7);
  }

  .sm\:border-e-teal\/75 {
    border-inline-end-color: rgb(0 129 159 / 0.75);
  }

  .sm\:border-e-teal\/80 {
    border-inline-end-color: rgb(0 129 159 / 0.8);
  }

  .sm\:border-e-teal\/90 {
    border-inline-end-color: rgb(0 129 159 / 0.9);
  }

  .sm\:border-e-teal\/95 {
    border-inline-end-color: rgb(0 129 159 / 0.95);
  }

  .sm\:border-e-teal_dark {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .sm\:border-e-teal_dark\/0 {
    border-inline-end-color: rgb(0 60 77 / 0);
  }

  .sm\:border-e-teal_dark\/10 {
    border-inline-end-color: rgb(0 60 77 / 0.1);
  }

  .sm\:border-e-teal_dark\/100 {
    border-inline-end-color: rgb(0 60 77 / 1);
  }

  .sm\:border-e-teal_dark\/20 {
    border-inline-end-color: rgb(0 60 77 / 0.2);
  }

  .sm\:border-e-teal_dark\/25 {
    border-inline-end-color: rgb(0 60 77 / 0.25);
  }

  .sm\:border-e-teal_dark\/30 {
    border-inline-end-color: rgb(0 60 77 / 0.3);
  }

  .sm\:border-e-teal_dark\/40 {
    border-inline-end-color: rgb(0 60 77 / 0.4);
  }

  .sm\:border-e-teal_dark\/5 {
    border-inline-end-color: rgb(0 60 77 / 0.05);
  }

  .sm\:border-e-teal_dark\/50 {
    border-inline-end-color: rgb(0 60 77 / 0.5);
  }

  .sm\:border-e-teal_dark\/60 {
    border-inline-end-color: rgb(0 60 77 / 0.6);
  }

  .sm\:border-e-teal_dark\/70 {
    border-inline-end-color: rgb(0 60 77 / 0.7);
  }

  .sm\:border-e-teal_dark\/75 {
    border-inline-end-color: rgb(0 60 77 / 0.75);
  }

  .sm\:border-e-teal_dark\/80 {
    border-inline-end-color: rgb(0 60 77 / 0.8);
  }

  .sm\:border-e-teal_dark\/90 {
    border-inline-end-color: rgb(0 60 77 / 0.9);
  }

  .sm\:border-e-teal_dark\/95 {
    border-inline-end-color: rgb(0 60 77 / 0.95);
  }

  .sm\:border-e-teal_extra_light {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .sm\:border-e-teal_extra_light\/0 {
    border-inline-end-color: rgb(245 251 252 / 0);
  }

  .sm\:border-e-teal_extra_light\/10 {
    border-inline-end-color: rgb(245 251 252 / 0.1);
  }

  .sm\:border-e-teal_extra_light\/100 {
    border-inline-end-color: rgb(245 251 252 / 1);
  }

  .sm\:border-e-teal_extra_light\/20 {
    border-inline-end-color: rgb(245 251 252 / 0.2);
  }

  .sm\:border-e-teal_extra_light\/25 {
    border-inline-end-color: rgb(245 251 252 / 0.25);
  }

  .sm\:border-e-teal_extra_light\/30 {
    border-inline-end-color: rgb(245 251 252 / 0.3);
  }

  .sm\:border-e-teal_extra_light\/40 {
    border-inline-end-color: rgb(245 251 252 / 0.4);
  }

  .sm\:border-e-teal_extra_light\/5 {
    border-inline-end-color: rgb(245 251 252 / 0.05);
  }

  .sm\:border-e-teal_extra_light\/50 {
    border-inline-end-color: rgb(245 251 252 / 0.5);
  }

  .sm\:border-e-teal_extra_light\/60 {
    border-inline-end-color: rgb(245 251 252 / 0.6);
  }

  .sm\:border-e-teal_extra_light\/70 {
    border-inline-end-color: rgb(245 251 252 / 0.7);
  }

  .sm\:border-e-teal_extra_light\/75 {
    border-inline-end-color: rgb(245 251 252 / 0.75);
  }

  .sm\:border-e-teal_extra_light\/80 {
    border-inline-end-color: rgb(245 251 252 / 0.8);
  }

  .sm\:border-e-teal_extra_light\/90 {
    border-inline-end-color: rgb(245 251 252 / 0.9);
  }

  .sm\:border-e-teal_extra_light\/95 {
    border-inline-end-color: rgb(245 251 252 / 0.95);
  }

  .sm\:border-e-teal_light {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .sm\:border-e-teal_light\/0 {
    border-inline-end-color: rgb(116 196 214 / 0);
  }

  .sm\:border-e-teal_light\/10 {
    border-inline-end-color: rgb(116 196 214 / 0.1);
  }

  .sm\:border-e-teal_light\/100 {
    border-inline-end-color: rgb(116 196 214 / 1);
  }

  .sm\:border-e-teal_light\/20 {
    border-inline-end-color: rgb(116 196 214 / 0.2);
  }

  .sm\:border-e-teal_light\/25 {
    border-inline-end-color: rgb(116 196 214 / 0.25);
  }

  .sm\:border-e-teal_light\/30 {
    border-inline-end-color: rgb(116 196 214 / 0.3);
  }

  .sm\:border-e-teal_light\/40 {
    border-inline-end-color: rgb(116 196 214 / 0.4);
  }

  .sm\:border-e-teal_light\/5 {
    border-inline-end-color: rgb(116 196 214 / 0.05);
  }

  .sm\:border-e-teal_light\/50 {
    border-inline-end-color: rgb(116 196 214 / 0.5);
  }

  .sm\:border-e-teal_light\/60 {
    border-inline-end-color: rgb(116 196 214 / 0.6);
  }

  .sm\:border-e-teal_light\/70 {
    border-inline-end-color: rgb(116 196 214 / 0.7);
  }

  .sm\:border-e-teal_light\/75 {
    border-inline-end-color: rgb(116 196 214 / 0.75);
  }

  .sm\:border-e-teal_light\/80 {
    border-inline-end-color: rgb(116 196 214 / 0.8);
  }

  .sm\:border-e-teal_light\/90 {
    border-inline-end-color: rgb(116 196 214 / 0.9);
  }

  .sm\:border-e-teal_light\/95 {
    border-inline-end-color: rgb(116 196 214 / 0.95);
  }

  .sm\:border-e-transparent {
    border-inline-end-color: transparent;
  }

  .sm\:border-e-transparent\/0 {
    border-inline-end-color: rgb(0 0 0 / 0);
  }

  .sm\:border-e-transparent\/10 {
    border-inline-end-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-e-transparent\/100 {
    border-inline-end-color: rgb(0 0 0 / 1);
  }

  .sm\:border-e-transparent\/20 {
    border-inline-end-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-e-transparent\/25 {
    border-inline-end-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-e-transparent\/30 {
    border-inline-end-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-e-transparent\/40 {
    border-inline-end-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-e-transparent\/5 {
    border-inline-end-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-e-transparent\/50 {
    border-inline-end-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-e-transparent\/60 {
    border-inline-end-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-e-transparent\/70 {
    border-inline-end-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-e-transparent\/75 {
    border-inline-end-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-e-transparent\/80 {
    border-inline-end-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-e-transparent\/90 {
    border-inline-end-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-e-transparent\/95 {
    border-inline-end-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-e-white {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .sm\:border-e-white\/0 {
    border-inline-end-color: rgb(255 255 255 / 0);
  }

  .sm\:border-e-white\/10 {
    border-inline-end-color: rgb(255 255 255 / 0.1);
  }

  .sm\:border-e-white\/100 {
    border-inline-end-color: rgb(255 255 255 / 1);
  }

  .sm\:border-e-white\/20 {
    border-inline-end-color: rgb(255 255 255 / 0.2);
  }

  .sm\:border-e-white\/25 {
    border-inline-end-color: rgb(255 255 255 / 0.25);
  }

  .sm\:border-e-white\/30 {
    border-inline-end-color: rgb(255 255 255 / 0.3);
  }

  .sm\:border-e-white\/40 {
    border-inline-end-color: rgb(255 255 255 / 0.4);
  }

  .sm\:border-e-white\/5 {
    border-inline-end-color: rgb(255 255 255 / 0.05);
  }

  .sm\:border-e-white\/50 {
    border-inline-end-color: rgb(255 255 255 / 0.5);
  }

  .sm\:border-e-white\/60 {
    border-inline-end-color: rgb(255 255 255 / 0.6);
  }

  .sm\:border-e-white\/70 {
    border-inline-end-color: rgb(255 255 255 / 0.7);
  }

  .sm\:border-e-white\/75 {
    border-inline-end-color: rgb(255 255 255 / 0.75);
  }

  .sm\:border-e-white\/80 {
    border-inline-end-color: rgb(255 255 255 / 0.8);
  }

  .sm\:border-e-white\/90 {
    border-inline-end-color: rgb(255 255 255 / 0.9);
  }

  .sm\:border-e-white\/95 {
    border-inline-end-color: rgb(255 255 255 / 0.95);
  }

  .sm\:border-l-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .sm\:border-l-black\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .sm\:border-l-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-l-black\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .sm\:border-l-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-l-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-l-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-l-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-l-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-l-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-l-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-l-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-l-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-l-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-l-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-l-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-l-current {
    border-left-color: currentColor;
  }

  .sm\:border-l-error_red {
    --tw-border-opacity: 1;
    border-left-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .sm\:border-l-error_red\/0 {
    border-left-color: rgb(235 0 27 / 0);
  }

  .sm\:border-l-error_red\/10 {
    border-left-color: rgb(235 0 27 / 0.1);
  }

  .sm\:border-l-error_red\/100 {
    border-left-color: rgb(235 0 27 / 1);
  }

  .sm\:border-l-error_red\/20 {
    border-left-color: rgb(235 0 27 / 0.2);
  }

  .sm\:border-l-error_red\/25 {
    border-left-color: rgb(235 0 27 / 0.25);
  }

  .sm\:border-l-error_red\/30 {
    border-left-color: rgb(235 0 27 / 0.3);
  }

  .sm\:border-l-error_red\/40 {
    border-left-color: rgb(235 0 27 / 0.4);
  }

  .sm\:border-l-error_red\/5 {
    border-left-color: rgb(235 0 27 / 0.05);
  }

  .sm\:border-l-error_red\/50 {
    border-left-color: rgb(235 0 27 / 0.5);
  }

  .sm\:border-l-error_red\/60 {
    border-left-color: rgb(235 0 27 / 0.6);
  }

  .sm\:border-l-error_red\/70 {
    border-left-color: rgb(235 0 27 / 0.7);
  }

  .sm\:border-l-error_red\/75 {
    border-left-color: rgb(235 0 27 / 0.75);
  }

  .sm\:border-l-error_red\/80 {
    border-left-color: rgb(235 0 27 / 0.8);
  }

  .sm\:border-l-error_red\/90 {
    border-left-color: rgb(235 0 27 / 0.9);
  }

  .sm\:border-l-error_red\/95 {
    border-left-color: rgb(235 0 27 / 0.95);
  }

  .sm\:border-l-gray5 {
    --tw-border-opacity: 1;
    border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .sm\:border-l-gray5\/0 {
    border-left-color: rgb(242 242 242 / 0);
  }

  .sm\:border-l-gray5\/10 {
    border-left-color: rgb(242 242 242 / 0.1);
  }

  .sm\:border-l-gray5\/100 {
    border-left-color: rgb(242 242 242 / 1);
  }

  .sm\:border-l-gray5\/20 {
    border-left-color: rgb(242 242 242 / 0.2);
  }

  .sm\:border-l-gray5\/25 {
    border-left-color: rgb(242 242 242 / 0.25);
  }

  .sm\:border-l-gray5\/30 {
    border-left-color: rgb(242 242 242 / 0.3);
  }

  .sm\:border-l-gray5\/40 {
    border-left-color: rgb(242 242 242 / 0.4);
  }

  .sm\:border-l-gray5\/5 {
    border-left-color: rgb(242 242 242 / 0.05);
  }

  .sm\:border-l-gray5\/50 {
    border-left-color: rgb(242 242 242 / 0.5);
  }

  .sm\:border-l-gray5\/60 {
    border-left-color: rgb(242 242 242 / 0.6);
  }

  .sm\:border-l-gray5\/70 {
    border-left-color: rgb(242 242 242 / 0.7);
  }

  .sm\:border-l-gray5\/75 {
    border-left-color: rgb(242 242 242 / 0.75);
  }

  .sm\:border-l-gray5\/80 {
    border-left-color: rgb(242 242 242 / 0.8);
  }

  .sm\:border-l-gray5\/90 {
    border-left-color: rgb(242 242 242 / 0.9);
  }

  .sm\:border-l-gray5\/95 {
    border-left-color: rgb(242 242 242 / 0.95);
  }

  .sm\:border-l-sh_black {
    --tw-border-opacity: 1;
    border-left-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .sm\:border-l-sh_black\/0 {
    border-left-color: rgb(35 31 32 / 0);
  }

  .sm\:border-l-sh_black\/10 {
    border-left-color: rgb(35 31 32 / 0.1);
  }

  .sm\:border-l-sh_black\/100 {
    border-left-color: rgb(35 31 32 / 1);
  }

  .sm\:border-l-sh_black\/20 {
    border-left-color: rgb(35 31 32 / 0.2);
  }

  .sm\:border-l-sh_black\/25 {
    border-left-color: rgb(35 31 32 / 0.25);
  }

  .sm\:border-l-sh_black\/30 {
    border-left-color: rgb(35 31 32 / 0.3);
  }

  .sm\:border-l-sh_black\/40 {
    border-left-color: rgb(35 31 32 / 0.4);
  }

  .sm\:border-l-sh_black\/5 {
    border-left-color: rgb(35 31 32 / 0.05);
  }

  .sm\:border-l-sh_black\/50 {
    border-left-color: rgb(35 31 32 / 0.5);
  }

  .sm\:border-l-sh_black\/60 {
    border-left-color: rgb(35 31 32 / 0.6);
  }

  .sm\:border-l-sh_black\/70 {
    border-left-color: rgb(35 31 32 / 0.7);
  }

  .sm\:border-l-sh_black\/75 {
    border-left-color: rgb(35 31 32 / 0.75);
  }

  .sm\:border-l-sh_black\/80 {
    border-left-color: rgb(35 31 32 / 0.8);
  }

  .sm\:border-l-sh_black\/90 {
    border-left-color: rgb(35 31 32 / 0.9);
  }

  .sm\:border-l-sh_black\/95 {
    border-left-color: rgb(35 31 32 / 0.95);
  }

  .sm\:border-l-success_green {
    --tw-border-opacity: 1;
    border-left-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .sm\:border-l-success_green\/0 {
    border-left-color: rgb(80 131 22 / 0);
  }

  .sm\:border-l-success_green\/10 {
    border-left-color: rgb(80 131 22 / 0.1);
  }

  .sm\:border-l-success_green\/100 {
    border-left-color: rgb(80 131 22 / 1);
  }

  .sm\:border-l-success_green\/20 {
    border-left-color: rgb(80 131 22 / 0.2);
  }

  .sm\:border-l-success_green\/25 {
    border-left-color: rgb(80 131 22 / 0.25);
  }

  .sm\:border-l-success_green\/30 {
    border-left-color: rgb(80 131 22 / 0.3);
  }

  .sm\:border-l-success_green\/40 {
    border-left-color: rgb(80 131 22 / 0.4);
  }

  .sm\:border-l-success_green\/5 {
    border-left-color: rgb(80 131 22 / 0.05);
  }

  .sm\:border-l-success_green\/50 {
    border-left-color: rgb(80 131 22 / 0.5);
  }

  .sm\:border-l-success_green\/60 {
    border-left-color: rgb(80 131 22 / 0.6);
  }

  .sm\:border-l-success_green\/70 {
    border-left-color: rgb(80 131 22 / 0.7);
  }

  .sm\:border-l-success_green\/75 {
    border-left-color: rgb(80 131 22 / 0.75);
  }

  .sm\:border-l-success_green\/80 {
    border-left-color: rgb(80 131 22 / 0.8);
  }

  .sm\:border-l-success_green\/90 {
    border-left-color: rgb(80 131 22 / 0.9);
  }

  .sm\:border-l-success_green\/95 {
    border-left-color: rgb(80 131 22 / 0.95);
  }

  .sm\:border-l-teal {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .sm\:border-l-teal\/0 {
    border-left-color: rgb(0 129 159 / 0);
  }

  .sm\:border-l-teal\/10 {
    border-left-color: rgb(0 129 159 / 0.1);
  }

  .sm\:border-l-teal\/100 {
    border-left-color: rgb(0 129 159 / 1);
  }

  .sm\:border-l-teal\/20 {
    border-left-color: rgb(0 129 159 / 0.2);
  }

  .sm\:border-l-teal\/25 {
    border-left-color: rgb(0 129 159 / 0.25);
  }

  .sm\:border-l-teal\/30 {
    border-left-color: rgb(0 129 159 / 0.3);
  }

  .sm\:border-l-teal\/40 {
    border-left-color: rgb(0 129 159 / 0.4);
  }

  .sm\:border-l-teal\/5 {
    border-left-color: rgb(0 129 159 / 0.05);
  }

  .sm\:border-l-teal\/50 {
    border-left-color: rgb(0 129 159 / 0.5);
  }

  .sm\:border-l-teal\/60 {
    border-left-color: rgb(0 129 159 / 0.6);
  }

  .sm\:border-l-teal\/70 {
    border-left-color: rgb(0 129 159 / 0.7);
  }

  .sm\:border-l-teal\/75 {
    border-left-color: rgb(0 129 159 / 0.75);
  }

  .sm\:border-l-teal\/80 {
    border-left-color: rgb(0 129 159 / 0.8);
  }

  .sm\:border-l-teal\/90 {
    border-left-color: rgb(0 129 159 / 0.9);
  }

  .sm\:border-l-teal\/95 {
    border-left-color: rgb(0 129 159 / 0.95);
  }

  .sm\:border-l-teal_dark {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .sm\:border-l-teal_dark\/0 {
    border-left-color: rgb(0 60 77 / 0);
  }

  .sm\:border-l-teal_dark\/10 {
    border-left-color: rgb(0 60 77 / 0.1);
  }

  .sm\:border-l-teal_dark\/100 {
    border-left-color: rgb(0 60 77 / 1);
  }

  .sm\:border-l-teal_dark\/20 {
    border-left-color: rgb(0 60 77 / 0.2);
  }

  .sm\:border-l-teal_dark\/25 {
    border-left-color: rgb(0 60 77 / 0.25);
  }

  .sm\:border-l-teal_dark\/30 {
    border-left-color: rgb(0 60 77 / 0.3);
  }

  .sm\:border-l-teal_dark\/40 {
    border-left-color: rgb(0 60 77 / 0.4);
  }

  .sm\:border-l-teal_dark\/5 {
    border-left-color: rgb(0 60 77 / 0.05);
  }

  .sm\:border-l-teal_dark\/50 {
    border-left-color: rgb(0 60 77 / 0.5);
  }

  .sm\:border-l-teal_dark\/60 {
    border-left-color: rgb(0 60 77 / 0.6);
  }

  .sm\:border-l-teal_dark\/70 {
    border-left-color: rgb(0 60 77 / 0.7);
  }

  .sm\:border-l-teal_dark\/75 {
    border-left-color: rgb(0 60 77 / 0.75);
  }

  .sm\:border-l-teal_dark\/80 {
    border-left-color: rgb(0 60 77 / 0.8);
  }

  .sm\:border-l-teal_dark\/90 {
    border-left-color: rgb(0 60 77 / 0.9);
  }

  .sm\:border-l-teal_dark\/95 {
    border-left-color: rgb(0 60 77 / 0.95);
  }

  .sm\:border-l-teal_extra_light {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .sm\:border-l-teal_extra_light\/0 {
    border-left-color: rgb(245 251 252 / 0);
  }

  .sm\:border-l-teal_extra_light\/10 {
    border-left-color: rgb(245 251 252 / 0.1);
  }

  .sm\:border-l-teal_extra_light\/100 {
    border-left-color: rgb(245 251 252 / 1);
  }

  .sm\:border-l-teal_extra_light\/20 {
    border-left-color: rgb(245 251 252 / 0.2);
  }

  .sm\:border-l-teal_extra_light\/25 {
    border-left-color: rgb(245 251 252 / 0.25);
  }

  .sm\:border-l-teal_extra_light\/30 {
    border-left-color: rgb(245 251 252 / 0.3);
  }

  .sm\:border-l-teal_extra_light\/40 {
    border-left-color: rgb(245 251 252 / 0.4);
  }

  .sm\:border-l-teal_extra_light\/5 {
    border-left-color: rgb(245 251 252 / 0.05);
  }

  .sm\:border-l-teal_extra_light\/50 {
    border-left-color: rgb(245 251 252 / 0.5);
  }

  .sm\:border-l-teal_extra_light\/60 {
    border-left-color: rgb(245 251 252 / 0.6);
  }

  .sm\:border-l-teal_extra_light\/70 {
    border-left-color: rgb(245 251 252 / 0.7);
  }

  .sm\:border-l-teal_extra_light\/75 {
    border-left-color: rgb(245 251 252 / 0.75);
  }

  .sm\:border-l-teal_extra_light\/80 {
    border-left-color: rgb(245 251 252 / 0.8);
  }

  .sm\:border-l-teal_extra_light\/90 {
    border-left-color: rgb(245 251 252 / 0.9);
  }

  .sm\:border-l-teal_extra_light\/95 {
    border-left-color: rgb(245 251 252 / 0.95);
  }

  .sm\:border-l-teal_light {
    --tw-border-opacity: 1;
    border-left-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .sm\:border-l-teal_light\/0 {
    border-left-color: rgb(116 196 214 / 0);
  }

  .sm\:border-l-teal_light\/10 {
    border-left-color: rgb(116 196 214 / 0.1);
  }

  .sm\:border-l-teal_light\/100 {
    border-left-color: rgb(116 196 214 / 1);
  }

  .sm\:border-l-teal_light\/20 {
    border-left-color: rgb(116 196 214 / 0.2);
  }

  .sm\:border-l-teal_light\/25 {
    border-left-color: rgb(116 196 214 / 0.25);
  }

  .sm\:border-l-teal_light\/30 {
    border-left-color: rgb(116 196 214 / 0.3);
  }

  .sm\:border-l-teal_light\/40 {
    border-left-color: rgb(116 196 214 / 0.4);
  }

  .sm\:border-l-teal_light\/5 {
    border-left-color: rgb(116 196 214 / 0.05);
  }

  .sm\:border-l-teal_light\/50 {
    border-left-color: rgb(116 196 214 / 0.5);
  }

  .sm\:border-l-teal_light\/60 {
    border-left-color: rgb(116 196 214 / 0.6);
  }

  .sm\:border-l-teal_light\/70 {
    border-left-color: rgb(116 196 214 / 0.7);
  }

  .sm\:border-l-teal_light\/75 {
    border-left-color: rgb(116 196 214 / 0.75);
  }

  .sm\:border-l-teal_light\/80 {
    border-left-color: rgb(116 196 214 / 0.8);
  }

  .sm\:border-l-teal_light\/90 {
    border-left-color: rgb(116 196 214 / 0.9);
  }

  .sm\:border-l-teal_light\/95 {
    border-left-color: rgb(116 196 214 / 0.95);
  }

  .sm\:border-l-transparent {
    border-left-color: transparent;
  }

  .sm\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .sm\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .sm\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-l-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .sm\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
  }

  .sm\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
  }

  .sm\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
  }

  .sm\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
  }

  .sm\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
  }

  .sm\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
  }

  .sm\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
  }

  .sm\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
  }

  .sm\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
  }

  .sm\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
  }

  .sm\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
  }

  .sm\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
  }

  .sm\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
  }

  .sm\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
  }

  .sm\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
  }

  .sm\:border-r-black {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .sm\:border-r-black\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .sm\:border-r-black\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-r-black\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .sm\:border-r-black\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-r-black\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-r-black\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-r-black\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-r-black\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-r-black\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-r-black\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-r-black\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-r-black\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-r-black\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-r-black\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-r-black\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-r-current {
    border-right-color: currentColor;
  }

  .sm\:border-r-error_red {
    --tw-border-opacity: 1;
    border-right-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .sm\:border-r-error_red\/0 {
    border-right-color: rgb(235 0 27 / 0);
  }

  .sm\:border-r-error_red\/10 {
    border-right-color: rgb(235 0 27 / 0.1);
  }

  .sm\:border-r-error_red\/100 {
    border-right-color: rgb(235 0 27 / 1);
  }

  .sm\:border-r-error_red\/20 {
    border-right-color: rgb(235 0 27 / 0.2);
  }

  .sm\:border-r-error_red\/25 {
    border-right-color: rgb(235 0 27 / 0.25);
  }

  .sm\:border-r-error_red\/30 {
    border-right-color: rgb(235 0 27 / 0.3);
  }

  .sm\:border-r-error_red\/40 {
    border-right-color: rgb(235 0 27 / 0.4);
  }

  .sm\:border-r-error_red\/5 {
    border-right-color: rgb(235 0 27 / 0.05);
  }

  .sm\:border-r-error_red\/50 {
    border-right-color: rgb(235 0 27 / 0.5);
  }

  .sm\:border-r-error_red\/60 {
    border-right-color: rgb(235 0 27 / 0.6);
  }

  .sm\:border-r-error_red\/70 {
    border-right-color: rgb(235 0 27 / 0.7);
  }

  .sm\:border-r-error_red\/75 {
    border-right-color: rgb(235 0 27 / 0.75);
  }

  .sm\:border-r-error_red\/80 {
    border-right-color: rgb(235 0 27 / 0.8);
  }

  .sm\:border-r-error_red\/90 {
    border-right-color: rgb(235 0 27 / 0.9);
  }

  .sm\:border-r-error_red\/95 {
    border-right-color: rgb(235 0 27 / 0.95);
  }

  .sm\:border-r-gray5 {
    --tw-border-opacity: 1;
    border-right-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .sm\:border-r-gray5\/0 {
    border-right-color: rgb(242 242 242 / 0);
  }

  .sm\:border-r-gray5\/10 {
    border-right-color: rgb(242 242 242 / 0.1);
  }

  .sm\:border-r-gray5\/100 {
    border-right-color: rgb(242 242 242 / 1);
  }

  .sm\:border-r-gray5\/20 {
    border-right-color: rgb(242 242 242 / 0.2);
  }

  .sm\:border-r-gray5\/25 {
    border-right-color: rgb(242 242 242 / 0.25);
  }

  .sm\:border-r-gray5\/30 {
    border-right-color: rgb(242 242 242 / 0.3);
  }

  .sm\:border-r-gray5\/40 {
    border-right-color: rgb(242 242 242 / 0.4);
  }

  .sm\:border-r-gray5\/5 {
    border-right-color: rgb(242 242 242 / 0.05);
  }

  .sm\:border-r-gray5\/50 {
    border-right-color: rgb(242 242 242 / 0.5);
  }

  .sm\:border-r-gray5\/60 {
    border-right-color: rgb(242 242 242 / 0.6);
  }

  .sm\:border-r-gray5\/70 {
    border-right-color: rgb(242 242 242 / 0.7);
  }

  .sm\:border-r-gray5\/75 {
    border-right-color: rgb(242 242 242 / 0.75);
  }

  .sm\:border-r-gray5\/80 {
    border-right-color: rgb(242 242 242 / 0.8);
  }

  .sm\:border-r-gray5\/90 {
    border-right-color: rgb(242 242 242 / 0.9);
  }

  .sm\:border-r-gray5\/95 {
    border-right-color: rgb(242 242 242 / 0.95);
  }

  .sm\:border-r-sh_black {
    --tw-border-opacity: 1;
    border-right-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .sm\:border-r-sh_black\/0 {
    border-right-color: rgb(35 31 32 / 0);
  }

  .sm\:border-r-sh_black\/10 {
    border-right-color: rgb(35 31 32 / 0.1);
  }

  .sm\:border-r-sh_black\/100 {
    border-right-color: rgb(35 31 32 / 1);
  }

  .sm\:border-r-sh_black\/20 {
    border-right-color: rgb(35 31 32 / 0.2);
  }

  .sm\:border-r-sh_black\/25 {
    border-right-color: rgb(35 31 32 / 0.25);
  }

  .sm\:border-r-sh_black\/30 {
    border-right-color: rgb(35 31 32 / 0.3);
  }

  .sm\:border-r-sh_black\/40 {
    border-right-color: rgb(35 31 32 / 0.4);
  }

  .sm\:border-r-sh_black\/5 {
    border-right-color: rgb(35 31 32 / 0.05);
  }

  .sm\:border-r-sh_black\/50 {
    border-right-color: rgb(35 31 32 / 0.5);
  }

  .sm\:border-r-sh_black\/60 {
    border-right-color: rgb(35 31 32 / 0.6);
  }

  .sm\:border-r-sh_black\/70 {
    border-right-color: rgb(35 31 32 / 0.7);
  }

  .sm\:border-r-sh_black\/75 {
    border-right-color: rgb(35 31 32 / 0.75);
  }

  .sm\:border-r-sh_black\/80 {
    border-right-color: rgb(35 31 32 / 0.8);
  }

  .sm\:border-r-sh_black\/90 {
    border-right-color: rgb(35 31 32 / 0.9);
  }

  .sm\:border-r-sh_black\/95 {
    border-right-color: rgb(35 31 32 / 0.95);
  }

  .sm\:border-r-success_green {
    --tw-border-opacity: 1;
    border-right-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .sm\:border-r-success_green\/0 {
    border-right-color: rgb(80 131 22 / 0);
  }

  .sm\:border-r-success_green\/10 {
    border-right-color: rgb(80 131 22 / 0.1);
  }

  .sm\:border-r-success_green\/100 {
    border-right-color: rgb(80 131 22 / 1);
  }

  .sm\:border-r-success_green\/20 {
    border-right-color: rgb(80 131 22 / 0.2);
  }

  .sm\:border-r-success_green\/25 {
    border-right-color: rgb(80 131 22 / 0.25);
  }

  .sm\:border-r-success_green\/30 {
    border-right-color: rgb(80 131 22 / 0.3);
  }

  .sm\:border-r-success_green\/40 {
    border-right-color: rgb(80 131 22 / 0.4);
  }

  .sm\:border-r-success_green\/5 {
    border-right-color: rgb(80 131 22 / 0.05);
  }

  .sm\:border-r-success_green\/50 {
    border-right-color: rgb(80 131 22 / 0.5);
  }

  .sm\:border-r-success_green\/60 {
    border-right-color: rgb(80 131 22 / 0.6);
  }

  .sm\:border-r-success_green\/70 {
    border-right-color: rgb(80 131 22 / 0.7);
  }

  .sm\:border-r-success_green\/75 {
    border-right-color: rgb(80 131 22 / 0.75);
  }

  .sm\:border-r-success_green\/80 {
    border-right-color: rgb(80 131 22 / 0.8);
  }

  .sm\:border-r-success_green\/90 {
    border-right-color: rgb(80 131 22 / 0.9);
  }

  .sm\:border-r-success_green\/95 {
    border-right-color: rgb(80 131 22 / 0.95);
  }

  .sm\:border-r-teal {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .sm\:border-r-teal\/0 {
    border-right-color: rgb(0 129 159 / 0);
  }

  .sm\:border-r-teal\/10 {
    border-right-color: rgb(0 129 159 / 0.1);
  }

  .sm\:border-r-teal\/100 {
    border-right-color: rgb(0 129 159 / 1);
  }

  .sm\:border-r-teal\/20 {
    border-right-color: rgb(0 129 159 / 0.2);
  }

  .sm\:border-r-teal\/25 {
    border-right-color: rgb(0 129 159 / 0.25);
  }

  .sm\:border-r-teal\/30 {
    border-right-color: rgb(0 129 159 / 0.3);
  }

  .sm\:border-r-teal\/40 {
    border-right-color: rgb(0 129 159 / 0.4);
  }

  .sm\:border-r-teal\/5 {
    border-right-color: rgb(0 129 159 / 0.05);
  }

  .sm\:border-r-teal\/50 {
    border-right-color: rgb(0 129 159 / 0.5);
  }

  .sm\:border-r-teal\/60 {
    border-right-color: rgb(0 129 159 / 0.6);
  }

  .sm\:border-r-teal\/70 {
    border-right-color: rgb(0 129 159 / 0.7);
  }

  .sm\:border-r-teal\/75 {
    border-right-color: rgb(0 129 159 / 0.75);
  }

  .sm\:border-r-teal\/80 {
    border-right-color: rgb(0 129 159 / 0.8);
  }

  .sm\:border-r-teal\/90 {
    border-right-color: rgb(0 129 159 / 0.9);
  }

  .sm\:border-r-teal\/95 {
    border-right-color: rgb(0 129 159 / 0.95);
  }

  .sm\:border-r-teal_dark {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .sm\:border-r-teal_dark\/0 {
    border-right-color: rgb(0 60 77 / 0);
  }

  .sm\:border-r-teal_dark\/10 {
    border-right-color: rgb(0 60 77 / 0.1);
  }

  .sm\:border-r-teal_dark\/100 {
    border-right-color: rgb(0 60 77 / 1);
  }

  .sm\:border-r-teal_dark\/20 {
    border-right-color: rgb(0 60 77 / 0.2);
  }

  .sm\:border-r-teal_dark\/25 {
    border-right-color: rgb(0 60 77 / 0.25);
  }

  .sm\:border-r-teal_dark\/30 {
    border-right-color: rgb(0 60 77 / 0.3);
  }

  .sm\:border-r-teal_dark\/40 {
    border-right-color: rgb(0 60 77 / 0.4);
  }

  .sm\:border-r-teal_dark\/5 {
    border-right-color: rgb(0 60 77 / 0.05);
  }

  .sm\:border-r-teal_dark\/50 {
    border-right-color: rgb(0 60 77 / 0.5);
  }

  .sm\:border-r-teal_dark\/60 {
    border-right-color: rgb(0 60 77 / 0.6);
  }

  .sm\:border-r-teal_dark\/70 {
    border-right-color: rgb(0 60 77 / 0.7);
  }

  .sm\:border-r-teal_dark\/75 {
    border-right-color: rgb(0 60 77 / 0.75);
  }

  .sm\:border-r-teal_dark\/80 {
    border-right-color: rgb(0 60 77 / 0.8);
  }

  .sm\:border-r-teal_dark\/90 {
    border-right-color: rgb(0 60 77 / 0.9);
  }

  .sm\:border-r-teal_dark\/95 {
    border-right-color: rgb(0 60 77 / 0.95);
  }

  .sm\:border-r-teal_extra_light {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .sm\:border-r-teal_extra_light\/0 {
    border-right-color: rgb(245 251 252 / 0);
  }

  .sm\:border-r-teal_extra_light\/10 {
    border-right-color: rgb(245 251 252 / 0.1);
  }

  .sm\:border-r-teal_extra_light\/100 {
    border-right-color: rgb(245 251 252 / 1);
  }

  .sm\:border-r-teal_extra_light\/20 {
    border-right-color: rgb(245 251 252 / 0.2);
  }

  .sm\:border-r-teal_extra_light\/25 {
    border-right-color: rgb(245 251 252 / 0.25);
  }

  .sm\:border-r-teal_extra_light\/30 {
    border-right-color: rgb(245 251 252 / 0.3);
  }

  .sm\:border-r-teal_extra_light\/40 {
    border-right-color: rgb(245 251 252 / 0.4);
  }

  .sm\:border-r-teal_extra_light\/5 {
    border-right-color: rgb(245 251 252 / 0.05);
  }

  .sm\:border-r-teal_extra_light\/50 {
    border-right-color: rgb(245 251 252 / 0.5);
  }

  .sm\:border-r-teal_extra_light\/60 {
    border-right-color: rgb(245 251 252 / 0.6);
  }

  .sm\:border-r-teal_extra_light\/70 {
    border-right-color: rgb(245 251 252 / 0.7);
  }

  .sm\:border-r-teal_extra_light\/75 {
    border-right-color: rgb(245 251 252 / 0.75);
  }

  .sm\:border-r-teal_extra_light\/80 {
    border-right-color: rgb(245 251 252 / 0.8);
  }

  .sm\:border-r-teal_extra_light\/90 {
    border-right-color: rgb(245 251 252 / 0.9);
  }

  .sm\:border-r-teal_extra_light\/95 {
    border-right-color: rgb(245 251 252 / 0.95);
  }

  .sm\:border-r-teal_light {
    --tw-border-opacity: 1;
    border-right-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .sm\:border-r-teal_light\/0 {
    border-right-color: rgb(116 196 214 / 0);
  }

  .sm\:border-r-teal_light\/10 {
    border-right-color: rgb(116 196 214 / 0.1);
  }

  .sm\:border-r-teal_light\/100 {
    border-right-color: rgb(116 196 214 / 1);
  }

  .sm\:border-r-teal_light\/20 {
    border-right-color: rgb(116 196 214 / 0.2);
  }

  .sm\:border-r-teal_light\/25 {
    border-right-color: rgb(116 196 214 / 0.25);
  }

  .sm\:border-r-teal_light\/30 {
    border-right-color: rgb(116 196 214 / 0.3);
  }

  .sm\:border-r-teal_light\/40 {
    border-right-color: rgb(116 196 214 / 0.4);
  }

  .sm\:border-r-teal_light\/5 {
    border-right-color: rgb(116 196 214 / 0.05);
  }

  .sm\:border-r-teal_light\/50 {
    border-right-color: rgb(116 196 214 / 0.5);
  }

  .sm\:border-r-teal_light\/60 {
    border-right-color: rgb(116 196 214 / 0.6);
  }

  .sm\:border-r-teal_light\/70 {
    border-right-color: rgb(116 196 214 / 0.7);
  }

  .sm\:border-r-teal_light\/75 {
    border-right-color: rgb(116 196 214 / 0.75);
  }

  .sm\:border-r-teal_light\/80 {
    border-right-color: rgb(116 196 214 / 0.8);
  }

  .sm\:border-r-teal_light\/90 {
    border-right-color: rgb(116 196 214 / 0.9);
  }

  .sm\:border-r-teal_light\/95 {
    border-right-color: rgb(116 196 214 / 0.95);
  }

  .sm\:border-r-transparent {
    border-right-color: transparent;
  }

  .sm\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .sm\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .sm\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-r-white {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .sm\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0);
  }

  .sm\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .sm\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1);
  }

  .sm\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .sm\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .sm\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .sm\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .sm\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .sm\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .sm\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .sm\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .sm\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .sm\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .sm\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .sm\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .sm\:border-s-black {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .sm\:border-s-black\/0 {
    border-inline-start-color: rgb(0 0 0 / 0);
  }

  .sm\:border-s-black\/10 {
    border-inline-start-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-s-black\/100 {
    border-inline-start-color: rgb(0 0 0 / 1);
  }

  .sm\:border-s-black\/20 {
    border-inline-start-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-s-black\/25 {
    border-inline-start-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-s-black\/30 {
    border-inline-start-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-s-black\/40 {
    border-inline-start-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-s-black\/5 {
    border-inline-start-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-s-black\/50 {
    border-inline-start-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-s-black\/60 {
    border-inline-start-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-s-black\/70 {
    border-inline-start-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-s-black\/75 {
    border-inline-start-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-s-black\/80 {
    border-inline-start-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-s-black\/90 {
    border-inline-start-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-s-black\/95 {
    border-inline-start-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-s-current {
    border-inline-start-color: currentColor;
  }

  .sm\:border-s-error_red {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .sm\:border-s-error_red\/0 {
    border-inline-start-color: rgb(235 0 27 / 0);
  }

  .sm\:border-s-error_red\/10 {
    border-inline-start-color: rgb(235 0 27 / 0.1);
  }

  .sm\:border-s-error_red\/100 {
    border-inline-start-color: rgb(235 0 27 / 1);
  }

  .sm\:border-s-error_red\/20 {
    border-inline-start-color: rgb(235 0 27 / 0.2);
  }

  .sm\:border-s-error_red\/25 {
    border-inline-start-color: rgb(235 0 27 / 0.25);
  }

  .sm\:border-s-error_red\/30 {
    border-inline-start-color: rgb(235 0 27 / 0.3);
  }

  .sm\:border-s-error_red\/40 {
    border-inline-start-color: rgb(235 0 27 / 0.4);
  }

  .sm\:border-s-error_red\/5 {
    border-inline-start-color: rgb(235 0 27 / 0.05);
  }

  .sm\:border-s-error_red\/50 {
    border-inline-start-color: rgb(235 0 27 / 0.5);
  }

  .sm\:border-s-error_red\/60 {
    border-inline-start-color: rgb(235 0 27 / 0.6);
  }

  .sm\:border-s-error_red\/70 {
    border-inline-start-color: rgb(235 0 27 / 0.7);
  }

  .sm\:border-s-error_red\/75 {
    border-inline-start-color: rgb(235 0 27 / 0.75);
  }

  .sm\:border-s-error_red\/80 {
    border-inline-start-color: rgb(235 0 27 / 0.8);
  }

  .sm\:border-s-error_red\/90 {
    border-inline-start-color: rgb(235 0 27 / 0.9);
  }

  .sm\:border-s-error_red\/95 {
    border-inline-start-color: rgb(235 0 27 / 0.95);
  }

  .sm\:border-s-gray5 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .sm\:border-s-gray5\/0 {
    border-inline-start-color: rgb(242 242 242 / 0);
  }

  .sm\:border-s-gray5\/10 {
    border-inline-start-color: rgb(242 242 242 / 0.1);
  }

  .sm\:border-s-gray5\/100 {
    border-inline-start-color: rgb(242 242 242 / 1);
  }

  .sm\:border-s-gray5\/20 {
    border-inline-start-color: rgb(242 242 242 / 0.2);
  }

  .sm\:border-s-gray5\/25 {
    border-inline-start-color: rgb(242 242 242 / 0.25);
  }

  .sm\:border-s-gray5\/30 {
    border-inline-start-color: rgb(242 242 242 / 0.3);
  }

  .sm\:border-s-gray5\/40 {
    border-inline-start-color: rgb(242 242 242 / 0.4);
  }

  .sm\:border-s-gray5\/5 {
    border-inline-start-color: rgb(242 242 242 / 0.05);
  }

  .sm\:border-s-gray5\/50 {
    border-inline-start-color: rgb(242 242 242 / 0.5);
  }

  .sm\:border-s-gray5\/60 {
    border-inline-start-color: rgb(242 242 242 / 0.6);
  }

  .sm\:border-s-gray5\/70 {
    border-inline-start-color: rgb(242 242 242 / 0.7);
  }

  .sm\:border-s-gray5\/75 {
    border-inline-start-color: rgb(242 242 242 / 0.75);
  }

  .sm\:border-s-gray5\/80 {
    border-inline-start-color: rgb(242 242 242 / 0.8);
  }

  .sm\:border-s-gray5\/90 {
    border-inline-start-color: rgb(242 242 242 / 0.9);
  }

  .sm\:border-s-gray5\/95 {
    border-inline-start-color: rgb(242 242 242 / 0.95);
  }

  .sm\:border-s-sh_black {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .sm\:border-s-sh_black\/0 {
    border-inline-start-color: rgb(35 31 32 / 0);
  }

  .sm\:border-s-sh_black\/10 {
    border-inline-start-color: rgb(35 31 32 / 0.1);
  }

  .sm\:border-s-sh_black\/100 {
    border-inline-start-color: rgb(35 31 32 / 1);
  }

  .sm\:border-s-sh_black\/20 {
    border-inline-start-color: rgb(35 31 32 / 0.2);
  }

  .sm\:border-s-sh_black\/25 {
    border-inline-start-color: rgb(35 31 32 / 0.25);
  }

  .sm\:border-s-sh_black\/30 {
    border-inline-start-color: rgb(35 31 32 / 0.3);
  }

  .sm\:border-s-sh_black\/40 {
    border-inline-start-color: rgb(35 31 32 / 0.4);
  }

  .sm\:border-s-sh_black\/5 {
    border-inline-start-color: rgb(35 31 32 / 0.05);
  }

  .sm\:border-s-sh_black\/50 {
    border-inline-start-color: rgb(35 31 32 / 0.5);
  }

  .sm\:border-s-sh_black\/60 {
    border-inline-start-color: rgb(35 31 32 / 0.6);
  }

  .sm\:border-s-sh_black\/70 {
    border-inline-start-color: rgb(35 31 32 / 0.7);
  }

  .sm\:border-s-sh_black\/75 {
    border-inline-start-color: rgb(35 31 32 / 0.75);
  }

  .sm\:border-s-sh_black\/80 {
    border-inline-start-color: rgb(35 31 32 / 0.8);
  }

  .sm\:border-s-sh_black\/90 {
    border-inline-start-color: rgb(35 31 32 / 0.9);
  }

  .sm\:border-s-sh_black\/95 {
    border-inline-start-color: rgb(35 31 32 / 0.95);
  }

  .sm\:border-s-success_green {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .sm\:border-s-success_green\/0 {
    border-inline-start-color: rgb(80 131 22 / 0);
  }

  .sm\:border-s-success_green\/10 {
    border-inline-start-color: rgb(80 131 22 / 0.1);
  }

  .sm\:border-s-success_green\/100 {
    border-inline-start-color: rgb(80 131 22 / 1);
  }

  .sm\:border-s-success_green\/20 {
    border-inline-start-color: rgb(80 131 22 / 0.2);
  }

  .sm\:border-s-success_green\/25 {
    border-inline-start-color: rgb(80 131 22 / 0.25);
  }

  .sm\:border-s-success_green\/30 {
    border-inline-start-color: rgb(80 131 22 / 0.3);
  }

  .sm\:border-s-success_green\/40 {
    border-inline-start-color: rgb(80 131 22 / 0.4);
  }

  .sm\:border-s-success_green\/5 {
    border-inline-start-color: rgb(80 131 22 / 0.05);
  }

  .sm\:border-s-success_green\/50 {
    border-inline-start-color: rgb(80 131 22 / 0.5);
  }

  .sm\:border-s-success_green\/60 {
    border-inline-start-color: rgb(80 131 22 / 0.6);
  }

  .sm\:border-s-success_green\/70 {
    border-inline-start-color: rgb(80 131 22 / 0.7);
  }

  .sm\:border-s-success_green\/75 {
    border-inline-start-color: rgb(80 131 22 / 0.75);
  }

  .sm\:border-s-success_green\/80 {
    border-inline-start-color: rgb(80 131 22 / 0.8);
  }

  .sm\:border-s-success_green\/90 {
    border-inline-start-color: rgb(80 131 22 / 0.9);
  }

  .sm\:border-s-success_green\/95 {
    border-inline-start-color: rgb(80 131 22 / 0.95);
  }

  .sm\:border-s-teal {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .sm\:border-s-teal\/0 {
    border-inline-start-color: rgb(0 129 159 / 0);
  }

  .sm\:border-s-teal\/10 {
    border-inline-start-color: rgb(0 129 159 / 0.1);
  }

  .sm\:border-s-teal\/100 {
    border-inline-start-color: rgb(0 129 159 / 1);
  }

  .sm\:border-s-teal\/20 {
    border-inline-start-color: rgb(0 129 159 / 0.2);
  }

  .sm\:border-s-teal\/25 {
    border-inline-start-color: rgb(0 129 159 / 0.25);
  }

  .sm\:border-s-teal\/30 {
    border-inline-start-color: rgb(0 129 159 / 0.3);
  }

  .sm\:border-s-teal\/40 {
    border-inline-start-color: rgb(0 129 159 / 0.4);
  }

  .sm\:border-s-teal\/5 {
    border-inline-start-color: rgb(0 129 159 / 0.05);
  }

  .sm\:border-s-teal\/50 {
    border-inline-start-color: rgb(0 129 159 / 0.5);
  }

  .sm\:border-s-teal\/60 {
    border-inline-start-color: rgb(0 129 159 / 0.6);
  }

  .sm\:border-s-teal\/70 {
    border-inline-start-color: rgb(0 129 159 / 0.7);
  }

  .sm\:border-s-teal\/75 {
    border-inline-start-color: rgb(0 129 159 / 0.75);
  }

  .sm\:border-s-teal\/80 {
    border-inline-start-color: rgb(0 129 159 / 0.8);
  }

  .sm\:border-s-teal\/90 {
    border-inline-start-color: rgb(0 129 159 / 0.9);
  }

  .sm\:border-s-teal\/95 {
    border-inline-start-color: rgb(0 129 159 / 0.95);
  }

  .sm\:border-s-teal_dark {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .sm\:border-s-teal_dark\/0 {
    border-inline-start-color: rgb(0 60 77 / 0);
  }

  .sm\:border-s-teal_dark\/10 {
    border-inline-start-color: rgb(0 60 77 / 0.1);
  }

  .sm\:border-s-teal_dark\/100 {
    border-inline-start-color: rgb(0 60 77 / 1);
  }

  .sm\:border-s-teal_dark\/20 {
    border-inline-start-color: rgb(0 60 77 / 0.2);
  }

  .sm\:border-s-teal_dark\/25 {
    border-inline-start-color: rgb(0 60 77 / 0.25);
  }

  .sm\:border-s-teal_dark\/30 {
    border-inline-start-color: rgb(0 60 77 / 0.3);
  }

  .sm\:border-s-teal_dark\/40 {
    border-inline-start-color: rgb(0 60 77 / 0.4);
  }

  .sm\:border-s-teal_dark\/5 {
    border-inline-start-color: rgb(0 60 77 / 0.05);
  }

  .sm\:border-s-teal_dark\/50 {
    border-inline-start-color: rgb(0 60 77 / 0.5);
  }

  .sm\:border-s-teal_dark\/60 {
    border-inline-start-color: rgb(0 60 77 / 0.6);
  }

  .sm\:border-s-teal_dark\/70 {
    border-inline-start-color: rgb(0 60 77 / 0.7);
  }

  .sm\:border-s-teal_dark\/75 {
    border-inline-start-color: rgb(0 60 77 / 0.75);
  }

  .sm\:border-s-teal_dark\/80 {
    border-inline-start-color: rgb(0 60 77 / 0.8);
  }

  .sm\:border-s-teal_dark\/90 {
    border-inline-start-color: rgb(0 60 77 / 0.9);
  }

  .sm\:border-s-teal_dark\/95 {
    border-inline-start-color: rgb(0 60 77 / 0.95);
  }

  .sm\:border-s-teal_extra_light {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .sm\:border-s-teal_extra_light\/0 {
    border-inline-start-color: rgb(245 251 252 / 0);
  }

  .sm\:border-s-teal_extra_light\/10 {
    border-inline-start-color: rgb(245 251 252 / 0.1);
  }

  .sm\:border-s-teal_extra_light\/100 {
    border-inline-start-color: rgb(245 251 252 / 1);
  }

  .sm\:border-s-teal_extra_light\/20 {
    border-inline-start-color: rgb(245 251 252 / 0.2);
  }

  .sm\:border-s-teal_extra_light\/25 {
    border-inline-start-color: rgb(245 251 252 / 0.25);
  }

  .sm\:border-s-teal_extra_light\/30 {
    border-inline-start-color: rgb(245 251 252 / 0.3);
  }

  .sm\:border-s-teal_extra_light\/40 {
    border-inline-start-color: rgb(245 251 252 / 0.4);
  }

  .sm\:border-s-teal_extra_light\/5 {
    border-inline-start-color: rgb(245 251 252 / 0.05);
  }

  .sm\:border-s-teal_extra_light\/50 {
    border-inline-start-color: rgb(245 251 252 / 0.5);
  }

  .sm\:border-s-teal_extra_light\/60 {
    border-inline-start-color: rgb(245 251 252 / 0.6);
  }

  .sm\:border-s-teal_extra_light\/70 {
    border-inline-start-color: rgb(245 251 252 / 0.7);
  }

  .sm\:border-s-teal_extra_light\/75 {
    border-inline-start-color: rgb(245 251 252 / 0.75);
  }

  .sm\:border-s-teal_extra_light\/80 {
    border-inline-start-color: rgb(245 251 252 / 0.8);
  }

  .sm\:border-s-teal_extra_light\/90 {
    border-inline-start-color: rgb(245 251 252 / 0.9);
  }

  .sm\:border-s-teal_extra_light\/95 {
    border-inline-start-color: rgb(245 251 252 / 0.95);
  }

  .sm\:border-s-teal_light {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .sm\:border-s-teal_light\/0 {
    border-inline-start-color: rgb(116 196 214 / 0);
  }

  .sm\:border-s-teal_light\/10 {
    border-inline-start-color: rgb(116 196 214 / 0.1);
  }

  .sm\:border-s-teal_light\/100 {
    border-inline-start-color: rgb(116 196 214 / 1);
  }

  .sm\:border-s-teal_light\/20 {
    border-inline-start-color: rgb(116 196 214 / 0.2);
  }

  .sm\:border-s-teal_light\/25 {
    border-inline-start-color: rgb(116 196 214 / 0.25);
  }

  .sm\:border-s-teal_light\/30 {
    border-inline-start-color: rgb(116 196 214 / 0.3);
  }

  .sm\:border-s-teal_light\/40 {
    border-inline-start-color: rgb(116 196 214 / 0.4);
  }

  .sm\:border-s-teal_light\/5 {
    border-inline-start-color: rgb(116 196 214 / 0.05);
  }

  .sm\:border-s-teal_light\/50 {
    border-inline-start-color: rgb(116 196 214 / 0.5);
  }

  .sm\:border-s-teal_light\/60 {
    border-inline-start-color: rgb(116 196 214 / 0.6);
  }

  .sm\:border-s-teal_light\/70 {
    border-inline-start-color: rgb(116 196 214 / 0.7);
  }

  .sm\:border-s-teal_light\/75 {
    border-inline-start-color: rgb(116 196 214 / 0.75);
  }

  .sm\:border-s-teal_light\/80 {
    border-inline-start-color: rgb(116 196 214 / 0.8);
  }

  .sm\:border-s-teal_light\/90 {
    border-inline-start-color: rgb(116 196 214 / 0.9);
  }

  .sm\:border-s-teal_light\/95 {
    border-inline-start-color: rgb(116 196 214 / 0.95);
  }

  .sm\:border-s-transparent {
    border-inline-start-color: transparent;
  }

  .sm\:border-s-transparent\/0 {
    border-inline-start-color: rgb(0 0 0 / 0);
  }

  .sm\:border-s-transparent\/10 {
    border-inline-start-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-s-transparent\/100 {
    border-inline-start-color: rgb(0 0 0 / 1);
  }

  .sm\:border-s-transparent\/20 {
    border-inline-start-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-s-transparent\/25 {
    border-inline-start-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-s-transparent\/30 {
    border-inline-start-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-s-transparent\/40 {
    border-inline-start-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-s-transparent\/5 {
    border-inline-start-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-s-transparent\/50 {
    border-inline-start-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-s-transparent\/60 {
    border-inline-start-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-s-transparent\/70 {
    border-inline-start-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-s-transparent\/75 {
    border-inline-start-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-s-transparent\/80 {
    border-inline-start-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-s-transparent\/90 {
    border-inline-start-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-s-transparent\/95 {
    border-inline-start-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-s-white {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .sm\:border-s-white\/0 {
    border-inline-start-color: rgb(255 255 255 / 0);
  }

  .sm\:border-s-white\/10 {
    border-inline-start-color: rgb(255 255 255 / 0.1);
  }

  .sm\:border-s-white\/100 {
    border-inline-start-color: rgb(255 255 255 / 1);
  }

  .sm\:border-s-white\/20 {
    border-inline-start-color: rgb(255 255 255 / 0.2);
  }

  .sm\:border-s-white\/25 {
    border-inline-start-color: rgb(255 255 255 / 0.25);
  }

  .sm\:border-s-white\/30 {
    border-inline-start-color: rgb(255 255 255 / 0.3);
  }

  .sm\:border-s-white\/40 {
    border-inline-start-color: rgb(255 255 255 / 0.4);
  }

  .sm\:border-s-white\/5 {
    border-inline-start-color: rgb(255 255 255 / 0.05);
  }

  .sm\:border-s-white\/50 {
    border-inline-start-color: rgb(255 255 255 / 0.5);
  }

  .sm\:border-s-white\/60 {
    border-inline-start-color: rgb(255 255 255 / 0.6);
  }

  .sm\:border-s-white\/70 {
    border-inline-start-color: rgb(255 255 255 / 0.7);
  }

  .sm\:border-s-white\/75 {
    border-inline-start-color: rgb(255 255 255 / 0.75);
  }

  .sm\:border-s-white\/80 {
    border-inline-start-color: rgb(255 255 255 / 0.8);
  }

  .sm\:border-s-white\/90 {
    border-inline-start-color: rgb(255 255 255 / 0.9);
  }

  .sm\:border-s-white\/95 {
    border-inline-start-color: rgb(255 255 255 / 0.95);
  }

  .sm\:border-t-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .sm\:border-t-black\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .sm\:border-t-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-t-black\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .sm\:border-t-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-t-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-t-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-t-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-t-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-t-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-t-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-t-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-t-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-t-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-t-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-t-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-t-current {
    border-top-color: currentColor;
  }

  .sm\:border-t-error_red {
    --tw-border-opacity: 1;
    border-top-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .sm\:border-t-error_red\/0 {
    border-top-color: rgb(235 0 27 / 0);
  }

  .sm\:border-t-error_red\/10 {
    border-top-color: rgb(235 0 27 / 0.1);
  }

  .sm\:border-t-error_red\/100 {
    border-top-color: rgb(235 0 27 / 1);
  }

  .sm\:border-t-error_red\/20 {
    border-top-color: rgb(235 0 27 / 0.2);
  }

  .sm\:border-t-error_red\/25 {
    border-top-color: rgb(235 0 27 / 0.25);
  }

  .sm\:border-t-error_red\/30 {
    border-top-color: rgb(235 0 27 / 0.3);
  }

  .sm\:border-t-error_red\/40 {
    border-top-color: rgb(235 0 27 / 0.4);
  }

  .sm\:border-t-error_red\/5 {
    border-top-color: rgb(235 0 27 / 0.05);
  }

  .sm\:border-t-error_red\/50 {
    border-top-color: rgb(235 0 27 / 0.5);
  }

  .sm\:border-t-error_red\/60 {
    border-top-color: rgb(235 0 27 / 0.6);
  }

  .sm\:border-t-error_red\/70 {
    border-top-color: rgb(235 0 27 / 0.7);
  }

  .sm\:border-t-error_red\/75 {
    border-top-color: rgb(235 0 27 / 0.75);
  }

  .sm\:border-t-error_red\/80 {
    border-top-color: rgb(235 0 27 / 0.8);
  }

  .sm\:border-t-error_red\/90 {
    border-top-color: rgb(235 0 27 / 0.9);
  }

  .sm\:border-t-error_red\/95 {
    border-top-color: rgb(235 0 27 / 0.95);
  }

  .sm\:border-t-gray5 {
    --tw-border-opacity: 1;
    border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .sm\:border-t-gray5\/0 {
    border-top-color: rgb(242 242 242 / 0);
  }

  .sm\:border-t-gray5\/10 {
    border-top-color: rgb(242 242 242 / 0.1);
  }

  .sm\:border-t-gray5\/100 {
    border-top-color: rgb(242 242 242 / 1);
  }

  .sm\:border-t-gray5\/20 {
    border-top-color: rgb(242 242 242 / 0.2);
  }

  .sm\:border-t-gray5\/25 {
    border-top-color: rgb(242 242 242 / 0.25);
  }

  .sm\:border-t-gray5\/30 {
    border-top-color: rgb(242 242 242 / 0.3);
  }

  .sm\:border-t-gray5\/40 {
    border-top-color: rgb(242 242 242 / 0.4);
  }

  .sm\:border-t-gray5\/5 {
    border-top-color: rgb(242 242 242 / 0.05);
  }

  .sm\:border-t-gray5\/50 {
    border-top-color: rgb(242 242 242 / 0.5);
  }

  .sm\:border-t-gray5\/60 {
    border-top-color: rgb(242 242 242 / 0.6);
  }

  .sm\:border-t-gray5\/70 {
    border-top-color: rgb(242 242 242 / 0.7);
  }

  .sm\:border-t-gray5\/75 {
    border-top-color: rgb(242 242 242 / 0.75);
  }

  .sm\:border-t-gray5\/80 {
    border-top-color: rgb(242 242 242 / 0.8);
  }

  .sm\:border-t-gray5\/90 {
    border-top-color: rgb(242 242 242 / 0.9);
  }

  .sm\:border-t-gray5\/95 {
    border-top-color: rgb(242 242 242 / 0.95);
  }

  .sm\:border-t-sh_black {
    --tw-border-opacity: 1;
    border-top-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .sm\:border-t-sh_black\/0 {
    border-top-color: rgb(35 31 32 / 0);
  }

  .sm\:border-t-sh_black\/10 {
    border-top-color: rgb(35 31 32 / 0.1);
  }

  .sm\:border-t-sh_black\/100 {
    border-top-color: rgb(35 31 32 / 1);
  }

  .sm\:border-t-sh_black\/20 {
    border-top-color: rgb(35 31 32 / 0.2);
  }

  .sm\:border-t-sh_black\/25 {
    border-top-color: rgb(35 31 32 / 0.25);
  }

  .sm\:border-t-sh_black\/30 {
    border-top-color: rgb(35 31 32 / 0.3);
  }

  .sm\:border-t-sh_black\/40 {
    border-top-color: rgb(35 31 32 / 0.4);
  }

  .sm\:border-t-sh_black\/5 {
    border-top-color: rgb(35 31 32 / 0.05);
  }

  .sm\:border-t-sh_black\/50 {
    border-top-color: rgb(35 31 32 / 0.5);
  }

  .sm\:border-t-sh_black\/60 {
    border-top-color: rgb(35 31 32 / 0.6);
  }

  .sm\:border-t-sh_black\/70 {
    border-top-color: rgb(35 31 32 / 0.7);
  }

  .sm\:border-t-sh_black\/75 {
    border-top-color: rgb(35 31 32 / 0.75);
  }

  .sm\:border-t-sh_black\/80 {
    border-top-color: rgb(35 31 32 / 0.8);
  }

  .sm\:border-t-sh_black\/90 {
    border-top-color: rgb(35 31 32 / 0.9);
  }

  .sm\:border-t-sh_black\/95 {
    border-top-color: rgb(35 31 32 / 0.95);
  }

  .sm\:border-t-success_green {
    --tw-border-opacity: 1;
    border-top-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .sm\:border-t-success_green\/0 {
    border-top-color: rgb(80 131 22 / 0);
  }

  .sm\:border-t-success_green\/10 {
    border-top-color: rgb(80 131 22 / 0.1);
  }

  .sm\:border-t-success_green\/100 {
    border-top-color: rgb(80 131 22 / 1);
  }

  .sm\:border-t-success_green\/20 {
    border-top-color: rgb(80 131 22 / 0.2);
  }

  .sm\:border-t-success_green\/25 {
    border-top-color: rgb(80 131 22 / 0.25);
  }

  .sm\:border-t-success_green\/30 {
    border-top-color: rgb(80 131 22 / 0.3);
  }

  .sm\:border-t-success_green\/40 {
    border-top-color: rgb(80 131 22 / 0.4);
  }

  .sm\:border-t-success_green\/5 {
    border-top-color: rgb(80 131 22 / 0.05);
  }

  .sm\:border-t-success_green\/50 {
    border-top-color: rgb(80 131 22 / 0.5);
  }

  .sm\:border-t-success_green\/60 {
    border-top-color: rgb(80 131 22 / 0.6);
  }

  .sm\:border-t-success_green\/70 {
    border-top-color: rgb(80 131 22 / 0.7);
  }

  .sm\:border-t-success_green\/75 {
    border-top-color: rgb(80 131 22 / 0.75);
  }

  .sm\:border-t-success_green\/80 {
    border-top-color: rgb(80 131 22 / 0.8);
  }

  .sm\:border-t-success_green\/90 {
    border-top-color: rgb(80 131 22 / 0.9);
  }

  .sm\:border-t-success_green\/95 {
    border-top-color: rgb(80 131 22 / 0.95);
  }

  .sm\:border-t-teal {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .sm\:border-t-teal\/0 {
    border-top-color: rgb(0 129 159 / 0);
  }

  .sm\:border-t-teal\/10 {
    border-top-color: rgb(0 129 159 / 0.1);
  }

  .sm\:border-t-teal\/100 {
    border-top-color: rgb(0 129 159 / 1);
  }

  .sm\:border-t-teal\/20 {
    border-top-color: rgb(0 129 159 / 0.2);
  }

  .sm\:border-t-teal\/25 {
    border-top-color: rgb(0 129 159 / 0.25);
  }

  .sm\:border-t-teal\/30 {
    border-top-color: rgb(0 129 159 / 0.3);
  }

  .sm\:border-t-teal\/40 {
    border-top-color: rgb(0 129 159 / 0.4);
  }

  .sm\:border-t-teal\/5 {
    border-top-color: rgb(0 129 159 / 0.05);
  }

  .sm\:border-t-teal\/50 {
    border-top-color: rgb(0 129 159 / 0.5);
  }

  .sm\:border-t-teal\/60 {
    border-top-color: rgb(0 129 159 / 0.6);
  }

  .sm\:border-t-teal\/70 {
    border-top-color: rgb(0 129 159 / 0.7);
  }

  .sm\:border-t-teal\/75 {
    border-top-color: rgb(0 129 159 / 0.75);
  }

  .sm\:border-t-teal\/80 {
    border-top-color: rgb(0 129 159 / 0.8);
  }

  .sm\:border-t-teal\/90 {
    border-top-color: rgb(0 129 159 / 0.9);
  }

  .sm\:border-t-teal\/95 {
    border-top-color: rgb(0 129 159 / 0.95);
  }

  .sm\:border-t-teal_dark {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .sm\:border-t-teal_dark\/0 {
    border-top-color: rgb(0 60 77 / 0);
  }

  .sm\:border-t-teal_dark\/10 {
    border-top-color: rgb(0 60 77 / 0.1);
  }

  .sm\:border-t-teal_dark\/100 {
    border-top-color: rgb(0 60 77 / 1);
  }

  .sm\:border-t-teal_dark\/20 {
    border-top-color: rgb(0 60 77 / 0.2);
  }

  .sm\:border-t-teal_dark\/25 {
    border-top-color: rgb(0 60 77 / 0.25);
  }

  .sm\:border-t-teal_dark\/30 {
    border-top-color: rgb(0 60 77 / 0.3);
  }

  .sm\:border-t-teal_dark\/40 {
    border-top-color: rgb(0 60 77 / 0.4);
  }

  .sm\:border-t-teal_dark\/5 {
    border-top-color: rgb(0 60 77 / 0.05);
  }

  .sm\:border-t-teal_dark\/50 {
    border-top-color: rgb(0 60 77 / 0.5);
  }

  .sm\:border-t-teal_dark\/60 {
    border-top-color: rgb(0 60 77 / 0.6);
  }

  .sm\:border-t-teal_dark\/70 {
    border-top-color: rgb(0 60 77 / 0.7);
  }

  .sm\:border-t-teal_dark\/75 {
    border-top-color: rgb(0 60 77 / 0.75);
  }

  .sm\:border-t-teal_dark\/80 {
    border-top-color: rgb(0 60 77 / 0.8);
  }

  .sm\:border-t-teal_dark\/90 {
    border-top-color: rgb(0 60 77 / 0.9);
  }

  .sm\:border-t-teal_dark\/95 {
    border-top-color: rgb(0 60 77 / 0.95);
  }

  .sm\:border-t-teal_extra_light {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .sm\:border-t-teal_extra_light\/0 {
    border-top-color: rgb(245 251 252 / 0);
  }

  .sm\:border-t-teal_extra_light\/10 {
    border-top-color: rgb(245 251 252 / 0.1);
  }

  .sm\:border-t-teal_extra_light\/100 {
    border-top-color: rgb(245 251 252 / 1);
  }

  .sm\:border-t-teal_extra_light\/20 {
    border-top-color: rgb(245 251 252 / 0.2);
  }

  .sm\:border-t-teal_extra_light\/25 {
    border-top-color: rgb(245 251 252 / 0.25);
  }

  .sm\:border-t-teal_extra_light\/30 {
    border-top-color: rgb(245 251 252 / 0.3);
  }

  .sm\:border-t-teal_extra_light\/40 {
    border-top-color: rgb(245 251 252 / 0.4);
  }

  .sm\:border-t-teal_extra_light\/5 {
    border-top-color: rgb(245 251 252 / 0.05);
  }

  .sm\:border-t-teal_extra_light\/50 {
    border-top-color: rgb(245 251 252 / 0.5);
  }

  .sm\:border-t-teal_extra_light\/60 {
    border-top-color: rgb(245 251 252 / 0.6);
  }

  .sm\:border-t-teal_extra_light\/70 {
    border-top-color: rgb(245 251 252 / 0.7);
  }

  .sm\:border-t-teal_extra_light\/75 {
    border-top-color: rgb(245 251 252 / 0.75);
  }

  .sm\:border-t-teal_extra_light\/80 {
    border-top-color: rgb(245 251 252 / 0.8);
  }

  .sm\:border-t-teal_extra_light\/90 {
    border-top-color: rgb(245 251 252 / 0.9);
  }

  .sm\:border-t-teal_extra_light\/95 {
    border-top-color: rgb(245 251 252 / 0.95);
  }

  .sm\:border-t-teal_light {
    --tw-border-opacity: 1;
    border-top-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .sm\:border-t-teal_light\/0 {
    border-top-color: rgb(116 196 214 / 0);
  }

  .sm\:border-t-teal_light\/10 {
    border-top-color: rgb(116 196 214 / 0.1);
  }

  .sm\:border-t-teal_light\/100 {
    border-top-color: rgb(116 196 214 / 1);
  }

  .sm\:border-t-teal_light\/20 {
    border-top-color: rgb(116 196 214 / 0.2);
  }

  .sm\:border-t-teal_light\/25 {
    border-top-color: rgb(116 196 214 / 0.25);
  }

  .sm\:border-t-teal_light\/30 {
    border-top-color: rgb(116 196 214 / 0.3);
  }

  .sm\:border-t-teal_light\/40 {
    border-top-color: rgb(116 196 214 / 0.4);
  }

  .sm\:border-t-teal_light\/5 {
    border-top-color: rgb(116 196 214 / 0.05);
  }

  .sm\:border-t-teal_light\/50 {
    border-top-color: rgb(116 196 214 / 0.5);
  }

  .sm\:border-t-teal_light\/60 {
    border-top-color: rgb(116 196 214 / 0.6);
  }

  .sm\:border-t-teal_light\/70 {
    border-top-color: rgb(116 196 214 / 0.7);
  }

  .sm\:border-t-teal_light\/75 {
    border-top-color: rgb(116 196 214 / 0.75);
  }

  .sm\:border-t-teal_light\/80 {
    border-top-color: rgb(116 196 214 / 0.8);
  }

  .sm\:border-t-teal_light\/90 {
    border-top-color: rgb(116 196 214 / 0.9);
  }

  .sm\:border-t-teal_light\/95 {
    border-top-color: rgb(116 196 214 / 0.95);
  }

  .sm\:border-t-transparent {
    border-top-color: transparent;
  }

  .sm\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .sm\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .sm\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-t-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .sm\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
  }

  .sm\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
  }

  .sm\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
  }

  .sm\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
  }

  .sm\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
  }

  .sm\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
  }

  .sm\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
  }

  .sm\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
  }

  .sm\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
  }

  .sm\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
  }

  .sm\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
  }

  .sm\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
  }

  .sm\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
  }

  .sm\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
  }

  .sm\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
  }

  .sm\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .sm\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .sm\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .sm\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .sm\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .sm\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .sm\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .sm\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .sm\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .sm\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .sm\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .sm\:bg-black\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .sm\:bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .sm\:bg-black\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .sm\:bg-black\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .sm\:bg-black\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .sm\:bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .sm\:bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .sm\:bg-black\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .sm\:bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .sm\:bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .sm\:bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .sm\:bg-black\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .sm\:bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .sm\:bg-black\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .sm\:bg-black\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .sm\:bg-current {
    background-color: currentColor;
  }

  .sm\:bg-error_red {
    --tw-bg-opacity: 1;
    background-color: rgb(235 0 27 / var(--tw-bg-opacity));
  }

  .sm\:bg-error_red\/0 {
    background-color: rgb(235 0 27 / 0);
  }

  .sm\:bg-error_red\/10 {
    background-color: rgb(235 0 27 / 0.1);
  }

  .sm\:bg-error_red\/100 {
    background-color: rgb(235 0 27 / 1);
  }

  .sm\:bg-error_red\/20 {
    background-color: rgb(235 0 27 / 0.2);
  }

  .sm\:bg-error_red\/25 {
    background-color: rgb(235 0 27 / 0.25);
  }

  .sm\:bg-error_red\/30 {
    background-color: rgb(235 0 27 / 0.3);
  }

  .sm\:bg-error_red\/40 {
    background-color: rgb(235 0 27 / 0.4);
  }

  .sm\:bg-error_red\/5 {
    background-color: rgb(235 0 27 / 0.05);
  }

  .sm\:bg-error_red\/50 {
    background-color: rgb(235 0 27 / 0.5);
  }

  .sm\:bg-error_red\/60 {
    background-color: rgb(235 0 27 / 0.6);
  }

  .sm\:bg-error_red\/70 {
    background-color: rgb(235 0 27 / 0.7);
  }

  .sm\:bg-error_red\/75 {
    background-color: rgb(235 0 27 / 0.75);
  }

  .sm\:bg-error_red\/80 {
    background-color: rgb(235 0 27 / 0.8);
  }

  .sm\:bg-error_red\/90 {
    background-color: rgb(235 0 27 / 0.9);
  }

  .sm\:bg-error_red\/95 {
    background-color: rgb(235 0 27 / 0.95);
  }

  .sm\:bg-gray5 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  }

  .sm\:bg-gray5\/0 {
    background-color: rgb(242 242 242 / 0);
  }

  .sm\:bg-gray5\/10 {
    background-color: rgb(242 242 242 / 0.1);
  }

  .sm\:bg-gray5\/100 {
    background-color: rgb(242 242 242 / 1);
  }

  .sm\:bg-gray5\/20 {
    background-color: rgb(242 242 242 / 0.2);
  }

  .sm\:bg-gray5\/25 {
    background-color: rgb(242 242 242 / 0.25);
  }

  .sm\:bg-gray5\/30 {
    background-color: rgb(242 242 242 / 0.3);
  }

  .sm\:bg-gray5\/40 {
    background-color: rgb(242 242 242 / 0.4);
  }

  .sm\:bg-gray5\/5 {
    background-color: rgb(242 242 242 / 0.05);
  }

  .sm\:bg-gray5\/50 {
    background-color: rgb(242 242 242 / 0.5);
  }

  .sm\:bg-gray5\/60 {
    background-color: rgb(242 242 242 / 0.6);
  }

  .sm\:bg-gray5\/70 {
    background-color: rgb(242 242 242 / 0.7);
  }

  .sm\:bg-gray5\/75 {
    background-color: rgb(242 242 242 / 0.75);
  }

  .sm\:bg-gray5\/80 {
    background-color: rgb(242 242 242 / 0.8);
  }

  .sm\:bg-gray5\/90 {
    background-color: rgb(242 242 242 / 0.9);
  }

  .sm\:bg-gray5\/95 {
    background-color: rgb(242 242 242 / 0.95);
  }

  .sm\:bg-sh_black {
    --tw-bg-opacity: 1;
    background-color: rgb(35 31 32 / var(--tw-bg-opacity));
  }

  .sm\:bg-sh_black\/0 {
    background-color: rgb(35 31 32 / 0);
  }

  .sm\:bg-sh_black\/10 {
    background-color: rgb(35 31 32 / 0.1);
  }

  .sm\:bg-sh_black\/100 {
    background-color: rgb(35 31 32 / 1);
  }

  .sm\:bg-sh_black\/20 {
    background-color: rgb(35 31 32 / 0.2);
  }

  .sm\:bg-sh_black\/25 {
    background-color: rgb(35 31 32 / 0.25);
  }

  .sm\:bg-sh_black\/30 {
    background-color: rgb(35 31 32 / 0.3);
  }

  .sm\:bg-sh_black\/40 {
    background-color: rgb(35 31 32 / 0.4);
  }

  .sm\:bg-sh_black\/5 {
    background-color: rgb(35 31 32 / 0.05);
  }

  .sm\:bg-sh_black\/50 {
    background-color: rgb(35 31 32 / 0.5);
  }

  .sm\:bg-sh_black\/60 {
    background-color: rgb(35 31 32 / 0.6);
  }

  .sm\:bg-sh_black\/70 {
    background-color: rgb(35 31 32 / 0.7);
  }

  .sm\:bg-sh_black\/75 {
    background-color: rgb(35 31 32 / 0.75);
  }

  .sm\:bg-sh_black\/80 {
    background-color: rgb(35 31 32 / 0.8);
  }

  .sm\:bg-sh_black\/90 {
    background-color: rgb(35 31 32 / 0.9);
  }

  .sm\:bg-sh_black\/95 {
    background-color: rgb(35 31 32 / 0.95);
  }

  .sm\:bg-success_green {
    --tw-bg-opacity: 1;
    background-color: rgb(80 131 22 / var(--tw-bg-opacity));
  }

  .sm\:bg-success_green\/0 {
    background-color: rgb(80 131 22 / 0);
  }

  .sm\:bg-success_green\/10 {
    background-color: rgb(80 131 22 / 0.1);
  }

  .sm\:bg-success_green\/100 {
    background-color: rgb(80 131 22 / 1);
  }

  .sm\:bg-success_green\/20 {
    background-color: rgb(80 131 22 / 0.2);
  }

  .sm\:bg-success_green\/25 {
    background-color: rgb(80 131 22 / 0.25);
  }

  .sm\:bg-success_green\/30 {
    background-color: rgb(80 131 22 / 0.3);
  }

  .sm\:bg-success_green\/40 {
    background-color: rgb(80 131 22 / 0.4);
  }

  .sm\:bg-success_green\/5 {
    background-color: rgb(80 131 22 / 0.05);
  }

  .sm\:bg-success_green\/50 {
    background-color: rgb(80 131 22 / 0.5);
  }

  .sm\:bg-success_green\/60 {
    background-color: rgb(80 131 22 / 0.6);
  }

  .sm\:bg-success_green\/70 {
    background-color: rgb(80 131 22 / 0.7);
  }

  .sm\:bg-success_green\/75 {
    background-color: rgb(80 131 22 / 0.75);
  }

  .sm\:bg-success_green\/80 {
    background-color: rgb(80 131 22 / 0.8);
  }

  .sm\:bg-success_green\/90 {
    background-color: rgb(80 131 22 / 0.9);
  }

  .sm\:bg-success_green\/95 {
    background-color: rgb(80 131 22 / 0.95);
  }

  .sm\:bg-teal {
    --tw-bg-opacity: 1;
    background-color: rgb(0 129 159 / var(--tw-bg-opacity));
  }

  .sm\:bg-teal\/0 {
    background-color: rgb(0 129 159 / 0);
  }

  .sm\:bg-teal\/10 {
    background-color: rgb(0 129 159 / 0.1);
  }

  .sm\:bg-teal\/100 {
    background-color: rgb(0 129 159 / 1);
  }

  .sm\:bg-teal\/20 {
    background-color: rgb(0 129 159 / 0.2);
  }

  .sm\:bg-teal\/25 {
    background-color: rgb(0 129 159 / 0.25);
  }

  .sm\:bg-teal\/30 {
    background-color: rgb(0 129 159 / 0.3);
  }

  .sm\:bg-teal\/40 {
    background-color: rgb(0 129 159 / 0.4);
  }

  .sm\:bg-teal\/5 {
    background-color: rgb(0 129 159 / 0.05);
  }

  .sm\:bg-teal\/50 {
    background-color: rgb(0 129 159 / 0.5);
  }

  .sm\:bg-teal\/60 {
    background-color: rgb(0 129 159 / 0.6);
  }

  .sm\:bg-teal\/70 {
    background-color: rgb(0 129 159 / 0.7);
  }

  .sm\:bg-teal\/75 {
    background-color: rgb(0 129 159 / 0.75);
  }

  .sm\:bg-teal\/80 {
    background-color: rgb(0 129 159 / 0.8);
  }

  .sm\:bg-teal\/90 {
    background-color: rgb(0 129 159 / 0.9);
  }

  .sm\:bg-teal\/95 {
    background-color: rgb(0 129 159 / 0.95);
  }

  .sm\:bg-teal_dark {
    --tw-bg-opacity: 1;
    background-color: rgb(0 60 77 / var(--tw-bg-opacity));
  }

  .sm\:bg-teal_dark\/0 {
    background-color: rgb(0 60 77 / 0);
  }

  .sm\:bg-teal_dark\/10 {
    background-color: rgb(0 60 77 / 0.1);
  }

  .sm\:bg-teal_dark\/100 {
    background-color: rgb(0 60 77 / 1);
  }

  .sm\:bg-teal_dark\/20 {
    background-color: rgb(0 60 77 / 0.2);
  }

  .sm\:bg-teal_dark\/25 {
    background-color: rgb(0 60 77 / 0.25);
  }

  .sm\:bg-teal_dark\/30 {
    background-color: rgb(0 60 77 / 0.3);
  }

  .sm\:bg-teal_dark\/40 {
    background-color: rgb(0 60 77 / 0.4);
  }

  .sm\:bg-teal_dark\/5 {
    background-color: rgb(0 60 77 / 0.05);
  }

  .sm\:bg-teal_dark\/50 {
    background-color: rgb(0 60 77 / 0.5);
  }

  .sm\:bg-teal_dark\/60 {
    background-color: rgb(0 60 77 / 0.6);
  }

  .sm\:bg-teal_dark\/70 {
    background-color: rgb(0 60 77 / 0.7);
  }

  .sm\:bg-teal_dark\/75 {
    background-color: rgb(0 60 77 / 0.75);
  }

  .sm\:bg-teal_dark\/80 {
    background-color: rgb(0 60 77 / 0.8);
  }

  .sm\:bg-teal_dark\/90 {
    background-color: rgb(0 60 77 / 0.9);
  }

  .sm\:bg-teal_dark\/95 {
    background-color: rgb(0 60 77 / 0.95);
  }

  .sm\:bg-teal_extra_light {
    --tw-bg-opacity: 1;
    background-color: rgb(245 251 252 / var(--tw-bg-opacity));
  }

  .sm\:bg-teal_extra_light\/0 {
    background-color: rgb(245 251 252 / 0);
  }

  .sm\:bg-teal_extra_light\/10 {
    background-color: rgb(245 251 252 / 0.1);
  }

  .sm\:bg-teal_extra_light\/100 {
    background-color: rgb(245 251 252 / 1);
  }

  .sm\:bg-teal_extra_light\/20 {
    background-color: rgb(245 251 252 / 0.2);
  }

  .sm\:bg-teal_extra_light\/25 {
    background-color: rgb(245 251 252 / 0.25);
  }

  .sm\:bg-teal_extra_light\/30 {
    background-color: rgb(245 251 252 / 0.3);
  }

  .sm\:bg-teal_extra_light\/40 {
    background-color: rgb(245 251 252 / 0.4);
  }

  .sm\:bg-teal_extra_light\/5 {
    background-color: rgb(245 251 252 / 0.05);
  }

  .sm\:bg-teal_extra_light\/50 {
    background-color: rgb(245 251 252 / 0.5);
  }

  .sm\:bg-teal_extra_light\/60 {
    background-color: rgb(245 251 252 / 0.6);
  }

  .sm\:bg-teal_extra_light\/70 {
    background-color: rgb(245 251 252 / 0.7);
  }

  .sm\:bg-teal_extra_light\/75 {
    background-color: rgb(245 251 252 / 0.75);
  }

  .sm\:bg-teal_extra_light\/80 {
    background-color: rgb(245 251 252 / 0.8);
  }

  .sm\:bg-teal_extra_light\/90 {
    background-color: rgb(245 251 252 / 0.9);
  }

  .sm\:bg-teal_extra_light\/95 {
    background-color: rgb(245 251 252 / 0.95);
  }

  .sm\:bg-teal_light {
    --tw-bg-opacity: 1;
    background-color: rgb(116 196 214 / var(--tw-bg-opacity));
  }

  .sm\:bg-teal_light\/0 {
    background-color: rgb(116 196 214 / 0);
  }

  .sm\:bg-teal_light\/10 {
    background-color: rgb(116 196 214 / 0.1);
  }

  .sm\:bg-teal_light\/100 {
    background-color: rgb(116 196 214 / 1);
  }

  .sm\:bg-teal_light\/20 {
    background-color: rgb(116 196 214 / 0.2);
  }

  .sm\:bg-teal_light\/25 {
    background-color: rgb(116 196 214 / 0.25);
  }

  .sm\:bg-teal_light\/30 {
    background-color: rgb(116 196 214 / 0.3);
  }

  .sm\:bg-teal_light\/40 {
    background-color: rgb(116 196 214 / 0.4);
  }

  .sm\:bg-teal_light\/5 {
    background-color: rgb(116 196 214 / 0.05);
  }

  .sm\:bg-teal_light\/50 {
    background-color: rgb(116 196 214 / 0.5);
  }

  .sm\:bg-teal_light\/60 {
    background-color: rgb(116 196 214 / 0.6);
  }

  .sm\:bg-teal_light\/70 {
    background-color: rgb(116 196 214 / 0.7);
  }

  .sm\:bg-teal_light\/75 {
    background-color: rgb(116 196 214 / 0.75);
  }

  .sm\:bg-teal_light\/80 {
    background-color: rgb(116 196 214 / 0.8);
  }

  .sm\:bg-teal_light\/90 {
    background-color: rgb(116 196 214 / 0.9);
  }

  .sm\:bg-teal_light\/95 {
    background-color: rgb(116 196 214 / 0.95);
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .sm\:bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .sm\:bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .sm\:bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .sm\:bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .sm\:bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .sm\:bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .sm\:bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .sm\:bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .sm\:bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .sm\:bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .sm\:bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .sm\:bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .sm\:bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .sm\:bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .sm\:bg-white\/0 {
    background-color: rgb(255 255 255 / 0);
  }

  .sm\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .sm\:bg-white\/100 {
    background-color: rgb(255 255 255 / 1);
  }

  .sm\:bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }

  .sm\:bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25);
  }

  .sm\:bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
  }

  .sm\:bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4);
  }

  .sm\:bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
  }

  .sm\:bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
  }

  .sm\:bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
  }

  .sm\:bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
  }

  .sm\:bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75);
  }

  .sm\:bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
  }

  .sm\:bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
  }

  .sm\:bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
  }

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .sm\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .sm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .sm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .sm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .sm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .sm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .sm\:bg-none {
    background-image: none;
  }

  .sm\:box-decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .sm\:box-decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-clip-border {
    background-clip: border-box;
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box;
  }

  .sm\:bg-clip-content {
    background-clip: content-box;
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-origin-border {
    background-origin: border-box;
  }

  .sm\:bg-origin-padding {
    background-origin: padding-box;
  }

  .sm\:bg-origin-content {
    background-origin: content-box;
  }

  .sm\:fill-black {
    fill: #000000;
  }

  .sm\:fill-black\/0 {
    fill: rgb(0 0 0 / 0);
  }

  .sm\:fill-black\/10 {
    fill: rgb(0 0 0 / 0.1);
  }

  .sm\:fill-black\/100 {
    fill: rgb(0 0 0 / 1);
  }

  .sm\:fill-black\/20 {
    fill: rgb(0 0 0 / 0.2);
  }

  .sm\:fill-black\/25 {
    fill: rgb(0 0 0 / 0.25);
  }

  .sm\:fill-black\/30 {
    fill: rgb(0 0 0 / 0.3);
  }

  .sm\:fill-black\/40 {
    fill: rgb(0 0 0 / 0.4);
  }

  .sm\:fill-black\/5 {
    fill: rgb(0 0 0 / 0.05);
  }

  .sm\:fill-black\/50 {
    fill: rgb(0 0 0 / 0.5);
  }

  .sm\:fill-black\/60 {
    fill: rgb(0 0 0 / 0.6);
  }

  .sm\:fill-black\/70 {
    fill: rgb(0 0 0 / 0.7);
  }

  .sm\:fill-black\/75 {
    fill: rgb(0 0 0 / 0.75);
  }

  .sm\:fill-black\/80 {
    fill: rgb(0 0 0 / 0.8);
  }

  .sm\:fill-black\/90 {
    fill: rgb(0 0 0 / 0.9);
  }

  .sm\:fill-black\/95 {
    fill: rgb(0 0 0 / 0.95);
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:fill-error_red {
    fill: #eb001b;
  }

  .sm\:fill-error_red\/0 {
    fill: rgb(235 0 27 / 0);
  }

  .sm\:fill-error_red\/10 {
    fill: rgb(235 0 27 / 0.1);
  }

  .sm\:fill-error_red\/100 {
    fill: rgb(235 0 27 / 1);
  }

  .sm\:fill-error_red\/20 {
    fill: rgb(235 0 27 / 0.2);
  }

  .sm\:fill-error_red\/25 {
    fill: rgb(235 0 27 / 0.25);
  }

  .sm\:fill-error_red\/30 {
    fill: rgb(235 0 27 / 0.3);
  }

  .sm\:fill-error_red\/40 {
    fill: rgb(235 0 27 / 0.4);
  }

  .sm\:fill-error_red\/5 {
    fill: rgb(235 0 27 / 0.05);
  }

  .sm\:fill-error_red\/50 {
    fill: rgb(235 0 27 / 0.5);
  }

  .sm\:fill-error_red\/60 {
    fill: rgb(235 0 27 / 0.6);
  }

  .sm\:fill-error_red\/70 {
    fill: rgb(235 0 27 / 0.7);
  }

  .sm\:fill-error_red\/75 {
    fill: rgb(235 0 27 / 0.75);
  }

  .sm\:fill-error_red\/80 {
    fill: rgb(235 0 27 / 0.8);
  }

  .sm\:fill-error_red\/90 {
    fill: rgb(235 0 27 / 0.9);
  }

  .sm\:fill-error_red\/95 {
    fill: rgb(235 0 27 / 0.95);
  }

  .sm\:fill-gray5 {
    fill: #f2f2f2;
  }

  .sm\:fill-gray5\/0 {
    fill: rgb(242 242 242 / 0);
  }

  .sm\:fill-gray5\/10 {
    fill: rgb(242 242 242 / 0.1);
  }

  .sm\:fill-gray5\/100 {
    fill: rgb(242 242 242 / 1);
  }

  .sm\:fill-gray5\/20 {
    fill: rgb(242 242 242 / 0.2);
  }

  .sm\:fill-gray5\/25 {
    fill: rgb(242 242 242 / 0.25);
  }

  .sm\:fill-gray5\/30 {
    fill: rgb(242 242 242 / 0.3);
  }

  .sm\:fill-gray5\/40 {
    fill: rgb(242 242 242 / 0.4);
  }

  .sm\:fill-gray5\/5 {
    fill: rgb(242 242 242 / 0.05);
  }

  .sm\:fill-gray5\/50 {
    fill: rgb(242 242 242 / 0.5);
  }

  .sm\:fill-gray5\/60 {
    fill: rgb(242 242 242 / 0.6);
  }

  .sm\:fill-gray5\/70 {
    fill: rgb(242 242 242 / 0.7);
  }

  .sm\:fill-gray5\/75 {
    fill: rgb(242 242 242 / 0.75);
  }

  .sm\:fill-gray5\/80 {
    fill: rgb(242 242 242 / 0.8);
  }

  .sm\:fill-gray5\/90 {
    fill: rgb(242 242 242 / 0.9);
  }

  .sm\:fill-gray5\/95 {
    fill: rgb(242 242 242 / 0.95);
  }

  .sm\:fill-none {
    fill: none;
  }

  .sm\:fill-sh_black {
    fill: #231f20;
  }

  .sm\:fill-sh_black\/0 {
    fill: rgb(35 31 32 / 0);
  }

  .sm\:fill-sh_black\/10 {
    fill: rgb(35 31 32 / 0.1);
  }

  .sm\:fill-sh_black\/100 {
    fill: rgb(35 31 32 / 1);
  }

  .sm\:fill-sh_black\/20 {
    fill: rgb(35 31 32 / 0.2);
  }

  .sm\:fill-sh_black\/25 {
    fill: rgb(35 31 32 / 0.25);
  }

  .sm\:fill-sh_black\/30 {
    fill: rgb(35 31 32 / 0.3);
  }

  .sm\:fill-sh_black\/40 {
    fill: rgb(35 31 32 / 0.4);
  }

  .sm\:fill-sh_black\/5 {
    fill: rgb(35 31 32 / 0.05);
  }

  .sm\:fill-sh_black\/50 {
    fill: rgb(35 31 32 / 0.5);
  }

  .sm\:fill-sh_black\/60 {
    fill: rgb(35 31 32 / 0.6);
  }

  .sm\:fill-sh_black\/70 {
    fill: rgb(35 31 32 / 0.7);
  }

  .sm\:fill-sh_black\/75 {
    fill: rgb(35 31 32 / 0.75);
  }

  .sm\:fill-sh_black\/80 {
    fill: rgb(35 31 32 / 0.8);
  }

  .sm\:fill-sh_black\/90 {
    fill: rgb(35 31 32 / 0.9);
  }

  .sm\:fill-sh_black\/95 {
    fill: rgb(35 31 32 / 0.95);
  }

  .sm\:fill-success_green {
    fill: #508316;
  }

  .sm\:fill-success_green\/0 {
    fill: rgb(80 131 22 / 0);
  }

  .sm\:fill-success_green\/10 {
    fill: rgb(80 131 22 / 0.1);
  }

  .sm\:fill-success_green\/100 {
    fill: rgb(80 131 22 / 1);
  }

  .sm\:fill-success_green\/20 {
    fill: rgb(80 131 22 / 0.2);
  }

  .sm\:fill-success_green\/25 {
    fill: rgb(80 131 22 / 0.25);
  }

  .sm\:fill-success_green\/30 {
    fill: rgb(80 131 22 / 0.3);
  }

  .sm\:fill-success_green\/40 {
    fill: rgb(80 131 22 / 0.4);
  }

  .sm\:fill-success_green\/5 {
    fill: rgb(80 131 22 / 0.05);
  }

  .sm\:fill-success_green\/50 {
    fill: rgb(80 131 22 / 0.5);
  }

  .sm\:fill-success_green\/60 {
    fill: rgb(80 131 22 / 0.6);
  }

  .sm\:fill-success_green\/70 {
    fill: rgb(80 131 22 / 0.7);
  }

  .sm\:fill-success_green\/75 {
    fill: rgb(80 131 22 / 0.75);
  }

  .sm\:fill-success_green\/80 {
    fill: rgb(80 131 22 / 0.8);
  }

  .sm\:fill-success_green\/90 {
    fill: rgb(80 131 22 / 0.9);
  }

  .sm\:fill-success_green\/95 {
    fill: rgb(80 131 22 / 0.95);
  }

  .sm\:fill-teal {
    fill: #00819f;
  }

  .sm\:fill-teal\/0 {
    fill: rgb(0 129 159 / 0);
  }

  .sm\:fill-teal\/10 {
    fill: rgb(0 129 159 / 0.1);
  }

  .sm\:fill-teal\/100 {
    fill: rgb(0 129 159 / 1);
  }

  .sm\:fill-teal\/20 {
    fill: rgb(0 129 159 / 0.2);
  }

  .sm\:fill-teal\/25 {
    fill: rgb(0 129 159 / 0.25);
  }

  .sm\:fill-teal\/30 {
    fill: rgb(0 129 159 / 0.3);
  }

  .sm\:fill-teal\/40 {
    fill: rgb(0 129 159 / 0.4);
  }

  .sm\:fill-teal\/5 {
    fill: rgb(0 129 159 / 0.05);
  }

  .sm\:fill-teal\/50 {
    fill: rgb(0 129 159 / 0.5);
  }

  .sm\:fill-teal\/60 {
    fill: rgb(0 129 159 / 0.6);
  }

  .sm\:fill-teal\/70 {
    fill: rgb(0 129 159 / 0.7);
  }

  .sm\:fill-teal\/75 {
    fill: rgb(0 129 159 / 0.75);
  }

  .sm\:fill-teal\/80 {
    fill: rgb(0 129 159 / 0.8);
  }

  .sm\:fill-teal\/90 {
    fill: rgb(0 129 159 / 0.9);
  }

  .sm\:fill-teal\/95 {
    fill: rgb(0 129 159 / 0.95);
  }

  .sm\:fill-teal_dark {
    fill: #003C4D;
  }

  .sm\:fill-teal_dark\/0 {
    fill: rgb(0 60 77 / 0);
  }

  .sm\:fill-teal_dark\/10 {
    fill: rgb(0 60 77 / 0.1);
  }

  .sm\:fill-teal_dark\/100 {
    fill: rgb(0 60 77 / 1);
  }

  .sm\:fill-teal_dark\/20 {
    fill: rgb(0 60 77 / 0.2);
  }

  .sm\:fill-teal_dark\/25 {
    fill: rgb(0 60 77 / 0.25);
  }

  .sm\:fill-teal_dark\/30 {
    fill: rgb(0 60 77 / 0.3);
  }

  .sm\:fill-teal_dark\/40 {
    fill: rgb(0 60 77 / 0.4);
  }

  .sm\:fill-teal_dark\/5 {
    fill: rgb(0 60 77 / 0.05);
  }

  .sm\:fill-teal_dark\/50 {
    fill: rgb(0 60 77 / 0.5);
  }

  .sm\:fill-teal_dark\/60 {
    fill: rgb(0 60 77 / 0.6);
  }

  .sm\:fill-teal_dark\/70 {
    fill: rgb(0 60 77 / 0.7);
  }

  .sm\:fill-teal_dark\/75 {
    fill: rgb(0 60 77 / 0.75);
  }

  .sm\:fill-teal_dark\/80 {
    fill: rgb(0 60 77 / 0.8);
  }

  .sm\:fill-teal_dark\/90 {
    fill: rgb(0 60 77 / 0.9);
  }

  .sm\:fill-teal_dark\/95 {
    fill: rgb(0 60 77 / 0.95);
  }

  .sm\:fill-teal_extra_light {
    fill: #f5fbfc;
  }

  .sm\:fill-teal_extra_light\/0 {
    fill: rgb(245 251 252 / 0);
  }

  .sm\:fill-teal_extra_light\/10 {
    fill: rgb(245 251 252 / 0.1);
  }

  .sm\:fill-teal_extra_light\/100 {
    fill: rgb(245 251 252 / 1);
  }

  .sm\:fill-teal_extra_light\/20 {
    fill: rgb(245 251 252 / 0.2);
  }

  .sm\:fill-teal_extra_light\/25 {
    fill: rgb(245 251 252 / 0.25);
  }

  .sm\:fill-teal_extra_light\/30 {
    fill: rgb(245 251 252 / 0.3);
  }

  .sm\:fill-teal_extra_light\/40 {
    fill: rgb(245 251 252 / 0.4);
  }

  .sm\:fill-teal_extra_light\/5 {
    fill: rgb(245 251 252 / 0.05);
  }

  .sm\:fill-teal_extra_light\/50 {
    fill: rgb(245 251 252 / 0.5);
  }

  .sm\:fill-teal_extra_light\/60 {
    fill: rgb(245 251 252 / 0.6);
  }

  .sm\:fill-teal_extra_light\/70 {
    fill: rgb(245 251 252 / 0.7);
  }

  .sm\:fill-teal_extra_light\/75 {
    fill: rgb(245 251 252 / 0.75);
  }

  .sm\:fill-teal_extra_light\/80 {
    fill: rgb(245 251 252 / 0.8);
  }

  .sm\:fill-teal_extra_light\/90 {
    fill: rgb(245 251 252 / 0.9);
  }

  .sm\:fill-teal_extra_light\/95 {
    fill: rgb(245 251 252 / 0.95);
  }

  .sm\:fill-teal_light {
    fill: #74c4d6;
  }

  .sm\:fill-teal_light\/0 {
    fill: rgb(116 196 214 / 0);
  }

  .sm\:fill-teal_light\/10 {
    fill: rgb(116 196 214 / 0.1);
  }

  .sm\:fill-teal_light\/100 {
    fill: rgb(116 196 214 / 1);
  }

  .sm\:fill-teal_light\/20 {
    fill: rgb(116 196 214 / 0.2);
  }

  .sm\:fill-teal_light\/25 {
    fill: rgb(116 196 214 / 0.25);
  }

  .sm\:fill-teal_light\/30 {
    fill: rgb(116 196 214 / 0.3);
  }

  .sm\:fill-teal_light\/40 {
    fill: rgb(116 196 214 / 0.4);
  }

  .sm\:fill-teal_light\/5 {
    fill: rgb(116 196 214 / 0.05);
  }

  .sm\:fill-teal_light\/50 {
    fill: rgb(116 196 214 / 0.5);
  }

  .sm\:fill-teal_light\/60 {
    fill: rgb(116 196 214 / 0.6);
  }

  .sm\:fill-teal_light\/70 {
    fill: rgb(116 196 214 / 0.7);
  }

  .sm\:fill-teal_light\/75 {
    fill: rgb(116 196 214 / 0.75);
  }

  .sm\:fill-teal_light\/80 {
    fill: rgb(116 196 214 / 0.8);
  }

  .sm\:fill-teal_light\/90 {
    fill: rgb(116 196 214 / 0.9);
  }

  .sm\:fill-teal_light\/95 {
    fill: rgb(116 196 214 / 0.95);
  }

  .sm\:fill-transparent {
    fill: transparent;
  }

  .sm\:fill-transparent\/0 {
    fill: rgb(0 0 0 / 0);
  }

  .sm\:fill-transparent\/10 {
    fill: rgb(0 0 0 / 0.1);
  }

  .sm\:fill-transparent\/100 {
    fill: rgb(0 0 0 / 1);
  }

  .sm\:fill-transparent\/20 {
    fill: rgb(0 0 0 / 0.2);
  }

  .sm\:fill-transparent\/25 {
    fill: rgb(0 0 0 / 0.25);
  }

  .sm\:fill-transparent\/30 {
    fill: rgb(0 0 0 / 0.3);
  }

  .sm\:fill-transparent\/40 {
    fill: rgb(0 0 0 / 0.4);
  }

  .sm\:fill-transparent\/5 {
    fill: rgb(0 0 0 / 0.05);
  }

  .sm\:fill-transparent\/50 {
    fill: rgb(0 0 0 / 0.5);
  }

  .sm\:fill-transparent\/60 {
    fill: rgb(0 0 0 / 0.6);
  }

  .sm\:fill-transparent\/70 {
    fill: rgb(0 0 0 / 0.7);
  }

  .sm\:fill-transparent\/75 {
    fill: rgb(0 0 0 / 0.75);
  }

  .sm\:fill-transparent\/80 {
    fill: rgb(0 0 0 / 0.8);
  }

  .sm\:fill-transparent\/90 {
    fill: rgb(0 0 0 / 0.9);
  }

  .sm\:fill-transparent\/95 {
    fill: rgb(0 0 0 / 0.95);
  }

  .sm\:fill-white {
    fill: #ffffff;
  }

  .sm\:fill-white\/0 {
    fill: rgb(255 255 255 / 0);
  }

  .sm\:fill-white\/10 {
    fill: rgb(255 255 255 / 0.1);
  }

  .sm\:fill-white\/100 {
    fill: rgb(255 255 255 / 1);
  }

  .sm\:fill-white\/20 {
    fill: rgb(255 255 255 / 0.2);
  }

  .sm\:fill-white\/25 {
    fill: rgb(255 255 255 / 0.25);
  }

  .sm\:fill-white\/30 {
    fill: rgb(255 255 255 / 0.3);
  }

  .sm\:fill-white\/40 {
    fill: rgb(255 255 255 / 0.4);
  }

  .sm\:fill-white\/5 {
    fill: rgb(255 255 255 / 0.05);
  }

  .sm\:fill-white\/50 {
    fill: rgb(255 255 255 / 0.5);
  }

  .sm\:fill-white\/60 {
    fill: rgb(255 255 255 / 0.6);
  }

  .sm\:fill-white\/70 {
    fill: rgb(255 255 255 / 0.7);
  }

  .sm\:fill-white\/75 {
    fill: rgb(255 255 255 / 0.75);
  }

  .sm\:fill-white\/80 {
    fill: rgb(255 255 255 / 0.8);
  }

  .sm\:fill-white\/90 {
    fill: rgb(255 255 255 / 0.9);
  }

  .sm\:fill-white\/95 {
    fill: rgb(255 255 255 / 0.95);
  }

  .sm\:stroke-black {
    stroke: #000000;
  }

  .sm\:stroke-black\/0 {
    stroke: rgb(0 0 0 / 0);
  }

  .sm\:stroke-black\/10 {
    stroke: rgb(0 0 0 / 0.1);
  }

  .sm\:stroke-black\/100 {
    stroke: rgb(0 0 0 / 1);
  }

  .sm\:stroke-black\/20 {
    stroke: rgb(0 0 0 / 0.2);
  }

  .sm\:stroke-black\/25 {
    stroke: rgb(0 0 0 / 0.25);
  }

  .sm\:stroke-black\/30 {
    stroke: rgb(0 0 0 / 0.3);
  }

  .sm\:stroke-black\/40 {
    stroke: rgb(0 0 0 / 0.4);
  }

  .sm\:stroke-black\/5 {
    stroke: rgb(0 0 0 / 0.05);
  }

  .sm\:stroke-black\/50 {
    stroke: rgb(0 0 0 / 0.5);
  }

  .sm\:stroke-black\/60 {
    stroke: rgb(0 0 0 / 0.6);
  }

  .sm\:stroke-black\/70 {
    stroke: rgb(0 0 0 / 0.7);
  }

  .sm\:stroke-black\/75 {
    stroke: rgb(0 0 0 / 0.75);
  }

  .sm\:stroke-black\/80 {
    stroke: rgb(0 0 0 / 0.8);
  }

  .sm\:stroke-black\/90 {
    stroke: rgb(0 0 0 / 0.9);
  }

  .sm\:stroke-black\/95 {
    stroke: rgb(0 0 0 / 0.95);
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:stroke-error_red {
    stroke: #eb001b;
  }

  .sm\:stroke-error_red\/0 {
    stroke: rgb(235 0 27 / 0);
  }

  .sm\:stroke-error_red\/10 {
    stroke: rgb(235 0 27 / 0.1);
  }

  .sm\:stroke-error_red\/100 {
    stroke: rgb(235 0 27 / 1);
  }

  .sm\:stroke-error_red\/20 {
    stroke: rgb(235 0 27 / 0.2);
  }

  .sm\:stroke-error_red\/25 {
    stroke: rgb(235 0 27 / 0.25);
  }

  .sm\:stroke-error_red\/30 {
    stroke: rgb(235 0 27 / 0.3);
  }

  .sm\:stroke-error_red\/40 {
    stroke: rgb(235 0 27 / 0.4);
  }

  .sm\:stroke-error_red\/5 {
    stroke: rgb(235 0 27 / 0.05);
  }

  .sm\:stroke-error_red\/50 {
    stroke: rgb(235 0 27 / 0.5);
  }

  .sm\:stroke-error_red\/60 {
    stroke: rgb(235 0 27 / 0.6);
  }

  .sm\:stroke-error_red\/70 {
    stroke: rgb(235 0 27 / 0.7);
  }

  .sm\:stroke-error_red\/75 {
    stroke: rgb(235 0 27 / 0.75);
  }

  .sm\:stroke-error_red\/80 {
    stroke: rgb(235 0 27 / 0.8);
  }

  .sm\:stroke-error_red\/90 {
    stroke: rgb(235 0 27 / 0.9);
  }

  .sm\:stroke-error_red\/95 {
    stroke: rgb(235 0 27 / 0.95);
  }

  .sm\:stroke-gray5 {
    stroke: #f2f2f2;
  }

  .sm\:stroke-gray5\/0 {
    stroke: rgb(242 242 242 / 0);
  }

  .sm\:stroke-gray5\/10 {
    stroke: rgb(242 242 242 / 0.1);
  }

  .sm\:stroke-gray5\/100 {
    stroke: rgb(242 242 242 / 1);
  }

  .sm\:stroke-gray5\/20 {
    stroke: rgb(242 242 242 / 0.2);
  }

  .sm\:stroke-gray5\/25 {
    stroke: rgb(242 242 242 / 0.25);
  }

  .sm\:stroke-gray5\/30 {
    stroke: rgb(242 242 242 / 0.3);
  }

  .sm\:stroke-gray5\/40 {
    stroke: rgb(242 242 242 / 0.4);
  }

  .sm\:stroke-gray5\/5 {
    stroke: rgb(242 242 242 / 0.05);
  }

  .sm\:stroke-gray5\/50 {
    stroke: rgb(242 242 242 / 0.5);
  }

  .sm\:stroke-gray5\/60 {
    stroke: rgb(242 242 242 / 0.6);
  }

  .sm\:stroke-gray5\/70 {
    stroke: rgb(242 242 242 / 0.7);
  }

  .sm\:stroke-gray5\/75 {
    stroke: rgb(242 242 242 / 0.75);
  }

  .sm\:stroke-gray5\/80 {
    stroke: rgb(242 242 242 / 0.8);
  }

  .sm\:stroke-gray5\/90 {
    stroke: rgb(242 242 242 / 0.9);
  }

  .sm\:stroke-gray5\/95 {
    stroke: rgb(242 242 242 / 0.95);
  }

  .sm\:stroke-none {
    stroke: none;
  }

  .sm\:stroke-sh_black {
    stroke: #231f20;
  }

  .sm\:stroke-sh_black\/0 {
    stroke: rgb(35 31 32 / 0);
  }

  .sm\:stroke-sh_black\/10 {
    stroke: rgb(35 31 32 / 0.1);
  }

  .sm\:stroke-sh_black\/100 {
    stroke: rgb(35 31 32 / 1);
  }

  .sm\:stroke-sh_black\/20 {
    stroke: rgb(35 31 32 / 0.2);
  }

  .sm\:stroke-sh_black\/25 {
    stroke: rgb(35 31 32 / 0.25);
  }

  .sm\:stroke-sh_black\/30 {
    stroke: rgb(35 31 32 / 0.3);
  }

  .sm\:stroke-sh_black\/40 {
    stroke: rgb(35 31 32 / 0.4);
  }

  .sm\:stroke-sh_black\/5 {
    stroke: rgb(35 31 32 / 0.05);
  }

  .sm\:stroke-sh_black\/50 {
    stroke: rgb(35 31 32 / 0.5);
  }

  .sm\:stroke-sh_black\/60 {
    stroke: rgb(35 31 32 / 0.6);
  }

  .sm\:stroke-sh_black\/70 {
    stroke: rgb(35 31 32 / 0.7);
  }

  .sm\:stroke-sh_black\/75 {
    stroke: rgb(35 31 32 / 0.75);
  }

  .sm\:stroke-sh_black\/80 {
    stroke: rgb(35 31 32 / 0.8);
  }

  .sm\:stroke-sh_black\/90 {
    stroke: rgb(35 31 32 / 0.9);
  }

  .sm\:stroke-sh_black\/95 {
    stroke: rgb(35 31 32 / 0.95);
  }

  .sm\:stroke-success_green {
    stroke: #508316;
  }

  .sm\:stroke-success_green\/0 {
    stroke: rgb(80 131 22 / 0);
  }

  .sm\:stroke-success_green\/10 {
    stroke: rgb(80 131 22 / 0.1);
  }

  .sm\:stroke-success_green\/100 {
    stroke: rgb(80 131 22 / 1);
  }

  .sm\:stroke-success_green\/20 {
    stroke: rgb(80 131 22 / 0.2);
  }

  .sm\:stroke-success_green\/25 {
    stroke: rgb(80 131 22 / 0.25);
  }

  .sm\:stroke-success_green\/30 {
    stroke: rgb(80 131 22 / 0.3);
  }

  .sm\:stroke-success_green\/40 {
    stroke: rgb(80 131 22 / 0.4);
  }

  .sm\:stroke-success_green\/5 {
    stroke: rgb(80 131 22 / 0.05);
  }

  .sm\:stroke-success_green\/50 {
    stroke: rgb(80 131 22 / 0.5);
  }

  .sm\:stroke-success_green\/60 {
    stroke: rgb(80 131 22 / 0.6);
  }

  .sm\:stroke-success_green\/70 {
    stroke: rgb(80 131 22 / 0.7);
  }

  .sm\:stroke-success_green\/75 {
    stroke: rgb(80 131 22 / 0.75);
  }

  .sm\:stroke-success_green\/80 {
    stroke: rgb(80 131 22 / 0.8);
  }

  .sm\:stroke-success_green\/90 {
    stroke: rgb(80 131 22 / 0.9);
  }

  .sm\:stroke-success_green\/95 {
    stroke: rgb(80 131 22 / 0.95);
  }

  .sm\:stroke-teal {
    stroke: #00819f;
  }

  .sm\:stroke-teal\/0 {
    stroke: rgb(0 129 159 / 0);
  }

  .sm\:stroke-teal\/10 {
    stroke: rgb(0 129 159 / 0.1);
  }

  .sm\:stroke-teal\/100 {
    stroke: rgb(0 129 159 / 1);
  }

  .sm\:stroke-teal\/20 {
    stroke: rgb(0 129 159 / 0.2);
  }

  .sm\:stroke-teal\/25 {
    stroke: rgb(0 129 159 / 0.25);
  }

  .sm\:stroke-teal\/30 {
    stroke: rgb(0 129 159 / 0.3);
  }

  .sm\:stroke-teal\/40 {
    stroke: rgb(0 129 159 / 0.4);
  }

  .sm\:stroke-teal\/5 {
    stroke: rgb(0 129 159 / 0.05);
  }

  .sm\:stroke-teal\/50 {
    stroke: rgb(0 129 159 / 0.5);
  }

  .sm\:stroke-teal\/60 {
    stroke: rgb(0 129 159 / 0.6);
  }

  .sm\:stroke-teal\/70 {
    stroke: rgb(0 129 159 / 0.7);
  }

  .sm\:stroke-teal\/75 {
    stroke: rgb(0 129 159 / 0.75);
  }

  .sm\:stroke-teal\/80 {
    stroke: rgb(0 129 159 / 0.8);
  }

  .sm\:stroke-teal\/90 {
    stroke: rgb(0 129 159 / 0.9);
  }

  .sm\:stroke-teal\/95 {
    stroke: rgb(0 129 159 / 0.95);
  }

  .sm\:stroke-teal_dark {
    stroke: #003C4D;
  }

  .sm\:stroke-teal_dark\/0 {
    stroke: rgb(0 60 77 / 0);
  }

  .sm\:stroke-teal_dark\/10 {
    stroke: rgb(0 60 77 / 0.1);
  }

  .sm\:stroke-teal_dark\/100 {
    stroke: rgb(0 60 77 / 1);
  }

  .sm\:stroke-teal_dark\/20 {
    stroke: rgb(0 60 77 / 0.2);
  }

  .sm\:stroke-teal_dark\/25 {
    stroke: rgb(0 60 77 / 0.25);
  }

  .sm\:stroke-teal_dark\/30 {
    stroke: rgb(0 60 77 / 0.3);
  }

  .sm\:stroke-teal_dark\/40 {
    stroke: rgb(0 60 77 / 0.4);
  }

  .sm\:stroke-teal_dark\/5 {
    stroke: rgb(0 60 77 / 0.05);
  }

  .sm\:stroke-teal_dark\/50 {
    stroke: rgb(0 60 77 / 0.5);
  }

  .sm\:stroke-teal_dark\/60 {
    stroke: rgb(0 60 77 / 0.6);
  }

  .sm\:stroke-teal_dark\/70 {
    stroke: rgb(0 60 77 / 0.7);
  }

  .sm\:stroke-teal_dark\/75 {
    stroke: rgb(0 60 77 / 0.75);
  }

  .sm\:stroke-teal_dark\/80 {
    stroke: rgb(0 60 77 / 0.8);
  }

  .sm\:stroke-teal_dark\/90 {
    stroke: rgb(0 60 77 / 0.9);
  }

  .sm\:stroke-teal_dark\/95 {
    stroke: rgb(0 60 77 / 0.95);
  }

  .sm\:stroke-teal_extra_light {
    stroke: #f5fbfc;
  }

  .sm\:stroke-teal_extra_light\/0 {
    stroke: rgb(245 251 252 / 0);
  }

  .sm\:stroke-teal_extra_light\/10 {
    stroke: rgb(245 251 252 / 0.1);
  }

  .sm\:stroke-teal_extra_light\/100 {
    stroke: rgb(245 251 252 / 1);
  }

  .sm\:stroke-teal_extra_light\/20 {
    stroke: rgb(245 251 252 / 0.2);
  }

  .sm\:stroke-teal_extra_light\/25 {
    stroke: rgb(245 251 252 / 0.25);
  }

  .sm\:stroke-teal_extra_light\/30 {
    stroke: rgb(245 251 252 / 0.3);
  }

  .sm\:stroke-teal_extra_light\/40 {
    stroke: rgb(245 251 252 / 0.4);
  }

  .sm\:stroke-teal_extra_light\/5 {
    stroke: rgb(245 251 252 / 0.05);
  }

  .sm\:stroke-teal_extra_light\/50 {
    stroke: rgb(245 251 252 / 0.5);
  }

  .sm\:stroke-teal_extra_light\/60 {
    stroke: rgb(245 251 252 / 0.6);
  }

  .sm\:stroke-teal_extra_light\/70 {
    stroke: rgb(245 251 252 / 0.7);
  }

  .sm\:stroke-teal_extra_light\/75 {
    stroke: rgb(245 251 252 / 0.75);
  }

  .sm\:stroke-teal_extra_light\/80 {
    stroke: rgb(245 251 252 / 0.8);
  }

  .sm\:stroke-teal_extra_light\/90 {
    stroke: rgb(245 251 252 / 0.9);
  }

  .sm\:stroke-teal_extra_light\/95 {
    stroke: rgb(245 251 252 / 0.95);
  }

  .sm\:stroke-teal_light {
    stroke: #74c4d6;
  }

  .sm\:stroke-teal_light\/0 {
    stroke: rgb(116 196 214 / 0);
  }

  .sm\:stroke-teal_light\/10 {
    stroke: rgb(116 196 214 / 0.1);
  }

  .sm\:stroke-teal_light\/100 {
    stroke: rgb(116 196 214 / 1);
  }

  .sm\:stroke-teal_light\/20 {
    stroke: rgb(116 196 214 / 0.2);
  }

  .sm\:stroke-teal_light\/25 {
    stroke: rgb(116 196 214 / 0.25);
  }

  .sm\:stroke-teal_light\/30 {
    stroke: rgb(116 196 214 / 0.3);
  }

  .sm\:stroke-teal_light\/40 {
    stroke: rgb(116 196 214 / 0.4);
  }

  .sm\:stroke-teal_light\/5 {
    stroke: rgb(116 196 214 / 0.05);
  }

  .sm\:stroke-teal_light\/50 {
    stroke: rgb(116 196 214 / 0.5);
  }

  .sm\:stroke-teal_light\/60 {
    stroke: rgb(116 196 214 / 0.6);
  }

  .sm\:stroke-teal_light\/70 {
    stroke: rgb(116 196 214 / 0.7);
  }

  .sm\:stroke-teal_light\/75 {
    stroke: rgb(116 196 214 / 0.75);
  }

  .sm\:stroke-teal_light\/80 {
    stroke: rgb(116 196 214 / 0.8);
  }

  .sm\:stroke-teal_light\/90 {
    stroke: rgb(116 196 214 / 0.9);
  }

  .sm\:stroke-teal_light\/95 {
    stroke: rgb(116 196 214 / 0.95);
  }

  .sm\:stroke-transparent {
    stroke: transparent;
  }

  .sm\:stroke-transparent\/0 {
    stroke: rgb(0 0 0 / 0);
  }

  .sm\:stroke-transparent\/10 {
    stroke: rgb(0 0 0 / 0.1);
  }

  .sm\:stroke-transparent\/100 {
    stroke: rgb(0 0 0 / 1);
  }

  .sm\:stroke-transparent\/20 {
    stroke: rgb(0 0 0 / 0.2);
  }

  .sm\:stroke-transparent\/25 {
    stroke: rgb(0 0 0 / 0.25);
  }

  .sm\:stroke-transparent\/30 {
    stroke: rgb(0 0 0 / 0.3);
  }

  .sm\:stroke-transparent\/40 {
    stroke: rgb(0 0 0 / 0.4);
  }

  .sm\:stroke-transparent\/5 {
    stroke: rgb(0 0 0 / 0.05);
  }

  .sm\:stroke-transparent\/50 {
    stroke: rgb(0 0 0 / 0.5);
  }

  .sm\:stroke-transparent\/60 {
    stroke: rgb(0 0 0 / 0.6);
  }

  .sm\:stroke-transparent\/70 {
    stroke: rgb(0 0 0 / 0.7);
  }

  .sm\:stroke-transparent\/75 {
    stroke: rgb(0 0 0 / 0.75);
  }

  .sm\:stroke-transparent\/80 {
    stroke: rgb(0 0 0 / 0.8);
  }

  .sm\:stroke-transparent\/90 {
    stroke: rgb(0 0 0 / 0.9);
  }

  .sm\:stroke-transparent\/95 {
    stroke: rgb(0 0 0 / 0.95);
  }

  .sm\:stroke-white {
    stroke: #ffffff;
  }

  .sm\:stroke-white\/0 {
    stroke: rgb(255 255 255 / 0);
  }

  .sm\:stroke-white\/10 {
    stroke: rgb(255 255 255 / 0.1);
  }

  .sm\:stroke-white\/100 {
    stroke: rgb(255 255 255 / 1);
  }

  .sm\:stroke-white\/20 {
    stroke: rgb(255 255 255 / 0.2);
  }

  .sm\:stroke-white\/25 {
    stroke: rgb(255 255 255 / 0.25);
  }

  .sm\:stroke-white\/30 {
    stroke: rgb(255 255 255 / 0.3);
  }

  .sm\:stroke-white\/40 {
    stroke: rgb(255 255 255 / 0.4);
  }

  .sm\:stroke-white\/5 {
    stroke: rgb(255 255 255 / 0.05);
  }

  .sm\:stroke-white\/50 {
    stroke: rgb(255 255 255 / 0.5);
  }

  .sm\:stroke-white\/60 {
    stroke: rgb(255 255 255 / 0.6);
  }

  .sm\:stroke-white\/70 {
    stroke: rgb(255 255 255 / 0.7);
  }

  .sm\:stroke-white\/75 {
    stroke: rgb(255 255 255 / 0.75);
  }

  .sm\:stroke-white\/80 {
    stroke: rgb(255 255 255 / 0.8);
  }

  .sm\:stroke-white\/90 {
    stroke: rgb(255 255 255 / 0.9);
  }

  .sm\:stroke-white\/95 {
    stroke: rgb(255 255 255 / 0.95);
  }

  .sm\:stroke-0 {
    stroke-width: 0;
  }

  .sm\:stroke-1 {
    stroke-width: 1;
  }

  .sm\:stroke-2 {
    stroke-width: 2;
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-1 {
    padding: 1px;
  }

  .sm\:p-10 {
    padding: 0.625rem;
  }

  .sm\:p-100 {
    padding: 6.250rem;
  }

  .sm\:p-12 {
    padding: 0.750rem;
  }

  .sm\:p-14 {
    padding: 0.875rem;
  }

  .sm\:p-150 {
    padding: 9.375rem;
  }

  .sm\:p-16 {
    padding: 1.000rem;
  }

  .sm\:p-18 {
    padding: 1.125rem;
  }

  .sm\:p-2 {
    padding: 0.125rem;
  }

  .sm\:p-20 {
    padding: 1.250rem;
  }

  .sm\:p-200 {
    padding: 12.5rem;
  }

  .sm\:p-22 {
    padding: 1.375rem;
  }

  .sm\:p-24 {
    padding: 1.500rem;
  }

  .sm\:p-250 {
    padding: 15.625rem;
  }

  .sm\:p-26 {
    padding: 1.625rem;
  }

  .sm\:p-28 {
    padding: 1.75rem;
  }

  .sm\:p-3 {
    padding: 0.188rem;
  }

  .sm\:p-30 {
    padding: 1.875rem;
  }

  .sm\:p-300 {
    padding: 18.75rem;
  }

  .sm\:p-32 {
    padding: 2rem;
  }

  .sm\:p-34 {
    padding: 2.125rem;
  }

  .sm\:p-36 {
    padding: 2.25rem;
  }

  .sm\:p-38 {
    padding: 2.375rem;
  }

  .sm\:p-4 {
    padding: 0.250rem;
  }

  .sm\:p-40 {
    padding: 2.500rem;
  }

  .sm\:p-50 {
    padding: 3.125rem;
  }

  .sm\:p-6 {
    padding: 0.375rem;
  }

  .sm\:p-60 {
    padding: 3.750rem;
  }

  .sm\:p-70 {
    padding: 4.375rem;
  }

  .sm\:p-8 {
    padding: 0.500rem;
  }

  .sm\:p-80 {
    padding: 5.000rem;
  }

  .sm\:p-90 {
    padding: 5.625rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-100 {
    padding-left: 6.250rem;
    padding-right: 6.250rem;
  }

  .sm\:px-12 {
    padding-left: 0.750rem;
    padding-right: 0.750rem;
  }

  .sm\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-150 {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .sm\:px-16 {
    padding-left: 1.000rem;
    padding-right: 1.000rem;
  }

  .sm\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .sm\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:px-20 {
    padding-left: 1.250rem;
    padding-right: 1.250rem;
  }

  .sm\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .sm\:px-22 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .sm\:px-24 {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
  }

  .sm\:px-250 {
    padding-left: 15.625rem;
    padding-right: 15.625rem;
  }

  .sm\:px-26 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .sm\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.188rem;
    padding-right: 0.188rem;
  }

  .sm\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .sm\:px-300 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .sm\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-34 {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .sm\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-38 {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .sm\:px-4 {
    padding-left: 0.250rem;
    padding-right: 0.250rem;
  }

  .sm\:px-40 {
    padding-left: 2.500rem;
    padding-right: 2.500rem;
  }

  .sm\:px-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .sm\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:px-60 {
    padding-left: 3.750rem;
    padding-right: 3.750rem;
  }

  .sm\:px-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .sm\:px-8 {
    padding-left: 0.500rem;
    padding-right: 0.500rem;
  }

  .sm\:px-80 {
    padding-left: 5.000rem;
    padding-right: 5.000rem;
  }

  .sm\:px-90 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-100 {
    padding-top: 6.250rem;
    padding-bottom: 6.250rem;
  }

  .sm\:py-12 {
    padding-top: 0.750rem;
    padding-bottom: 0.750rem;
  }

  .sm\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:py-150 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .sm\:py-16 {
    padding-top: 1.000rem;
    padding-bottom: 1.000rem;
  }

  .sm\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .sm\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:py-20 {
    padding-top: 1.250rem;
    padding-bottom: 1.250rem;
  }

  .sm\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .sm\:py-22 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .sm\:py-24 {
    padding-top: 1.500rem;
    padding-bottom: 1.500rem;
  }

  .sm\:py-250 {
    padding-top: 15.625rem;
    padding-bottom: 15.625rem;
  }

  .sm\:py-26 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .sm\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-3 {
    padding-top: 0.188rem;
    padding-bottom: 0.188rem;
  }

  .sm\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:py-300 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .sm\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-34 {
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .sm\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:py-38 {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .sm\:py-4 {
    padding-top: 0.250rem;
    padding-bottom: 0.250rem;
  }

  .sm\:py-40 {
    padding-top: 2.500rem;
    padding-bottom: 2.500rem;
  }

  .sm\:py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-60 {
    padding-top: 3.750rem;
    padding-bottom: 3.750rem;
  }

  .sm\:py-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .sm\:py-8 {
    padding-top: 0.500rem;
    padding-bottom: 0.500rem;
  }

  .sm\:py-80 {
    padding-top: 5.000rem;
    padding-bottom: 5.000rem;
  }

  .sm\:py-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-1 {
    padding-bottom: 1px;
  }

  .sm\:pb-10 {
    padding-bottom: 0.625rem;
  }

  .sm\:pb-100 {
    padding-bottom: 6.250rem;
  }

  .sm\:pb-12 {
    padding-bottom: 0.750rem;
  }

  .sm\:pb-14 {
    padding-bottom: 0.875rem;
  }

  .sm\:pb-150 {
    padding-bottom: 9.375rem;
  }

  .sm\:pb-16 {
    padding-bottom: 1.000rem;
  }

  .sm\:pb-18 {
    padding-bottom: 1.125rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.125rem;
  }

  .sm\:pb-20 {
    padding-bottom: 1.250rem;
  }

  .sm\:pb-200 {
    padding-bottom: 12.5rem;
  }

  .sm\:pb-22 {
    padding-bottom: 1.375rem;
  }

  .sm\:pb-24 {
    padding-bottom: 1.500rem;
  }

  .sm\:pb-250 {
    padding-bottom: 15.625rem;
  }

  .sm\:pb-26 {
    padding-bottom: 1.625rem;
  }

  .sm\:pb-28 {
    padding-bottom: 1.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.188rem;
  }

  .sm\:pb-30 {
    padding-bottom: 1.875rem;
  }

  .sm\:pb-300 {
    padding-bottom: 18.75rem;
  }

  .sm\:pb-32 {
    padding-bottom: 2rem;
  }

  .sm\:pb-34 {
    padding-bottom: 2.125rem;
  }

  .sm\:pb-36 {
    padding-bottom: 2.25rem;
  }

  .sm\:pb-38 {
    padding-bottom: 2.375rem;
  }

  .sm\:pb-4 {
    padding-bottom: 0.250rem;
  }

  .sm\:pb-40 {
    padding-bottom: 2.500rem;
  }

  .sm\:pb-50 {
    padding-bottom: 3.125rem;
  }

  .sm\:pb-6 {
    padding-bottom: 0.375rem;
  }

  .sm\:pb-60 {
    padding-bottom: 3.750rem;
  }

  .sm\:pb-70 {
    padding-bottom: 4.375rem;
  }

  .sm\:pb-8 {
    padding-bottom: 0.500rem;
  }

  .sm\:pb-80 {
    padding-bottom: 5.000rem;
  }

  .sm\:pb-90 {
    padding-bottom: 5.625rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-1 {
    padding-left: 1px;
  }

  .sm\:pl-10 {
    padding-left: 0.625rem;
  }

  .sm\:pl-100 {
    padding-left: 6.250rem;
  }

  .sm\:pl-12 {
    padding-left: 0.750rem;
  }

  .sm\:pl-14 {
    padding-left: 0.875rem;
  }

  .sm\:pl-150 {
    padding-left: 9.375rem;
  }

  .sm\:pl-16 {
    padding-left: 1.000rem;
  }

  .sm\:pl-18 {
    padding-left: 1.125rem;
  }

  .sm\:pl-2 {
    padding-left: 0.125rem;
  }

  .sm\:pl-20 {
    padding-left: 1.250rem;
  }

  .sm\:pl-200 {
    padding-left: 12.5rem;
  }

  .sm\:pl-22 {
    padding-left: 1.375rem;
  }

  .sm\:pl-24 {
    padding-left: 1.500rem;
  }

  .sm\:pl-250 {
    padding-left: 15.625rem;
  }

  .sm\:pl-26 {
    padding-left: 1.625rem;
  }

  .sm\:pl-28 {
    padding-left: 1.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.188rem;
  }

  .sm\:pl-30 {
    padding-left: 1.875rem;
  }

  .sm\:pl-300 {
    padding-left: 18.75rem;
  }

  .sm\:pl-32 {
    padding-left: 2rem;
  }

  .sm\:pl-34 {
    padding-left: 2.125rem;
  }

  .sm\:pl-36 {
    padding-left: 2.25rem;
  }

  .sm\:pl-38 {
    padding-left: 2.375rem;
  }

  .sm\:pl-4 {
    padding-left: 0.250rem;
  }

  .sm\:pl-40 {
    padding-left: 2.500rem;
  }

  .sm\:pl-50 {
    padding-left: 3.125rem;
  }

  .sm\:pl-6 {
    padding-left: 0.375rem;
  }

  .sm\:pl-60 {
    padding-left: 3.750rem;
  }

  .sm\:pl-70 {
    padding-left: 4.375rem;
  }

  .sm\:pl-8 {
    padding-left: 0.500rem;
  }

  .sm\:pl-80 {
    padding-left: 5.000rem;
  }

  .sm\:pl-90 {
    padding-left: 5.625rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-1 {
    padding-right: 1px;
  }

  .sm\:pr-10 {
    padding-right: 0.625rem;
  }

  .sm\:pr-100 {
    padding-right: 6.250rem;
  }

  .sm\:pr-12 {
    padding-right: 0.750rem;
  }

  .sm\:pr-14 {
    padding-right: 0.875rem;
  }

  .sm\:pr-150 {
    padding-right: 9.375rem;
  }

  .sm\:pr-16 {
    padding-right: 1.000rem;
  }

  .sm\:pr-18 {
    padding-right: 1.125rem;
  }

  .sm\:pr-2 {
    padding-right: 0.125rem;
  }

  .sm\:pr-20 {
    padding-right: 1.250rem;
  }

  .sm\:pr-200 {
    padding-right: 12.5rem;
  }

  .sm\:pr-22 {
    padding-right: 1.375rem;
  }

  .sm\:pr-24 {
    padding-right: 1.500rem;
  }

  .sm\:pr-250 {
    padding-right: 15.625rem;
  }

  .sm\:pr-26 {
    padding-right: 1.625rem;
  }

  .sm\:pr-28 {
    padding-right: 1.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.188rem;
  }

  .sm\:pr-30 {
    padding-right: 1.875rem;
  }

  .sm\:pr-300 {
    padding-right: 18.75rem;
  }

  .sm\:pr-32 {
    padding-right: 2rem;
  }

  .sm\:pr-34 {
    padding-right: 2.125rem;
  }

  .sm\:pr-36 {
    padding-right: 2.25rem;
  }

  .sm\:pr-38 {
    padding-right: 2.375rem;
  }

  .sm\:pr-4 {
    padding-right: 0.250rem;
  }

  .sm\:pr-40 {
    padding-right: 2.500rem;
  }

  .sm\:pr-50 {
    padding-right: 3.125rem;
  }

  .sm\:pr-6 {
    padding-right: 0.375rem;
  }

  .sm\:pr-60 {
    padding-right: 3.750rem;
  }

  .sm\:pr-70 {
    padding-right: 4.375rem;
  }

  .sm\:pr-8 {
    padding-right: 0.500rem;
  }

  .sm\:pr-80 {
    padding-right: 5.000rem;
  }

  .sm\:pr-90 {
    padding-right: 5.625rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-1 {
    padding-top: 1px;
  }

  .sm\:pt-10 {
    padding-top: 0.625rem;
  }

  .sm\:pt-100 {
    padding-top: 6.250rem;
  }

  .sm\:pt-12 {
    padding-top: 0.750rem;
  }

  .sm\:pt-14 {
    padding-top: 0.875rem;
  }

  .sm\:pt-150 {
    padding-top: 9.375rem;
  }

  .sm\:pt-16 {
    padding-top: 1.000rem;
  }

  .sm\:pt-18 {
    padding-top: 1.125rem;
  }

  .sm\:pt-2 {
    padding-top: 0.125rem;
  }

  .sm\:pt-20 {
    padding-top: 1.250rem;
  }

  .sm\:pt-200 {
    padding-top: 12.5rem;
  }

  .sm\:pt-22 {
    padding-top: 1.375rem;
  }

  .sm\:pt-24 {
    padding-top: 1.500rem;
  }

  .sm\:pt-250 {
    padding-top: 15.625rem;
  }

  .sm\:pt-26 {
    padding-top: 1.625rem;
  }

  .sm\:pt-28 {
    padding-top: 1.75rem;
  }

  .sm\:pt-3 {
    padding-top: 0.188rem;
  }

  .sm\:pt-30 {
    padding-top: 1.875rem;
  }

  .sm\:pt-300 {
    padding-top: 18.75rem;
  }

  .sm\:pt-32 {
    padding-top: 2rem;
  }

  .sm\:pt-34 {
    padding-top: 2.125rem;
  }

  .sm\:pt-36 {
    padding-top: 2.25rem;
  }

  .sm\:pt-38 {
    padding-top: 2.375rem;
  }

  .sm\:pt-4 {
    padding-top: 0.250rem;
  }

  .sm\:pt-40 {
    padding-top: 2.500rem;
  }

  .sm\:pt-50 {
    padding-top: 3.125rem;
  }

  .sm\:pt-6 {
    padding-top: 0.375rem;
  }

  .sm\:pt-60 {
    padding-top: 3.750rem;
  }

  .sm\:pt-70 {
    padding-top: 4.375rem;
  }

  .sm\:pt-8 {
    padding-top: 0.500rem;
  }

  .sm\:pt-80 {
    padding-top: 5.000rem;
  }

  .sm\:pt-90 {
    padding-top: 5.625rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-start {
    text-align: start;
  }

  .sm\:text-end {
    text-align: end;
  }

  .sm\:-indent-0 {
    text-indent: -0px;
  }

  .sm\:-indent-1 {
    text-indent: -1px;
  }

  .sm\:-indent-10 {
    text-indent: -0.625rem;
  }

  .sm\:-indent-100 {
    text-indent: -6.250rem;
  }

  .sm\:-indent-12 {
    text-indent: -0.750rem;
  }

  .sm\:-indent-14 {
    text-indent: -0.875rem;
  }

  .sm\:-indent-150 {
    text-indent: -9.375rem;
  }

  .sm\:-indent-16 {
    text-indent: -1.000rem;
  }

  .sm\:-indent-18 {
    text-indent: -1.125rem;
  }

  .sm\:-indent-2 {
    text-indent: -0.125rem;
  }

  .sm\:-indent-20 {
    text-indent: -1.250rem;
  }

  .sm\:-indent-200 {
    text-indent: -12.5rem;
  }

  .sm\:-indent-22 {
    text-indent: -1.375rem;
  }

  .sm\:-indent-24 {
    text-indent: -1.500rem;
  }

  .sm\:-indent-250 {
    text-indent: -15.625rem;
  }

  .sm\:-indent-26 {
    text-indent: -1.625rem;
  }

  .sm\:-indent-28 {
    text-indent: -1.75rem;
  }

  .sm\:-indent-3 {
    text-indent: -0.188rem;
  }

  .sm\:-indent-30 {
    text-indent: -1.875rem;
  }

  .sm\:-indent-300 {
    text-indent: -18.75rem;
  }

  .sm\:-indent-32 {
    text-indent: -2rem;
  }

  .sm\:-indent-34 {
    text-indent: -2.125rem;
  }

  .sm\:-indent-36 {
    text-indent: -2.25rem;
  }

  .sm\:-indent-38 {
    text-indent: -2.375rem;
  }

  .sm\:-indent-4 {
    text-indent: -0.250rem;
  }

  .sm\:-indent-40 {
    text-indent: -2.500rem;
  }

  .sm\:-indent-50 {
    text-indent: -3.125rem;
  }

  .sm\:-indent-6 {
    text-indent: -0.375rem;
  }

  .sm\:-indent-60 {
    text-indent: -3.750rem;
  }

  .sm\:-indent-70 {
    text-indent: -4.375rem;
  }

  .sm\:-indent-8 {
    text-indent: -0.500rem;
  }

  .sm\:-indent-80 {
    text-indent: -5.000rem;
  }

  .sm\:-indent-90 {
    text-indent: -5.625rem;
  }

  .sm\:indent-0 {
    text-indent: 0px;
  }

  .sm\:indent-1 {
    text-indent: 1px;
  }

  .sm\:indent-10 {
    text-indent: 0.625rem;
  }

  .sm\:indent-100 {
    text-indent: 6.250rem;
  }

  .sm\:indent-12 {
    text-indent: 0.750rem;
  }

  .sm\:indent-14 {
    text-indent: 0.875rem;
  }

  .sm\:indent-150 {
    text-indent: 9.375rem;
  }

  .sm\:indent-16 {
    text-indent: 1.000rem;
  }

  .sm\:indent-18 {
    text-indent: 1.125rem;
  }

  .sm\:indent-2 {
    text-indent: 0.125rem;
  }

  .sm\:indent-20 {
    text-indent: 1.250rem;
  }

  .sm\:indent-200 {
    text-indent: 12.5rem;
  }

  .sm\:indent-22 {
    text-indent: 1.375rem;
  }

  .sm\:indent-24 {
    text-indent: 1.500rem;
  }

  .sm\:indent-250 {
    text-indent: 15.625rem;
  }

  .sm\:indent-26 {
    text-indent: 1.625rem;
  }

  .sm\:indent-28 {
    text-indent: 1.75rem;
  }

  .sm\:indent-3 {
    text-indent: 0.188rem;
  }

  .sm\:indent-30 {
    text-indent: 1.875rem;
  }

  .sm\:indent-300 {
    text-indent: 18.75rem;
  }

  .sm\:indent-32 {
    text-indent: 2rem;
  }

  .sm\:indent-34 {
    text-indent: 2.125rem;
  }

  .sm\:indent-36 {
    text-indent: 2.25rem;
  }

  .sm\:indent-38 {
    text-indent: 2.375rem;
  }

  .sm\:indent-4 {
    text-indent: 0.250rem;
  }

  .sm\:indent-40 {
    text-indent: 2.500rem;
  }

  .sm\:indent-50 {
    text-indent: 3.125rem;
  }

  .sm\:indent-6 {
    text-indent: 0.375rem;
  }

  .sm\:indent-60 {
    text-indent: 3.750rem;
  }

  .sm\:indent-70 {
    text-indent: 4.375rem;
  }

  .sm\:indent-8 {
    text-indent: 0.500rem;
  }

  .sm\:indent-80 {
    text-indent: 5.000rem;
  }

  .sm\:indent-90 {
    text-indent: 5.625rem;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:align-sub {
    vertical-align: sub;
  }

  .sm\:align-super {
    vertical-align: super;
  }

  .sm\:font-roboto {
    font-family: Roboto, sans-serif;
  }

  .sm\:text-12 {
    font-size: .75em;
  }

  .sm\:text-14 {
    font-size: .875rem;
  }

  .sm\:text-16 {
    font-size: 1rem;
  }

  .sm\:text-18 {
    font-size: 1.125rem;
  }

  .sm\:text-20 {
    font-size: 1.25rem;
  }

  .sm\:text-22 {
    font-size: 1.375rem;
  }

  .sm\:text-24 {
    font-size: 1.5rem;
  }

  .sm\:text-26 {
    font-size: 1.625rem;
  }

  .sm\:text-28 {
    font-size: 1.75rem;
  }

  .sm\:text-32 {
    font-size: 2.0rem;
  }

  .sm\:text-42 {
    font-size: 2.625rem;
  }

  .sm\:text-50 {
    font-size: 3.125rem;
  }

  .sm\:text-62 {
    font-size: 3.875rem;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-medium {
    font-weight: 600;
  }

  .sm\:font-regular {
    font-weight: 400;
  }

  .sm\:leading-16 {
    line-height: 1rem;
  }

  .sm\:leading-20 {
    line-height: 1.25rem;
  }

  .sm\:leading-22 {
    line-height: 1.375rem;
  }

  .sm\:leading-24 {
    line-height: 1.5rem;
  }

  .sm\:leading-26 {
    line-height: 1.625rem;
  }

  .sm\:leading-28 {
    line-height: 1.75rem;
  }

  .sm\:leading-32 {
    line-height: 2.0rem;
  }

  .sm\:leading-38 {
    line-height: 2.375rem;
  }

  .sm\:leading-42 {
    line-height: 2.625rem;
  }

  .sm\:leading-50 {
    line-height: 3.125rem;
  }

  .sm\:leading-54 {
    line-height: 3.375rem;
  }

  .sm\:leading-66 {
    line-height: 4.125rem;
  }

  .sm\:leading-70 {
    line-height: 4.375rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:-tracking-normal {
    letter-spacing: -0em;
  }

  .sm\:-tracking-sh {
    letter-spacing: -.063rem;
  }

  .sm\:-tracking-tight {
    letter-spacing: 0.025em;
  }

  .sm\:-tracking-tighter {
    letter-spacing: 0.05em;
  }

  .sm\:-tracking-wide {
    letter-spacing: -0.025em;
  }

  .sm\:-tracking-wider {
    letter-spacing: -0.05em;
  }

  .sm\:-tracking-widest {
    letter-spacing: -0.1em;
  }

  .sm\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .sm\:text-black\/0 {
    color: rgb(0 0 0 / 0);
  }

  .sm\:text-black\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .sm\:text-black\/100 {
    color: rgb(0 0 0 / 1);
  }

  .sm\:text-black\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .sm\:text-black\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .sm\:text-black\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .sm\:text-black\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .sm\:text-black\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .sm\:text-black\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .sm\:text-black\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .sm\:text-black\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .sm\:text-black\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .sm\:text-black\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .sm\:text-black\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .sm\:text-black\/95 {
    color: rgb(0 0 0 / 0.95);
  }

  .sm\:text-current {
    color: currentColor;
  }

  .sm\:text-error_red {
    --tw-text-opacity: 1;
    color: rgb(235 0 27 / var(--tw-text-opacity));
  }

  .sm\:text-error_red\/0 {
    color: rgb(235 0 27 / 0);
  }

  .sm\:text-error_red\/10 {
    color: rgb(235 0 27 / 0.1);
  }

  .sm\:text-error_red\/100 {
    color: rgb(235 0 27 / 1);
  }

  .sm\:text-error_red\/20 {
    color: rgb(235 0 27 / 0.2);
  }

  .sm\:text-error_red\/25 {
    color: rgb(235 0 27 / 0.25);
  }

  .sm\:text-error_red\/30 {
    color: rgb(235 0 27 / 0.3);
  }

  .sm\:text-error_red\/40 {
    color: rgb(235 0 27 / 0.4);
  }

  .sm\:text-error_red\/5 {
    color: rgb(235 0 27 / 0.05);
  }

  .sm\:text-error_red\/50 {
    color: rgb(235 0 27 / 0.5);
  }

  .sm\:text-error_red\/60 {
    color: rgb(235 0 27 / 0.6);
  }

  .sm\:text-error_red\/70 {
    color: rgb(235 0 27 / 0.7);
  }

  .sm\:text-error_red\/75 {
    color: rgb(235 0 27 / 0.75);
  }

  .sm\:text-error_red\/80 {
    color: rgb(235 0 27 / 0.8);
  }

  .sm\:text-error_red\/90 {
    color: rgb(235 0 27 / 0.9);
  }

  .sm\:text-error_red\/95 {
    color: rgb(235 0 27 / 0.95);
  }

  .sm\:text-gray5 {
    --tw-text-opacity: 1;
    color: rgb(242 242 242 / var(--tw-text-opacity));
  }

  .sm\:text-gray5\/0 {
    color: rgb(242 242 242 / 0);
  }

  .sm\:text-gray5\/10 {
    color: rgb(242 242 242 / 0.1);
  }

  .sm\:text-gray5\/100 {
    color: rgb(242 242 242 / 1);
  }

  .sm\:text-gray5\/20 {
    color: rgb(242 242 242 / 0.2);
  }

  .sm\:text-gray5\/25 {
    color: rgb(242 242 242 / 0.25);
  }

  .sm\:text-gray5\/30 {
    color: rgb(242 242 242 / 0.3);
  }

  .sm\:text-gray5\/40 {
    color: rgb(242 242 242 / 0.4);
  }

  .sm\:text-gray5\/5 {
    color: rgb(242 242 242 / 0.05);
  }

  .sm\:text-gray5\/50 {
    color: rgb(242 242 242 / 0.5);
  }

  .sm\:text-gray5\/60 {
    color: rgb(242 242 242 / 0.6);
  }

  .sm\:text-gray5\/70 {
    color: rgb(242 242 242 / 0.7);
  }

  .sm\:text-gray5\/75 {
    color: rgb(242 242 242 / 0.75);
  }

  .sm\:text-gray5\/80 {
    color: rgb(242 242 242 / 0.8);
  }

  .sm\:text-gray5\/90 {
    color: rgb(242 242 242 / 0.9);
  }

  .sm\:text-gray5\/95 {
    color: rgb(242 242 242 / 0.95);
  }

  .sm\:text-sh_black {
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
  }

  .sm\:text-sh_black\/0 {
    color: rgb(35 31 32 / 0);
  }

  .sm\:text-sh_black\/10 {
    color: rgb(35 31 32 / 0.1);
  }

  .sm\:text-sh_black\/100 {
    color: rgb(35 31 32 / 1);
  }

  .sm\:text-sh_black\/20 {
    color: rgb(35 31 32 / 0.2);
  }

  .sm\:text-sh_black\/25 {
    color: rgb(35 31 32 / 0.25);
  }

  .sm\:text-sh_black\/30 {
    color: rgb(35 31 32 / 0.3);
  }

  .sm\:text-sh_black\/40 {
    color: rgb(35 31 32 / 0.4);
  }

  .sm\:text-sh_black\/5 {
    color: rgb(35 31 32 / 0.05);
  }

  .sm\:text-sh_black\/50 {
    color: rgb(35 31 32 / 0.5);
  }

  .sm\:text-sh_black\/60 {
    color: rgb(35 31 32 / 0.6);
  }

  .sm\:text-sh_black\/70 {
    color: rgb(35 31 32 / 0.7);
  }

  .sm\:text-sh_black\/75 {
    color: rgb(35 31 32 / 0.75);
  }

  .sm\:text-sh_black\/80 {
    color: rgb(35 31 32 / 0.8);
  }

  .sm\:text-sh_black\/90 {
    color: rgb(35 31 32 / 0.9);
  }

  .sm\:text-sh_black\/95 {
    color: rgb(35 31 32 / 0.95);
  }

  .sm\:text-success_green {
    --tw-text-opacity: 1;
    color: rgb(80 131 22 / var(--tw-text-opacity));
  }

  .sm\:text-success_green\/0 {
    color: rgb(80 131 22 / 0);
  }

  .sm\:text-success_green\/10 {
    color: rgb(80 131 22 / 0.1);
  }

  .sm\:text-success_green\/100 {
    color: rgb(80 131 22 / 1);
  }

  .sm\:text-success_green\/20 {
    color: rgb(80 131 22 / 0.2);
  }

  .sm\:text-success_green\/25 {
    color: rgb(80 131 22 / 0.25);
  }

  .sm\:text-success_green\/30 {
    color: rgb(80 131 22 / 0.3);
  }

  .sm\:text-success_green\/40 {
    color: rgb(80 131 22 / 0.4);
  }

  .sm\:text-success_green\/5 {
    color: rgb(80 131 22 / 0.05);
  }

  .sm\:text-success_green\/50 {
    color: rgb(80 131 22 / 0.5);
  }

  .sm\:text-success_green\/60 {
    color: rgb(80 131 22 / 0.6);
  }

  .sm\:text-success_green\/70 {
    color: rgb(80 131 22 / 0.7);
  }

  .sm\:text-success_green\/75 {
    color: rgb(80 131 22 / 0.75);
  }

  .sm\:text-success_green\/80 {
    color: rgb(80 131 22 / 0.8);
  }

  .sm\:text-success_green\/90 {
    color: rgb(80 131 22 / 0.9);
  }

  .sm\:text-success_green\/95 {
    color: rgb(80 131 22 / 0.95);
  }

  .sm\:text-teal {
    --tw-text-opacity: 1;
    color: rgb(0 129 159 / var(--tw-text-opacity));
  }

  .sm\:text-teal\/0 {
    color: rgb(0 129 159 / 0);
  }

  .sm\:text-teal\/10 {
    color: rgb(0 129 159 / 0.1);
  }

  .sm\:text-teal\/100 {
    color: rgb(0 129 159 / 1);
  }

  .sm\:text-teal\/20 {
    color: rgb(0 129 159 / 0.2);
  }

  .sm\:text-teal\/25 {
    color: rgb(0 129 159 / 0.25);
  }

  .sm\:text-teal\/30 {
    color: rgb(0 129 159 / 0.3);
  }

  .sm\:text-teal\/40 {
    color: rgb(0 129 159 / 0.4);
  }

  .sm\:text-teal\/5 {
    color: rgb(0 129 159 / 0.05);
  }

  .sm\:text-teal\/50 {
    color: rgb(0 129 159 / 0.5);
  }

  .sm\:text-teal\/60 {
    color: rgb(0 129 159 / 0.6);
  }

  .sm\:text-teal\/70 {
    color: rgb(0 129 159 / 0.7);
  }

  .sm\:text-teal\/75 {
    color: rgb(0 129 159 / 0.75);
  }

  .sm\:text-teal\/80 {
    color: rgb(0 129 159 / 0.8);
  }

  .sm\:text-teal\/90 {
    color: rgb(0 129 159 / 0.9);
  }

  .sm\:text-teal\/95 {
    color: rgb(0 129 159 / 0.95);
  }

  .sm\:text-teal_dark {
    --tw-text-opacity: 1;
    color: rgb(0 60 77 / var(--tw-text-opacity));
  }

  .sm\:text-teal_dark\/0 {
    color: rgb(0 60 77 / 0);
  }

  .sm\:text-teal_dark\/10 {
    color: rgb(0 60 77 / 0.1);
  }

  .sm\:text-teal_dark\/100 {
    color: rgb(0 60 77 / 1);
  }

  .sm\:text-teal_dark\/20 {
    color: rgb(0 60 77 / 0.2);
  }

  .sm\:text-teal_dark\/25 {
    color: rgb(0 60 77 / 0.25);
  }

  .sm\:text-teal_dark\/30 {
    color: rgb(0 60 77 / 0.3);
  }

  .sm\:text-teal_dark\/40 {
    color: rgb(0 60 77 / 0.4);
  }

  .sm\:text-teal_dark\/5 {
    color: rgb(0 60 77 / 0.05);
  }

  .sm\:text-teal_dark\/50 {
    color: rgb(0 60 77 / 0.5);
  }

  .sm\:text-teal_dark\/60 {
    color: rgb(0 60 77 / 0.6);
  }

  .sm\:text-teal_dark\/70 {
    color: rgb(0 60 77 / 0.7);
  }

  .sm\:text-teal_dark\/75 {
    color: rgb(0 60 77 / 0.75);
  }

  .sm\:text-teal_dark\/80 {
    color: rgb(0 60 77 / 0.8);
  }

  .sm\:text-teal_dark\/90 {
    color: rgb(0 60 77 / 0.9);
  }

  .sm\:text-teal_dark\/95 {
    color: rgb(0 60 77 / 0.95);
  }

  .sm\:text-teal_extra_light {
    --tw-text-opacity: 1;
    color: rgb(245 251 252 / var(--tw-text-opacity));
  }

  .sm\:text-teal_extra_light\/0 {
    color: rgb(245 251 252 / 0);
  }

  .sm\:text-teal_extra_light\/10 {
    color: rgb(245 251 252 / 0.1);
  }

  .sm\:text-teal_extra_light\/100 {
    color: rgb(245 251 252 / 1);
  }

  .sm\:text-teal_extra_light\/20 {
    color: rgb(245 251 252 / 0.2);
  }

  .sm\:text-teal_extra_light\/25 {
    color: rgb(245 251 252 / 0.25);
  }

  .sm\:text-teal_extra_light\/30 {
    color: rgb(245 251 252 / 0.3);
  }

  .sm\:text-teal_extra_light\/40 {
    color: rgb(245 251 252 / 0.4);
  }

  .sm\:text-teal_extra_light\/5 {
    color: rgb(245 251 252 / 0.05);
  }

  .sm\:text-teal_extra_light\/50 {
    color: rgb(245 251 252 / 0.5);
  }

  .sm\:text-teal_extra_light\/60 {
    color: rgb(245 251 252 / 0.6);
  }

  .sm\:text-teal_extra_light\/70 {
    color: rgb(245 251 252 / 0.7);
  }

  .sm\:text-teal_extra_light\/75 {
    color: rgb(245 251 252 / 0.75);
  }

  .sm\:text-teal_extra_light\/80 {
    color: rgb(245 251 252 / 0.8);
  }

  .sm\:text-teal_extra_light\/90 {
    color: rgb(245 251 252 / 0.9);
  }

  .sm\:text-teal_extra_light\/95 {
    color: rgb(245 251 252 / 0.95);
  }

  .sm\:text-teal_light {
    --tw-text-opacity: 1;
    color: rgb(116 196 214 / var(--tw-text-opacity));
  }

  .sm\:text-teal_light\/0 {
    color: rgb(116 196 214 / 0);
  }

  .sm\:text-teal_light\/10 {
    color: rgb(116 196 214 / 0.1);
  }

  .sm\:text-teal_light\/100 {
    color: rgb(116 196 214 / 1);
  }

  .sm\:text-teal_light\/20 {
    color: rgb(116 196 214 / 0.2);
  }

  .sm\:text-teal_light\/25 {
    color: rgb(116 196 214 / 0.25);
  }

  .sm\:text-teal_light\/30 {
    color: rgb(116 196 214 / 0.3);
  }

  .sm\:text-teal_light\/40 {
    color: rgb(116 196 214 / 0.4);
  }

  .sm\:text-teal_light\/5 {
    color: rgb(116 196 214 / 0.05);
  }

  .sm\:text-teal_light\/50 {
    color: rgb(116 196 214 / 0.5);
  }

  .sm\:text-teal_light\/60 {
    color: rgb(116 196 214 / 0.6);
  }

  .sm\:text-teal_light\/70 {
    color: rgb(116 196 214 / 0.7);
  }

  .sm\:text-teal_light\/75 {
    color: rgb(116 196 214 / 0.75);
  }

  .sm\:text-teal_light\/80 {
    color: rgb(116 196 214 / 0.8);
  }

  .sm\:text-teal_light\/90 {
    color: rgb(116 196 214 / 0.9);
  }

  .sm\:text-teal_light\/95 {
    color: rgb(116 196 214 / 0.95);
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-transparent\/0 {
    color: rgb(0 0 0 / 0);
  }

  .sm\:text-transparent\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .sm\:text-transparent\/100 {
    color: rgb(0 0 0 / 1);
  }

  .sm\:text-transparent\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .sm\:text-transparent\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .sm\:text-transparent\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .sm\:text-transparent\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .sm\:text-transparent\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .sm\:text-transparent\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .sm\:text-transparent\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .sm\:text-transparent\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .sm\:text-transparent\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .sm\:text-transparent\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .sm\:text-transparent\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .sm\:text-transparent\/95 {
    color: rgb(0 0 0 / 0.95);
  }

  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .sm\:text-white\/0 {
    color: rgb(255 255 255 / 0);
  }

  .sm\:text-white\/10 {
    color: rgb(255 255 255 / 0.1);
  }

  .sm\:text-white\/100 {
    color: rgb(255 255 255 / 1);
  }

  .sm\:text-white\/20 {
    color: rgb(255 255 255 / 0.2);
  }

  .sm\:text-white\/25 {
    color: rgb(255 255 255 / 0.25);
  }

  .sm\:text-white\/30 {
    color: rgb(255 255 255 / 0.3);
  }

  .sm\:text-white\/40 {
    color: rgb(255 255 255 / 0.4);
  }

  .sm\:text-white\/5 {
    color: rgb(255 255 255 / 0.05);
  }

  .sm\:text-white\/50 {
    color: rgb(255 255 255 / 0.5);
  }

  .sm\:text-white\/60 {
    color: rgb(255 255 255 / 0.6);
  }

  .sm\:text-white\/70 {
    color: rgb(255 255 255 / 0.7);
  }

  .sm\:text-white\/75 {
    color: rgb(255 255 255 / 0.75);
  }

  .sm\:text-white\/80 {
    color: rgb(255 255 255 / 0.8);
  }

  .sm\:text-white\/90 {
    color: rgb(255 255 255 / 0.9);
  }

  .sm\:text-white\/95 {
    color: rgb(255 255 255 / 0.95);
  }

  .sm\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .sm\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .sm\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .sm\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .sm\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .sm\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .sm\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .sm\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .sm\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .sm\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .sm\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .sm\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .sm\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .sm\:underline {
    text-decoration-line: underline;
  }

  .sm\:no-underline {
    text-decoration-line: none;
  }

  .sm\:underline-offset-0 {
    text-underline-offset: 0px;
  }

  .sm\:underline-offset-1 {
    text-underline-offset: 1px;
  }

  .sm\:underline-offset-2 {
    text-underline-offset: 2px;
  }

  .sm\:underline-offset-4 {
    text-underline-offset: 4px;
  }

  .sm\:underline-offset-8 {
    text-underline-offset: 8px;
  }

  .sm\:underline-offset-auto {
    text-underline-offset: auto;
  }

  .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline {
    outline-style: solid;
  }

  .sm\:outline-dashed {
    outline-style: dashed;
  }

  .sm\:outline-dotted {
    outline-style: dotted;
  }

  .sm\:outline-double {
    outline-style: double;
  }

  .sm\:outline-0 {
    outline-width: 0px;
  }

  .sm\:outline-1 {
    outline-width: 1px;
  }

  .sm\:outline-2 {
    outline-width: 2px;
  }

  .sm\:outline-4 {
    outline-width: 4px;
  }

  .sm\:outline-8 {
    outline-width: 8px;
  }

  .sm\:-outline-offset-0 {
    outline-offset: -0px;
  }

  .sm\:-outline-offset-1 {
    outline-offset: -1px;
  }

  .sm\:-outline-offset-2 {
    outline-offset: -2px;
  }

  .sm\:-outline-offset-4 {
    outline-offset: -4px;
  }

  .sm\:-outline-offset-8 {
    outline-offset: -8px;
  }

  .sm\:outline-offset-0 {
    outline-offset: 0px;
  }

  .sm\:outline-offset-1 {
    outline-offset: 1px;
  }

  .sm\:outline-offset-2 {
    outline-offset: 2px;
  }

  .sm\:outline-offset-4 {
    outline-offset: 4px;
  }

  .sm\:outline-offset-8 {
    outline-offset: 8px;
  }

  .sm\:outline-black {
    outline-color: #000000;
  }

  .sm\:outline-black\/0 {
    outline-color: rgb(0 0 0 / 0);
  }

  .sm\:outline-black\/10 {
    outline-color: rgb(0 0 0 / 0.1);
  }

  .sm\:outline-black\/100 {
    outline-color: rgb(0 0 0 / 1);
  }

  .sm\:outline-black\/20 {
    outline-color: rgb(0 0 0 / 0.2);
  }

  .sm\:outline-black\/25 {
    outline-color: rgb(0 0 0 / 0.25);
  }

  .sm\:outline-black\/30 {
    outline-color: rgb(0 0 0 / 0.3);
  }

  .sm\:outline-black\/40 {
    outline-color: rgb(0 0 0 / 0.4);
  }

  .sm\:outline-black\/5 {
    outline-color: rgb(0 0 0 / 0.05);
  }

  .sm\:outline-black\/50 {
    outline-color: rgb(0 0 0 / 0.5);
  }

  .sm\:outline-black\/60 {
    outline-color: rgb(0 0 0 / 0.6);
  }

  .sm\:outline-black\/70 {
    outline-color: rgb(0 0 0 / 0.7);
  }

  .sm\:outline-black\/75 {
    outline-color: rgb(0 0 0 / 0.75);
  }

  .sm\:outline-black\/80 {
    outline-color: rgb(0 0 0 / 0.8);
  }

  .sm\:outline-black\/90 {
    outline-color: rgb(0 0 0 / 0.9);
  }

  .sm\:outline-black\/95 {
    outline-color: rgb(0 0 0 / 0.95);
  }

  .sm\:outline-current {
    outline-color: currentColor;
  }

  .sm\:outline-error_red {
    outline-color: #eb001b;
  }

  .sm\:outline-error_red\/0 {
    outline-color: rgb(235 0 27 / 0);
  }

  .sm\:outline-error_red\/10 {
    outline-color: rgb(235 0 27 / 0.1);
  }

  .sm\:outline-error_red\/100 {
    outline-color: rgb(235 0 27 / 1);
  }

  .sm\:outline-error_red\/20 {
    outline-color: rgb(235 0 27 / 0.2);
  }

  .sm\:outline-error_red\/25 {
    outline-color: rgb(235 0 27 / 0.25);
  }

  .sm\:outline-error_red\/30 {
    outline-color: rgb(235 0 27 / 0.3);
  }

  .sm\:outline-error_red\/40 {
    outline-color: rgb(235 0 27 / 0.4);
  }

  .sm\:outline-error_red\/5 {
    outline-color: rgb(235 0 27 / 0.05);
  }

  .sm\:outline-error_red\/50 {
    outline-color: rgb(235 0 27 / 0.5);
  }

  .sm\:outline-error_red\/60 {
    outline-color: rgb(235 0 27 / 0.6);
  }

  .sm\:outline-error_red\/70 {
    outline-color: rgb(235 0 27 / 0.7);
  }

  .sm\:outline-error_red\/75 {
    outline-color: rgb(235 0 27 / 0.75);
  }

  .sm\:outline-error_red\/80 {
    outline-color: rgb(235 0 27 / 0.8);
  }

  .sm\:outline-error_red\/90 {
    outline-color: rgb(235 0 27 / 0.9);
  }

  .sm\:outline-error_red\/95 {
    outline-color: rgb(235 0 27 / 0.95);
  }

  .sm\:outline-gray5 {
    outline-color: #f2f2f2;
  }

  .sm\:outline-gray5\/0 {
    outline-color: rgb(242 242 242 / 0);
  }

  .sm\:outline-gray5\/10 {
    outline-color: rgb(242 242 242 / 0.1);
  }

  .sm\:outline-gray5\/100 {
    outline-color: rgb(242 242 242 / 1);
  }

  .sm\:outline-gray5\/20 {
    outline-color: rgb(242 242 242 / 0.2);
  }

  .sm\:outline-gray5\/25 {
    outline-color: rgb(242 242 242 / 0.25);
  }

  .sm\:outline-gray5\/30 {
    outline-color: rgb(242 242 242 / 0.3);
  }

  .sm\:outline-gray5\/40 {
    outline-color: rgb(242 242 242 / 0.4);
  }

  .sm\:outline-gray5\/5 {
    outline-color: rgb(242 242 242 / 0.05);
  }

  .sm\:outline-gray5\/50 {
    outline-color: rgb(242 242 242 / 0.5);
  }

  .sm\:outline-gray5\/60 {
    outline-color: rgb(242 242 242 / 0.6);
  }

  .sm\:outline-gray5\/70 {
    outline-color: rgb(242 242 242 / 0.7);
  }

  .sm\:outline-gray5\/75 {
    outline-color: rgb(242 242 242 / 0.75);
  }

  .sm\:outline-gray5\/80 {
    outline-color: rgb(242 242 242 / 0.8);
  }

  .sm\:outline-gray5\/90 {
    outline-color: rgb(242 242 242 / 0.9);
  }

  .sm\:outline-gray5\/95 {
    outline-color: rgb(242 242 242 / 0.95);
  }

  .sm\:outline-sh_black {
    outline-color: #231f20;
  }

  .sm\:outline-sh_black\/0 {
    outline-color: rgb(35 31 32 / 0);
  }

  .sm\:outline-sh_black\/10 {
    outline-color: rgb(35 31 32 / 0.1);
  }

  .sm\:outline-sh_black\/100 {
    outline-color: rgb(35 31 32 / 1);
  }

  .sm\:outline-sh_black\/20 {
    outline-color: rgb(35 31 32 / 0.2);
  }

  .sm\:outline-sh_black\/25 {
    outline-color: rgb(35 31 32 / 0.25);
  }

  .sm\:outline-sh_black\/30 {
    outline-color: rgb(35 31 32 / 0.3);
  }

  .sm\:outline-sh_black\/40 {
    outline-color: rgb(35 31 32 / 0.4);
  }

  .sm\:outline-sh_black\/5 {
    outline-color: rgb(35 31 32 / 0.05);
  }

  .sm\:outline-sh_black\/50 {
    outline-color: rgb(35 31 32 / 0.5);
  }

  .sm\:outline-sh_black\/60 {
    outline-color: rgb(35 31 32 / 0.6);
  }

  .sm\:outline-sh_black\/70 {
    outline-color: rgb(35 31 32 / 0.7);
  }

  .sm\:outline-sh_black\/75 {
    outline-color: rgb(35 31 32 / 0.75);
  }

  .sm\:outline-sh_black\/80 {
    outline-color: rgb(35 31 32 / 0.8);
  }

  .sm\:outline-sh_black\/90 {
    outline-color: rgb(35 31 32 / 0.9);
  }

  .sm\:outline-sh_black\/95 {
    outline-color: rgb(35 31 32 / 0.95);
  }

  .sm\:outline-success_green {
    outline-color: #508316;
  }

  .sm\:outline-success_green\/0 {
    outline-color: rgb(80 131 22 / 0);
  }

  .sm\:outline-success_green\/10 {
    outline-color: rgb(80 131 22 / 0.1);
  }

  .sm\:outline-success_green\/100 {
    outline-color: rgb(80 131 22 / 1);
  }

  .sm\:outline-success_green\/20 {
    outline-color: rgb(80 131 22 / 0.2);
  }

  .sm\:outline-success_green\/25 {
    outline-color: rgb(80 131 22 / 0.25);
  }

  .sm\:outline-success_green\/30 {
    outline-color: rgb(80 131 22 / 0.3);
  }

  .sm\:outline-success_green\/40 {
    outline-color: rgb(80 131 22 / 0.4);
  }

  .sm\:outline-success_green\/5 {
    outline-color: rgb(80 131 22 / 0.05);
  }

  .sm\:outline-success_green\/50 {
    outline-color: rgb(80 131 22 / 0.5);
  }

  .sm\:outline-success_green\/60 {
    outline-color: rgb(80 131 22 / 0.6);
  }

  .sm\:outline-success_green\/70 {
    outline-color: rgb(80 131 22 / 0.7);
  }

  .sm\:outline-success_green\/75 {
    outline-color: rgb(80 131 22 / 0.75);
  }

  .sm\:outline-success_green\/80 {
    outline-color: rgb(80 131 22 / 0.8);
  }

  .sm\:outline-success_green\/90 {
    outline-color: rgb(80 131 22 / 0.9);
  }

  .sm\:outline-success_green\/95 {
    outline-color: rgb(80 131 22 / 0.95);
  }

  .sm\:outline-teal {
    outline-color: #00819f;
  }

  .sm\:outline-teal\/0 {
    outline-color: rgb(0 129 159 / 0);
  }

  .sm\:outline-teal\/10 {
    outline-color: rgb(0 129 159 / 0.1);
  }

  .sm\:outline-teal\/100 {
    outline-color: rgb(0 129 159 / 1);
  }

  .sm\:outline-teal\/20 {
    outline-color: rgb(0 129 159 / 0.2);
  }

  .sm\:outline-teal\/25 {
    outline-color: rgb(0 129 159 / 0.25);
  }

  .sm\:outline-teal\/30 {
    outline-color: rgb(0 129 159 / 0.3);
  }

  .sm\:outline-teal\/40 {
    outline-color: rgb(0 129 159 / 0.4);
  }

  .sm\:outline-teal\/5 {
    outline-color: rgb(0 129 159 / 0.05);
  }

  .sm\:outline-teal\/50 {
    outline-color: rgb(0 129 159 / 0.5);
  }

  .sm\:outline-teal\/60 {
    outline-color: rgb(0 129 159 / 0.6);
  }

  .sm\:outline-teal\/70 {
    outline-color: rgb(0 129 159 / 0.7);
  }

  .sm\:outline-teal\/75 {
    outline-color: rgb(0 129 159 / 0.75);
  }

  .sm\:outline-teal\/80 {
    outline-color: rgb(0 129 159 / 0.8);
  }

  .sm\:outline-teal\/90 {
    outline-color: rgb(0 129 159 / 0.9);
  }

  .sm\:outline-teal\/95 {
    outline-color: rgb(0 129 159 / 0.95);
  }

  .sm\:outline-teal_dark {
    outline-color: #003C4D;
  }

  .sm\:outline-teal_dark\/0 {
    outline-color: rgb(0 60 77 / 0);
  }

  .sm\:outline-teal_dark\/10 {
    outline-color: rgb(0 60 77 / 0.1);
  }

  .sm\:outline-teal_dark\/100 {
    outline-color: rgb(0 60 77 / 1);
  }

  .sm\:outline-teal_dark\/20 {
    outline-color: rgb(0 60 77 / 0.2);
  }

  .sm\:outline-teal_dark\/25 {
    outline-color: rgb(0 60 77 / 0.25);
  }

  .sm\:outline-teal_dark\/30 {
    outline-color: rgb(0 60 77 / 0.3);
  }

  .sm\:outline-teal_dark\/40 {
    outline-color: rgb(0 60 77 / 0.4);
  }

  .sm\:outline-teal_dark\/5 {
    outline-color: rgb(0 60 77 / 0.05);
  }

  .sm\:outline-teal_dark\/50 {
    outline-color: rgb(0 60 77 / 0.5);
  }

  .sm\:outline-teal_dark\/60 {
    outline-color: rgb(0 60 77 / 0.6);
  }

  .sm\:outline-teal_dark\/70 {
    outline-color: rgb(0 60 77 / 0.7);
  }

  .sm\:outline-teal_dark\/75 {
    outline-color: rgb(0 60 77 / 0.75);
  }

  .sm\:outline-teal_dark\/80 {
    outline-color: rgb(0 60 77 / 0.8);
  }

  .sm\:outline-teal_dark\/90 {
    outline-color: rgb(0 60 77 / 0.9);
  }

  .sm\:outline-teal_dark\/95 {
    outline-color: rgb(0 60 77 / 0.95);
  }

  .sm\:outline-teal_extra_light {
    outline-color: #f5fbfc;
  }

  .sm\:outline-teal_extra_light\/0 {
    outline-color: rgb(245 251 252 / 0);
  }

  .sm\:outline-teal_extra_light\/10 {
    outline-color: rgb(245 251 252 / 0.1);
  }

  .sm\:outline-teal_extra_light\/100 {
    outline-color: rgb(245 251 252 / 1);
  }

  .sm\:outline-teal_extra_light\/20 {
    outline-color: rgb(245 251 252 / 0.2);
  }

  .sm\:outline-teal_extra_light\/25 {
    outline-color: rgb(245 251 252 / 0.25);
  }

  .sm\:outline-teal_extra_light\/30 {
    outline-color: rgb(245 251 252 / 0.3);
  }

  .sm\:outline-teal_extra_light\/40 {
    outline-color: rgb(245 251 252 / 0.4);
  }

  .sm\:outline-teal_extra_light\/5 {
    outline-color: rgb(245 251 252 / 0.05);
  }

  .sm\:outline-teal_extra_light\/50 {
    outline-color: rgb(245 251 252 / 0.5);
  }

  .sm\:outline-teal_extra_light\/60 {
    outline-color: rgb(245 251 252 / 0.6);
  }

  .sm\:outline-teal_extra_light\/70 {
    outline-color: rgb(245 251 252 / 0.7);
  }

  .sm\:outline-teal_extra_light\/75 {
    outline-color: rgb(245 251 252 / 0.75);
  }

  .sm\:outline-teal_extra_light\/80 {
    outline-color: rgb(245 251 252 / 0.8);
  }

  .sm\:outline-teal_extra_light\/90 {
    outline-color: rgb(245 251 252 / 0.9);
  }

  .sm\:outline-teal_extra_light\/95 {
    outline-color: rgb(245 251 252 / 0.95);
  }

  .sm\:outline-teal_light {
    outline-color: #74c4d6;
  }

  .sm\:outline-teal_light\/0 {
    outline-color: rgb(116 196 214 / 0);
  }

  .sm\:outline-teal_light\/10 {
    outline-color: rgb(116 196 214 / 0.1);
  }

  .sm\:outline-teal_light\/100 {
    outline-color: rgb(116 196 214 / 1);
  }

  .sm\:outline-teal_light\/20 {
    outline-color: rgb(116 196 214 / 0.2);
  }

  .sm\:outline-teal_light\/25 {
    outline-color: rgb(116 196 214 / 0.25);
  }

  .sm\:outline-teal_light\/30 {
    outline-color: rgb(116 196 214 / 0.3);
  }

  .sm\:outline-teal_light\/40 {
    outline-color: rgb(116 196 214 / 0.4);
  }

  .sm\:outline-teal_light\/5 {
    outline-color: rgb(116 196 214 / 0.05);
  }

  .sm\:outline-teal_light\/50 {
    outline-color: rgb(116 196 214 / 0.5);
  }

  .sm\:outline-teal_light\/60 {
    outline-color: rgb(116 196 214 / 0.6);
  }

  .sm\:outline-teal_light\/70 {
    outline-color: rgb(116 196 214 / 0.7);
  }

  .sm\:outline-teal_light\/75 {
    outline-color: rgb(116 196 214 / 0.75);
  }

  .sm\:outline-teal_light\/80 {
    outline-color: rgb(116 196 214 / 0.8);
  }

  .sm\:outline-teal_light\/90 {
    outline-color: rgb(116 196 214 / 0.9);
  }

  .sm\:outline-teal_light\/95 {
    outline-color: rgb(116 196 214 / 0.95);
  }

  .sm\:outline-transparent {
    outline-color: transparent;
  }

  .sm\:outline-transparent\/0 {
    outline-color: rgb(0 0 0 / 0);
  }

  .sm\:outline-transparent\/10 {
    outline-color: rgb(0 0 0 / 0.1);
  }

  .sm\:outline-transparent\/100 {
    outline-color: rgb(0 0 0 / 1);
  }

  .sm\:outline-transparent\/20 {
    outline-color: rgb(0 0 0 / 0.2);
  }

  .sm\:outline-transparent\/25 {
    outline-color: rgb(0 0 0 / 0.25);
  }

  .sm\:outline-transparent\/30 {
    outline-color: rgb(0 0 0 / 0.3);
  }

  .sm\:outline-transparent\/40 {
    outline-color: rgb(0 0 0 / 0.4);
  }

  .sm\:outline-transparent\/5 {
    outline-color: rgb(0 0 0 / 0.05);
  }

  .sm\:outline-transparent\/50 {
    outline-color: rgb(0 0 0 / 0.5);
  }

  .sm\:outline-transparent\/60 {
    outline-color: rgb(0 0 0 / 0.6);
  }

  .sm\:outline-transparent\/70 {
    outline-color: rgb(0 0 0 / 0.7);
  }

  .sm\:outline-transparent\/75 {
    outline-color: rgb(0 0 0 / 0.75);
  }

  .sm\:outline-transparent\/80 {
    outline-color: rgb(0 0 0 / 0.8);
  }

  .sm\:outline-transparent\/90 {
    outline-color: rgb(0 0 0 / 0.9);
  }

  .sm\:outline-transparent\/95 {
    outline-color: rgb(0 0 0 / 0.95);
  }

  .sm\:outline-white {
    outline-color: #ffffff;
  }

  .sm\:outline-white\/0 {
    outline-color: rgb(255 255 255 / 0);
  }

  .sm\:outline-white\/10 {
    outline-color: rgb(255 255 255 / 0.1);
  }

  .sm\:outline-white\/100 {
    outline-color: rgb(255 255 255 / 1);
  }

  .sm\:outline-white\/20 {
    outline-color: rgb(255 255 255 / 0.2);
  }

  .sm\:outline-white\/25 {
    outline-color: rgb(255 255 255 / 0.25);
  }

  .sm\:outline-white\/30 {
    outline-color: rgb(255 255 255 / 0.3);
  }

  .sm\:outline-white\/40 {
    outline-color: rgb(255 255 255 / 0.4);
  }

  .sm\:outline-white\/5 {
    outline-color: rgb(255 255 255 / 0.05);
  }

  .sm\:outline-white\/50 {
    outline-color: rgb(255 255 255 / 0.5);
  }

  .sm\:outline-white\/60 {
    outline-color: rgb(255 255 255 / 0.6);
  }

  .sm\:outline-white\/70 {
    outline-color: rgb(255 255 255 / 0.7);
  }

  .sm\:outline-white\/75 {
    outline-color: rgb(255 255 255 / 0.75);
  }

  .sm\:outline-white\/80 {
    outline-color: rgb(255 255 255 / 0.8);
  }

  .sm\:outline-white\/90 {
    outline-color: rgb(255 255 255 / 0.9);
  }

  .sm\:outline-white\/95 {
    outline-color: rgb(255 255 255 / 0.95);
  }

  .sm\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\: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;
  }

  .sm\:transition-none {
    transition-property: none;
  }

  .sm\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:content-none {
    --tw-content: none;
    content: var(--tw-content);
  }

  .sm\:bg_cyan_dark {
    background-color: #007298;
  }

  .sm\:color_cyan_dark {
    color: #007298;
  }

  .sm\:fill_cyan_dark {
    fill: #007298;
    color: #007298;
  }

  .sm\:border_color_cyan_dark {
    border-color: #007298;
  }

  .sm\:bg_cyan {
    background-color: #408EA0;
  }

  .sm\:color_cyan {
    color: #408EA0;
  }

  .sm\:fill_cyan {
    fill: #408EA0;
    color: #408EA0;
  }

  .sm\:border_color_cyan {
    border-color: #408EA0;
  }

  .sm\:bg_cyan_light {
    background-color: #C5E0EA;
  }

  .sm\:color_cyan_light {
    color: #C5E0EA;
  }

  .sm\:fill_cyan_light {
    fill: #C5E0EA;
    color: #C5E0EA;
  }

  .sm\:border_color_cyan_light {
    border-color: #C5E0EA;
  }

  .sm\:bg_cyan_extra_light {
    background-color: #EFF7F8;
  }

  .sm\:color_cyan_extra_light {
    color: #EFF7F8;
  }

  .sm\:fill_cyan_extra_light {
    fill: #EFF7F8;
    color: #EFF7F8;
  }

  .sm\:border_color_extra_cyan_light {
    border-color: #EFF7F8;
  }

  .sm\:sh_height_580 {
    min-height: 36.25rem;
  }

  .sm\:sh_height_500 {
    min-height: 31.25rem;
  }

  .sm\:sh_height_450 {
    min-height: 28.125rem;
  }

  .sm\:sh_height_400 {
    min-height: 25rem;
  }

  .sm\:sh_height_350 {
    min-height: 21.875rem;
  }

  .sm\:sh_height_144 {
    min-height: 9rem;
  }

  .sm\:sh_superscript {
    position: relative;
    top: -5px;
    font-size: .625rem;
    margin-left: 1px;
  }

  .sm\:sh_icon_hover {
    color: #408EA0;
    fill: #408EA0;
  }

  .sm\:sh_icon_hover:hover {
    color: #74C3D5;
    fill: #74C3D5;
  }

  @media (max-width: 1023.9px) {
    .sm\:sh_hiddenWhenSmall {
      display: none;
    }
  }

  .sm\:important_mb_0 {
    margin-bottom: 0px !important;
  }

  .sm\:important_mt_0 {
    margin-top: 0px !important;
  }

  .sm\:important_pb_0 {
    padding-bottom: 0px !important;
  }

  .sm\:important_pt_0 {
    padding-top: 0px !important;
  }

  .sm\:important_bg_image_none {
    background-image: none !important;
  }

  .sm\:important_w_full {
    width: 100% !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  .sm\:important_button_width_100 {
    width: 100% !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  #layoutContainers>div>.row>.sm\:col-sm {
    padding: 0 !important;
  }
}

@media (min-width: 1024px) {
  .md\: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;
  }

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:-inset-0 {
    inset: -0px;
  }

  .md\:-inset-1 {
    inset: -1px;
  }

  .md\:-inset-1\/2 {
    inset: -50%;
  }

  .md\:-inset-1\/3 {
    inset: -33.333333%;
  }

  .md\:-inset-1\/4 {
    inset: -25%;
  }

  .md\:-inset-10 {
    inset: -0.625rem;
  }

  .md\:-inset-100 {
    inset: -6.250rem;
  }

  .md\:-inset-12 {
    inset: -0.750rem;
  }

  .md\:-inset-14 {
    inset: -0.875rem;
  }

  .md\:-inset-150 {
    inset: -9.375rem;
  }

  .md\:-inset-16 {
    inset: -1.000rem;
  }

  .md\:-inset-18 {
    inset: -1.125rem;
  }

  .md\:-inset-2 {
    inset: -0.125rem;
  }

  .md\:-inset-2\/3 {
    inset: -66.666667%;
  }

  .md\:-inset-2\/4 {
    inset: -50%;
  }

  .md\:-inset-20 {
    inset: -1.250rem;
  }

  .md\:-inset-200 {
    inset: -12.5rem;
  }

  .md\:-inset-22 {
    inset: -1.375rem;
  }

  .md\:-inset-24 {
    inset: -1.500rem;
  }

  .md\:-inset-250 {
    inset: -15.625rem;
  }

  .md\:-inset-26 {
    inset: -1.625rem;
  }

  .md\:-inset-28 {
    inset: -1.75rem;
  }

  .md\:-inset-3 {
    inset: -0.188rem;
  }

  .md\:-inset-3\/4 {
    inset: -75%;
  }

  .md\:-inset-30 {
    inset: -1.875rem;
  }

  .md\:-inset-300 {
    inset: -18.75rem;
  }

  .md\:-inset-32 {
    inset: -2rem;
  }

  .md\:-inset-34 {
    inset: -2.125rem;
  }

  .md\:-inset-36 {
    inset: -2.25rem;
  }

  .md\:-inset-38 {
    inset: -2.375rem;
  }

  .md\:-inset-4 {
    inset: -0.250rem;
  }

  .md\:-inset-40 {
    inset: -2.500rem;
  }

  .md\:-inset-50 {
    inset: -3.125rem;
  }

  .md\:-inset-6 {
    inset: -0.375rem;
  }

  .md\:-inset-60 {
    inset: -3.750rem;
  }

  .md\:-inset-70 {
    inset: -4.375rem;
  }

  .md\:-inset-8 {
    inset: -0.500rem;
  }

  .md\:-inset-80 {
    inset: -5.000rem;
  }

  .md\:-inset-90 {
    inset: -5.625rem;
  }

  .md\:-inset-full {
    inset: -100%;
  }

  .md\:inset-0 {
    inset: 0px;
  }

  .md\:inset-1 {
    inset: 1px;
  }

  .md\:inset-1\/2 {
    inset: 50%;
  }

  .md\:inset-1\/3 {
    inset: 33.333333%;
  }

  .md\:inset-1\/4 {
    inset: 25%;
  }

  .md\:inset-10 {
    inset: 0.625rem;
  }

  .md\:inset-100 {
    inset: 6.250rem;
  }

  .md\:inset-12 {
    inset: 0.750rem;
  }

  .md\:inset-14 {
    inset: 0.875rem;
  }

  .md\:inset-150 {
    inset: 9.375rem;
  }

  .md\:inset-16 {
    inset: 1.000rem;
  }

  .md\:inset-18 {
    inset: 1.125rem;
  }

  .md\:inset-2 {
    inset: 0.125rem;
  }

  .md\:inset-2\/3 {
    inset: 66.666667%;
  }

  .md\:inset-2\/4 {
    inset: 50%;
  }

  .md\:inset-20 {
    inset: 1.250rem;
  }

  .md\:inset-200 {
    inset: 12.5rem;
  }

  .md\:inset-22 {
    inset: 1.375rem;
  }

  .md\:inset-24 {
    inset: 1.500rem;
  }

  .md\:inset-250 {
    inset: 15.625rem;
  }

  .md\:inset-26 {
    inset: 1.625rem;
  }

  .md\:inset-28 {
    inset: 1.75rem;
  }

  .md\:inset-3 {
    inset: 0.188rem;
  }

  .md\:inset-3\/4 {
    inset: 75%;
  }

  .md\:inset-30 {
    inset: 1.875rem;
  }

  .md\:inset-300 {
    inset: 18.75rem;
  }

  .md\:inset-32 {
    inset: 2rem;
  }

  .md\:inset-34 {
    inset: 2.125rem;
  }

  .md\:inset-36 {
    inset: 2.25rem;
  }

  .md\:inset-38 {
    inset: 2.375rem;
  }

  .md\:inset-4 {
    inset: 0.250rem;
  }

  .md\:inset-40 {
    inset: 2.500rem;
  }

  .md\:inset-50 {
    inset: 3.125rem;
  }

  .md\:inset-6 {
    inset: 0.375rem;
  }

  .md\:inset-60 {
    inset: 3.750rem;
  }

  .md\:inset-70 {
    inset: 4.375rem;
  }

  .md\:inset-8 {
    inset: 0.500rem;
  }

  .md\:inset-80 {
    inset: 5.000rem;
  }

  .md\:inset-90 {
    inset: 5.625rem;
  }

  .md\:inset-auto {
    inset: auto;
  }

  .md\:inset-full {
    inset: 100%;
  }

  .md\:-inset-x-0 {
    left: -0px;
    right: -0px;
  }

  .md\:-inset-x-1 {
    left: -1px;
    right: -1px;
  }

  .md\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .md\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .md\:-inset-x-10 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .md\:-inset-x-100 {
    left: -6.250rem;
    right: -6.250rem;
  }

  .md\:-inset-x-12 {
    left: -0.750rem;
    right: -0.750rem;
  }

  .md\:-inset-x-14 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .md\:-inset-x-150 {
    left: -9.375rem;
    right: -9.375rem;
  }

  .md\:-inset-x-16 {
    left: -1.000rem;
    right: -1.000rem;
  }

  .md\:-inset-x-18 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .md\:-inset-x-2 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .md\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .md\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-20 {
    left: -1.250rem;
    right: -1.250rem;
  }

  .md\:-inset-x-200 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .md\:-inset-x-22 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .md\:-inset-x-24 {
    left: -1.500rem;
    right: -1.500rem;
  }

  .md\:-inset-x-250 {
    left: -15.625rem;
    right: -15.625rem;
  }

  .md\:-inset-x-26 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .md\:-inset-x-28 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .md\:-inset-x-3 {
    left: -0.188rem;
    right: -0.188rem;
  }

  .md\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .md\:-inset-x-30 {
    left: -1.875rem;
    right: -1.875rem;
  }

  .md\:-inset-x-300 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .md\:-inset-x-32 {
    left: -2rem;
    right: -2rem;
  }

  .md\:-inset-x-34 {
    left: -2.125rem;
    right: -2.125rem;
  }

  .md\:-inset-x-36 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .md\:-inset-x-38 {
    left: -2.375rem;
    right: -2.375rem;
  }

  .md\:-inset-x-4 {
    left: -0.250rem;
    right: -0.250rem;
  }

  .md\:-inset-x-40 {
    left: -2.500rem;
    right: -2.500rem;
  }

  .md\:-inset-x-50 {
    left: -3.125rem;
    right: -3.125rem;
  }

  .md\:-inset-x-6 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .md\:-inset-x-60 {
    left: -3.750rem;
    right: -3.750rem;
  }

  .md\:-inset-x-70 {
    left: -4.375rem;
    right: -4.375rem;
  }

  .md\:-inset-x-8 {
    left: -0.500rem;
    right: -0.500rem;
  }

  .md\:-inset-x-80 {
    left: -5.000rem;
    right: -5.000rem;
  }

  .md\:-inset-x-90 {
    left: -5.625rem;
    right: -5.625rem;
  }

  .md\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .md\:-inset-y-0 {
    top: -0px;
    bottom: -0px;
  }

  .md\:-inset-y-1 {
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-y-10 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:-inset-y-100 {
    top: -6.250rem;
    bottom: -6.250rem;
  }

  .md\:-inset-y-12 {
    top: -0.750rem;
    bottom: -0.750rem;
  }

  .md\:-inset-y-14 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:-inset-y-150 {
    top: -9.375rem;
    bottom: -9.375rem;
  }

  .md\:-inset-y-16 {
    top: -1.000rem;
    bottom: -1.000rem;
  }

  .md\:-inset-y-18 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .md\:-inset-y-2 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-20 {
    top: -1.250rem;
    bottom: -1.250rem;
  }

  .md\:-inset-y-200 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .md\:-inset-y-22 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .md\:-inset-y-24 {
    top: -1.500rem;
    bottom: -1.500rem;
  }

  .md\:-inset-y-250 {
    top: -15.625rem;
    bottom: -15.625rem;
  }

  .md\:-inset-y-26 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .md\:-inset-y-28 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:-inset-y-3 {
    top: -0.188rem;
    bottom: -0.188rem;
  }

  .md\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-y-30 {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .md\:-inset-y-300 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .md\:-inset-y-32 {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-y-34 {
    top: -2.125rem;
    bottom: -2.125rem;
  }

  .md\:-inset-y-36 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:-inset-y-38 {
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .md\:-inset-y-4 {
    top: -0.250rem;
    bottom: -0.250rem;
  }

  .md\:-inset-y-40 {
    top: -2.500rem;
    bottom: -2.500rem;
  }

  .md\:-inset-y-50 {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .md\:-inset-y-6 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:-inset-y-60 {
    top: -3.750rem;
    bottom: -3.750rem;
  }

  .md\:-inset-y-70 {
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .md\:-inset-y-8 {
    top: -0.500rem;
    bottom: -0.500rem;
  }

  .md\:-inset-y-80 {
    top: -5.000rem;
    bottom: -5.000rem;
  }

  .md\:-inset-y-90 {
    top: -5.625rem;
    bottom: -5.625rem;
  }

  .md\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .md\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .md\:inset-x-1 {
    left: 1px;
    right: 1px;
  }

  .md\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .md\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .md\:inset-x-10 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .md\:inset-x-100 {
    left: 6.250rem;
    right: 6.250rem;
  }

  .md\:inset-x-12 {
    left: 0.750rem;
    right: 0.750rem;
  }

  .md\:inset-x-14 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .md\:inset-x-150 {
    left: 9.375rem;
    right: 9.375rem;
  }

  .md\:inset-x-16 {
    left: 1.000rem;
    right: 1.000rem;
  }

  .md\:inset-x-18 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .md\:inset-x-2 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .md\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .md\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-20 {
    left: 1.250rem;
    right: 1.250rem;
  }

  .md\:inset-x-200 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .md\:inset-x-22 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .md\:inset-x-24 {
    left: 1.500rem;
    right: 1.500rem;
  }

  .md\:inset-x-250 {
    left: 15.625rem;
    right: 15.625rem;
  }

  .md\:inset-x-26 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .md\:inset-x-28 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .md\:inset-x-3 {
    left: 0.188rem;
    right: 0.188rem;
  }

  .md\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .md\:inset-x-30 {
    left: 1.875rem;
    right: 1.875rem;
  }

  .md\:inset-x-300 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .md\:inset-x-32 {
    left: 2rem;
    right: 2rem;
  }

  .md\:inset-x-34 {
    left: 2.125rem;
    right: 2.125rem;
  }

  .md\:inset-x-36 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .md\:inset-x-38 {
    left: 2.375rem;
    right: 2.375rem;
  }

  .md\:inset-x-4 {
    left: 0.250rem;
    right: 0.250rem;
  }

  .md\:inset-x-40 {
    left: 2.500rem;
    right: 2.500rem;
  }

  .md\:inset-x-50 {
    left: 3.125rem;
    right: 3.125rem;
  }

  .md\:inset-x-6 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .md\:inset-x-60 {
    left: 3.750rem;
    right: 3.750rem;
  }

  .md\:inset-x-70 {
    left: 4.375rem;
    right: 4.375rem;
  }

  .md\:inset-x-8 {
    left: 0.500rem;
    right: 0.500rem;
  }

  .md\:inset-x-80 {
    left: 5.000rem;
    right: 5.000rem;
  }

  .md\:inset-x-90 {
    left: 5.625rem;
    right: 5.625rem;
  }

  .md\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .md\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .md\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:inset-y-1 {
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-y-10 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:inset-y-100 {
    top: 6.250rem;
    bottom: 6.250rem;
  }

  .md\:inset-y-12 {
    top: 0.750rem;
    bottom: 0.750rem;
  }

  .md\:inset-y-14 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:inset-y-150 {
    top: 9.375rem;
    bottom: 9.375rem;
  }

  .md\:inset-y-16 {
    top: 1.000rem;
    bottom: 1.000rem;
  }

  .md\:inset-y-18 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .md\:inset-y-2 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-20 {
    top: 1.250rem;
    bottom: 1.250rem;
  }

  .md\:inset-y-200 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .md\:inset-y-22 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .md\:inset-y-24 {
    top: 1.500rem;
    bottom: 1.500rem;
  }

  .md\:inset-y-250 {
    top: 15.625rem;
    bottom: 15.625rem;
  }

  .md\:inset-y-26 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .md\:inset-y-28 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:inset-y-3 {
    top: 0.188rem;
    bottom: 0.188rem;
  }

  .md\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-y-30 {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .md\:inset-y-300 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .md\:inset-y-32 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-y-34 {
    top: 2.125rem;
    bottom: 2.125rem;
  }

  .md\:inset-y-36 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:inset-y-38 {
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .md\:inset-y-4 {
    top: 0.250rem;
    bottom: 0.250rem;
  }

  .md\:inset-y-40 {
    top: 2.500rem;
    bottom: 2.500rem;
  }

  .md\:inset-y-50 {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .md\:inset-y-6 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:inset-y-60 {
    top: 3.750rem;
    bottom: 3.750rem;
  }

  .md\:inset-y-70 {
    top: 4.375rem;
    bottom: 4.375rem;
  }

  .md\:inset-y-8 {
    top: 0.500rem;
    bottom: 0.500rem;
  }

  .md\:inset-y-80 {
    top: 5.000rem;
    bottom: 5.000rem;
  }

  .md\:inset-y-90 {
    top: 5.625rem;
    bottom: 5.625rem;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .md\:-bottom-0 {
    bottom: -0px;
  }

  .md\:-bottom-1 {
    bottom: -1px;
  }

  .md\:-bottom-1\/2 {
    bottom: -50%;
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .md\:-bottom-1\/4 {
    bottom: -25%;
  }

  .md\:-bottom-10 {
    bottom: -0.625rem;
  }

  .md\:-bottom-100 {
    bottom: -6.250rem;
  }

  .md\:-bottom-12 {
    bottom: -0.750rem;
  }

  .md\:-bottom-14 {
    bottom: -0.875rem;
  }

  .md\:-bottom-150 {
    bottom: -9.375rem;
  }

  .md\:-bottom-16 {
    bottom: -1.000rem;
  }

  .md\:-bottom-18 {
    bottom: -1.125rem;
  }

  .md\:-bottom-2 {
    bottom: -0.125rem;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .md\:-bottom-2\/4 {
    bottom: -50%;
  }

  .md\:-bottom-20 {
    bottom: -1.250rem;
  }

  .md\:-bottom-200 {
    bottom: -12.5rem;
  }

  .md\:-bottom-22 {
    bottom: -1.375rem;
  }

  .md\:-bottom-24 {
    bottom: -1.500rem;
  }

  .md\:-bottom-250 {
    bottom: -15.625rem;
  }

  .md\:-bottom-26 {
    bottom: -1.625rem;
  }

  .md\:-bottom-28 {
    bottom: -1.75rem;
  }

  .md\:-bottom-3 {
    bottom: -0.188rem;
  }

  .md\:-bottom-3\/4 {
    bottom: -75%;
  }

  .md\:-bottom-30 {
    bottom: -1.875rem;
  }

  .md\:-bottom-300 {
    bottom: -18.75rem;
  }

  .md\:-bottom-32 {
    bottom: -2rem;
  }

  .md\:-bottom-34 {
    bottom: -2.125rem;
  }

  .md\:-bottom-36 {
    bottom: -2.25rem;
  }

  .md\:-bottom-38 {
    bottom: -2.375rem;
  }

  .md\:-bottom-4 {
    bottom: -0.250rem;
  }

  .md\:-bottom-40 {
    bottom: -2.500rem;
  }

  .md\:-bottom-50 {
    bottom: -3.125rem;
  }

  .md\:-bottom-6 {
    bottom: -0.375rem;
  }

  .md\:-bottom-60 {
    bottom: -3.750rem;
  }

  .md\:-bottom-70 {
    bottom: -4.375rem;
  }

  .md\:-bottom-8 {
    bottom: -0.500rem;
  }

  .md\:-bottom-80 {
    bottom: -5.000rem;
  }

  .md\:-bottom-90 {
    bottom: -5.625rem;
  }

  .md\:-bottom-full {
    bottom: -100%;
  }

  .md\:-end-0 {
    inset-inline-end: -0px;
  }

  .md\:-end-1 {
    inset-inline-end: -1px;
  }

  .md\:-end-1\/2 {
    inset-inline-end: -50%;
  }

  .md\:-end-1\/3 {
    inset-inline-end: -33.333333%;
  }

  .md\:-end-1\/4 {
    inset-inline-end: -25%;
  }

  .md\:-end-10 {
    inset-inline-end: -0.625rem;
  }

  .md\:-end-100 {
    inset-inline-end: -6.250rem;
  }

  .md\:-end-12 {
    inset-inline-end: -0.750rem;
  }

  .md\:-end-14 {
    inset-inline-end: -0.875rem;
  }

  .md\:-end-150 {
    inset-inline-end: -9.375rem;
  }

  .md\:-end-16 {
    inset-inline-end: -1.000rem;
  }

  .md\:-end-18 {
    inset-inline-end: -1.125rem;
  }

  .md\:-end-2 {
    inset-inline-end: -0.125rem;
  }

  .md\:-end-2\/3 {
    inset-inline-end: -66.666667%;
  }

  .md\:-end-2\/4 {
    inset-inline-end: -50%;
  }

  .md\:-end-20 {
    inset-inline-end: -1.250rem;
  }

  .md\:-end-200 {
    inset-inline-end: -12.5rem;
  }

  .md\:-end-22 {
    inset-inline-end: -1.375rem;
  }

  .md\:-end-24 {
    inset-inline-end: -1.500rem;
  }

  .md\:-end-250 {
    inset-inline-end: -15.625rem;
  }

  .md\:-end-26 {
    inset-inline-end: -1.625rem;
  }

  .md\:-end-28 {
    inset-inline-end: -1.75rem;
  }

  .md\:-end-3 {
    inset-inline-end: -0.188rem;
  }

  .md\:-end-3\/4 {
    inset-inline-end: -75%;
  }

  .md\:-end-30 {
    inset-inline-end: -1.875rem;
  }

  .md\:-end-300 {
    inset-inline-end: -18.75rem;
  }

  .md\:-end-32 {
    inset-inline-end: -2rem;
  }

  .md\:-end-34 {
    inset-inline-end: -2.125rem;
  }

  .md\:-end-36 {
    inset-inline-end: -2.25rem;
  }

  .md\:-end-38 {
    inset-inline-end: -2.375rem;
  }

  .md\:-end-4 {
    inset-inline-end: -0.250rem;
  }

  .md\:-end-40 {
    inset-inline-end: -2.500rem;
  }

  .md\:-end-50 {
    inset-inline-end: -3.125rem;
  }

  .md\:-end-6 {
    inset-inline-end: -0.375rem;
  }

  .md\:-end-60 {
    inset-inline-end: -3.750rem;
  }

  .md\:-end-70 {
    inset-inline-end: -4.375rem;
  }

  .md\:-end-8 {
    inset-inline-end: -0.500rem;
  }

  .md\:-end-80 {
    inset-inline-end: -5.000rem;
  }

  .md\:-end-90 {
    inset-inline-end: -5.625rem;
  }

  .md\:-end-full {
    inset-inline-end: -100%;
  }

  .md\:-left-0 {
    left: -0px;
  }

  .md\:-left-1 {
    left: -1px;
  }

  .md\:-left-1\/2 {
    left: -50%;
  }

  .md\:-left-1\/3 {
    left: -33.333333%;
  }

  .md\:-left-1\/4 {
    left: -25%;
  }

  .md\:-left-10 {
    left: -0.625rem;
  }

  .md\:-left-100 {
    left: -6.250rem;
  }

  .md\:-left-12 {
    left: -0.750rem;
  }

  .md\:-left-14 {
    left: -0.875rem;
  }

  .md\:-left-150 {
    left: -9.375rem;
  }

  .md\:-left-16 {
    left: -1.000rem;
  }

  .md\:-left-18 {
    left: -1.125rem;
  }

  .md\:-left-2 {
    left: -0.125rem;
  }

  .md\:-left-2\/3 {
    left: -66.666667%;
  }

  .md\:-left-2\/4 {
    left: -50%;
  }

  .md\:-left-20 {
    left: -1.250rem;
  }

  .md\:-left-200 {
    left: -12.5rem;
  }

  .md\:-left-22 {
    left: -1.375rem;
  }

  .md\:-left-24 {
    left: -1.500rem;
  }

  .md\:-left-250 {
    left: -15.625rem;
  }

  .md\:-left-26 {
    left: -1.625rem;
  }

  .md\:-left-28 {
    left: -1.75rem;
  }

  .md\:-left-3 {
    left: -0.188rem;
  }

  .md\:-left-3\/4 {
    left: -75%;
  }

  .md\:-left-30 {
    left: -1.875rem;
  }

  .md\:-left-300 {
    left: -18.75rem;
  }

  .md\:-left-32 {
    left: -2rem;
  }

  .md\:-left-34 {
    left: -2.125rem;
  }

  .md\:-left-36 {
    left: -2.25rem;
  }

  .md\:-left-38 {
    left: -2.375rem;
  }

  .md\:-left-4 {
    left: -0.250rem;
  }

  .md\:-left-40 {
    left: -2.500rem;
  }

  .md\:-left-50 {
    left: -3.125rem;
  }

  .md\:-left-6 {
    left: -0.375rem;
  }

  .md\:-left-60 {
    left: -3.750rem;
  }

  .md\:-left-70 {
    left: -4.375rem;
  }

  .md\:-left-8 {
    left: -0.500rem;
  }

  .md\:-left-80 {
    left: -5.000rem;
  }

  .md\:-left-90 {
    left: -5.625rem;
  }

  .md\:-left-full {
    left: -100%;
  }

  .md\:-right-0 {
    right: -0px;
  }

  .md\:-right-1 {
    right: -1px;
  }

  .md\:-right-1\/2 {
    right: -50%;
  }

  .md\:-right-1\/3 {
    right: -33.333333%;
  }

  .md\:-right-1\/4 {
    right: -25%;
  }

  .md\:-right-10 {
    right: -0.625rem;
  }

  .md\:-right-100 {
    right: -6.250rem;
  }

  .md\:-right-12 {
    right: -0.750rem;
  }

  .md\:-right-14 {
    right: -0.875rem;
  }

  .md\:-right-150 {
    right: -9.375rem;
  }

  .md\:-right-16 {
    right: -1.000rem;
  }

  .md\:-right-18 {
    right: -1.125rem;
  }

  .md\:-right-2 {
    right: -0.125rem;
  }

  .md\:-right-2\/3 {
    right: -66.666667%;
  }

  .md\:-right-2\/4 {
    right: -50%;
  }

  .md\:-right-20 {
    right: -1.250rem;
  }

  .md\:-right-200 {
    right: -12.5rem;
  }

  .md\:-right-22 {
    right: -1.375rem;
  }

  .md\:-right-24 {
    right: -1.500rem;
  }

  .md\:-right-250 {
    right: -15.625rem;
  }

  .md\:-right-26 {
    right: -1.625rem;
  }

  .md\:-right-28 {
    right: -1.75rem;
  }

  .md\:-right-3 {
    right: -0.188rem;
  }

  .md\:-right-3\/4 {
    right: -75%;
  }

  .md\:-right-30 {
    right: -1.875rem;
  }

  .md\:-right-300 {
    right: -18.75rem;
  }

  .md\:-right-32 {
    right: -2rem;
  }

  .md\:-right-34 {
    right: -2.125rem;
  }

  .md\:-right-36 {
    right: -2.25rem;
  }

  .md\:-right-38 {
    right: -2.375rem;
  }

  .md\:-right-4 {
    right: -0.250rem;
  }

  .md\:-right-40 {
    right: -2.500rem;
  }

  .md\:-right-50 {
    right: -3.125rem;
  }

  .md\:-right-6 {
    right: -0.375rem;
  }

  .md\:-right-60 {
    right: -3.750rem;
  }

  .md\:-right-70 {
    right: -4.375rem;
  }

  .md\:-right-8 {
    right: -0.500rem;
  }

  .md\:-right-80 {
    right: -5.000rem;
  }

  .md\:-right-90 {
    right: -5.625rem;
  }

  .md\:-right-full {
    right: -100%;
  }

  .md\:-start-0 {
    inset-inline-start: -0px;
  }

  .md\:-start-1 {
    inset-inline-start: -1px;
  }

  .md\:-start-1\/2 {
    inset-inline-start: -50%;
  }

  .md\:-start-1\/3 {
    inset-inline-start: -33.333333%;
  }

  .md\:-start-1\/4 {
    inset-inline-start: -25%;
  }

  .md\:-start-10 {
    inset-inline-start: -0.625rem;
  }

  .md\:-start-100 {
    inset-inline-start: -6.250rem;
  }

  .md\:-start-12 {
    inset-inline-start: -0.750rem;
  }

  .md\:-start-14 {
    inset-inline-start: -0.875rem;
  }

  .md\:-start-150 {
    inset-inline-start: -9.375rem;
  }

  .md\:-start-16 {
    inset-inline-start: -1.000rem;
  }

  .md\:-start-18 {
    inset-inline-start: -1.125rem;
  }

  .md\:-start-2 {
    inset-inline-start: -0.125rem;
  }

  .md\:-start-2\/3 {
    inset-inline-start: -66.666667%;
  }

  .md\:-start-2\/4 {
    inset-inline-start: -50%;
  }

  .md\:-start-20 {
    inset-inline-start: -1.250rem;
  }

  .md\:-start-200 {
    inset-inline-start: -12.5rem;
  }

  .md\:-start-22 {
    inset-inline-start: -1.375rem;
  }

  .md\:-start-24 {
    inset-inline-start: -1.500rem;
  }

  .md\:-start-250 {
    inset-inline-start: -15.625rem;
  }

  .md\:-start-26 {
    inset-inline-start: -1.625rem;
  }

  .md\:-start-28 {
    inset-inline-start: -1.75rem;
  }

  .md\:-start-3 {
    inset-inline-start: -0.188rem;
  }

  .md\:-start-3\/4 {
    inset-inline-start: -75%;
  }

  .md\:-start-30 {
    inset-inline-start: -1.875rem;
  }

  .md\:-start-300 {
    inset-inline-start: -18.75rem;
  }

  .md\:-start-32 {
    inset-inline-start: -2rem;
  }

  .md\:-start-34 {
    inset-inline-start: -2.125rem;
  }

  .md\:-start-36 {
    inset-inline-start: -2.25rem;
  }

  .md\:-start-38 {
    inset-inline-start: -2.375rem;
  }

  .md\:-start-4 {
    inset-inline-start: -0.250rem;
  }

  .md\:-start-40 {
    inset-inline-start: -2.500rem;
  }

  .md\:-start-50 {
    inset-inline-start: -3.125rem;
  }

  .md\:-start-6 {
    inset-inline-start: -0.375rem;
  }

  .md\:-start-60 {
    inset-inline-start: -3.750rem;
  }

  .md\:-start-70 {
    inset-inline-start: -4.375rem;
  }

  .md\:-start-8 {
    inset-inline-start: -0.500rem;
  }

  .md\:-start-80 {
    inset-inline-start: -5.000rem;
  }

  .md\:-start-90 {
    inset-inline-start: -5.625rem;
  }

  .md\:-start-full {
    inset-inline-start: -100%;
  }

  .md\:-top-0 {
    top: -0px;
  }

  .md\:-top-1 {
    top: -1px;
  }

  .md\:-top-1\/2 {
    top: -50%;
  }

  .md\:-top-1\/3 {
    top: -33.333333%;
  }

  .md\:-top-1\/4 {
    top: -25%;
  }

  .md\:-top-10 {
    top: -0.625rem;
  }

  .md\:-top-100 {
    top: -6.250rem;
  }

  .md\:-top-12 {
    top: -0.750rem;
  }

  .md\:-top-14 {
    top: -0.875rem;
  }

  .md\:-top-150 {
    top: -9.375rem;
  }

  .md\:-top-16 {
    top: -1.000rem;
  }

  .md\:-top-18 {
    top: -1.125rem;
  }

  .md\:-top-2 {
    top: -0.125rem;
  }

  .md\:-top-2\/3 {
    top: -66.666667%;
  }

  .md\:-top-2\/4 {
    top: -50%;
  }

  .md\:-top-20 {
    top: -1.250rem;
  }

  .md\:-top-200 {
    top: -12.5rem;
  }

  .md\:-top-22 {
    top: -1.375rem;
  }

  .md\:-top-24 {
    top: -1.500rem;
  }

  .md\:-top-250 {
    top: -15.625rem;
  }

  .md\:-top-26 {
    top: -1.625rem;
  }

  .md\:-top-28 {
    top: -1.75rem;
  }

  .md\:-top-3 {
    top: -0.188rem;
  }

  .md\:-top-3\/4 {
    top: -75%;
  }

  .md\:-top-30 {
    top: -1.875rem;
  }

  .md\:-top-300 {
    top: -18.75rem;
  }

  .md\:-top-32 {
    top: -2rem;
  }

  .md\:-top-34 {
    top: -2.125rem;
  }

  .md\:-top-36 {
    top: -2.25rem;
  }

  .md\:-top-38 {
    top: -2.375rem;
  }

  .md\:-top-4 {
    top: -0.250rem;
  }

  .md\:-top-40 {
    top: -2.500rem;
  }

  .md\:-top-50 {
    top: -3.125rem;
  }

  .md\:-top-6 {
    top: -0.375rem;
  }

  .md\:-top-60 {
    top: -3.750rem;
  }

  .md\:-top-70 {
    top: -4.375rem;
  }

  .md\:-top-8 {
    top: -0.500rem;
  }

  .md\:-top-80 {
    top: -5.000rem;
  }

  .md\:-top-90 {
    top: -5.625rem;
  }

  .md\:-top-full {
    top: -100%;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-1 {
    bottom: 1px;
  }

  .md\:bottom-1\/2 {
    bottom: 50%;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .md\:bottom-1\/4 {
    bottom: 25%;
  }

  .md\:bottom-10 {
    bottom: 0.625rem;
  }

  .md\:bottom-100 {
    bottom: 6.250rem;
  }

  .md\:bottom-12 {
    bottom: 0.750rem;
  }

  .md\:bottom-14 {
    bottom: 0.875rem;
  }

  .md\:bottom-150 {
    bottom: 9.375rem;
  }

  .md\:bottom-16 {
    bottom: 1.000rem;
  }

  .md\:bottom-18 {
    bottom: 1.125rem;
  }

  .md\:bottom-2 {
    bottom: 0.125rem;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .md\:bottom-2\/4 {
    bottom: 50%;
  }

  .md\:bottom-20 {
    bottom: 1.250rem;
  }

  .md\:bottom-200 {
    bottom: 12.5rem;
  }

  .md\:bottom-22 {
    bottom: 1.375rem;
  }

  .md\:bottom-24 {
    bottom: 1.500rem;
  }

  .md\:bottom-250 {
    bottom: 15.625rem;
  }

  .md\:bottom-26 {
    bottom: 1.625rem;
  }

  .md\:bottom-28 {
    bottom: 1.75rem;
  }

  .md\:bottom-3 {
    bottom: 0.188rem;
  }

  .md\:bottom-3\/4 {
    bottom: 75%;
  }

  .md\:bottom-30 {
    bottom: 1.875rem;
  }

  .md\:bottom-300 {
    bottom: 18.75rem;
  }

  .md\:bottom-32 {
    bottom: 2rem;
  }

  .md\:bottom-34 {
    bottom: 2.125rem;
  }

  .md\:bottom-36 {
    bottom: 2.25rem;
  }

  .md\:bottom-38 {
    bottom: 2.375rem;
  }

  .md\:bottom-4 {
    bottom: 0.250rem;
  }

  .md\:bottom-40 {
    bottom: 2.500rem;
  }

  .md\:bottom-50 {
    bottom: 3.125rem;
  }

  .md\:bottom-6 {
    bottom: 0.375rem;
  }

  .md\:bottom-60 {
    bottom: 3.750rem;
  }

  .md\:bottom-70 {
    bottom: 4.375rem;
  }

  .md\:bottom-8 {
    bottom: 0.500rem;
  }

  .md\:bottom-80 {
    bottom: 5.000rem;
  }

  .md\:bottom-90 {
    bottom: 5.625rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:bottom-full {
    bottom: 100%;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-1 {
    left: 1px;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:left-1\/3 {
    left: 33.333333%;
  }

  .md\:left-1\/4 {
    left: 25%;
  }

  .md\:left-10 {
    left: 0.625rem;
  }

  .md\:left-100 {
    left: 6.250rem;
  }

  .md\:left-12 {
    left: 0.750rem;
  }

  .md\:left-14 {
    left: 0.875rem;
  }

  .md\:left-150 {
    left: 9.375rem;
  }

  .md\:left-16 {
    left: 1.000rem;
  }

  .md\:left-18 {
    left: 1.125rem;
  }

  .md\:left-2 {
    left: 0.125rem;
  }

  .md\:left-2\/3 {
    left: 66.666667%;
  }

  .md\:left-2\/4 {
    left: 50%;
  }

  .md\:left-20 {
    left: 1.250rem;
  }

  .md\:left-200 {
    left: 12.5rem;
  }

  .md\:left-22 {
    left: 1.375rem;
  }

  .md\:left-24 {
    left: 1.500rem;
  }

  .md\:left-250 {
    left: 15.625rem;
  }

  .md\:left-26 {
    left: 1.625rem;
  }

  .md\:left-28 {
    left: 1.75rem;
  }

  .md\:left-3 {
    left: 0.188rem;
  }

  .md\:left-3\/4 {
    left: 75%;
  }

  .md\:left-30 {
    left: 1.875rem;
  }

  .md\:left-300 {
    left: 18.75rem;
  }

  .md\:left-32 {
    left: 2rem;
  }

  .md\:left-34 {
    left: 2.125rem;
  }

  .md\:left-36 {
    left: 2.25rem;
  }

  .md\:left-38 {
    left: 2.375rem;
  }

  .md\:left-4 {
    left: 0.250rem;
  }

  .md\:left-40 {
    left: 2.500rem;
  }

  .md\:left-50 {
    left: 3.125rem;
  }

  .md\:left-6 {
    left: 0.375rem;
  }

  .md\:left-60 {
    left: 3.750rem;
  }

  .md\:left-70 {
    left: 4.375rem;
  }

  .md\:left-8 {
    left: 0.500rem;
  }

  .md\:left-80 {
    left: 5.000rem;
  }

  .md\:left-90 {
    left: 5.625rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-1 {
    right: 1px;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:right-1\/3 {
    right: 33.333333%;
  }

  .md\:right-1\/4 {
    right: 25%;
  }

  .md\:right-10 {
    right: 0.625rem;
  }

  .md\:right-100 {
    right: 6.250rem;
  }

  .md\:right-12 {
    right: 0.750rem;
  }

  .md\:right-14 {
    right: 0.875rem;
  }

  .md\:right-150 {
    right: 9.375rem;
  }

  .md\:right-16 {
    right: 1.000rem;
  }

  .md\:right-18 {
    right: 1.125rem;
  }

  .md\:right-2 {
    right: 0.125rem;
  }

  .md\:right-2\/3 {
    right: 66.666667%;
  }

  .md\:right-2\/4 {
    right: 50%;
  }

  .md\:right-20 {
    right: 1.250rem;
  }

  .md\:right-200 {
    right: 12.5rem;
  }

  .md\:right-22 {
    right: 1.375rem;
  }

  .md\:right-24 {
    right: 1.500rem;
  }

  .md\:right-250 {
    right: 15.625rem;
  }

  .md\:right-26 {
    right: 1.625rem;
  }

  .md\:right-28 {
    right: 1.75rem;
  }

  .md\:right-3 {
    right: 0.188rem;
  }

  .md\:right-3\/4 {
    right: 75%;
  }

  .md\:right-30 {
    right: 1.875rem;
  }

  .md\:right-300 {
    right: 18.75rem;
  }

  .md\:right-32 {
    right: 2rem;
  }

  .md\:right-34 {
    right: 2.125rem;
  }

  .md\:right-36 {
    right: 2.25rem;
  }

  .md\:right-38 {
    right: 2.375rem;
  }

  .md\:right-4 {
    right: 0.250rem;
  }

  .md\:right-40 {
    right: 2.500rem;
  }

  .md\:right-50 {
    right: 3.125rem;
  }

  .md\:right-6 {
    right: 0.375rem;
  }

  .md\:right-60 {
    right: 3.750rem;
  }

  .md\:right-70 {
    right: 4.375rem;
  }

  .md\:right-8 {
    right: 0.500rem;
  }

  .md\:right-80 {
    right: 5.000rem;
  }

  .md\:right-90 {
    right: 5.625rem;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:right-full {
    right: 100%;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-1 {
    top: 1px;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:top-1\/3 {
    top: 33.333333%;
  }

  .md\:top-1\/4 {
    top: 25%;
  }

  .md\:top-10 {
    top: 0.625rem;
  }

  .md\:top-100 {
    top: 6.250rem;
  }

  .md\:top-12 {
    top: 0.750rem;
  }

  .md\:top-14 {
    top: 0.875rem;
  }

  .md\:top-150 {
    top: 9.375rem;
  }

  .md\:top-16 {
    top: 1.000rem;
  }

  .md\:top-18 {
    top: 1.125rem;
  }

  .md\:top-2 {
    top: 0.125rem;
  }

  .md\:top-2\/3 {
    top: 66.666667%;
  }

  .md\:top-2\/4 {
    top: 50%;
  }

  .md\:top-20 {
    top: 1.250rem;
  }

  .md\:top-200 {
    top: 12.5rem;
  }

  .md\:top-22 {
    top: 1.375rem;
  }

  .md\:top-24 {
    top: 1.500rem;
  }

  .md\:top-250 {
    top: 15.625rem;
  }

  .md\:top-26 {
    top: 1.625rem;
  }

  .md\:top-28 {
    top: 1.75rem;
  }

  .md\:top-3 {
    top: 0.188rem;
  }

  .md\:top-3\/4 {
    top: 75%;
  }

  .md\:top-30 {
    top: 1.875rem;
  }

  .md\:top-300 {
    top: 18.75rem;
  }

  .md\:top-32 {
    top: 2rem;
  }

  .md\:top-34 {
    top: 2.125rem;
  }

  .md\:top-36 {
    top: 2.25rem;
  }

  .md\:top-38 {
    top: 2.375rem;
  }

  .md\:top-4 {
    top: 0.250rem;
  }

  .md\:top-40 {
    top: 2.500rem;
  }

  .md\:top-50 {
    top: 3.125rem;
  }

  .md\:top-6 {
    top: 0.375rem;
  }

  .md\:top-60 {
    top: 3.750rem;
  }

  .md\:top-70 {
    top: 4.375rem;
  }

  .md\:top-8 {
    top: 0.500rem;
  }

  .md\:top-80 {
    top: 5.000rem;
  }

  .md\:top-90 {
    top: 5.625rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:top-full {
    top: 100%;
  }

  .md\:-z-0 {
    z-index: 0;
  }

  .md\:-z-10 {
    z-index: -10;
  }

  .md\:-z-20 {
    z-index: -20;
  }

  .md\:-z-30 {
    z-index: -30;
  }

  .md\:-z-40 {
    z-index: -40;
  }

  .md\:-z-50 {
    z-index: -50;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:-order-1 {
    order: -1;
  }

  .md\:-order-10 {
    order: -10;
  }

  .md\:-order-11 {
    order: -11;
  }

  .md\:-order-12 {
    order: -12;
  }

  .md\:-order-2 {
    order: -2;
  }

  .md\:-order-3 {
    order: -3;
  }

  .md\:-order-4 {
    order: -4;
  }

  .md\:-order-5 {
    order: -5;
  }

  .md\:-order-6 {
    order: -6;
  }

  .md\:-order-7 {
    order: -7;
  }

  .md\:-order-8 {
    order: -8;
  }

  .md\:-order-9 {
    order: -9;
  }

  .md\:-order-first {
    order: 9999;
  }

  .md\:-order-last {
    order: -9999;
  }

  .md\:-order-none {
    order: 0;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full {
    grid-row: 1 / -1;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:-m-0 {
    margin: -0px;
  }

  .md\:-m-1 {
    margin: -1px;
  }

  .md\:-m-10 {
    margin: -0.625rem;
  }

  .md\:-m-100 {
    margin: -6.250rem;
  }

  .md\:-m-12 {
    margin: -0.750rem;
  }

  .md\:-m-14 {
    margin: -0.875rem;
  }

  .md\:-m-150 {
    margin: -9.375rem;
  }

  .md\:-m-16 {
    margin: -1.000rem;
  }

  .md\:-m-18 {
    margin: -1.125rem;
  }

  .md\:-m-2 {
    margin: -0.125rem;
  }

  .md\:-m-20 {
    margin: -1.250rem;
  }

  .md\:-m-200 {
    margin: -12.5rem;
  }

  .md\:-m-22 {
    margin: -1.375rem;
  }

  .md\:-m-24 {
    margin: -1.500rem;
  }

  .md\:-m-250 {
    margin: -15.625rem;
  }

  .md\:-m-26 {
    margin: -1.625rem;
  }

  .md\:-m-28 {
    margin: -1.75rem;
  }

  .md\:-m-3 {
    margin: -0.188rem;
  }

  .md\:-m-30 {
    margin: -1.875rem;
  }

  .md\:-m-300 {
    margin: -18.75rem;
  }

  .md\:-m-32 {
    margin: -2rem;
  }

  .md\:-m-34 {
    margin: -2.125rem;
  }

  .md\:-m-36 {
    margin: -2.25rem;
  }

  .md\:-m-38 {
    margin: -2.375rem;
  }

  .md\:-m-4 {
    margin: -0.250rem;
  }

  .md\:-m-40 {
    margin: -2.500rem;
  }

  .md\:-m-50 {
    margin: -3.125rem;
  }

  .md\:-m-6 {
    margin: -0.375rem;
  }

  .md\:-m-60 {
    margin: -3.750rem;
  }

  .md\:-m-70 {
    margin: -4.375rem;
  }

  .md\:-m-8 {
    margin: -0.500rem;
  }

  .md\:-m-80 {
    margin: -5.000rem;
  }

  .md\:-m-90 {
    margin: -5.625rem;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-1 {
    margin: 1px;
  }

  .md\:m-10 {
    margin: 0.625rem;
  }

  .md\:m-100 {
    margin: 6.250rem;
  }

  .md\:m-12 {
    margin: 0.750rem;
  }

  .md\:m-14 {
    margin: 0.875rem;
  }

  .md\:m-150 {
    margin: 9.375rem;
  }

  .md\:m-16 {
    margin: 1.000rem;
  }

  .md\:m-18 {
    margin: 1.125rem;
  }

  .md\:m-2 {
    margin: 0.125rem;
  }

  .md\:m-20 {
    margin: 1.250rem;
  }

  .md\:m-200 {
    margin: 12.5rem;
  }

  .md\:m-22 {
    margin: 1.375rem;
  }

  .md\:m-24 {
    margin: 1.500rem;
  }

  .md\:m-250 {
    margin: 15.625rem;
  }

  .md\:m-26 {
    margin: 1.625rem;
  }

  .md\:m-28 {
    margin: 1.75rem;
  }

  .md\:m-3 {
    margin: 0.188rem;
  }

  .md\:m-30 {
    margin: 1.875rem;
  }

  .md\:m-300 {
    margin: 18.75rem;
  }

  .md\:m-32 {
    margin: 2rem;
  }

  .md\:m-34 {
    margin: 2.125rem;
  }

  .md\:m-36 {
    margin: 2.25rem;
  }

  .md\:m-38 {
    margin: 2.375rem;
  }

  .md\:m-4 {
    margin: 0.250rem;
  }

  .md\:m-40 {
    margin: 2.500rem;
  }

  .md\:m-50 {
    margin: 3.125rem;
  }

  .md\:m-6 {
    margin: 0.375rem;
  }

  .md\:m-60 {
    margin: 3.750rem;
  }

  .md\:m-70 {
    margin: 4.375rem;
  }

  .md\:m-8 {
    margin: 0.500rem;
  }

  .md\:m-80 {
    margin: 5.000rem;
  }

  .md\:m-90 {
    margin: 5.625rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .md\:-mx-1 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mx-10 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-mx-100 {
    margin-left: -6.250rem;
    margin-right: -6.250rem;
  }

  .md\:-mx-12 {
    margin-left: -0.750rem;
    margin-right: -0.750rem;
  }

  .md\:-mx-14 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:-mx-150 {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .md\:-mx-16 {
    margin-left: -1.000rem;
    margin-right: -1.000rem;
  }

  .md\:-mx-18 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .md\:-mx-2 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-mx-20 {
    margin-left: -1.250rem;
    margin-right: -1.250rem;
  }

  .md\:-mx-200 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .md\:-mx-22 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .md\:-mx-24 {
    margin-left: -1.500rem;
    margin-right: -1.500rem;
  }

  .md\:-mx-250 {
    margin-left: -15.625rem;
    margin-right: -15.625rem;
  }

  .md\:-mx-26 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .md\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.188rem;
    margin-right: -0.188rem;
  }

  .md\:-mx-30 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:-mx-300 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-34 {
    margin-left: -2.125rem;
    margin-right: -2.125rem;
  }

  .md\:-mx-36 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-mx-38 {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .md\:-mx-4 {
    margin-left: -0.250rem;
    margin-right: -0.250rem;
  }

  .md\:-mx-40 {
    margin-left: -2.500rem;
    margin-right: -2.500rem;
  }

  .md\:-mx-50 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:-mx-6 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-mx-60 {
    margin-left: -3.750rem;
    margin-right: -3.750rem;
  }

  .md\:-mx-70 {
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .md\:-mx-8 {
    margin-left: -0.500rem;
    margin-right: -0.500rem;
  }

  .md\:-mx-80 {
    margin-left: -5.000rem;
    margin-right: -5.000rem;
  }

  .md\:-mx-90 {
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }

  .md\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .md\:-my-1 {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-my-10 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-my-100 {
    margin-top: -6.250rem;
    margin-bottom: -6.250rem;
  }

  .md\:-my-12 {
    margin-top: -0.750rem;
    margin-bottom: -0.750rem;
  }

  .md\:-my-14 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:-my-150 {
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .md\:-my-16 {
    margin-top: -1.000rem;
    margin-bottom: -1.000rem;
  }

  .md\:-my-18 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .md\:-my-2 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-my-20 {
    margin-top: -1.250rem;
    margin-bottom: -1.250rem;
  }

  .md\:-my-200 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .md\:-my-22 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .md\:-my-24 {
    margin-top: -1.500rem;
    margin-bottom: -1.500rem;
  }

  .md\:-my-250 {
    margin-top: -15.625rem;
    margin-bottom: -15.625rem;
  }

  .md\:-my-26 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .md\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-3 {
    margin-top: -0.188rem;
    margin-bottom: -0.188rem;
  }

  .md\:-my-30 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:-my-300 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-34 {
    margin-top: -2.125rem;
    margin-bottom: -2.125rem;
  }

  .md\:-my-36 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-my-38 {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .md\:-my-4 {
    margin-top: -0.250rem;
    margin-bottom: -0.250rem;
  }

  .md\:-my-40 {
    margin-top: -2.500rem;
    margin-bottom: -2.500rem;
  }

  .md\:-my-50 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:-my-6 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-my-60 {
    margin-top: -3.750rem;
    margin-bottom: -3.750rem;
  }

  .md\:-my-70 {
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .md\:-my-8 {
    margin-top: -0.500rem;
    margin-bottom: -0.500rem;
  }

  .md\:-my-80 {
    margin-top: -5.000rem;
    margin-bottom: -5.000rem;
  }

  .md\:-my-90 {
    margin-top: -5.625rem;
    margin-bottom: -5.625rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:mx-100 {
    margin-left: 6.250rem;
    margin-right: 6.250rem;
  }

  .md\:mx-12 {
    margin-left: 0.750rem;
    margin-right: 0.750rem;
  }

  .md\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:mx-150 {
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .md\:mx-16 {
    margin-left: 1.000rem;
    margin-right: 1.000rem;
  }

  .md\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .md\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:mx-20 {
    margin-left: 1.250rem;
    margin-right: 1.250rem;
  }

  .md\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .md\:mx-22 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .md\:mx-24 {
    margin-left: 1.500rem;
    margin-right: 1.500rem;
  }

  .md\:mx-250 {
    margin-left: 15.625rem;
    margin-right: 15.625rem;
  }

  .md\:mx-26 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .md\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.188rem;
    margin-right: 0.188rem;
  }

  .md\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:mx-300 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-34 {
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .md\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-38 {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .md\:mx-4 {
    margin-left: 0.250rem;
    margin-right: 0.250rem;
  }

  .md\:mx-40 {
    margin-left: 2.500rem;
    margin-right: 2.500rem;
  }

  .md\:mx-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:mx-60 {
    margin-left: 3.750rem;
    margin-right: 3.750rem;
  }

  .md\:mx-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .md\:mx-8 {
    margin-left: 0.500rem;
    margin-right: 0.500rem;
  }

  .md\:mx-80 {
    margin-left: 5.000rem;
    margin-right: 5.000rem;
  }

  .md\:mx-90 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-100 {
    margin-top: 6.250rem;
    margin-bottom: 6.250rem;
  }

  .md\:my-12 {
    margin-top: 0.750rem;
    margin-bottom: 0.750rem;
  }

  .md\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:my-150 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .md\:my-16 {
    margin-top: 1.000rem;
    margin-bottom: 1.000rem;
  }

  .md\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .md\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:my-20 {
    margin-top: 1.250rem;
    margin-bottom: 1.250rem;
  }

  .md\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .md\:my-22 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .md\:my-24 {
    margin-top: 1.500rem;
    margin-bottom: 1.500rem;
  }

  .md\:my-250 {
    margin-top: 15.625rem;
    margin-bottom: 15.625rem;
  }

  .md\:my-26 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .md\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-3 {
    margin-top: 0.188rem;
    margin-bottom: 0.188rem;
  }

  .md\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:my-300 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-34 {
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .md\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-38 {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .md\:my-4 {
    margin-top: 0.250rem;
    margin-bottom: 0.250rem;
  }

  .md\:my-40 {
    margin-top: 2.500rem;
    margin-bottom: 2.500rem;
  }

  .md\:my-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:my-60 {
    margin-top: 3.750rem;
    margin-bottom: 3.750rem;
  }

  .md\:my-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .md\:my-8 {
    margin-top: 0.500rem;
    margin-bottom: 0.500rem;
  }

  .md\:my-80 {
    margin-top: 5.000rem;
    margin-bottom: 5.000rem;
  }

  .md\:my-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:-mb-0 {
    margin-bottom: -0px;
  }

  .md\:-mb-1 {
    margin-bottom: -1px;
  }

  .md\:-mb-10 {
    margin-bottom: -0.625rem;
  }

  .md\:-mb-100 {
    margin-bottom: -6.250rem;
  }

  .md\:-mb-12 {
    margin-bottom: -0.750rem;
  }

  .md\:-mb-14 {
    margin-bottom: -0.875rem;
  }

  .md\:-mb-150 {
    margin-bottom: -9.375rem;
  }

  .md\:-mb-16 {
    margin-bottom: -1.000rem;
  }

  .md\:-mb-18 {
    margin-bottom: -1.125rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.125rem;
  }

  .md\:-mb-20 {
    margin-bottom: -1.250rem;
  }

  .md\:-mb-200 {
    margin-bottom: -12.5rem;
  }

  .md\:-mb-22 {
    margin-bottom: -1.375rem;
  }

  .md\:-mb-24 {
    margin-bottom: -1.500rem;
  }

  .md\:-mb-250 {
    margin-bottom: -15.625rem;
  }

  .md\:-mb-26 {
    margin-bottom: -1.625rem;
  }

  .md\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.188rem;
  }

  .md\:-mb-30 {
    margin-bottom: -1.875rem;
  }

  .md\:-mb-300 {
    margin-bottom: -18.75rem;
  }

  .md\:-mb-32 {
    margin-bottom: -2rem;
  }

  .md\:-mb-34 {
    margin-bottom: -2.125rem;
  }

  .md\:-mb-36 {
    margin-bottom: -2.25rem;
  }

  .md\:-mb-38 {
    margin-bottom: -2.375rem;
  }

  .md\:-mb-4 {
    margin-bottom: -0.250rem;
  }

  .md\:-mb-40 {
    margin-bottom: -2.500rem;
  }

  .md\:-mb-50 {
    margin-bottom: -3.125rem;
  }

  .md\:-mb-6 {
    margin-bottom: -0.375rem;
  }

  .md\:-mb-60 {
    margin-bottom: -3.750rem;
  }

  .md\:-mb-70 {
    margin-bottom: -4.375rem;
  }

  .md\:-mb-8 {
    margin-bottom: -0.500rem;
  }

  .md\:-mb-80 {
    margin-bottom: -5.000rem;
  }

  .md\:-mb-90 {
    margin-bottom: -5.625rem;
  }

  .md\:-me-0 {
    margin-inline-end: -0px;
  }

  .md\:-me-1 {
    margin-inline-end: -1px;
  }

  .md\:-me-10 {
    margin-inline-end: -0.625rem;
  }

  .md\:-me-100 {
    margin-inline-end: -6.250rem;
  }

  .md\:-me-12 {
    margin-inline-end: -0.750rem;
  }

  .md\:-me-14 {
    margin-inline-end: -0.875rem;
  }

  .md\:-me-150 {
    margin-inline-end: -9.375rem;
  }

  .md\:-me-16 {
    margin-inline-end: -1.000rem;
  }

  .md\:-me-18 {
    margin-inline-end: -1.125rem;
  }

  .md\:-me-2 {
    margin-inline-end: -0.125rem;
  }

  .md\:-me-20 {
    margin-inline-end: -1.250rem;
  }

  .md\:-me-200 {
    margin-inline-end: -12.5rem;
  }

  .md\:-me-22 {
    margin-inline-end: -1.375rem;
  }

  .md\:-me-24 {
    margin-inline-end: -1.500rem;
  }

  .md\:-me-250 {
    margin-inline-end: -15.625rem;
  }

  .md\:-me-26 {
    margin-inline-end: -1.625rem;
  }

  .md\:-me-28 {
    margin-inline-end: -1.75rem;
  }

  .md\:-me-3 {
    margin-inline-end: -0.188rem;
  }

  .md\:-me-30 {
    margin-inline-end: -1.875rem;
  }

  .md\:-me-300 {
    margin-inline-end: -18.75rem;
  }

  .md\:-me-32 {
    margin-inline-end: -2rem;
  }

  .md\:-me-34 {
    margin-inline-end: -2.125rem;
  }

  .md\:-me-36 {
    margin-inline-end: -2.25rem;
  }

  .md\:-me-38 {
    margin-inline-end: -2.375rem;
  }

  .md\:-me-4 {
    margin-inline-end: -0.250rem;
  }

  .md\:-me-40 {
    margin-inline-end: -2.500rem;
  }

  .md\:-me-50 {
    margin-inline-end: -3.125rem;
  }

  .md\:-me-6 {
    margin-inline-end: -0.375rem;
  }

  .md\:-me-60 {
    margin-inline-end: -3.750rem;
  }

  .md\:-me-70 {
    margin-inline-end: -4.375rem;
  }

  .md\:-me-8 {
    margin-inline-end: -0.500rem;
  }

  .md\:-me-80 {
    margin-inline-end: -5.000rem;
  }

  .md\:-me-90 {
    margin-inline-end: -5.625rem;
  }

  .md\:-ml-0 {
    margin-left: -0px;
  }

  .md\:-ml-1 {
    margin-left: -1px;
  }

  .md\:-ml-10 {
    margin-left: -0.625rem;
  }

  .md\:-ml-100 {
    margin-left: -6.250rem;
  }

  .md\:-ml-12 {
    margin-left: -0.750rem;
  }

  .md\:-ml-14 {
    margin-left: -0.875rem;
  }

  .md\:-ml-150 {
    margin-left: -9.375rem;
  }

  .md\:-ml-16 {
    margin-left: -1.000rem;
  }

  .md\:-ml-18 {
    margin-left: -1.125rem;
  }

  .md\:-ml-2 {
    margin-left: -0.125rem;
  }

  .md\:-ml-20 {
    margin-left: -1.250rem;
  }

  .md\:-ml-200 {
    margin-left: -12.5rem;
  }

  .md\:-ml-22 {
    margin-left: -1.375rem;
  }

  .md\:-ml-24 {
    margin-left: -1.500rem;
  }

  .md\:-ml-250 {
    margin-left: -15.625rem;
  }

  .md\:-ml-26 {
    margin-left: -1.625rem;
  }

  .md\:-ml-28 {
    margin-left: -1.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.188rem;
  }

  .md\:-ml-30 {
    margin-left: -1.875rem;
  }

  .md\:-ml-300 {
    margin-left: -18.75rem;
  }

  .md\:-ml-32 {
    margin-left: -2rem;
  }

  .md\:-ml-34 {
    margin-left: -2.125rem;
  }

  .md\:-ml-36 {
    margin-left: -2.25rem;
  }

  .md\:-ml-38 {
    margin-left: -2.375rem;
  }

  .md\:-ml-4 {
    margin-left: -0.250rem;
  }

  .md\:-ml-40 {
    margin-left: -2.500rem;
  }

  .md\:-ml-50 {
    margin-left: -3.125rem;
  }

  .md\:-ml-6 {
    margin-left: -0.375rem;
  }

  .md\:-ml-60 {
    margin-left: -3.750rem;
  }

  .md\:-ml-70 {
    margin-left: -4.375rem;
  }

  .md\:-ml-8 {
    margin-left: -0.500rem;
  }

  .md\:-ml-80 {
    margin-left: -5.000rem;
  }

  .md\:-ml-90 {
    margin-left: -5.625rem;
  }

  .md\:-mr-0 {
    margin-right: -0px;
  }

  .md\:-mr-1 {
    margin-right: -1px;
  }

  .md\:-mr-10 {
    margin-right: -0.625rem;
  }

  .md\:-mr-100 {
    margin-right: -6.250rem;
  }

  .md\:-mr-12 {
    margin-right: -0.750rem;
  }

  .md\:-mr-14 {
    margin-right: -0.875rem;
  }

  .md\:-mr-150 {
    margin-right: -9.375rem;
  }

  .md\:-mr-16 {
    margin-right: -1.000rem;
  }

  .md\:-mr-18 {
    margin-right: -1.125rem;
  }

  .md\:-mr-2 {
    margin-right: -0.125rem;
  }

  .md\:-mr-20 {
    margin-right: -1.250rem;
  }

  .md\:-mr-200 {
    margin-right: -12.5rem;
  }

  .md\:-mr-22 {
    margin-right: -1.375rem;
  }

  .md\:-mr-24 {
    margin-right: -1.500rem;
  }

  .md\:-mr-250 {
    margin-right: -15.625rem;
  }

  .md\:-mr-26 {
    margin-right: -1.625rem;
  }

  .md\:-mr-28 {
    margin-right: -1.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.188rem;
  }

  .md\:-mr-30 {
    margin-right: -1.875rem;
  }

  .md\:-mr-300 {
    margin-right: -18.75rem;
  }

  .md\:-mr-32 {
    margin-right: -2rem;
  }

  .md\:-mr-34 {
    margin-right: -2.125rem;
  }

  .md\:-mr-36 {
    margin-right: -2.25rem;
  }

  .md\:-mr-38 {
    margin-right: -2.375rem;
  }

  .md\:-mr-4 {
    margin-right: -0.250rem;
  }

  .md\:-mr-40 {
    margin-right: -2.500rem;
  }

  .md\:-mr-50 {
    margin-right: -3.125rem;
  }

  .md\:-mr-6 {
    margin-right: -0.375rem;
  }

  .md\:-mr-60 {
    margin-right: -3.750rem;
  }

  .md\:-mr-70 {
    margin-right: -4.375rem;
  }

  .md\:-mr-8 {
    margin-right: -0.500rem;
  }

  .md\:-mr-80 {
    margin-right: -5.000rem;
  }

  .md\:-mr-90 {
    margin-right: -5.625rem;
  }

  .md\:-ms-0 {
    margin-inline-start: -0px;
  }

  .md\:-ms-1 {
    margin-inline-start: -1px;
  }

  .md\:-ms-10 {
    margin-inline-start: -0.625rem;
  }

  .md\:-ms-100 {
    margin-inline-start: -6.250rem;
  }

  .md\:-ms-12 {
    margin-inline-start: -0.750rem;
  }

  .md\:-ms-14 {
    margin-inline-start: -0.875rem;
  }

  .md\:-ms-150 {
    margin-inline-start: -9.375rem;
  }

  .md\:-ms-16 {
    margin-inline-start: -1.000rem;
  }

  .md\:-ms-18 {
    margin-inline-start: -1.125rem;
  }

  .md\:-ms-2 {
    margin-inline-start: -0.125rem;
  }

  .md\:-ms-20 {
    margin-inline-start: -1.250rem;
  }

  .md\:-ms-200 {
    margin-inline-start: -12.5rem;
  }

  .md\:-ms-22 {
    margin-inline-start: -1.375rem;
  }

  .md\:-ms-24 {
    margin-inline-start: -1.500rem;
  }

  .md\:-ms-250 {
    margin-inline-start: -15.625rem;
  }

  .md\:-ms-26 {
    margin-inline-start: -1.625rem;
  }

  .md\:-ms-28 {
    margin-inline-start: -1.75rem;
  }

  .md\:-ms-3 {
    margin-inline-start: -0.188rem;
  }

  .md\:-ms-30 {
    margin-inline-start: -1.875rem;
  }

  .md\:-ms-300 {
    margin-inline-start: -18.75rem;
  }

  .md\:-ms-32 {
    margin-inline-start: -2rem;
  }

  .md\:-ms-34 {
    margin-inline-start: -2.125rem;
  }

  .md\:-ms-36 {
    margin-inline-start: -2.25rem;
  }

  .md\:-ms-38 {
    margin-inline-start: -2.375rem;
  }

  .md\:-ms-4 {
    margin-inline-start: -0.250rem;
  }

  .md\:-ms-40 {
    margin-inline-start: -2.500rem;
  }

  .md\:-ms-50 {
    margin-inline-start: -3.125rem;
  }

  .md\:-ms-6 {
    margin-inline-start: -0.375rem;
  }

  .md\:-ms-60 {
    margin-inline-start: -3.750rem;
  }

  .md\:-ms-70 {
    margin-inline-start: -4.375rem;
  }

  .md\:-ms-8 {
    margin-inline-start: -0.500rem;
  }

  .md\:-ms-80 {
    margin-inline-start: -5.000rem;
  }

  .md\:-ms-90 {
    margin-inline-start: -5.625rem;
  }

  .md\:-mt-0 {
    margin-top: -0px;
  }

  .md\:-mt-1 {
    margin-top: -1px;
  }

  .md\:-mt-10 {
    margin-top: -0.625rem;
  }

  .md\:-mt-100 {
    margin-top: -6.250rem;
  }

  .md\:-mt-12 {
    margin-top: -0.750rem;
  }

  .md\:-mt-14 {
    margin-top: -0.875rem;
  }

  .md\:-mt-150 {
    margin-top: -9.375rem;
  }

  .md\:-mt-16 {
    margin-top: -1.000rem;
  }

  .md\:-mt-18 {
    margin-top: -1.125rem;
  }

  .md\:-mt-2 {
    margin-top: -0.125rem;
  }

  .md\:-mt-20 {
    margin-top: -1.250rem;
  }

  .md\:-mt-200 {
    margin-top: -12.5rem;
  }

  .md\:-mt-22 {
    margin-top: -1.375rem;
  }

  .md\:-mt-24 {
    margin-top: -1.500rem;
  }

  .md\:-mt-250 {
    margin-top: -15.625rem;
  }

  .md\:-mt-26 {
    margin-top: -1.625rem;
  }

  .md\:-mt-28 {
    margin-top: -1.75rem;
  }

  .md\:-mt-3 {
    margin-top: -0.188rem;
  }

  .md\:-mt-30 {
    margin-top: -1.875rem;
  }

  .md\:-mt-300 {
    margin-top: -18.75rem;
  }

  .md\:-mt-32 {
    margin-top: -2rem;
  }

  .md\:-mt-34 {
    margin-top: -2.125rem;
  }

  .md\:-mt-36 {
    margin-top: -2.25rem;
  }

  .md\:-mt-38 {
    margin-top: -2.375rem;
  }

  .md\:-mt-4 {
    margin-top: -0.250rem;
  }

  .md\:-mt-40 {
    margin-top: -2.500rem;
  }

  .md\:-mt-50 {
    margin-top: -3.125rem;
  }

  .md\:-mt-6 {
    margin-top: -0.375rem;
  }

  .md\:-mt-60 {
    margin-top: -3.750rem;
  }

  .md\:-mt-70 {
    margin-top: -4.375rem;
  }

  .md\:-mt-8 {
    margin-top: -0.500rem;
  }

  .md\:-mt-80 {
    margin-top: -5.000rem;
  }

  .md\:-mt-90 {
    margin-top: -5.625rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 1px;
  }

  .md\:mb-10 {
    margin-bottom: 0.625rem;
  }

  .md\:mb-100 {
    margin-bottom: 6.250rem;
  }

  .md\:mb-12 {
    margin-bottom: 0.750rem;
  }

  .md\:mb-14 {
    margin-bottom: 0.875rem;
  }

  .md\:mb-150 {
    margin-bottom: 9.375rem;
  }

  .md\:mb-16 {
    margin-bottom: 1.000rem;
  }

  .md\:mb-18 {
    margin-bottom: 1.125rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.125rem;
  }

  .md\:mb-20 {
    margin-bottom: 1.250rem;
  }

  .md\:mb-200 {
    margin-bottom: 12.5rem;
  }

  .md\:mb-22 {
    margin-bottom: 1.375rem;
  }

  .md\:mb-24 {
    margin-bottom: 1.500rem;
  }

  .md\:mb-250 {
    margin-bottom: 15.625rem;
  }

  .md\:mb-26 {
    margin-bottom: 1.625rem;
  }

  .md\:mb-28 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.188rem;
  }

  .md\:mb-30 {
    margin-bottom: 1.875rem;
  }

  .md\:mb-300 {
    margin-bottom: 18.75rem;
  }

  .md\:mb-32 {
    margin-bottom: 2rem;
  }

  .md\:mb-34 {
    margin-bottom: 2.125rem;
  }

  .md\:mb-36 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-38 {
    margin-bottom: 2.375rem;
  }

  .md\:mb-4 {
    margin-bottom: 0.250rem;
  }

  .md\:mb-40 {
    margin-bottom: 2.500rem;
  }

  .md\:mb-50 {
    margin-bottom: 3.125rem;
  }

  .md\:mb-6 {
    margin-bottom: 0.375rem;
  }

  .md\:mb-60 {
    margin-bottom: 3.750rem;
  }

  .md\:mb-70 {
    margin-bottom: 4.375rem;
  }

  .md\:mb-8 {
    margin-bottom: 0.500rem;
  }

  .md\:mb-80 {
    margin-bottom: 5.000rem;
  }

  .md\:mb-90 {
    margin-bottom: 5.625rem;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-1 {
    margin-left: 1px;
  }

  .md\:ml-10 {
    margin-left: 0.625rem;
  }

  .md\:ml-100 {
    margin-left: 6.250rem;
  }

  .md\:ml-12 {
    margin-left: 0.750rem;
  }

  .md\:ml-14 {
    margin-left: 0.875rem;
  }

  .md\:ml-150 {
    margin-left: 9.375rem;
  }

  .md\:ml-16 {
    margin-left: 1.000rem;
  }

  .md\:ml-18 {
    margin-left: 1.125rem;
  }

  .md\:ml-2 {
    margin-left: 0.125rem;
  }

  .md\:ml-20 {
    margin-left: 1.250rem;
  }

  .md\:ml-200 {
    margin-left: 12.5rem;
  }

  .md\:ml-22 {
    margin-left: 1.375rem;
  }

  .md\:ml-24 {
    margin-left: 1.500rem;
  }

  .md\:ml-250 {
    margin-left: 15.625rem;
  }

  .md\:ml-26 {
    margin-left: 1.625rem;
  }

  .md\:ml-28 {
    margin-left: 1.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.188rem;
  }

  .md\:ml-30 {
    margin-left: 1.875rem;
  }

  .md\:ml-300 {
    margin-left: 18.75rem;
  }

  .md\:ml-32 {
    margin-left: 2rem;
  }

  .md\:ml-34 {
    margin-left: 2.125rem;
  }

  .md\:ml-36 {
    margin-left: 2.25rem;
  }

  .md\:ml-38 {
    margin-left: 2.375rem;
  }

  .md\:ml-4 {
    margin-left: 0.250rem;
  }

  .md\:ml-40 {
    margin-left: 2.500rem;
  }

  .md\:ml-50 {
    margin-left: 3.125rem;
  }

  .md\:ml-6 {
    margin-left: 0.375rem;
  }

  .md\:ml-60 {
    margin-left: 3.750rem;
  }

  .md\:ml-70 {
    margin-left: 4.375rem;
  }

  .md\:ml-8 {
    margin-left: 0.500rem;
  }

  .md\:ml-80 {
    margin-left: 5.000rem;
  }

  .md\:ml-90 {
    margin-left: 5.625rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-1 {
    margin-right: 1px;
  }

  .md\:mr-10 {
    margin-right: 0.625rem;
  }

  .md\:mr-100 {
    margin-right: 6.250rem;
  }

  .md\:mr-12 {
    margin-right: 0.750rem;
  }

  .md\:mr-14 {
    margin-right: 0.875rem;
  }

  .md\:mr-150 {
    margin-right: 9.375rem;
  }

  .md\:mr-16 {
    margin-right: 1.000rem;
  }

  .md\:mr-18 {
    margin-right: 1.125rem;
  }

  .md\:mr-2 {
    margin-right: 0.125rem;
  }

  .md\:mr-20 {
    margin-right: 1.250rem;
  }

  .md\:mr-200 {
    margin-right: 12.5rem;
  }

  .md\:mr-22 {
    margin-right: 1.375rem;
  }

  .md\:mr-24 {
    margin-right: 1.500rem;
  }

  .md\:mr-250 {
    margin-right: 15.625rem;
  }

  .md\:mr-26 {
    margin-right: 1.625rem;
  }

  .md\:mr-28 {
    margin-right: 1.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.188rem;
  }

  .md\:mr-30 {
    margin-right: 1.875rem;
  }

  .md\:mr-300 {
    margin-right: 18.75rem;
  }

  .md\:mr-32 {
    margin-right: 2rem;
  }

  .md\:mr-34 {
    margin-right: 2.125rem;
  }

  .md\:mr-36 {
    margin-right: 2.25rem;
  }

  .md\:mr-38 {
    margin-right: 2.375rem;
  }

  .md\:mr-4 {
    margin-right: 0.250rem;
  }

  .md\:mr-40 {
    margin-right: 2.500rem;
  }

  .md\:mr-50 {
    margin-right: 3.125rem;
  }

  .md\:mr-6 {
    margin-right: 0.375rem;
  }

  .md\:mr-60 {
    margin-right: 3.750rem;
  }

  .md\:mr-70 {
    margin-right: 4.375rem;
  }

  .md\:mr-8 {
    margin-right: 0.500rem;
  }

  .md\:mr-80 {
    margin-right: 5.000rem;
  }

  .md\:mr-90 {
    margin-right: 5.625rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-1 {
    margin-top: 1px;
  }

  .md\:mt-10 {
    margin-top: 0.625rem;
  }

  .md\:mt-100 {
    margin-top: 6.250rem;
  }

  .md\:mt-12 {
    margin-top: 0.750rem;
  }

  .md\:mt-14 {
    margin-top: 0.875rem;
  }

  .md\:mt-150 {
    margin-top: 9.375rem;
  }

  .md\:mt-16 {
    margin-top: 1.000rem;
  }

  .md\:mt-18 {
    margin-top: 1.125rem;
  }

  .md\:mt-2 {
    margin-top: 0.125rem;
  }

  .md\:mt-20 {
    margin-top: 1.250rem;
  }

  .md\:mt-200 {
    margin-top: 12.5rem;
  }

  .md\:mt-22 {
    margin-top: 1.375rem;
  }

  .md\:mt-24 {
    margin-top: 1.500rem;
  }

  .md\:mt-250 {
    margin-top: 15.625rem;
  }

  .md\:mt-26 {
    margin-top: 1.625rem;
  }

  .md\:mt-28 {
    margin-top: 1.75rem;
  }

  .md\:mt-3 {
    margin-top: 0.188rem;
  }

  .md\:mt-30 {
    margin-top: 1.875rem;
  }

  .md\:mt-300 {
    margin-top: 18.75rem;
  }

  .md\:mt-32 {
    margin-top: 2rem;
  }

  .md\:mt-34 {
    margin-top: 2.125rem;
  }

  .md\:mt-36 {
    margin-top: 2.25rem;
  }

  .md\:mt-38 {
    margin-top: 2.375rem;
  }

  .md\:mt-4 {
    margin-top: 0.250rem;
  }

  .md\:mt-40 {
    margin-top: 2.500rem;
  }

  .md\:mt-50 {
    margin-top: 3.125rem;
  }

  .md\:mt-6 {
    margin-top: 0.375rem;
  }

  .md\:mt-60 {
    margin-top: 3.750rem;
  }

  .md\:mt-70 {
    margin-top: 4.375rem;
  }

  .md\:mt-8 {
    margin-top: 0.500rem;
  }

  .md\:mt-80 {
    margin-top: 5.000rem;
  }

  .md\:mt-90 {
    margin-top: 5.625rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:inline-table {
    display: inline-table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-1 {
    height: 1px;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-1\/5 {
    height: 20%;
  }

  .md\:h-1\/6 {
    height: 16.666667%;
  }

  .md\:h-10 {
    height: 0.625rem;
  }

  .md\:h-100 {
    height: 6.250rem;
  }

  .md\:h-12 {
    height: 0.750rem;
  }

  .md\:h-14 {
    height: 0.875rem;
  }

  .md\:h-150 {
    height: 9.375rem;
  }

  .md\:h-16 {
    height: 1.000rem;
  }

  .md\:h-18 {
    height: 1.125rem;
  }

  .md\:h-2 {
    height: 0.125rem;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-2\/4 {
    height: 50%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-2\/6 {
    height: 33.333333%;
  }

  .md\:h-20 {
    height: 1.250rem;
  }

  .md\:h-200 {
    height: 12.5rem;
  }

  .md\:h-22 {
    height: 1.375rem;
  }

  .md\:h-24 {
    height: 1.500rem;
  }

  .md\:h-250 {
    height: 15.625rem;
  }

  .md\:h-26 {
    height: 1.625rem;
  }

  .md\:h-28 {
    height: 1.75rem;
  }

  .md\:h-3 {
    height: 0.188rem;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-3\/6 {
    height: 50%;
  }

  .md\:h-30 {
    height: 1.875rem;
  }

  .md\:h-300 {
    height: 18.75rem;
  }

  .md\:h-32 {
    height: 2rem;
  }

  .md\:h-34 {
    height: 2.125rem;
  }

  .md\:h-36 {
    height: 2.25rem;
  }

  .md\:h-38 {
    height: 2.375rem;
  }

  .md\:h-4 {
    height: 0.250rem;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-40 {
    height: 2.500rem;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

  .md\:h-50 {
    height: 3.125rem;
  }

  .md\:h-6 {
    height: 0.375rem;
  }

  .md\:h-60 {
    height: 3.750rem;
  }

  .md\:h-70 {
    height: 4.375rem;
  }

  .md\:h-8 {
    height: 0.500rem;
  }

  .md\:h-80 {
    height: 5.000rem;
  }

  .md\:h-90 {
    height: 5.625rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

  .md\:h-min {
    height: -moz-min-content;
    height: min-content;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:max-h-0 {
    max-height: 0px;
  }

  .md\:max-h-1 {
    max-height: 1px;
  }

  .md\:max-h-10 {
    max-height: 0.625rem;
  }

  .md\:max-h-100 {
    max-height: 6.250rem;
  }

  .md\:max-h-12 {
    max-height: 0.750rem;
  }

  .md\:max-h-14 {
    max-height: 0.875rem;
  }

  .md\:max-h-150 {
    max-height: 9.375rem;
  }

  .md\:max-h-16 {
    max-height: 1.000rem;
  }

  .md\:max-h-18 {
    max-height: 1.125rem;
  }

  .md\:max-h-2 {
    max-height: 0.125rem;
  }

  .md\:max-h-20 {
    max-height: 1.250rem;
  }

  .md\:max-h-200 {
    max-height: 12.5rem;
  }

  .md\:max-h-22 {
    max-height: 1.375rem;
  }

  .md\:max-h-24 {
    max-height: 1.500rem;
  }

  .md\:max-h-250 {
    max-height: 15.625rem;
  }

  .md\:max-h-26 {
    max-height: 1.625rem;
  }

  .md\:max-h-28 {
    max-height: 1.75rem;
  }

  .md\:max-h-3 {
    max-height: 0.188rem;
  }

  .md\:max-h-30 {
    max-height: 1.875rem;
  }

  .md\:max-h-300 {
    max-height: 18.75rem;
  }

  .md\:max-h-32 {
    max-height: 2rem;
  }

  .md\:max-h-34 {
    max-height: 2.125rem;
  }

  .md\:max-h-36 {
    max-height: 2.25rem;
  }

  .md\:max-h-38 {
    max-height: 2.375rem;
  }

  .md\:max-h-4 {
    max-height: 0.250rem;
  }

  .md\:max-h-40 {
    max-height: 2.500rem;
  }

  .md\:max-h-50 {
    max-height: 3.125rem;
  }

  .md\:max-h-6 {
    max-height: 0.375rem;
  }

  .md\:max-h-60 {
    max-height: 3.750rem;
  }

  .md\:max-h-70 {
    max-height: 4.375rem;
  }

  .md\:max-h-8 {
    max-height: 0.500rem;
  }

  .md\:max-h-80 {
    max-height: 5.000rem;
  }

  .md\:max-h-90 {
    max-height: 5.625rem;
  }

  .md\:max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-max {
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .md\:max-h-min {
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .md\:max-h-none {
    max-height: none;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .md\:min-h-min {
    min-height: -moz-min-content;
    min-height: min-content;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-1 {
    width: 1px;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-10 {
    width: 0.625rem;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-100 {
    width: 6.250rem;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-12 {
    width: 0.750rem;
  }

  .md\:w-14 {
    width: 0.875rem;
  }

  .md\:w-150 {
    width: 9.375rem;
  }

  .md\:w-16 {
    width: 1.000rem;
  }

  .md\:w-18 {
    width: 1.125rem;
  }

  .md\:w-2 {
    width: 0.125rem;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-20 {
    width: 1.250rem;
  }

  .md\:w-200 {
    width: 12.5rem;
  }

  .md\:w-22 {
    width: 1.375rem;
  }

  .md\:w-24 {
    width: 1.500rem;
  }

  .md\:w-250 {
    width: 15.625rem;
  }

  .md\:w-26 {
    width: 1.625rem;
  }

  .md\:w-28 {
    width: 1.75rem;
  }

  .md\:w-3 {
    width: 0.188rem;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-30 {
    width: 1.875rem;
  }

  .md\:w-300 {
    width: 18.75rem;
  }

  .md\:w-32 {
    width: 2rem;
  }

  .md\:w-34 {
    width: 2.125rem;
  }

  .md\:w-36 {
    width: 2.25rem;
  }

  .md\:w-38 {
    width: 2.375rem;
  }

  .md\:w-4 {
    width: 0.250rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-40 {
    width: 2.500rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-50 {
    width: 3.125rem;
  }

  .md\:w-6 {
    width: 0.375rem;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-60 {
    width: 3.750rem;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-70 {
    width: 4.375rem;
  }

  .md\:w-8 {
    width: 0.500rem;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-80 {
    width: 5.000rem;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-90 {
    width: 5.625rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:max-w-250 {
    max-width: 15.625rem;
  }

  .md\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-page {
    max-width: 90.000rem;
  }

  .md\:max-w-screen-lg {
    max-width: 1440px;
  }

  .md\:max-w-screen-md {
    max-width: 1024px;
  }

  .md\:max-w-screen-sm {
    max-width: 768px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:shrink {
    flex-shrink: 1;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:grow {
    flex-grow: 1;
  }

  .md\:grow-0 {
    flex-grow: 0;
  }

  .md\:basis-0 {
    flex-basis: 0px;
  }

  .md\:basis-1 {
    flex-basis: 1px;
  }

  .md\:basis-1\/12 {
    flex-basis: 8.333333%;
  }

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

  .md\:basis-1\/5 {
    flex-basis: 20%;
  }

  .md\:basis-1\/6 {
    flex-basis: 16.666667%;
  }

  .md\:basis-10 {
    flex-basis: 0.625rem;
  }

  .md\:basis-10\/12 {
    flex-basis: 83.333333%;
  }

  .md\:basis-100 {
    flex-basis: 6.250rem;
  }

  .md\:basis-11\/12 {
    flex-basis: 91.666667%;
  }

  .md\:basis-12 {
    flex-basis: 0.750rem;
  }

  .md\:basis-14 {
    flex-basis: 0.875rem;
  }

  .md\:basis-150 {
    flex-basis: 9.375rem;
  }

  .md\:basis-16 {
    flex-basis: 1.000rem;
  }

  .md\:basis-18 {
    flex-basis: 1.125rem;
  }

  .md\:basis-2 {
    flex-basis: 0.125rem;
  }

  .md\:basis-2\/12 {
    flex-basis: 16.666667%;
  }

  .md\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .md\:basis-2\/4 {
    flex-basis: 50%;
  }

  .md\:basis-2\/5 {
    flex-basis: 40%;
  }

  .md\:basis-2\/6 {
    flex-basis: 33.333333%;
  }

  .md\:basis-20 {
    flex-basis: 1.250rem;
  }

  .md\:basis-200 {
    flex-basis: 12.5rem;
  }

  .md\:basis-22 {
    flex-basis: 1.375rem;
  }

  .md\:basis-24 {
    flex-basis: 1.500rem;
  }

  .md\:basis-250 {
    flex-basis: 15.625rem;
  }

  .md\:basis-26 {
    flex-basis: 1.625rem;
  }

  .md\:basis-28 {
    flex-basis: 1.75rem;
  }

  .md\:basis-3 {
    flex-basis: 0.188rem;
  }

  .md\:basis-3\/12 {
    flex-basis: 25%;
  }

  .md\:basis-3\/4 {
    flex-basis: 75%;
  }

  .md\:basis-3\/5 {
    flex-basis: 60%;
  }

  .md\:basis-3\/6 {
    flex-basis: 50%;
  }

  .md\:basis-30 {
    flex-basis: 1.875rem;
  }

  .md\:basis-300 {
    flex-basis: 18.75rem;
  }

  .md\:basis-32 {
    flex-basis: 2rem;
  }

  .md\:basis-34 {
    flex-basis: 2.125rem;
  }

  .md\:basis-36 {
    flex-basis: 2.25rem;
  }

  .md\:basis-38 {
    flex-basis: 2.375rem;
  }

  .md\:basis-4 {
    flex-basis: 0.250rem;
  }

  .md\:basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .md\:basis-4\/5 {
    flex-basis: 80%;
  }

  .md\:basis-4\/6 {
    flex-basis: 66.666667%;
  }

  .md\:basis-40 {
    flex-basis: 2.500rem;
  }

  .md\:basis-5\/12 {
    flex-basis: 41.666667%;
  }

  .md\:basis-5\/6 {
    flex-basis: 83.333333%;
  }

  .md\:basis-50 {
    flex-basis: 3.125rem;
  }

  .md\:basis-6 {
    flex-basis: 0.375rem;
  }

  .md\:basis-6\/12 {
    flex-basis: 50%;
  }

  .md\:basis-60 {
    flex-basis: 3.750rem;
  }

  .md\:basis-7\/12 {
    flex-basis: 58.333333%;
  }

  .md\:basis-70 {
    flex-basis: 4.375rem;
  }

  .md\:basis-8 {
    flex-basis: 0.500rem;
  }

  .md\:basis-8\/12 {
    flex-basis: 66.666667%;
  }

  .md\:basis-80 {
    flex-basis: 5.000rem;
  }

  .md\:basis-9\/12 {
    flex-basis: 75%;
  }

  .md\:basis-90 {
    flex-basis: 5.625rem;
  }

  .md\:basis-auto {
    flex-basis: auto;
  }

  .md\:basis-full {
    flex-basis: 100%;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:border-spacing-0 {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-1 {
    --tw-border-spacing-x: 1px;
    --tw-border-spacing-y: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-10 {
    --tw-border-spacing-x: 0.625rem;
    --tw-border-spacing-y: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-100 {
    --tw-border-spacing-x: 6.250rem;
    --tw-border-spacing-y: 6.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-12 {
    --tw-border-spacing-x: 0.750rem;
    --tw-border-spacing-y: 0.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-14 {
    --tw-border-spacing-x: 0.875rem;
    --tw-border-spacing-y: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-150 {
    --tw-border-spacing-x: 9.375rem;
    --tw-border-spacing-y: 9.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-16 {
    --tw-border-spacing-x: 1.000rem;
    --tw-border-spacing-y: 1.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-18 {
    --tw-border-spacing-x: 1.125rem;
    --tw-border-spacing-y: 1.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-2 {
    --tw-border-spacing-x: 0.125rem;
    --tw-border-spacing-y: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-20 {
    --tw-border-spacing-x: 1.250rem;
    --tw-border-spacing-y: 1.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-200 {
    --tw-border-spacing-x: 12.5rem;
    --tw-border-spacing-y: 12.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-22 {
    --tw-border-spacing-x: 1.375rem;
    --tw-border-spacing-y: 1.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-24 {
    --tw-border-spacing-x: 1.500rem;
    --tw-border-spacing-y: 1.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-250 {
    --tw-border-spacing-x: 15.625rem;
    --tw-border-spacing-y: 15.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-26 {
    --tw-border-spacing-x: 1.625rem;
    --tw-border-spacing-y: 1.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-28 {
    --tw-border-spacing-x: 1.75rem;
    --tw-border-spacing-y: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-3 {
    --tw-border-spacing-x: 0.188rem;
    --tw-border-spacing-y: 0.188rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-30 {
    --tw-border-spacing-x: 1.875rem;
    --tw-border-spacing-y: 1.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-300 {
    --tw-border-spacing-x: 18.75rem;
    --tw-border-spacing-y: 18.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-32 {
    --tw-border-spacing-x: 2rem;
    --tw-border-spacing-y: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-34 {
    --tw-border-spacing-x: 2.125rem;
    --tw-border-spacing-y: 2.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-36 {
    --tw-border-spacing-x: 2.25rem;
    --tw-border-spacing-y: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-38 {
    --tw-border-spacing-x: 2.375rem;
    --tw-border-spacing-y: 2.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-4 {
    --tw-border-spacing-x: 0.250rem;
    --tw-border-spacing-y: 0.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-40 {
    --tw-border-spacing-x: 2.500rem;
    --tw-border-spacing-y: 2.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-50 {
    --tw-border-spacing-x: 3.125rem;
    --tw-border-spacing-y: 3.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-6 {
    --tw-border-spacing-x: 0.375rem;
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-60 {
    --tw-border-spacing-x: 3.750rem;
    --tw-border-spacing-y: 3.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-70 {
    --tw-border-spacing-x: 4.375rem;
    --tw-border-spacing-y: 4.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-8 {
    --tw-border-spacing-x: 0.500rem;
    --tw-border-spacing-y: 0.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-80 {
    --tw-border-spacing-x: 5.000rem;
    --tw-border-spacing-y: 5.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-90 {
    --tw-border-spacing-x: 5.625rem;
    --tw-border-spacing-y: 5.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-0 {
    --tw-border-spacing-x: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-1 {
    --tw-border-spacing-x: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-10 {
    --tw-border-spacing-x: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-100 {
    --tw-border-spacing-x: 6.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-12 {
    --tw-border-spacing-x: 0.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-14 {
    --tw-border-spacing-x: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-150 {
    --tw-border-spacing-x: 9.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-16 {
    --tw-border-spacing-x: 1.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-18 {
    --tw-border-spacing-x: 1.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-2 {
    --tw-border-spacing-x: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-20 {
    --tw-border-spacing-x: 1.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-200 {
    --tw-border-spacing-x: 12.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-22 {
    --tw-border-spacing-x: 1.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-24 {
    --tw-border-spacing-x: 1.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-250 {
    --tw-border-spacing-x: 15.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-26 {
    --tw-border-spacing-x: 1.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-28 {
    --tw-border-spacing-x: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-3 {
    --tw-border-spacing-x: 0.188rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-30 {
    --tw-border-spacing-x: 1.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-300 {
    --tw-border-spacing-x: 18.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-32 {
    --tw-border-spacing-x: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-34 {
    --tw-border-spacing-x: 2.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-36 {
    --tw-border-spacing-x: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-38 {
    --tw-border-spacing-x: 2.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-4 {
    --tw-border-spacing-x: 0.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-40 {
    --tw-border-spacing-x: 2.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-50 {
    --tw-border-spacing-x: 3.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-6 {
    --tw-border-spacing-x: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-60 {
    --tw-border-spacing-x: 3.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-70 {
    --tw-border-spacing-x: 4.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-8 {
    --tw-border-spacing-x: 0.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-80 {
    --tw-border-spacing-x: 5.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-90 {
    --tw-border-spacing-x: 5.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-0 {
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-1 {
    --tw-border-spacing-y: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-10 {
    --tw-border-spacing-y: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-100 {
    --tw-border-spacing-y: 6.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-12 {
    --tw-border-spacing-y: 0.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-14 {
    --tw-border-spacing-y: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-150 {
    --tw-border-spacing-y: 9.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-16 {
    --tw-border-spacing-y: 1.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-18 {
    --tw-border-spacing-y: 1.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-2 {
    --tw-border-spacing-y: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-20 {
    --tw-border-spacing-y: 1.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-200 {
    --tw-border-spacing-y: 12.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-22 {
    --tw-border-spacing-y: 1.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-24 {
    --tw-border-spacing-y: 1.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-250 {
    --tw-border-spacing-y: 15.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-26 {
    --tw-border-spacing-y: 1.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-28 {
    --tw-border-spacing-y: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-3 {
    --tw-border-spacing-y: 0.188rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-30 {
    --tw-border-spacing-y: 1.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-300 {
    --tw-border-spacing-y: 18.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-32 {
    --tw-border-spacing-y: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-34 {
    --tw-border-spacing-y: 2.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-36 {
    --tw-border-spacing-y: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-38 {
    --tw-border-spacing-y: 2.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-4 {
    --tw-border-spacing-y: 0.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-40 {
    --tw-border-spacing-y: 2.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-50 {
    --tw-border-spacing-y: 3.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-6 {
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-60 {
    --tw-border-spacing-y: 3.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-70 {
    --tw-border-spacing-y: 4.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-8 {
    --tw-border-spacing-y: 0.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-80 {
    --tw-border-spacing-y: 5.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-90 {
    --tw-border-spacing-y: 5.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:-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));
  }

  .md\:-translate-x-1 {
    --tw-translate-x: -1px;
    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));
  }

  .md\:-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));
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    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));
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
    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));
  }

  .md\:-translate-x-10 {
    --tw-translate-x: -0.625rem;
    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));
  }

  .md\:-translate-x-100 {
    --tw-translate-x: -6.250rem;
    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));
  }

  .md\:-translate-x-12 {
    --tw-translate-x: -0.750rem;
    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));
  }

  .md\:-translate-x-14 {
    --tw-translate-x: -0.875rem;
    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));
  }

  .md\:-translate-x-150 {
    --tw-translate-x: -9.375rem;
    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));
  }

  .md\:-translate-x-16 {
    --tw-translate-x: -1.000rem;
    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));
  }

  .md\:-translate-x-18 {
    --tw-translate-x: -1.125rem;
    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));
  }

  .md\:-translate-x-2 {
    --tw-translate-x: -0.125rem;
    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));
  }

  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-x-2\/4 {
    --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));
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -1.250rem;
    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));
  }

  .md\:-translate-x-200 {
    --tw-translate-x: -12.5rem;
    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));
  }

  .md\:-translate-x-22 {
    --tw-translate-x: -1.375rem;
    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));
  }

  .md\:-translate-x-24 {
    --tw-translate-x: -1.500rem;
    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));
  }

  .md\:-translate-x-250 {
    --tw-translate-x: -15.625rem;
    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));
  }

  .md\:-translate-x-26 {
    --tw-translate-x: -1.625rem;
    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));
  }

  .md\:-translate-x-28 {
    --tw-translate-x: -1.75rem;
    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));
  }

  .md\:-translate-x-3 {
    --tw-translate-x: -0.188rem;
    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));
  }

  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
    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));
  }

  .md\:-translate-x-30 {
    --tw-translate-x: -1.875rem;
    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));
  }

  .md\:-translate-x-300 {
    --tw-translate-x: -18.75rem;
    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));
  }

  .md\:-translate-x-32 {
    --tw-translate-x: -2rem;
    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));
  }

  .md\:-translate-x-34 {
    --tw-translate-x: -2.125rem;
    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));
  }

  .md\:-translate-x-36 {
    --tw-translate-x: -2.25rem;
    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));
  }

  .md\:-translate-x-38 {
    --tw-translate-x: -2.375rem;
    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));
  }

  .md\:-translate-x-4 {
    --tw-translate-x: -0.250rem;
    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));
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -2.500rem;
    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));
  }

  .md\:-translate-x-50 {
    --tw-translate-x: -3.125rem;
    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));
  }

  .md\:-translate-x-6 {
    --tw-translate-x: -0.375rem;
    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));
  }

  .md\:-translate-x-60 {
    --tw-translate-x: -3.750rem;
    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));
  }

  .md\:-translate-x-70 {
    --tw-translate-x: -4.375rem;
    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));
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -0.500rem;
    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));
  }

  .md\:-translate-x-80 {
    --tw-translate-x: -5.000rem;
    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));
  }

  .md\:-translate-x-90 {
    --tw-translate-x: -5.625rem;
    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));
  }

  .md\:-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));
  }

  .md\:-translate-y-0 {
    --tw-translate-y: -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));
  }

  .md\:-translate-y-1 {
    --tw-translate-y: -1px;
    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));
  }

  .md\:-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));
  }

  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
    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));
  }

  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
    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));
  }

  .md\:-translate-y-10 {
    --tw-translate-y: -0.625rem;
    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));
  }

  .md\:-translate-y-100 {
    --tw-translate-y: -6.250rem;
    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));
  }

  .md\:-translate-y-12 {
    --tw-translate-y: -0.750rem;
    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));
  }

  .md\:-translate-y-14 {
    --tw-translate-y: -0.875rem;
    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));
  }

  .md\:-translate-y-150 {
    --tw-translate-y: -9.375rem;
    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));
  }

  .md\:-translate-y-16 {
    --tw-translate-y: -1.000rem;
    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));
  }

  .md\:-translate-y-18 {
    --tw-translate-y: -1.125rem;
    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));
  }

  .md\:-translate-y-2 {
    --tw-translate-y: -0.125rem;
    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));
  }

  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-y-2\/4 {
    --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));
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -1.250rem;
    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));
  }

  .md\:-translate-y-200 {
    --tw-translate-y: -12.5rem;
    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));
  }

  .md\:-translate-y-22 {
    --tw-translate-y: -1.375rem;
    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));
  }

  .md\:-translate-y-24 {
    --tw-translate-y: -1.500rem;
    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));
  }

  .md\:-translate-y-250 {
    --tw-translate-y: -15.625rem;
    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));
  }

  .md\:-translate-y-26 {
    --tw-translate-y: -1.625rem;
    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));
  }

  .md\:-translate-y-28 {
    --tw-translate-y: -1.75rem;
    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));
  }

  .md\:-translate-y-3 {
    --tw-translate-y: -0.188rem;
    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));
  }

  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
    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));
  }

  .md\:-translate-y-30 {
    --tw-translate-y: -1.875rem;
    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));
  }

  .md\:-translate-y-300 {
    --tw-translate-y: -18.75rem;
    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));
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -2rem;
    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));
  }

  .md\:-translate-y-34 {
    --tw-translate-y: -2.125rem;
    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));
  }

  .md\:-translate-y-36 {
    --tw-translate-y: -2.25rem;
    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));
  }

  .md\:-translate-y-38 {
    --tw-translate-y: -2.375rem;
    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));
  }

  .md\:-translate-y-4 {
    --tw-translate-y: -0.250rem;
    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));
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -2.500rem;
    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));
  }

  .md\:-translate-y-50 {
    --tw-translate-y: -3.125rem;
    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));
  }

  .md\:-translate-y-6 {
    --tw-translate-y: -0.375rem;
    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));
  }

  .md\:-translate-y-60 {
    --tw-translate-y: -3.750rem;
    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));
  }

  .md\:-translate-y-70 {
    --tw-translate-y: -4.375rem;
    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));
  }

  .md\:-translate-y-8 {
    --tw-translate-y: -0.500rem;
    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));
  }

  .md\:-translate-y-80 {
    --tw-translate-y: -5.000rem;
    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));
  }

  .md\:-translate-y-90 {
    --tw-translate-y: -5.625rem;
    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));
  }

  .md\:-translate-y-full {
    --tw-translate-y: -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));
  }

  .md\: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));
  }

  .md\:translate-x-1 {
    --tw-translate-x: 1px;
    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));
  }

  .md\: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));
  }

  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
    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));
  }

  .md\:translate-x-1\/4 {
    --tw-translate-x: 25%;
    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));
  }

  .md\:translate-x-10 {
    --tw-translate-x: 0.625rem;
    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));
  }

  .md\:translate-x-100 {
    --tw-translate-x: 6.250rem;
    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));
  }

  .md\:translate-x-12 {
    --tw-translate-x: 0.750rem;
    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));
  }

  .md\:translate-x-14 {
    --tw-translate-x: 0.875rem;
    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));
  }

  .md\:translate-x-150 {
    --tw-translate-x: 9.375rem;
    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));
  }

  .md\:translate-x-16 {
    --tw-translate-x: 1.000rem;
    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));
  }

  .md\:translate-x-18 {
    --tw-translate-x: 1.125rem;
    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));
  }

  .md\:translate-x-2 {
    --tw-translate-x: 0.125rem;
    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));
  }

  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-x-2\/4 {
    --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));
  }

  .md\:translate-x-20 {
    --tw-translate-x: 1.250rem;
    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));
  }

  .md\:translate-x-200 {
    --tw-translate-x: 12.5rem;
    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));
  }

  .md\:translate-x-22 {
    --tw-translate-x: 1.375rem;
    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));
  }

  .md\:translate-x-24 {
    --tw-translate-x: 1.500rem;
    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));
  }

  .md\:translate-x-250 {
    --tw-translate-x: 15.625rem;
    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));
  }

  .md\:translate-x-26 {
    --tw-translate-x: 1.625rem;
    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));
  }

  .md\:translate-x-28 {
    --tw-translate-x: 1.75rem;
    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));
  }

  .md\:translate-x-3 {
    --tw-translate-x: 0.188rem;
    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));
  }

  .md\:translate-x-3\/4 {
    --tw-translate-x: 75%;
    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));
  }

  .md\:translate-x-30 {
    --tw-translate-x: 1.875rem;
    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));
  }

  .md\:translate-x-300 {
    --tw-translate-x: 18.75rem;
    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));
  }

  .md\:translate-x-32 {
    --tw-translate-x: 2rem;
    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));
  }

  .md\:translate-x-34 {
    --tw-translate-x: 2.125rem;
    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));
  }

  .md\:translate-x-36 {
    --tw-translate-x: 2.25rem;
    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));
  }

  .md\:translate-x-38 {
    --tw-translate-x: 2.375rem;
    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));
  }

  .md\:translate-x-4 {
    --tw-translate-x: 0.250rem;
    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));
  }

  .md\:translate-x-40 {
    --tw-translate-x: 2.500rem;
    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));
  }

  .md\:translate-x-50 {
    --tw-translate-x: 3.125rem;
    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));
  }

  .md\:translate-x-6 {
    --tw-translate-x: 0.375rem;
    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));
  }

  .md\:translate-x-60 {
    --tw-translate-x: 3.750rem;
    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));
  }

  .md\:translate-x-70 {
    --tw-translate-x: 4.375rem;
    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));
  }

  .md\:translate-x-8 {
    --tw-translate-x: 0.500rem;
    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));
  }

  .md\:translate-x-80 {
    --tw-translate-x: 5.000rem;
    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));
  }

  .md\:translate-x-90 {
    --tw-translate-x: 5.625rem;
    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));
  }

  .md\: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));
  }

  .md\:translate-y-0 {
    --tw-translate-y: 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));
  }

  .md\:translate-y-1 {
    --tw-translate-y: 1px;
    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));
  }

  .md\: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));
  }

  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
    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));
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25%;
    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));
  }

  .md\:translate-y-10 {
    --tw-translate-y: 0.625rem;
    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));
  }

  .md\:translate-y-100 {
    --tw-translate-y: 6.250rem;
    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));
  }

  .md\:translate-y-12 {
    --tw-translate-y: 0.750rem;
    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));
  }

  .md\:translate-y-14 {
    --tw-translate-y: 0.875rem;
    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));
  }

  .md\:translate-y-150 {
    --tw-translate-y: 9.375rem;
    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));
  }

  .md\:translate-y-16 {
    --tw-translate-y: 1.000rem;
    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));
  }

  .md\:translate-y-18 {
    --tw-translate-y: 1.125rem;
    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));
  }

  .md\:translate-y-2 {
    --tw-translate-y: 0.125rem;
    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));
  }

  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-y-2\/4 {
    --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));
  }

  .md\:translate-y-20 {
    --tw-translate-y: 1.250rem;
    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));
  }

  .md\:translate-y-200 {
    --tw-translate-y: 12.5rem;
    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));
  }

  .md\:translate-y-22 {
    --tw-translate-y: 1.375rem;
    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));
  }

  .md\:translate-y-24 {
    --tw-translate-y: 1.500rem;
    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));
  }

  .md\:translate-y-250 {
    --tw-translate-y: 15.625rem;
    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));
  }

  .md\:translate-y-26 {
    --tw-translate-y: 1.625rem;
    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));
  }

  .md\:translate-y-28 {
    --tw-translate-y: 1.75rem;
    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));
  }

  .md\:translate-y-3 {
    --tw-translate-y: 0.188rem;
    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));
  }

  .md\:translate-y-3\/4 {
    --tw-translate-y: 75%;
    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));
  }

  .md\:translate-y-30 {
    --tw-translate-y: 1.875rem;
    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));
  }

  .md\:translate-y-300 {
    --tw-translate-y: 18.75rem;
    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));
  }

  .md\:translate-y-32 {
    --tw-translate-y: 2rem;
    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));
  }

  .md\:translate-y-34 {
    --tw-translate-y: 2.125rem;
    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));
  }

  .md\:translate-y-36 {
    --tw-translate-y: 2.25rem;
    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));
  }

  .md\:translate-y-38 {
    --tw-translate-y: 2.375rem;
    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));
  }

  .md\:translate-y-4 {
    --tw-translate-y: 0.250rem;
    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));
  }

  .md\:translate-y-40 {
    --tw-translate-y: 2.500rem;
    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));
  }

  .md\:translate-y-50 {
    --tw-translate-y: 3.125rem;
    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));
  }

  .md\:translate-y-6 {
    --tw-translate-y: 0.375rem;
    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));
  }

  .md\:translate-y-60 {
    --tw-translate-y: 3.750rem;
    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));
  }

  .md\:translate-y-70 {
    --tw-translate-y: 4.375rem;
    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));
  }

  .md\:translate-y-8 {
    --tw-translate-y: 0.500rem;
    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));
  }

  .md\:translate-y-80 {
    --tw-translate-y: 5.000rem;
    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));
  }

  .md\:translate-y-90 {
    --tw-translate-y: 5.625rem;
    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));
  }

  .md\:translate-y-full {
    --tw-translate-y: 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));
  }

  .md\:-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));
  }

  .md\:-rotate-1 {
    --tw-rotate: -1deg;
    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));
  }

  .md\:-rotate-12 {
    --tw-rotate: -12deg;
    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));
  }

  .md\:-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));
  }

  .md\:-rotate-2 {
    --tw-rotate: -2deg;
    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));
  }

  .md\:-rotate-3 {
    --tw-rotate: -3deg;
    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));
  }

  .md\:-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));
  }

  .md\:-rotate-6 {
    --tw-rotate: -6deg;
    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));
  }

  .md\:-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-skew-x-0 {
    --tw-skew-x: -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));
  }

  .md\:-skew-x-1 {
    --tw-skew-x: -1deg;
    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));
  }

  .md\:-skew-x-12 {
    --tw-skew-x: -12deg;
    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));
  }

  .md\:-skew-x-2 {
    --tw-skew-x: -2deg;
    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));
  }

  .md\:-skew-x-3 {
    --tw-skew-x: -3deg;
    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));
  }

  .md\:-skew-x-6 {
    --tw-skew-x: -6deg;
    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));
  }

  .md\:-skew-y-0 {
    --tw-skew-y: -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));
  }

  .md\:-skew-y-1 {
    --tw-skew-y: -1deg;
    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));
  }

  .md\:-skew-y-12 {
    --tw-skew-y: -12deg;
    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));
  }

  .md\:-skew-y-2 {
    --tw-skew-y: -2deg;
    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));
  }

  .md\:-skew-y-3 {
    --tw-skew-y: -3deg;
    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));
  }

  .md\:-skew-y-6 {
    --tw-skew-y: -6deg;
    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));
  }

  .md\:-scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
  }

  .md\:-scale-100 {
    --tw-scale-x: -1;
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-scale-105 {
    --tw-scale-x: -1.05;
    --tw-scale-y: -1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-scale-110 {
    --tw-scale-x: -1.1;
    --tw-scale-y: -1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-scale-125 {
    --tw-scale-x: -1.25;
    --tw-scale-y: -1.25;
    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));
  }

  .md\:-scale-150 {
    --tw-scale-x: -1.5;
    --tw-scale-y: -1.5;
    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));
  }

  .md\:-scale-50 {
    --tw-scale-x: -.5;
    --tw-scale-y: -.5;
    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));
  }

  .md\:-scale-75 {
    --tw-scale-x: -.75;
    --tw-scale-y: -.75;
    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));
  }

  .md\:-scale-90 {
    --tw-scale-x: -.9;
    --tw-scale-y: -.9;
    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));
  }

  .md\:-scale-95 {
    --tw-scale-x: -.95;
    --tw-scale-y: -.95;
    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));
  }

  .md\:-scale-x-0 {
    --tw-scale-x: 0;
    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));
  }

  .md\:-scale-x-100 {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-scale-x-105 {
    --tw-scale-x: -1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-scale-x-110 {
    --tw-scale-x: -1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-scale-x-125 {
    --tw-scale-x: -1.25;
    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));
  }

  .md\:-scale-x-150 {
    --tw-scale-x: -1.5;
    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));
  }

  .md\:-scale-x-50 {
    --tw-scale-x: -.5;
    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));
  }

  .md\:-scale-x-75 {
    --tw-scale-x: -.75;
    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));
  }

  .md\:-scale-x-90 {
    --tw-scale-x: -.9;
    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));
  }

  .md\:-scale-x-95 {
    --tw-scale-x: -.95;
    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));
  }

  .md\:-scale-y-0 {
    --tw-scale-y: 0;
    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));
  }

  .md\:-scale-y-100 {
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-scale-y-105 {
    --tw-scale-y: -1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-scale-y-110 {
    --tw-scale-y: -1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-scale-y-125 {
    --tw-scale-y: -1.25;
    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));
  }

  .md\:-scale-y-150 {
    --tw-scale-y: -1.5;
    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));
  }

  .md\:-scale-y-50 {
    --tw-scale-y: -.5;
    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));
  }

  .md\:-scale-y-75 {
    --tw-scale-y: -.75;
    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));
  }

  .md\:-scale-y-90 {
    --tw-scale-y: -.9;
    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));
  }

  .md\:-scale-y-95 {
    --tw-scale-y: -.95;
    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));
  }

  .md\:transform-cpu {
    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));
  }

  .md\:transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:-scroll-m-0 {
    scroll-margin: -0px;
  }

  .md\:-scroll-m-1 {
    scroll-margin: -1px;
  }

  .md\:-scroll-m-10 {
    scroll-margin: -0.625rem;
  }

  .md\:-scroll-m-100 {
    scroll-margin: -6.250rem;
  }

  .md\:-scroll-m-12 {
    scroll-margin: -0.750rem;
  }

  .md\:-scroll-m-14 {
    scroll-margin: -0.875rem;
  }

  .md\:-scroll-m-150 {
    scroll-margin: -9.375rem;
  }

  .md\:-scroll-m-16 {
    scroll-margin: -1.000rem;
  }

  .md\:-scroll-m-18 {
    scroll-margin: -1.125rem;
  }

  .md\:-scroll-m-2 {
    scroll-margin: -0.125rem;
  }

  .md\:-scroll-m-20 {
    scroll-margin: -1.250rem;
  }

  .md\:-scroll-m-200 {
    scroll-margin: -12.5rem;
  }

  .md\:-scroll-m-22 {
    scroll-margin: -1.375rem;
  }

  .md\:-scroll-m-24 {
    scroll-margin: -1.500rem;
  }

  .md\:-scroll-m-250 {
    scroll-margin: -15.625rem;
  }

  .md\:-scroll-m-26 {
    scroll-margin: -1.625rem;
  }

  .md\:-scroll-m-28 {
    scroll-margin: -1.75rem;
  }

  .md\:-scroll-m-3 {
    scroll-margin: -0.188rem;
  }

  .md\:-scroll-m-30 {
    scroll-margin: -1.875rem;
  }

  .md\:-scroll-m-300 {
    scroll-margin: -18.75rem;
  }

  .md\:-scroll-m-32 {
    scroll-margin: -2rem;
  }

  .md\:-scroll-m-34 {
    scroll-margin: -2.125rem;
  }

  .md\:-scroll-m-36 {
    scroll-margin: -2.25rem;
  }

  .md\:-scroll-m-38 {
    scroll-margin: -2.375rem;
  }

  .md\:-scroll-m-4 {
    scroll-margin: -0.250rem;
  }

  .md\:-scroll-m-40 {
    scroll-margin: -2.500rem;
  }

  .md\:-scroll-m-50 {
    scroll-margin: -3.125rem;
  }

  .md\:-scroll-m-6 {
    scroll-margin: -0.375rem;
  }

  .md\:-scroll-m-60 {
    scroll-margin: -3.750rem;
  }

  .md\:-scroll-m-70 {
    scroll-margin: -4.375rem;
  }

  .md\:-scroll-m-8 {
    scroll-margin: -0.500rem;
  }

  .md\:-scroll-m-80 {
    scroll-margin: -5.000rem;
  }

  .md\:-scroll-m-90 {
    scroll-margin: -5.625rem;
  }

  .md\:-scroll-mx-0 {
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .md\:-scroll-mx-1 {
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .md\:-scroll-mx-10 {
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .md\:-scroll-mx-100 {
    scroll-margin-left: -6.250rem;
    scroll-margin-right: -6.250rem;
  }

  .md\:-scroll-mx-12 {
    scroll-margin-left: -0.750rem;
    scroll-margin-right: -0.750rem;
  }

  .md\:-scroll-mx-14 {
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .md\:-scroll-mx-150 {
    scroll-margin-left: -9.375rem;
    scroll-margin-right: -9.375rem;
  }

  .md\:-scroll-mx-16 {
    scroll-margin-left: -1.000rem;
    scroll-margin-right: -1.000rem;
  }

  .md\:-scroll-mx-18 {
    scroll-margin-left: -1.125rem;
    scroll-margin-right: -1.125rem;
  }

  .md\:-scroll-mx-2 {
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .md\:-scroll-mx-20 {
    scroll-margin-left: -1.250rem;
    scroll-margin-right: -1.250rem;
  }

  .md\:-scroll-mx-200 {
    scroll-margin-left: -12.5rem;
    scroll-margin-right: -12.5rem;
  }

  .md\:-scroll-mx-22 {
    scroll-margin-left: -1.375rem;
    scroll-margin-right: -1.375rem;
  }

  .md\:-scroll-mx-24 {
    scroll-margin-left: -1.500rem;
    scroll-margin-right: -1.500rem;
  }

  .md\:-scroll-mx-250 {
    scroll-margin-left: -15.625rem;
    scroll-margin-right: -15.625rem;
  }

  .md\:-scroll-mx-26 {
    scroll-margin-left: -1.625rem;
    scroll-margin-right: -1.625rem;
  }

  .md\:-scroll-mx-28 {
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .md\:-scroll-mx-3 {
    scroll-margin-left: -0.188rem;
    scroll-margin-right: -0.188rem;
  }

  .md\:-scroll-mx-30 {
    scroll-margin-left: -1.875rem;
    scroll-margin-right: -1.875rem;
  }

  .md\:-scroll-mx-300 {
    scroll-margin-left: -18.75rem;
    scroll-margin-right: -18.75rem;
  }

  .md\:-scroll-mx-32 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .md\:-scroll-mx-34 {
    scroll-margin-left: -2.125rem;
    scroll-margin-right: -2.125rem;
  }

  .md\:-scroll-mx-36 {
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .md\:-scroll-mx-38 {
    scroll-margin-left: -2.375rem;
    scroll-margin-right: -2.375rem;
  }

  .md\:-scroll-mx-4 {
    scroll-margin-left: -0.250rem;
    scroll-margin-right: -0.250rem;
  }

  .md\:-scroll-mx-40 {
    scroll-margin-left: -2.500rem;
    scroll-margin-right: -2.500rem;
  }

  .md\:-scroll-mx-50 {
    scroll-margin-left: -3.125rem;
    scroll-margin-right: -3.125rem;
  }

  .md\:-scroll-mx-6 {
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .md\:-scroll-mx-60 {
    scroll-margin-left: -3.750rem;
    scroll-margin-right: -3.750rem;
  }

  .md\:-scroll-mx-70 {
    scroll-margin-left: -4.375rem;
    scroll-margin-right: -4.375rem;
  }

  .md\:-scroll-mx-8 {
    scroll-margin-left: -0.500rem;
    scroll-margin-right: -0.500rem;
  }

  .md\:-scroll-mx-80 {
    scroll-margin-left: -5.000rem;
    scroll-margin-right: -5.000rem;
  }

  .md\:-scroll-mx-90 {
    scroll-margin-left: -5.625rem;
    scroll-margin-right: -5.625rem;
  }

  .md\:-scroll-my-0 {
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .md\:-scroll-my-1 {
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .md\:-scroll-my-10 {
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .md\:-scroll-my-100 {
    scroll-margin-top: -6.250rem;
    scroll-margin-bottom: -6.250rem;
  }

  .md\:-scroll-my-12 {
    scroll-margin-top: -0.750rem;
    scroll-margin-bottom: -0.750rem;
  }

  .md\:-scroll-my-14 {
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .md\:-scroll-my-150 {
    scroll-margin-top: -9.375rem;
    scroll-margin-bottom: -9.375rem;
  }

  .md\:-scroll-my-16 {
    scroll-margin-top: -1.000rem;
    scroll-margin-bottom: -1.000rem;
  }

  .md\:-scroll-my-18 {
    scroll-margin-top: -1.125rem;
    scroll-margin-bottom: -1.125rem;
  }

  .md\:-scroll-my-2 {
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .md\:-scroll-my-20 {
    scroll-margin-top: -1.250rem;
    scroll-margin-bottom: -1.250rem;
  }

  .md\:-scroll-my-200 {
    scroll-margin-top: -12.5rem;
    scroll-margin-bottom: -12.5rem;
  }

  .md\:-scroll-my-22 {
    scroll-margin-top: -1.375rem;
    scroll-margin-bottom: -1.375rem;
  }

  .md\:-scroll-my-24 {
    scroll-margin-top: -1.500rem;
    scroll-margin-bottom: -1.500rem;
  }

  .md\:-scroll-my-250 {
    scroll-margin-top: -15.625rem;
    scroll-margin-bottom: -15.625rem;
  }

  .md\:-scroll-my-26 {
    scroll-margin-top: -1.625rem;
    scroll-margin-bottom: -1.625rem;
  }

  .md\:-scroll-my-28 {
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .md\:-scroll-my-3 {
    scroll-margin-top: -0.188rem;
    scroll-margin-bottom: -0.188rem;
  }

  .md\:-scroll-my-30 {
    scroll-margin-top: -1.875rem;
    scroll-margin-bottom: -1.875rem;
  }

  .md\:-scroll-my-300 {
    scroll-margin-top: -18.75rem;
    scroll-margin-bottom: -18.75rem;
  }

  .md\:-scroll-my-32 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .md\:-scroll-my-34 {
    scroll-margin-top: -2.125rem;
    scroll-margin-bottom: -2.125rem;
  }

  .md\:-scroll-my-36 {
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .md\:-scroll-my-38 {
    scroll-margin-top: -2.375rem;
    scroll-margin-bottom: -2.375rem;
  }

  .md\:-scroll-my-4 {
    scroll-margin-top: -0.250rem;
    scroll-margin-bottom: -0.250rem;
  }

  .md\:-scroll-my-40 {
    scroll-margin-top: -2.500rem;
    scroll-margin-bottom: -2.500rem;
  }

  .md\:-scroll-my-50 {
    scroll-margin-top: -3.125rem;
    scroll-margin-bottom: -3.125rem;
  }

  .md\:-scroll-my-6 {
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .md\:-scroll-my-60 {
    scroll-margin-top: -3.750rem;
    scroll-margin-bottom: -3.750rem;
  }

  .md\:-scroll-my-70 {
    scroll-margin-top: -4.375rem;
    scroll-margin-bottom: -4.375rem;
  }

  .md\:-scroll-my-8 {
    scroll-margin-top: -0.500rem;
    scroll-margin-bottom: -0.500rem;
  }

  .md\:-scroll-my-80 {
    scroll-margin-top: -5.000rem;
    scroll-margin-bottom: -5.000rem;
  }

  .md\:-scroll-my-90 {
    scroll-margin-top: -5.625rem;
    scroll-margin-bottom: -5.625rem;
  }

  .md\:-scroll-mb-0 {
    scroll-margin-bottom: -0px;
  }

  .md\:-scroll-mb-1 {
    scroll-margin-bottom: -1px;
  }

  .md\:-scroll-mb-10 {
    scroll-margin-bottom: -0.625rem;
  }

  .md\:-scroll-mb-100 {
    scroll-margin-bottom: -6.250rem;
  }

  .md\:-scroll-mb-12 {
    scroll-margin-bottom: -0.750rem;
  }

  .md\:-scroll-mb-14 {
    scroll-margin-bottom: -0.875rem;
  }

  .md\:-scroll-mb-150 {
    scroll-margin-bottom: -9.375rem;
  }

  .md\:-scroll-mb-16 {
    scroll-margin-bottom: -1.000rem;
  }

  .md\:-scroll-mb-18 {
    scroll-margin-bottom: -1.125rem;
  }

  .md\:-scroll-mb-2 {
    scroll-margin-bottom: -0.125rem;
  }

  .md\:-scroll-mb-20 {
    scroll-margin-bottom: -1.250rem;
  }

  .md\:-scroll-mb-200 {
    scroll-margin-bottom: -12.5rem;
  }

  .md\:-scroll-mb-22 {
    scroll-margin-bottom: -1.375rem;
  }

  .md\:-scroll-mb-24 {
    scroll-margin-bottom: -1.500rem;
  }

  .md\:-scroll-mb-250 {
    scroll-margin-bottom: -15.625rem;
  }

  .md\:-scroll-mb-26 {
    scroll-margin-bottom: -1.625rem;
  }

  .md\:-scroll-mb-28 {
    scroll-margin-bottom: -1.75rem;
  }

  .md\:-scroll-mb-3 {
    scroll-margin-bottom: -0.188rem;
  }

  .md\:-scroll-mb-30 {
    scroll-margin-bottom: -1.875rem;
  }

  .md\:-scroll-mb-300 {
    scroll-margin-bottom: -18.75rem;
  }

  .md\:-scroll-mb-32 {
    scroll-margin-bottom: -2rem;
  }

  .md\:-scroll-mb-34 {
    scroll-margin-bottom: -2.125rem;
  }

  .md\:-scroll-mb-36 {
    scroll-margin-bottom: -2.25rem;
  }

  .md\:-scroll-mb-38 {
    scroll-margin-bottom: -2.375rem;
  }

  .md\:-scroll-mb-4 {
    scroll-margin-bottom: -0.250rem;
  }

  .md\:-scroll-mb-40 {
    scroll-margin-bottom: -2.500rem;
  }

  .md\:-scroll-mb-50 {
    scroll-margin-bottom: -3.125rem;
  }

  .md\:-scroll-mb-6 {
    scroll-margin-bottom: -0.375rem;
  }

  .md\:-scroll-mb-60 {
    scroll-margin-bottom: -3.750rem;
  }

  .md\:-scroll-mb-70 {
    scroll-margin-bottom: -4.375rem;
  }

  .md\:-scroll-mb-8 {
    scroll-margin-bottom: -0.500rem;
  }

  .md\:-scroll-mb-80 {
    scroll-margin-bottom: -5.000rem;
  }

  .md\:-scroll-mb-90 {
    scroll-margin-bottom: -5.625rem;
  }

  .md\:-scroll-me-0 {
    scroll-margin-inline-end: -0px;
  }

  .md\:-scroll-me-1 {
    scroll-margin-inline-end: -1px;
  }

  .md\:-scroll-me-10 {
    scroll-margin-inline-end: -0.625rem;
  }

  .md\:-scroll-me-100 {
    scroll-margin-inline-end: -6.250rem;
  }

  .md\:-scroll-me-12 {
    scroll-margin-inline-end: -0.750rem;
  }

  .md\:-scroll-me-14 {
    scroll-margin-inline-end: -0.875rem;
  }

  .md\:-scroll-me-150 {
    scroll-margin-inline-end: -9.375rem;
  }

  .md\:-scroll-me-16 {
    scroll-margin-inline-end: -1.000rem;
  }

  .md\:-scroll-me-18 {
    scroll-margin-inline-end: -1.125rem;
  }

  .md\:-scroll-me-2 {
    scroll-margin-inline-end: -0.125rem;
  }

  .md\:-scroll-me-20 {
    scroll-margin-inline-end: -1.250rem;
  }

  .md\:-scroll-me-200 {
    scroll-margin-inline-end: -12.5rem;
  }

  .md\:-scroll-me-22 {
    scroll-margin-inline-end: -1.375rem;
  }

  .md\:-scroll-me-24 {
    scroll-margin-inline-end: -1.500rem;
  }

  .md\:-scroll-me-250 {
    scroll-margin-inline-end: -15.625rem;
  }

  .md\:-scroll-me-26 {
    scroll-margin-inline-end: -1.625rem;
  }

  .md\:-scroll-me-28 {
    scroll-margin-inline-end: -1.75rem;
  }

  .md\:-scroll-me-3 {
    scroll-margin-inline-end: -0.188rem;
  }

  .md\:-scroll-me-30 {
    scroll-margin-inline-end: -1.875rem;
  }

  .md\:-scroll-me-300 {
    scroll-margin-inline-end: -18.75rem;
  }

  .md\:-scroll-me-32 {
    scroll-margin-inline-end: -2rem;
  }

  .md\:-scroll-me-34 {
    scroll-margin-inline-end: -2.125rem;
  }

  .md\:-scroll-me-36 {
    scroll-margin-inline-end: -2.25rem;
  }

  .md\:-scroll-me-38 {
    scroll-margin-inline-end: -2.375rem;
  }

  .md\:-scroll-me-4 {
    scroll-margin-inline-end: -0.250rem;
  }

  .md\:-scroll-me-40 {
    scroll-margin-inline-end: -2.500rem;
  }

  .md\:-scroll-me-50 {
    scroll-margin-inline-end: -3.125rem;
  }

  .md\:-scroll-me-6 {
    scroll-margin-inline-end: -0.375rem;
  }

  .md\:-scroll-me-60 {
    scroll-margin-inline-end: -3.750rem;
  }

  .md\:-scroll-me-70 {
    scroll-margin-inline-end: -4.375rem;
  }

  .md\:-scroll-me-8 {
    scroll-margin-inline-end: -0.500rem;
  }

  .md\:-scroll-me-80 {
    scroll-margin-inline-end: -5.000rem;
  }

  .md\:-scroll-me-90 {
    scroll-margin-inline-end: -5.625rem;
  }

  .md\:-scroll-ml-0 {
    scroll-margin-left: -0px;
  }

  .md\:-scroll-ml-1 {
    scroll-margin-left: -1px;
  }

  .md\:-scroll-ml-10 {
    scroll-margin-left: -0.625rem;
  }

  .md\:-scroll-ml-100 {
    scroll-margin-left: -6.250rem;
  }

  .md\:-scroll-ml-12 {
    scroll-margin-left: -0.750rem;
  }

  .md\:-scroll-ml-14 {
    scroll-margin-left: -0.875rem;
  }

  .md\:-scroll-ml-150 {
    scroll-margin-left: -9.375rem;
  }

  .md\:-scroll-ml-16 {
    scroll-margin-left: -1.000rem;
  }

  .md\:-scroll-ml-18 {
    scroll-margin-left: -1.125rem;
  }

  .md\:-scroll-ml-2 {
    scroll-margin-left: -0.125rem;
  }

  .md\:-scroll-ml-20 {
    scroll-margin-left: -1.250rem;
  }

  .md\:-scroll-ml-200 {
    scroll-margin-left: -12.5rem;
  }

  .md\:-scroll-ml-22 {
    scroll-margin-left: -1.375rem;
  }

  .md\:-scroll-ml-24 {
    scroll-margin-left: -1.500rem;
  }

  .md\:-scroll-ml-250 {
    scroll-margin-left: -15.625rem;
  }

  .md\:-scroll-ml-26 {
    scroll-margin-left: -1.625rem;
  }

  .md\:-scroll-ml-28 {
    scroll-margin-left: -1.75rem;
  }

  .md\:-scroll-ml-3 {
    scroll-margin-left: -0.188rem;
  }

  .md\:-scroll-ml-30 {
    scroll-margin-left: -1.875rem;
  }

  .md\:-scroll-ml-300 {
    scroll-margin-left: -18.75rem;
  }

  .md\:-scroll-ml-32 {
    scroll-margin-left: -2rem;
  }

  .md\:-scroll-ml-34 {
    scroll-margin-left: -2.125rem;
  }

  .md\:-scroll-ml-36 {
    scroll-margin-left: -2.25rem;
  }

  .md\:-scroll-ml-38 {
    scroll-margin-left: -2.375rem;
  }

  .md\:-scroll-ml-4 {
    scroll-margin-left: -0.250rem;
  }

  .md\:-scroll-ml-40 {
    scroll-margin-left: -2.500rem;
  }

  .md\:-scroll-ml-50 {
    scroll-margin-left: -3.125rem;
  }

  .md\:-scroll-ml-6 {
    scroll-margin-left: -0.375rem;
  }

  .md\:-scroll-ml-60 {
    scroll-margin-left: -3.750rem;
  }

  .md\:-scroll-ml-70 {
    scroll-margin-left: -4.375rem;
  }

  .md\:-scroll-ml-8 {
    scroll-margin-left: -0.500rem;
  }

  .md\:-scroll-ml-80 {
    scroll-margin-left: -5.000rem;
  }

  .md\:-scroll-ml-90 {
    scroll-margin-left: -5.625rem;
  }

  .md\:-scroll-mr-0 {
    scroll-margin-right: -0px;
  }

  .md\:-scroll-mr-1 {
    scroll-margin-right: -1px;
  }

  .md\:-scroll-mr-10 {
    scroll-margin-right: -0.625rem;
  }

  .md\:-scroll-mr-100 {
    scroll-margin-right: -6.250rem;
  }

  .md\:-scroll-mr-12 {
    scroll-margin-right: -0.750rem;
  }

  .md\:-scroll-mr-14 {
    scroll-margin-right: -0.875rem;
  }

  .md\:-scroll-mr-150 {
    scroll-margin-right: -9.375rem;
  }

  .md\:-scroll-mr-16 {
    scroll-margin-right: -1.000rem;
  }

  .md\:-scroll-mr-18 {
    scroll-margin-right: -1.125rem;
  }

  .md\:-scroll-mr-2 {
    scroll-margin-right: -0.125rem;
  }

  .md\:-scroll-mr-20 {
    scroll-margin-right: -1.250rem;
  }

  .md\:-scroll-mr-200 {
    scroll-margin-right: -12.5rem;
  }

  .md\:-scroll-mr-22 {
    scroll-margin-right: -1.375rem;
  }

  .md\:-scroll-mr-24 {
    scroll-margin-right: -1.500rem;
  }

  .md\:-scroll-mr-250 {
    scroll-margin-right: -15.625rem;
  }

  .md\:-scroll-mr-26 {
    scroll-margin-right: -1.625rem;
  }

  .md\:-scroll-mr-28 {
    scroll-margin-right: -1.75rem;
  }

  .md\:-scroll-mr-3 {
    scroll-margin-right: -0.188rem;
  }

  .md\:-scroll-mr-30 {
    scroll-margin-right: -1.875rem;
  }

  .md\:-scroll-mr-300 {
    scroll-margin-right: -18.75rem;
  }

  .md\:-scroll-mr-32 {
    scroll-margin-right: -2rem;
  }

  .md\:-scroll-mr-34 {
    scroll-margin-right: -2.125rem;
  }

  .md\:-scroll-mr-36 {
    scroll-margin-right: -2.25rem;
  }

  .md\:-scroll-mr-38 {
    scroll-margin-right: -2.375rem;
  }

  .md\:-scroll-mr-4 {
    scroll-margin-right: -0.250rem;
  }

  .md\:-scroll-mr-40 {
    scroll-margin-right: -2.500rem;
  }

  .md\:-scroll-mr-50 {
    scroll-margin-right: -3.125rem;
  }

  .md\:-scroll-mr-6 {
    scroll-margin-right: -0.375rem;
  }

  .md\:-scroll-mr-60 {
    scroll-margin-right: -3.750rem;
  }

  .md\:-scroll-mr-70 {
    scroll-margin-right: -4.375rem;
  }

  .md\:-scroll-mr-8 {
    scroll-margin-right: -0.500rem;
  }

  .md\:-scroll-mr-80 {
    scroll-margin-right: -5.000rem;
  }

  .md\:-scroll-mr-90 {
    scroll-margin-right: -5.625rem;
  }

  .md\:-scroll-ms-0 {
    scroll-margin-inline-start: -0px;
  }

  .md\:-scroll-ms-1 {
    scroll-margin-inline-start: -1px;
  }

  .md\:-scroll-ms-10 {
    scroll-margin-inline-start: -0.625rem;
  }

  .md\:-scroll-ms-100 {
    scroll-margin-inline-start: -6.250rem;
  }

  .md\:-scroll-ms-12 {
    scroll-margin-inline-start: -0.750rem;
  }

  .md\:-scroll-ms-14 {
    scroll-margin-inline-start: -0.875rem;
  }

  .md\:-scroll-ms-150 {
    scroll-margin-inline-start: -9.375rem;
  }

  .md\:-scroll-ms-16 {
    scroll-margin-inline-start: -1.000rem;
  }

  .md\:-scroll-ms-18 {
    scroll-margin-inline-start: -1.125rem;
  }

  .md\:-scroll-ms-2 {
    scroll-margin-inline-start: -0.125rem;
  }

  .md\:-scroll-ms-20 {
    scroll-margin-inline-start: -1.250rem;
  }

  .md\:-scroll-ms-200 {
    scroll-margin-inline-start: -12.5rem;
  }

  .md\:-scroll-ms-22 {
    scroll-margin-inline-start: -1.375rem;
  }

  .md\:-scroll-ms-24 {
    scroll-margin-inline-start: -1.500rem;
  }

  .md\:-scroll-ms-250 {
    scroll-margin-inline-start: -15.625rem;
  }

  .md\:-scroll-ms-26 {
    scroll-margin-inline-start: -1.625rem;
  }

  .md\:-scroll-ms-28 {
    scroll-margin-inline-start: -1.75rem;
  }

  .md\:-scroll-ms-3 {
    scroll-margin-inline-start: -0.188rem;
  }

  .md\:-scroll-ms-30 {
    scroll-margin-inline-start: -1.875rem;
  }

  .md\:-scroll-ms-300 {
    scroll-margin-inline-start: -18.75rem;
  }

  .md\:-scroll-ms-32 {
    scroll-margin-inline-start: -2rem;
  }

  .md\:-scroll-ms-34 {
    scroll-margin-inline-start: -2.125rem;
  }

  .md\:-scroll-ms-36 {
    scroll-margin-inline-start: -2.25rem;
  }

  .md\:-scroll-ms-38 {
    scroll-margin-inline-start: -2.375rem;
  }

  .md\:-scroll-ms-4 {
    scroll-margin-inline-start: -0.250rem;
  }

  .md\:-scroll-ms-40 {
    scroll-margin-inline-start: -2.500rem;
  }

  .md\:-scroll-ms-50 {
    scroll-margin-inline-start: -3.125rem;
  }

  .md\:-scroll-ms-6 {
    scroll-margin-inline-start: -0.375rem;
  }

  .md\:-scroll-ms-60 {
    scroll-margin-inline-start: -3.750rem;
  }

  .md\:-scroll-ms-70 {
    scroll-margin-inline-start: -4.375rem;
  }

  .md\:-scroll-ms-8 {
    scroll-margin-inline-start: -0.500rem;
  }

  .md\:-scroll-ms-80 {
    scroll-margin-inline-start: -5.000rem;
  }

  .md\:-scroll-ms-90 {
    scroll-margin-inline-start: -5.625rem;
  }

  .md\:-scroll-mt-0 {
    scroll-margin-top: -0px;
  }

  .md\:-scroll-mt-1 {
    scroll-margin-top: -1px;
  }

  .md\:-scroll-mt-10 {
    scroll-margin-top: -0.625rem;
  }

  .md\:-scroll-mt-100 {
    scroll-margin-top: -6.250rem;
  }

  .md\:-scroll-mt-12 {
    scroll-margin-top: -0.750rem;
  }

  .md\:-scroll-mt-14 {
    scroll-margin-top: -0.875rem;
  }

  .md\:-scroll-mt-150 {
    scroll-margin-top: -9.375rem;
  }

  .md\:-scroll-mt-16 {
    scroll-margin-top: -1.000rem;
  }

  .md\:-scroll-mt-18 {
    scroll-margin-top: -1.125rem;
  }

  .md\:-scroll-mt-2 {
    scroll-margin-top: -0.125rem;
  }

  .md\:-scroll-mt-20 {
    scroll-margin-top: -1.250rem;
  }

  .md\:-scroll-mt-200 {
    scroll-margin-top: -12.5rem;
  }

  .md\:-scroll-mt-22 {
    scroll-margin-top: -1.375rem;
  }

  .md\:-scroll-mt-24 {
    scroll-margin-top: -1.500rem;
  }

  .md\:-scroll-mt-250 {
    scroll-margin-top: -15.625rem;
  }

  .md\:-scroll-mt-26 {
    scroll-margin-top: -1.625rem;
  }

  .md\:-scroll-mt-28 {
    scroll-margin-top: -1.75rem;
  }

  .md\:-scroll-mt-3 {
    scroll-margin-top: -0.188rem;
  }

  .md\:-scroll-mt-30 {
    scroll-margin-top: -1.875rem;
  }

  .md\:-scroll-mt-300 {
    scroll-margin-top: -18.75rem;
  }

  .md\:-scroll-mt-32 {
    scroll-margin-top: -2rem;
  }

  .md\:-scroll-mt-34 {
    scroll-margin-top: -2.125rem;
  }

  .md\:-scroll-mt-36 {
    scroll-margin-top: -2.25rem;
  }

  .md\:-scroll-mt-38 {
    scroll-margin-top: -2.375rem;
  }

  .md\:-scroll-mt-4 {
    scroll-margin-top: -0.250rem;
  }

  .md\:-scroll-mt-40 {
    scroll-margin-top: -2.500rem;
  }

  .md\:-scroll-mt-50 {
    scroll-margin-top: -3.125rem;
  }

  .md\:-scroll-mt-6 {
    scroll-margin-top: -0.375rem;
  }

  .md\:-scroll-mt-60 {
    scroll-margin-top: -3.750rem;
  }

  .md\:-scroll-mt-70 {
    scroll-margin-top: -4.375rem;
  }

  .md\:-scroll-mt-8 {
    scroll-margin-top: -0.500rem;
  }

  .md\:-scroll-mt-80 {
    scroll-margin-top: -5.000rem;
  }

  .md\:-scroll-mt-90 {
    scroll-margin-top: -5.625rem;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

  .md\:columns-10 {
    -moz-columns: 10;
         columns: 10;
  }

  .md\:columns-11 {
    -moz-columns: 11;
         columns: 11;
  }

  .md\:columns-12 {
    -moz-columns: 12;
         columns: 12;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .md\:columns-2xl {
    -moz-columns: 42rem;
         columns: 42rem;
  }

  .md\:columns-2xs {
    -moz-columns: 18rem;
         columns: 18rem;
  }

  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .md\:columns-3xl {
    -moz-columns: 48rem;
         columns: 48rem;
  }

  .md\:columns-3xs {
    -moz-columns: 16rem;
         columns: 16rem;
  }

  .md\:columns-4 {
    -moz-columns: 4;
         columns: 4;
  }

  .md\:columns-4xl {
    -moz-columns: 56rem;
         columns: 56rem;
  }

  .md\:columns-5 {
    -moz-columns: 5;
         columns: 5;
  }

  .md\:columns-5xl {
    -moz-columns: 64rem;
         columns: 64rem;
  }

  .md\:columns-6 {
    -moz-columns: 6;
         columns: 6;
  }

  .md\:columns-6xl {
    -moz-columns: 72rem;
         columns: 72rem;
  }

  .md\:columns-7 {
    -moz-columns: 7;
         columns: 7;
  }

  .md\:columns-7xl {
    -moz-columns: 80rem;
         columns: 80rem;
  }

  .md\:columns-8 {
    -moz-columns: 8;
         columns: 8;
  }

  .md\:columns-9 {
    -moz-columns: 9;
         columns: 9;
  }

  .md\:columns-auto {
    -moz-columns: auto;
         columns: auto;
  }

  .md\:columns-lg {
    -moz-columns: 32rem;
         columns: 32rem;
  }

  .md\:columns-md {
    -moz-columns: 28rem;
         columns: 28rem;
  }

  .md\:columns-sm {
    -moz-columns: 24rem;
         columns: 24rem;
  }

  .md\:columns-xl {
    -moz-columns: 36rem;
         columns: 36rem;
  }

  .md\:columns-xs {
    -moz-columns: 20rem;
         columns: 20rem;
  }

  .md\:break-before-auto {
    -moz-column-break-before: auto;
         break-before: auto;
  }

  .md\:break-before-avoid {
    -moz-column-break-before: avoid;
         break-before: avoid;
  }

  .md\:break-before-all {
    -moz-column-break-before: all;
         break-before: all;
  }

  .md\:break-before-avoid-page {
    -moz-column-break-before: avoid;
         break-before: avoid-page;
  }

  .md\:break-before-page {
    -moz-column-break-before: page;
         break-before: page;
  }

  .md\:break-before-left {
    -moz-column-break-before: left;
         break-before: left;
  }

  .md\:break-before-right {
    -moz-column-break-before: right;
         break-before: right;
  }

  .md\:break-before-column {
    -moz-column-break-before: column;
         break-before: column;
  }

  .md\:break-inside-auto {
    -moz-column-break-inside: auto;
         break-inside: auto;
  }

  .md\:break-inside-avoid {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }

  .md\:break-inside-avoid-page {
    break-inside: avoid-page;
  }

  .md\:break-inside-avoid-column {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }

  .md\:break-after-auto {
    -moz-column-break-after: auto;
         break-after: auto;
  }

  .md\:break-after-avoid {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }

  .md\:break-after-all {
    -moz-column-break-after: all;
         break-after: all;
  }

  .md\:break-after-avoid-page {
    -moz-column-break-after: avoid;
         break-after: avoid-page;
  }

  .md\:break-after-page {
    -moz-column-break-after: page;
         break-after: page;
  }

  .md\:break-after-left {
    -moz-column-break-after: left;
         break-after: left;
  }

  .md\:break-after-right {
    -moz-column-break-after: right;
         break-after: right;
  }

  .md\:break-after-column {
    -moz-column-break-after: column;
         break-after: column;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-dense {
    grid-auto-flow: dense;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:place-content-center {
    place-content: center;
  }

  .md\:place-content-start {
    place-content: start;
  }

  .md\:place-content-end {
    place-content: end;
  }

  .md\:place-content-between {
    place-content: space-between;
  }

  .md\:place-content-around {
    place-content: space-around;
  }

  .md\:place-content-evenly {
    place-content: space-evenly;
  }

  .md\:place-content-baseline {
    place-content: baseline;
  }

  .md\:place-content-stretch {
    place-content: stretch;
  }

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:place-items-baseline {
    place-items: baseline;
  }

  .md\:place-items-stretch {
    place-items: stretch;
  }

  .md\:content-normal {
    align-content: normal;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:content-evenly {
    align-content: space-evenly;
  }

  .md\:content-baseline {
    align-content: baseline;
  }

  .md\:content-stretch {
    align-content: stretch;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-normal {
    justify-content: normal;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:justify-stretch {
    justify-content: stretch;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 1px;
  }

  .md\:gap-10 {
    gap: 0.625rem;
  }

  .md\:gap-100 {
    gap: 6.250rem;
  }

  .md\:gap-12 {
    gap: 0.750rem;
  }

  .md\:gap-14 {
    gap: 0.875rem;
  }

  .md\:gap-150 {
    gap: 9.375rem;
  }

  .md\:gap-16 {
    gap: 1.000rem;
  }

  .md\:gap-18 {
    gap: 1.125rem;
  }

  .md\:gap-2 {
    gap: 0.125rem;
  }

  .md\:gap-20 {
    gap: 1.250rem;
  }

  .md\:gap-200 {
    gap: 12.5rem;
  }

  .md\:gap-22 {
    gap: 1.375rem;
  }

  .md\:gap-24 {
    gap: 1.500rem;
  }

  .md\:gap-250 {
    gap: 15.625rem;
  }

  .md\:gap-26 {
    gap: 1.625rem;
  }

  .md\:gap-28 {
    gap: 1.75rem;
  }

  .md\:gap-3 {
    gap: 0.188rem;
  }

  .md\:gap-30 {
    gap: 1.875rem;
  }

  .md\:gap-300 {
    gap: 18.75rem;
  }

  .md\:gap-32 {
    gap: 2rem;
  }

  .md\:gap-34 {
    gap: 2.125rem;
  }

  .md\:gap-36 {
    gap: 2.25rem;
  }

  .md\:gap-38 {
    gap: 2.375rem;
  }

  .md\:gap-4 {
    gap: 0.250rem;
  }

  .md\:gap-40 {
    gap: 2.500rem;
  }

  .md\:gap-50 {
    gap: 3.125rem;
  }

  .md\:gap-6 {
    gap: 0.375rem;
  }

  .md\:gap-60 {
    gap: 3.750rem;
  }

  .md\:gap-70 {
    gap: 4.375rem;
  }

  .md\:gap-8 {
    gap: 0.500rem;
  }

  .md\:gap-80 {
    gap: 5.000rem;
  }

  .md\:gap-90 {
    gap: 5.625rem;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-100 {
    -moz-column-gap: 6.250rem;
         column-gap: 6.250rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 0.750rem;
         column-gap: 0.750rem;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-x-150 {
    -moz-column-gap: 9.375rem;
         column-gap: 9.375rem;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 1.000rem;
         column-gap: 1.000rem;
  }

  .md\:gap-x-18 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 1.250rem;
         column-gap: 1.250rem;
  }

  .md\:gap-x-200 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .md\:gap-x-22 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 1.500rem;
         column-gap: 1.500rem;
  }

  .md\:gap-x-250 {
    -moz-column-gap: 15.625rem;
         column-gap: 15.625rem;
  }

  .md\:gap-x-26 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.188rem;
         column-gap: 0.188rem;
  }

  .md\:gap-x-30 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .md\:gap-x-300 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-34 {
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-x-38 {
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 0.250rem;
         column-gap: 0.250rem;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 2.500rem;
         column-gap: 2.500rem;
  }

  .md\:gap-x-50 {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:gap-x-60 {
    -moz-column-gap: 3.750rem;
         column-gap: 3.750rem;
  }

  .md\:gap-x-70 {
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 0.500rem;
         column-gap: 0.500rem;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 5.000rem;
         column-gap: 5.000rem;
  }

  .md\:gap-x-90 {
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-1 {
    row-gap: 1px;
  }

  .md\:gap-y-10 {
    row-gap: 0.625rem;
  }

  .md\:gap-y-100 {
    row-gap: 6.250rem;
  }

  .md\:gap-y-12 {
    row-gap: 0.750rem;
  }

  .md\:gap-y-14 {
    row-gap: 0.875rem;
  }

  .md\:gap-y-150 {
    row-gap: 9.375rem;
  }

  .md\:gap-y-16 {
    row-gap: 1.000rem;
  }

  .md\:gap-y-18 {
    row-gap: 1.125rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.125rem;
  }

  .md\:gap-y-20 {
    row-gap: 1.250rem;
  }

  .md\:gap-y-200 {
    row-gap: 12.5rem;
  }

  .md\:gap-y-22 {
    row-gap: 1.375rem;
  }

  .md\:gap-y-24 {
    row-gap: 1.500rem;
  }

  .md\:gap-y-250 {
    row-gap: 15.625rem;
  }

  .md\:gap-y-26 {
    row-gap: 1.625rem;
  }

  .md\:gap-y-28 {
    row-gap: 1.75rem;
  }

  .md\:gap-y-3 {
    row-gap: 0.188rem;
  }

  .md\:gap-y-30 {
    row-gap: 1.875rem;
  }

  .md\:gap-y-300 {
    row-gap: 18.75rem;
  }

  .md\:gap-y-32 {
    row-gap: 2rem;
  }

  .md\:gap-y-34 {
    row-gap: 2.125rem;
  }

  .md\:gap-y-36 {
    row-gap: 2.25rem;
  }

  .md\:gap-y-38 {
    row-gap: 2.375rem;
  }

  .md\:gap-y-4 {
    row-gap: 0.250rem;
  }

  .md\:gap-y-40 {
    row-gap: 2.500rem;
  }

  .md\:gap-y-50 {
    row-gap: 3.125rem;
  }

  .md\:gap-y-6 {
    row-gap: 0.375rem;
  }

  .md\:gap-y-60 {
    row-gap: 3.750rem;
  }

  .md\:gap-y-70 {
    row-gap: 4.375rem;
  }

  .md\:gap-y-8 {
    row-gap: 0.500rem;
  }

  .md\:gap-y-80 {
    row-gap: 5.000rem;
  }

  .md\:gap-y-90 {
    row-gap: 5.625rem;
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0px * var(--tw-space-x-reverse));
    margin-left: calc(-0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.250rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.250rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.750rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.750rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.000rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.000rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.250rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.250rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.500rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.500rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-15.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.188rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.188rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.250rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.250rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.500rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.500rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.750rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.750rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.500rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.500rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.000rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.000rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.250rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.250rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.750rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.750rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.000rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.000rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.250rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.250rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.500rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.500rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.188rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.188rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.250rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.250rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.500rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.500rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.750rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.750rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.500rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.500rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.000rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.000rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse));
  }

  .md\:place-self-auto {
    place-self: auto;
  }

  .md\:place-self-start {
    place-self: start;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:place-self-stretch {
    place-self: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:self-baseline {
    align-self: baseline;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-clip {
    overflow: clip;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-clip {
    overflow-x: clip;
  }

  .md\:overflow-y-clip {
    overflow-y: clip;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .md\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .md\:overscroll-none {
    overscroll-behavior: none;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .md\:text-ellipsis {
    text-overflow: ellipsis;
  }

  .md\:text-clip {
    text-overflow: clip;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:whitespace-break-spaces {
    white-space: break-spaces;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:break-keep {
    word-break: keep-all;
  }

  .md\:rounded-10 {
    border-radius: .625rem;
  }

  .md\:rounded-20 {
    border-radius: 1.25rem;
  }

  .md\:rounded-5 {
    border-radius: .3125rem;
  }

  .md\:rounded-8 {
    border-radius: .5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-b-10 {
    border-bottom-right-radius: .625rem;
    border-bottom-left-radius: .625rem;
  }

  .md\:rounded-b-20 {
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  .md\:rounded-b-5 {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .md\:rounded-b-8 {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-e-10 {
    border-start-end-radius: .625rem;
    border-end-end-radius: .625rem;
  }

  .md\:rounded-e-20 {
    border-start-end-radius: 1.25rem;
    border-end-end-radius: 1.25rem;
  }

  .md\:rounded-e-5 {
    border-start-end-radius: .3125rem;
    border-end-end-radius: .3125rem;
  }

  .md\:rounded-e-8 {
    border-start-end-radius: .5rem;
    border-end-end-radius: .5rem;
  }

  .md\:rounded-e-full {
    border-start-end-radius: 9999px;
    border-end-end-radius: 9999px;
  }

  .md\:rounded-e-none {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }

  .md\:rounded-l-10 {
    border-top-left-radius: .625rem;
    border-bottom-left-radius: .625rem;
  }

  .md\:rounded-l-20 {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  .md\:rounded-l-5 {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .md\:rounded-l-8 {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-r-10 {
    border-top-right-radius: .625rem;
    border-bottom-right-radius: .625rem;
  }

  .md\:rounded-r-20 {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  .md\:rounded-r-5 {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }

  .md\:rounded-r-8 {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-s-10 {
    border-start-start-radius: .625rem;
    border-end-start-radius: .625rem;
  }

  .md\:rounded-s-20 {
    border-start-start-radius: 1.25rem;
    border-end-start-radius: 1.25rem;
  }

  .md\:rounded-s-5 {
    border-start-start-radius: .3125rem;
    border-end-start-radius: .3125rem;
  }

  .md\:rounded-s-8 {
    border-start-start-radius: .5rem;
    border-end-start-radius: .5rem;
  }

  .md\:rounded-s-full {
    border-start-start-radius: 9999px;
    border-end-start-radius: 9999px;
  }

  .md\:rounded-s-none {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }

  .md\:rounded-t-10 {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
  }

  .md\:rounded-t-20 {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  .md\:rounded-t-5 {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }

  .md\:rounded-t-8 {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-bl-10 {
    border-bottom-left-radius: .625rem;
  }

  .md\:rounded-bl-20 {
    border-bottom-left-radius: 1.25rem;
  }

  .md\:rounded-bl-5 {
    border-bottom-left-radius: .3125rem;
  }

  .md\:rounded-bl-8 {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-br-10 {
    border-bottom-right-radius: .625rem;
  }

  .md\:rounded-br-20 {
    border-bottom-right-radius: 1.25rem;
  }

  .md\:rounded-br-5 {
    border-bottom-right-radius: .3125rem;
  }

  .md\:rounded-br-8 {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-ee-10 {
    border-end-end-radius: .625rem;
  }

  .md\:rounded-ee-20 {
    border-end-end-radius: 1.25rem;
  }

  .md\:rounded-ee-5 {
    border-end-end-radius: .3125rem;
  }

  .md\:rounded-ee-8 {
    border-end-end-radius: .5rem;
  }

  .md\:rounded-ee-full {
    border-end-end-radius: 9999px;
  }

  .md\:rounded-ee-none {
    border-end-end-radius: 0;
  }

  .md\:rounded-es-10 {
    border-end-start-radius: .625rem;
  }

  .md\:rounded-es-20 {
    border-end-start-radius: 1.25rem;
  }

  .md\:rounded-es-5 {
    border-end-start-radius: .3125rem;
  }

  .md\:rounded-es-8 {
    border-end-start-radius: .5rem;
  }

  .md\:rounded-es-full {
    border-end-start-radius: 9999px;
  }

  .md\:rounded-es-none {
    border-end-start-radius: 0;
  }

  .md\:rounded-se-10 {
    border-start-end-radius: .625rem;
  }

  .md\:rounded-se-20 {
    border-start-end-radius: 1.25rem;
  }

  .md\:rounded-se-5 {
    border-start-end-radius: .3125rem;
  }

  .md\:rounded-se-8 {
    border-start-end-radius: .5rem;
  }

  .md\:rounded-se-full {
    border-start-end-radius: 9999px;
  }

  .md\:rounded-se-none {
    border-start-end-radius: 0;
  }

  .md\:rounded-ss-10 {
    border-start-start-radius: .625rem;
  }

  .md\:rounded-ss-20 {
    border-start-start-radius: 1.25rem;
  }

  .md\:rounded-ss-5 {
    border-start-start-radius: .3125rem;
  }

  .md\:rounded-ss-8 {
    border-start-start-radius: .5rem;
  }

  .md\:rounded-ss-full {
    border-start-start-radius: 9999px;
  }

  .md\:rounded-ss-none {
    border-start-start-radius: 0;
  }

  .md\:rounded-tl-10 {
    border-top-left-radius: .625rem;
  }

  .md\:rounded-tl-20 {
    border-top-left-radius: 1.25rem;
  }

  .md\:rounded-tl-5 {
    border-top-left-radius: .3125rem;
  }

  .md\:rounded-tl-8 {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-10 {
    border-top-right-radius: .625rem;
  }

  .md\:rounded-tr-20 {
    border-top-right-radius: 1.25rem;
  }

  .md\:rounded-tr-5 {
    border-top-right-radius: .3125rem;
  }

  .md\:rounded-tr-8 {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-3 {
    border-width: 3px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .md\:border-x-0 {
    border-left-width: 0;
    border-right-width: 0;
  }

  .md\:border-x-2 {
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .md\:border-x-3 {
    border-left-width: 3px;
    border-right-width: 3px;
  }

  .md\:border-x-4 {
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .md\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .md\:border-y-0 {
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .md\:border-y-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .md\:border-y-3 {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }

  .md\:border-y-4 {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-e {
    border-inline-end-width: 1px;
  }

  .md\:border-e-0 {
    border-inline-end-width: 0;
  }

  .md\:border-e-2 {
    border-inline-end-width: 2px;
  }

  .md\:border-e-3 {
    border-inline-end-width: 3px;
  }

  .md\:border-e-4 {
    border-inline-end-width: 4px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-l-3 {
    border-left-width: 3px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-r-3 {
    border-right-width: 3px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-s {
    border-inline-start-width: 1px;
  }

  .md\:border-s-0 {
    border-inline-start-width: 0;
  }

  .md\:border-s-2 {
    border-inline-start-width: 2px;
  }

  .md\:border-s-3 {
    border-inline-start-width: 3px;
  }

  .md\:border-s-4 {
    border-inline-start-width: 4px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-t-3 {
    border-top-width: 3px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-hidden {
    border-style: hidden;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-black\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .md\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-black\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .md\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-current {
    border-color: currentColor;
  }

  .md\:border-error_red {
    --tw-border-opacity: 1;
    border-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .md\:border-error_red\/0 {
    border-color: rgb(235 0 27 / 0);
  }

  .md\:border-error_red\/10 {
    border-color: rgb(235 0 27 / 0.1);
  }

  .md\:border-error_red\/100 {
    border-color: rgb(235 0 27 / 1);
  }

  .md\:border-error_red\/20 {
    border-color: rgb(235 0 27 / 0.2);
  }

  .md\:border-error_red\/25 {
    border-color: rgb(235 0 27 / 0.25);
  }

  .md\:border-error_red\/30 {
    border-color: rgb(235 0 27 / 0.3);
  }

  .md\:border-error_red\/40 {
    border-color: rgb(235 0 27 / 0.4);
  }

  .md\:border-error_red\/5 {
    border-color: rgb(235 0 27 / 0.05);
  }

  .md\:border-error_red\/50 {
    border-color: rgb(235 0 27 / 0.5);
  }

  .md\:border-error_red\/60 {
    border-color: rgb(235 0 27 / 0.6);
  }

  .md\:border-error_red\/70 {
    border-color: rgb(235 0 27 / 0.7);
  }

  .md\:border-error_red\/75 {
    border-color: rgb(235 0 27 / 0.75);
  }

  .md\:border-error_red\/80 {
    border-color: rgb(235 0 27 / 0.8);
  }

  .md\:border-error_red\/90 {
    border-color: rgb(235 0 27 / 0.9);
  }

  .md\:border-error_red\/95 {
    border-color: rgb(235 0 27 / 0.95);
  }

  .md\:border-gray5 {
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .md\:border-gray5\/0 {
    border-color: rgb(242 242 242 / 0);
  }

  .md\:border-gray5\/10 {
    border-color: rgb(242 242 242 / 0.1);
  }

  .md\:border-gray5\/100 {
    border-color: rgb(242 242 242 / 1);
  }

  .md\:border-gray5\/20 {
    border-color: rgb(242 242 242 / 0.2);
  }

  .md\:border-gray5\/25 {
    border-color: rgb(242 242 242 / 0.25);
  }

  .md\:border-gray5\/30 {
    border-color: rgb(242 242 242 / 0.3);
  }

  .md\:border-gray5\/40 {
    border-color: rgb(242 242 242 / 0.4);
  }

  .md\:border-gray5\/5 {
    border-color: rgb(242 242 242 / 0.05);
  }

  .md\:border-gray5\/50 {
    border-color: rgb(242 242 242 / 0.5);
  }

  .md\:border-gray5\/60 {
    border-color: rgb(242 242 242 / 0.6);
  }

  .md\:border-gray5\/70 {
    border-color: rgb(242 242 242 / 0.7);
  }

  .md\:border-gray5\/75 {
    border-color: rgb(242 242 242 / 0.75);
  }

  .md\:border-gray5\/80 {
    border-color: rgb(242 242 242 / 0.8);
  }

  .md\:border-gray5\/90 {
    border-color: rgb(242 242 242 / 0.9);
  }

  .md\:border-gray5\/95 {
    border-color: rgb(242 242 242 / 0.95);
  }

  .md\:border-sh_black {
    --tw-border-opacity: 1;
    border-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .md\:border-sh_black\/0 {
    border-color: rgb(35 31 32 / 0);
  }

  .md\:border-sh_black\/10 {
    border-color: rgb(35 31 32 / 0.1);
  }

  .md\:border-sh_black\/100 {
    border-color: rgb(35 31 32 / 1);
  }

  .md\:border-sh_black\/20 {
    border-color: rgb(35 31 32 / 0.2);
  }

  .md\:border-sh_black\/25 {
    border-color: rgb(35 31 32 / 0.25);
  }

  .md\:border-sh_black\/30 {
    border-color: rgb(35 31 32 / 0.3);
  }

  .md\:border-sh_black\/40 {
    border-color: rgb(35 31 32 / 0.4);
  }

  .md\:border-sh_black\/5 {
    border-color: rgb(35 31 32 / 0.05);
  }

  .md\:border-sh_black\/50 {
    border-color: rgb(35 31 32 / 0.5);
  }

  .md\:border-sh_black\/60 {
    border-color: rgb(35 31 32 / 0.6);
  }

  .md\:border-sh_black\/70 {
    border-color: rgb(35 31 32 / 0.7);
  }

  .md\:border-sh_black\/75 {
    border-color: rgb(35 31 32 / 0.75);
  }

  .md\:border-sh_black\/80 {
    border-color: rgb(35 31 32 / 0.8);
  }

  .md\:border-sh_black\/90 {
    border-color: rgb(35 31 32 / 0.9);
  }

  .md\:border-sh_black\/95 {
    border-color: rgb(35 31 32 / 0.95);
  }

  .md\:border-success_green {
    --tw-border-opacity: 1;
    border-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .md\:border-success_green\/0 {
    border-color: rgb(80 131 22 / 0);
  }

  .md\:border-success_green\/10 {
    border-color: rgb(80 131 22 / 0.1);
  }

  .md\:border-success_green\/100 {
    border-color: rgb(80 131 22 / 1);
  }

  .md\:border-success_green\/20 {
    border-color: rgb(80 131 22 / 0.2);
  }

  .md\:border-success_green\/25 {
    border-color: rgb(80 131 22 / 0.25);
  }

  .md\:border-success_green\/30 {
    border-color: rgb(80 131 22 / 0.3);
  }

  .md\:border-success_green\/40 {
    border-color: rgb(80 131 22 / 0.4);
  }

  .md\:border-success_green\/5 {
    border-color: rgb(80 131 22 / 0.05);
  }

  .md\:border-success_green\/50 {
    border-color: rgb(80 131 22 / 0.5);
  }

  .md\:border-success_green\/60 {
    border-color: rgb(80 131 22 / 0.6);
  }

  .md\:border-success_green\/70 {
    border-color: rgb(80 131 22 / 0.7);
  }

  .md\:border-success_green\/75 {
    border-color: rgb(80 131 22 / 0.75);
  }

  .md\:border-success_green\/80 {
    border-color: rgb(80 131 22 / 0.8);
  }

  .md\:border-success_green\/90 {
    border-color: rgb(80 131 22 / 0.9);
  }

  .md\:border-success_green\/95 {
    border-color: rgb(80 131 22 / 0.95);
  }

  .md\:border-teal {
    --tw-border-opacity: 1;
    border-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .md\:border-teal\/0 {
    border-color: rgb(0 129 159 / 0);
  }

  .md\:border-teal\/10 {
    border-color: rgb(0 129 159 / 0.1);
  }

  .md\:border-teal\/100 {
    border-color: rgb(0 129 159 / 1);
  }

  .md\:border-teal\/20 {
    border-color: rgb(0 129 159 / 0.2);
  }

  .md\:border-teal\/25 {
    border-color: rgb(0 129 159 / 0.25);
  }

  .md\:border-teal\/30 {
    border-color: rgb(0 129 159 / 0.3);
  }

  .md\:border-teal\/40 {
    border-color: rgb(0 129 159 / 0.4);
  }

  .md\:border-teal\/5 {
    border-color: rgb(0 129 159 / 0.05);
  }

  .md\:border-teal\/50 {
    border-color: rgb(0 129 159 / 0.5);
  }

  .md\:border-teal\/60 {
    border-color: rgb(0 129 159 / 0.6);
  }

  .md\:border-teal\/70 {
    border-color: rgb(0 129 159 / 0.7);
  }

  .md\:border-teal\/75 {
    border-color: rgb(0 129 159 / 0.75);
  }

  .md\:border-teal\/80 {
    border-color: rgb(0 129 159 / 0.8);
  }

  .md\:border-teal\/90 {
    border-color: rgb(0 129 159 / 0.9);
  }

  .md\:border-teal\/95 {
    border-color: rgb(0 129 159 / 0.95);
  }

  .md\:border-teal_dark {
    --tw-border-opacity: 1;
    border-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .md\:border-teal_dark\/0 {
    border-color: rgb(0 60 77 / 0);
  }

  .md\:border-teal_dark\/10 {
    border-color: rgb(0 60 77 / 0.1);
  }

  .md\:border-teal_dark\/100 {
    border-color: rgb(0 60 77 / 1);
  }

  .md\:border-teal_dark\/20 {
    border-color: rgb(0 60 77 / 0.2);
  }

  .md\:border-teal_dark\/25 {
    border-color: rgb(0 60 77 / 0.25);
  }

  .md\:border-teal_dark\/30 {
    border-color: rgb(0 60 77 / 0.3);
  }

  .md\:border-teal_dark\/40 {
    border-color: rgb(0 60 77 / 0.4);
  }

  .md\:border-teal_dark\/5 {
    border-color: rgb(0 60 77 / 0.05);
  }

  .md\:border-teal_dark\/50 {
    border-color: rgb(0 60 77 / 0.5);
  }

  .md\:border-teal_dark\/60 {
    border-color: rgb(0 60 77 / 0.6);
  }

  .md\:border-teal_dark\/70 {
    border-color: rgb(0 60 77 / 0.7);
  }

  .md\:border-teal_dark\/75 {
    border-color: rgb(0 60 77 / 0.75);
  }

  .md\:border-teal_dark\/80 {
    border-color: rgb(0 60 77 / 0.8);
  }

  .md\:border-teal_dark\/90 {
    border-color: rgb(0 60 77 / 0.9);
  }

  .md\:border-teal_dark\/95 {
    border-color: rgb(0 60 77 / 0.95);
  }

  .md\:border-teal_extra_light {
    --tw-border-opacity: 1;
    border-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .md\:border-teal_extra_light\/0 {
    border-color: rgb(245 251 252 / 0);
  }

  .md\:border-teal_extra_light\/10 {
    border-color: rgb(245 251 252 / 0.1);
  }

  .md\:border-teal_extra_light\/100 {
    border-color: rgb(245 251 252 / 1);
  }

  .md\:border-teal_extra_light\/20 {
    border-color: rgb(245 251 252 / 0.2);
  }

  .md\:border-teal_extra_light\/25 {
    border-color: rgb(245 251 252 / 0.25);
  }

  .md\:border-teal_extra_light\/30 {
    border-color: rgb(245 251 252 / 0.3);
  }

  .md\:border-teal_extra_light\/40 {
    border-color: rgb(245 251 252 / 0.4);
  }

  .md\:border-teal_extra_light\/5 {
    border-color: rgb(245 251 252 / 0.05);
  }

  .md\:border-teal_extra_light\/50 {
    border-color: rgb(245 251 252 / 0.5);
  }

  .md\:border-teal_extra_light\/60 {
    border-color: rgb(245 251 252 / 0.6);
  }

  .md\:border-teal_extra_light\/70 {
    border-color: rgb(245 251 252 / 0.7);
  }

  .md\:border-teal_extra_light\/75 {
    border-color: rgb(245 251 252 / 0.75);
  }

  .md\:border-teal_extra_light\/80 {
    border-color: rgb(245 251 252 / 0.8);
  }

  .md\:border-teal_extra_light\/90 {
    border-color: rgb(245 251 252 / 0.9);
  }

  .md\:border-teal_extra_light\/95 {
    border-color: rgb(245 251 252 / 0.95);
  }

  .md\:border-teal_light {
    --tw-border-opacity: 1;
    border-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .md\:border-teal_light\/0 {
    border-color: rgb(116 196 214 / 0);
  }

  .md\:border-teal_light\/10 {
    border-color: rgb(116 196 214 / 0.1);
  }

  .md\:border-teal_light\/100 {
    border-color: rgb(116 196 214 / 1);
  }

  .md\:border-teal_light\/20 {
    border-color: rgb(116 196 214 / 0.2);
  }

  .md\:border-teal_light\/25 {
    border-color: rgb(116 196 214 / 0.25);
  }

  .md\:border-teal_light\/30 {
    border-color: rgb(116 196 214 / 0.3);
  }

  .md\:border-teal_light\/40 {
    border-color: rgb(116 196 214 / 0.4);
  }

  .md\:border-teal_light\/5 {
    border-color: rgb(116 196 214 / 0.05);
  }

  .md\:border-teal_light\/50 {
    border-color: rgb(116 196 214 / 0.5);
  }

  .md\:border-teal_light\/60 {
    border-color: rgb(116 196 214 / 0.6);
  }

  .md\:border-teal_light\/70 {
    border-color: rgb(116 196 214 / 0.7);
  }

  .md\:border-teal_light\/75 {
    border-color: rgb(116 196 214 / 0.75);
  }

  .md\:border-teal_light\/80 {
    border-color: rgb(116 196 214 / 0.8);
  }

  .md\:border-teal_light\/90 {
    border-color: rgb(116 196 214 / 0.9);
  }

  .md\:border-teal_light\/95 {
    border-color: rgb(116 196 214 / 0.95);
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .md\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .md\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-white\/0 {
    border-color: rgb(255 255 255 / 0);
  }

  .md\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-white\/100 {
    border-color: rgb(255 255 255 / 1);
  }

  .md\:border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-white\/25 {
    border-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-white\/30 {
    border-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-white\/40 {
    border-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-white\/5 {
    border-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-white\/50 {
    border-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-white\/60 {
    border-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-white\/70 {
    border-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-white\/75 {
    border-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-white\/80 {
    border-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-white\/90 {
    border-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-white\/95 {
    border-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-x-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-x-black\/0 {
    border-left-color: rgb(0 0 0 / 0);
    border-right-color: rgb(0 0 0 / 0);
  }

  .md\:border-x-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-x-black\/100 {
    border-left-color: rgb(0 0 0 / 1);
    border-right-color: rgb(0 0 0 / 1);
  }

  .md\:border-x-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-x-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-x-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-x-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-x-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-x-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-x-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-x-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-x-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-x-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-x-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-x-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-x-current {
    border-left-color: currentColor;
    border-right-color: currentColor;
  }

  .md\:border-x-error_red {
    --tw-border-opacity: 1;
    border-left-color: rgb(235 0 27 / var(--tw-border-opacity));
    border-right-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .md\:border-x-error_red\/0 {
    border-left-color: rgb(235 0 27 / 0);
    border-right-color: rgb(235 0 27 / 0);
  }

  .md\:border-x-error_red\/10 {
    border-left-color: rgb(235 0 27 / 0.1);
    border-right-color: rgb(235 0 27 / 0.1);
  }

  .md\:border-x-error_red\/100 {
    border-left-color: rgb(235 0 27 / 1);
    border-right-color: rgb(235 0 27 / 1);
  }

  .md\:border-x-error_red\/20 {
    border-left-color: rgb(235 0 27 / 0.2);
    border-right-color: rgb(235 0 27 / 0.2);
  }

  .md\:border-x-error_red\/25 {
    border-left-color: rgb(235 0 27 / 0.25);
    border-right-color: rgb(235 0 27 / 0.25);
  }

  .md\:border-x-error_red\/30 {
    border-left-color: rgb(235 0 27 / 0.3);
    border-right-color: rgb(235 0 27 / 0.3);
  }

  .md\:border-x-error_red\/40 {
    border-left-color: rgb(235 0 27 / 0.4);
    border-right-color: rgb(235 0 27 / 0.4);
  }

  .md\:border-x-error_red\/5 {
    border-left-color: rgb(235 0 27 / 0.05);
    border-right-color: rgb(235 0 27 / 0.05);
  }

  .md\:border-x-error_red\/50 {
    border-left-color: rgb(235 0 27 / 0.5);
    border-right-color: rgb(235 0 27 / 0.5);
  }

  .md\:border-x-error_red\/60 {
    border-left-color: rgb(235 0 27 / 0.6);
    border-right-color: rgb(235 0 27 / 0.6);
  }

  .md\:border-x-error_red\/70 {
    border-left-color: rgb(235 0 27 / 0.7);
    border-right-color: rgb(235 0 27 / 0.7);
  }

  .md\:border-x-error_red\/75 {
    border-left-color: rgb(235 0 27 / 0.75);
    border-right-color: rgb(235 0 27 / 0.75);
  }

  .md\:border-x-error_red\/80 {
    border-left-color: rgb(235 0 27 / 0.8);
    border-right-color: rgb(235 0 27 / 0.8);
  }

  .md\:border-x-error_red\/90 {
    border-left-color: rgb(235 0 27 / 0.9);
    border-right-color: rgb(235 0 27 / 0.9);
  }

  .md\:border-x-error_red\/95 {
    border-left-color: rgb(235 0 27 / 0.95);
    border-right-color: rgb(235 0 27 / 0.95);
  }

  .md\:border-x-gray5 {
    --tw-border-opacity: 1;
    border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
    border-right-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .md\:border-x-gray5\/0 {
    border-left-color: rgb(242 242 242 / 0);
    border-right-color: rgb(242 242 242 / 0);
  }

  .md\:border-x-gray5\/10 {
    border-left-color: rgb(242 242 242 / 0.1);
    border-right-color: rgb(242 242 242 / 0.1);
  }

  .md\:border-x-gray5\/100 {
    border-left-color: rgb(242 242 242 / 1);
    border-right-color: rgb(242 242 242 / 1);
  }

  .md\:border-x-gray5\/20 {
    border-left-color: rgb(242 242 242 / 0.2);
    border-right-color: rgb(242 242 242 / 0.2);
  }

  .md\:border-x-gray5\/25 {
    border-left-color: rgb(242 242 242 / 0.25);
    border-right-color: rgb(242 242 242 / 0.25);
  }

  .md\:border-x-gray5\/30 {
    border-left-color: rgb(242 242 242 / 0.3);
    border-right-color: rgb(242 242 242 / 0.3);
  }

  .md\:border-x-gray5\/40 {
    border-left-color: rgb(242 242 242 / 0.4);
    border-right-color: rgb(242 242 242 / 0.4);
  }

  .md\:border-x-gray5\/5 {
    border-left-color: rgb(242 242 242 / 0.05);
    border-right-color: rgb(242 242 242 / 0.05);
  }

  .md\:border-x-gray5\/50 {
    border-left-color: rgb(242 242 242 / 0.5);
    border-right-color: rgb(242 242 242 / 0.5);
  }

  .md\:border-x-gray5\/60 {
    border-left-color: rgb(242 242 242 / 0.6);
    border-right-color: rgb(242 242 242 / 0.6);
  }

  .md\:border-x-gray5\/70 {
    border-left-color: rgb(242 242 242 / 0.7);
    border-right-color: rgb(242 242 242 / 0.7);
  }

  .md\:border-x-gray5\/75 {
    border-left-color: rgb(242 242 242 / 0.75);
    border-right-color: rgb(242 242 242 / 0.75);
  }

  .md\:border-x-gray5\/80 {
    border-left-color: rgb(242 242 242 / 0.8);
    border-right-color: rgb(242 242 242 / 0.8);
  }

  .md\:border-x-gray5\/90 {
    border-left-color: rgb(242 242 242 / 0.9);
    border-right-color: rgb(242 242 242 / 0.9);
  }

  .md\:border-x-gray5\/95 {
    border-left-color: rgb(242 242 242 / 0.95);
    border-right-color: rgb(242 242 242 / 0.95);
  }

  .md\:border-x-sh_black {
    --tw-border-opacity: 1;
    border-left-color: rgb(35 31 32 / var(--tw-border-opacity));
    border-right-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .md\:border-x-sh_black\/0 {
    border-left-color: rgb(35 31 32 / 0);
    border-right-color: rgb(35 31 32 / 0);
  }

  .md\:border-x-sh_black\/10 {
    border-left-color: rgb(35 31 32 / 0.1);
    border-right-color: rgb(35 31 32 / 0.1);
  }

  .md\:border-x-sh_black\/100 {
    border-left-color: rgb(35 31 32 / 1);
    border-right-color: rgb(35 31 32 / 1);
  }

  .md\:border-x-sh_black\/20 {
    border-left-color: rgb(35 31 32 / 0.2);
    border-right-color: rgb(35 31 32 / 0.2);
  }

  .md\:border-x-sh_black\/25 {
    border-left-color: rgb(35 31 32 / 0.25);
    border-right-color: rgb(35 31 32 / 0.25);
  }

  .md\:border-x-sh_black\/30 {
    border-left-color: rgb(35 31 32 / 0.3);
    border-right-color: rgb(35 31 32 / 0.3);
  }

  .md\:border-x-sh_black\/40 {
    border-left-color: rgb(35 31 32 / 0.4);
    border-right-color: rgb(35 31 32 / 0.4);
  }

  .md\:border-x-sh_black\/5 {
    border-left-color: rgb(35 31 32 / 0.05);
    border-right-color: rgb(35 31 32 / 0.05);
  }

  .md\:border-x-sh_black\/50 {
    border-left-color: rgb(35 31 32 / 0.5);
    border-right-color: rgb(35 31 32 / 0.5);
  }

  .md\:border-x-sh_black\/60 {
    border-left-color: rgb(35 31 32 / 0.6);
    border-right-color: rgb(35 31 32 / 0.6);
  }

  .md\:border-x-sh_black\/70 {
    border-left-color: rgb(35 31 32 / 0.7);
    border-right-color: rgb(35 31 32 / 0.7);
  }

  .md\:border-x-sh_black\/75 {
    border-left-color: rgb(35 31 32 / 0.75);
    border-right-color: rgb(35 31 32 / 0.75);
  }

  .md\:border-x-sh_black\/80 {
    border-left-color: rgb(35 31 32 / 0.8);
    border-right-color: rgb(35 31 32 / 0.8);
  }

  .md\:border-x-sh_black\/90 {
    border-left-color: rgb(35 31 32 / 0.9);
    border-right-color: rgb(35 31 32 / 0.9);
  }

  .md\:border-x-sh_black\/95 {
    border-left-color: rgb(35 31 32 / 0.95);
    border-right-color: rgb(35 31 32 / 0.95);
  }

  .md\:border-x-success_green {
    --tw-border-opacity: 1;
    border-left-color: rgb(80 131 22 / var(--tw-border-opacity));
    border-right-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .md\:border-x-success_green\/0 {
    border-left-color: rgb(80 131 22 / 0);
    border-right-color: rgb(80 131 22 / 0);
  }

  .md\:border-x-success_green\/10 {
    border-left-color: rgb(80 131 22 / 0.1);
    border-right-color: rgb(80 131 22 / 0.1);
  }

  .md\:border-x-success_green\/100 {
    border-left-color: rgb(80 131 22 / 1);
    border-right-color: rgb(80 131 22 / 1);
  }

  .md\:border-x-success_green\/20 {
    border-left-color: rgb(80 131 22 / 0.2);
    border-right-color: rgb(80 131 22 / 0.2);
  }

  .md\:border-x-success_green\/25 {
    border-left-color: rgb(80 131 22 / 0.25);
    border-right-color: rgb(80 131 22 / 0.25);
  }

  .md\:border-x-success_green\/30 {
    border-left-color: rgb(80 131 22 / 0.3);
    border-right-color: rgb(80 131 22 / 0.3);
  }

  .md\:border-x-success_green\/40 {
    border-left-color: rgb(80 131 22 / 0.4);
    border-right-color: rgb(80 131 22 / 0.4);
  }

  .md\:border-x-success_green\/5 {
    border-left-color: rgb(80 131 22 / 0.05);
    border-right-color: rgb(80 131 22 / 0.05);
  }

  .md\:border-x-success_green\/50 {
    border-left-color: rgb(80 131 22 / 0.5);
    border-right-color: rgb(80 131 22 / 0.5);
  }

  .md\:border-x-success_green\/60 {
    border-left-color: rgb(80 131 22 / 0.6);
    border-right-color: rgb(80 131 22 / 0.6);
  }

  .md\:border-x-success_green\/70 {
    border-left-color: rgb(80 131 22 / 0.7);
    border-right-color: rgb(80 131 22 / 0.7);
  }

  .md\:border-x-success_green\/75 {
    border-left-color: rgb(80 131 22 / 0.75);
    border-right-color: rgb(80 131 22 / 0.75);
  }

  .md\:border-x-success_green\/80 {
    border-left-color: rgb(80 131 22 / 0.8);
    border-right-color: rgb(80 131 22 / 0.8);
  }

  .md\:border-x-success_green\/90 {
    border-left-color: rgb(80 131 22 / 0.9);
    border-right-color: rgb(80 131 22 / 0.9);
  }

  .md\:border-x-success_green\/95 {
    border-left-color: rgb(80 131 22 / 0.95);
    border-right-color: rgb(80 131 22 / 0.95);
  }

  .md\:border-x-teal {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 129 159 / var(--tw-border-opacity));
    border-right-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .md\:border-x-teal\/0 {
    border-left-color: rgb(0 129 159 / 0);
    border-right-color: rgb(0 129 159 / 0);
  }

  .md\:border-x-teal\/10 {
    border-left-color: rgb(0 129 159 / 0.1);
    border-right-color: rgb(0 129 159 / 0.1);
  }

  .md\:border-x-teal\/100 {
    border-left-color: rgb(0 129 159 / 1);
    border-right-color: rgb(0 129 159 / 1);
  }

  .md\:border-x-teal\/20 {
    border-left-color: rgb(0 129 159 / 0.2);
    border-right-color: rgb(0 129 159 / 0.2);
  }

  .md\:border-x-teal\/25 {
    border-left-color: rgb(0 129 159 / 0.25);
    border-right-color: rgb(0 129 159 / 0.25);
  }

  .md\:border-x-teal\/30 {
    border-left-color: rgb(0 129 159 / 0.3);
    border-right-color: rgb(0 129 159 / 0.3);
  }

  .md\:border-x-teal\/40 {
    border-left-color: rgb(0 129 159 / 0.4);
    border-right-color: rgb(0 129 159 / 0.4);
  }

  .md\:border-x-teal\/5 {
    border-left-color: rgb(0 129 159 / 0.05);
    border-right-color: rgb(0 129 159 / 0.05);
  }

  .md\:border-x-teal\/50 {
    border-left-color: rgb(0 129 159 / 0.5);
    border-right-color: rgb(0 129 159 / 0.5);
  }

  .md\:border-x-teal\/60 {
    border-left-color: rgb(0 129 159 / 0.6);
    border-right-color: rgb(0 129 159 / 0.6);
  }

  .md\:border-x-teal\/70 {
    border-left-color: rgb(0 129 159 / 0.7);
    border-right-color: rgb(0 129 159 / 0.7);
  }

  .md\:border-x-teal\/75 {
    border-left-color: rgb(0 129 159 / 0.75);
    border-right-color: rgb(0 129 159 / 0.75);
  }

  .md\:border-x-teal\/80 {
    border-left-color: rgb(0 129 159 / 0.8);
    border-right-color: rgb(0 129 159 / 0.8);
  }

  .md\:border-x-teal\/90 {
    border-left-color: rgb(0 129 159 / 0.9);
    border-right-color: rgb(0 129 159 / 0.9);
  }

  .md\:border-x-teal\/95 {
    border-left-color: rgb(0 129 159 / 0.95);
    border-right-color: rgb(0 129 159 / 0.95);
  }

  .md\:border-x-teal_dark {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 60 77 / var(--tw-border-opacity));
    border-right-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .md\:border-x-teal_dark\/0 {
    border-left-color: rgb(0 60 77 / 0);
    border-right-color: rgb(0 60 77 / 0);
  }

  .md\:border-x-teal_dark\/10 {
    border-left-color: rgb(0 60 77 / 0.1);
    border-right-color: rgb(0 60 77 / 0.1);
  }

  .md\:border-x-teal_dark\/100 {
    border-left-color: rgb(0 60 77 / 1);
    border-right-color: rgb(0 60 77 / 1);
  }

  .md\:border-x-teal_dark\/20 {
    border-left-color: rgb(0 60 77 / 0.2);
    border-right-color: rgb(0 60 77 / 0.2);
  }

  .md\:border-x-teal_dark\/25 {
    border-left-color: rgb(0 60 77 / 0.25);
    border-right-color: rgb(0 60 77 / 0.25);
  }

  .md\:border-x-teal_dark\/30 {
    border-left-color: rgb(0 60 77 / 0.3);
    border-right-color: rgb(0 60 77 / 0.3);
  }

  .md\:border-x-teal_dark\/40 {
    border-left-color: rgb(0 60 77 / 0.4);
    border-right-color: rgb(0 60 77 / 0.4);
  }

  .md\:border-x-teal_dark\/5 {
    border-left-color: rgb(0 60 77 / 0.05);
    border-right-color: rgb(0 60 77 / 0.05);
  }

  .md\:border-x-teal_dark\/50 {
    border-left-color: rgb(0 60 77 / 0.5);
    border-right-color: rgb(0 60 77 / 0.5);
  }

  .md\:border-x-teal_dark\/60 {
    border-left-color: rgb(0 60 77 / 0.6);
    border-right-color: rgb(0 60 77 / 0.6);
  }

  .md\:border-x-teal_dark\/70 {
    border-left-color: rgb(0 60 77 / 0.7);
    border-right-color: rgb(0 60 77 / 0.7);
  }

  .md\:border-x-teal_dark\/75 {
    border-left-color: rgb(0 60 77 / 0.75);
    border-right-color: rgb(0 60 77 / 0.75);
  }

  .md\:border-x-teal_dark\/80 {
    border-left-color: rgb(0 60 77 / 0.8);
    border-right-color: rgb(0 60 77 / 0.8);
  }

  .md\:border-x-teal_dark\/90 {
    border-left-color: rgb(0 60 77 / 0.9);
    border-right-color: rgb(0 60 77 / 0.9);
  }

  .md\:border-x-teal_dark\/95 {
    border-left-color: rgb(0 60 77 / 0.95);
    border-right-color: rgb(0 60 77 / 0.95);
  }

  .md\:border-x-teal_extra_light {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 251 252 / var(--tw-border-opacity));
    border-right-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .md\:border-x-teal_extra_light\/0 {
    border-left-color: rgb(245 251 252 / 0);
    border-right-color: rgb(245 251 252 / 0);
  }

  .md\:border-x-teal_extra_light\/10 {
    border-left-color: rgb(245 251 252 / 0.1);
    border-right-color: rgb(245 251 252 / 0.1);
  }

  .md\:border-x-teal_extra_light\/100 {
    border-left-color: rgb(245 251 252 / 1);
    border-right-color: rgb(245 251 252 / 1);
  }

  .md\:border-x-teal_extra_light\/20 {
    border-left-color: rgb(245 251 252 / 0.2);
    border-right-color: rgb(245 251 252 / 0.2);
  }

  .md\:border-x-teal_extra_light\/25 {
    border-left-color: rgb(245 251 252 / 0.25);
    border-right-color: rgb(245 251 252 / 0.25);
  }

  .md\:border-x-teal_extra_light\/30 {
    border-left-color: rgb(245 251 252 / 0.3);
    border-right-color: rgb(245 251 252 / 0.3);
  }

  .md\:border-x-teal_extra_light\/40 {
    border-left-color: rgb(245 251 252 / 0.4);
    border-right-color: rgb(245 251 252 / 0.4);
  }

  .md\:border-x-teal_extra_light\/5 {
    border-left-color: rgb(245 251 252 / 0.05);
    border-right-color: rgb(245 251 252 / 0.05);
  }

  .md\:border-x-teal_extra_light\/50 {
    border-left-color: rgb(245 251 252 / 0.5);
    border-right-color: rgb(245 251 252 / 0.5);
  }

  .md\:border-x-teal_extra_light\/60 {
    border-left-color: rgb(245 251 252 / 0.6);
    border-right-color: rgb(245 251 252 / 0.6);
  }

  .md\:border-x-teal_extra_light\/70 {
    border-left-color: rgb(245 251 252 / 0.7);
    border-right-color: rgb(245 251 252 / 0.7);
  }

  .md\:border-x-teal_extra_light\/75 {
    border-left-color: rgb(245 251 252 / 0.75);
    border-right-color: rgb(245 251 252 / 0.75);
  }

  .md\:border-x-teal_extra_light\/80 {
    border-left-color: rgb(245 251 252 / 0.8);
    border-right-color: rgb(245 251 252 / 0.8);
  }

  .md\:border-x-teal_extra_light\/90 {
    border-left-color: rgb(245 251 252 / 0.9);
    border-right-color: rgb(245 251 252 / 0.9);
  }

  .md\:border-x-teal_extra_light\/95 {
    border-left-color: rgb(245 251 252 / 0.95);
    border-right-color: rgb(245 251 252 / 0.95);
  }

  .md\:border-x-teal_light {
    --tw-border-opacity: 1;
    border-left-color: rgb(116 196 214 / var(--tw-border-opacity));
    border-right-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .md\:border-x-teal_light\/0 {
    border-left-color: rgb(116 196 214 / 0);
    border-right-color: rgb(116 196 214 / 0);
  }

  .md\:border-x-teal_light\/10 {
    border-left-color: rgb(116 196 214 / 0.1);
    border-right-color: rgb(116 196 214 / 0.1);
  }

  .md\:border-x-teal_light\/100 {
    border-left-color: rgb(116 196 214 / 1);
    border-right-color: rgb(116 196 214 / 1);
  }

  .md\:border-x-teal_light\/20 {
    border-left-color: rgb(116 196 214 / 0.2);
    border-right-color: rgb(116 196 214 / 0.2);
  }

  .md\:border-x-teal_light\/25 {
    border-left-color: rgb(116 196 214 / 0.25);
    border-right-color: rgb(116 196 214 / 0.25);
  }

  .md\:border-x-teal_light\/30 {
    border-left-color: rgb(116 196 214 / 0.3);
    border-right-color: rgb(116 196 214 / 0.3);
  }

  .md\:border-x-teal_light\/40 {
    border-left-color: rgb(116 196 214 / 0.4);
    border-right-color: rgb(116 196 214 / 0.4);
  }

  .md\:border-x-teal_light\/5 {
    border-left-color: rgb(116 196 214 / 0.05);
    border-right-color: rgb(116 196 214 / 0.05);
  }

  .md\:border-x-teal_light\/50 {
    border-left-color: rgb(116 196 214 / 0.5);
    border-right-color: rgb(116 196 214 / 0.5);
  }

  .md\:border-x-teal_light\/60 {
    border-left-color: rgb(116 196 214 / 0.6);
    border-right-color: rgb(116 196 214 / 0.6);
  }

  .md\:border-x-teal_light\/70 {
    border-left-color: rgb(116 196 214 / 0.7);
    border-right-color: rgb(116 196 214 / 0.7);
  }

  .md\:border-x-teal_light\/75 {
    border-left-color: rgb(116 196 214 / 0.75);
    border-right-color: rgb(116 196 214 / 0.75);
  }

  .md\:border-x-teal_light\/80 {
    border-left-color: rgb(116 196 214 / 0.8);
    border-right-color: rgb(116 196 214 / 0.8);
  }

  .md\:border-x-teal_light\/90 {
    border-left-color: rgb(116 196 214 / 0.9);
    border-right-color: rgb(116 196 214 / 0.9);
  }

  .md\:border-x-teal_light\/95 {
    border-left-color: rgb(116 196 214 / 0.95);
    border-right-color: rgb(116 196 214 / 0.95);
  }

  .md\:border-x-transparent {
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .md\:border-x-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
    border-right-color: rgb(0 0 0 / 0);
  }

  .md\:border-x-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-x-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
    border-right-color: rgb(0 0 0 / 1);
  }

  .md\:border-x-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-x-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-x-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-x-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-x-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-x-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-x-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-x-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-x-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-x-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-x-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-x-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-x-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-x-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
    border-right-color: rgb(255 255 255 / 0);
  }

  .md\:border-x-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-x-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
    border-right-color: rgb(255 255 255 / 1);
  }

  .md\:border-x-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-x-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-x-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-x-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-x-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-x-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-x-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-x-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-x-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-x-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-x-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-x-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-y-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-y-black\/0 {
    border-top-color: rgb(0 0 0 / 0);
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .md\:border-y-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-y-black\/100 {
    border-top-color: rgb(0 0 0 / 1);
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .md\:border-y-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-y-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-y-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-y-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-y-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-y-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-y-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-y-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-y-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-y-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-y-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-y-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-y-current {
    border-top-color: currentColor;
    border-bottom-color: currentColor;
  }

  .md\:border-y-error_red {
    --tw-border-opacity: 1;
    border-top-color: rgb(235 0 27 / var(--tw-border-opacity));
    border-bottom-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .md\:border-y-error_red\/0 {
    border-top-color: rgb(235 0 27 / 0);
    border-bottom-color: rgb(235 0 27 / 0);
  }

  .md\:border-y-error_red\/10 {
    border-top-color: rgb(235 0 27 / 0.1);
    border-bottom-color: rgb(235 0 27 / 0.1);
  }

  .md\:border-y-error_red\/100 {
    border-top-color: rgb(235 0 27 / 1);
    border-bottom-color: rgb(235 0 27 / 1);
  }

  .md\:border-y-error_red\/20 {
    border-top-color: rgb(235 0 27 / 0.2);
    border-bottom-color: rgb(235 0 27 / 0.2);
  }

  .md\:border-y-error_red\/25 {
    border-top-color: rgb(235 0 27 / 0.25);
    border-bottom-color: rgb(235 0 27 / 0.25);
  }

  .md\:border-y-error_red\/30 {
    border-top-color: rgb(235 0 27 / 0.3);
    border-bottom-color: rgb(235 0 27 / 0.3);
  }

  .md\:border-y-error_red\/40 {
    border-top-color: rgb(235 0 27 / 0.4);
    border-bottom-color: rgb(235 0 27 / 0.4);
  }

  .md\:border-y-error_red\/5 {
    border-top-color: rgb(235 0 27 / 0.05);
    border-bottom-color: rgb(235 0 27 / 0.05);
  }

  .md\:border-y-error_red\/50 {
    border-top-color: rgb(235 0 27 / 0.5);
    border-bottom-color: rgb(235 0 27 / 0.5);
  }

  .md\:border-y-error_red\/60 {
    border-top-color: rgb(235 0 27 / 0.6);
    border-bottom-color: rgb(235 0 27 / 0.6);
  }

  .md\:border-y-error_red\/70 {
    border-top-color: rgb(235 0 27 / 0.7);
    border-bottom-color: rgb(235 0 27 / 0.7);
  }

  .md\:border-y-error_red\/75 {
    border-top-color: rgb(235 0 27 / 0.75);
    border-bottom-color: rgb(235 0 27 / 0.75);
  }

  .md\:border-y-error_red\/80 {
    border-top-color: rgb(235 0 27 / 0.8);
    border-bottom-color: rgb(235 0 27 / 0.8);
  }

  .md\:border-y-error_red\/90 {
    border-top-color: rgb(235 0 27 / 0.9);
    border-bottom-color: rgb(235 0 27 / 0.9);
  }

  .md\:border-y-error_red\/95 {
    border-top-color: rgb(235 0 27 / 0.95);
    border-bottom-color: rgb(235 0 27 / 0.95);
  }

  .md\:border-y-gray5 {
    --tw-border-opacity: 1;
    border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
    border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .md\:border-y-gray5\/0 {
    border-top-color: rgb(242 242 242 / 0);
    border-bottom-color: rgb(242 242 242 / 0);
  }

  .md\:border-y-gray5\/10 {
    border-top-color: rgb(242 242 242 / 0.1);
    border-bottom-color: rgb(242 242 242 / 0.1);
  }

  .md\:border-y-gray5\/100 {
    border-top-color: rgb(242 242 242 / 1);
    border-bottom-color: rgb(242 242 242 / 1);
  }

  .md\:border-y-gray5\/20 {
    border-top-color: rgb(242 242 242 / 0.2);
    border-bottom-color: rgb(242 242 242 / 0.2);
  }

  .md\:border-y-gray5\/25 {
    border-top-color: rgb(242 242 242 / 0.25);
    border-bottom-color: rgb(242 242 242 / 0.25);
  }

  .md\:border-y-gray5\/30 {
    border-top-color: rgb(242 242 242 / 0.3);
    border-bottom-color: rgb(242 242 242 / 0.3);
  }

  .md\:border-y-gray5\/40 {
    border-top-color: rgb(242 242 242 / 0.4);
    border-bottom-color: rgb(242 242 242 / 0.4);
  }

  .md\:border-y-gray5\/5 {
    border-top-color: rgb(242 242 242 / 0.05);
    border-bottom-color: rgb(242 242 242 / 0.05);
  }

  .md\:border-y-gray5\/50 {
    border-top-color: rgb(242 242 242 / 0.5);
    border-bottom-color: rgb(242 242 242 / 0.5);
  }

  .md\:border-y-gray5\/60 {
    border-top-color: rgb(242 242 242 / 0.6);
    border-bottom-color: rgb(242 242 242 / 0.6);
  }

  .md\:border-y-gray5\/70 {
    border-top-color: rgb(242 242 242 / 0.7);
    border-bottom-color: rgb(242 242 242 / 0.7);
  }

  .md\:border-y-gray5\/75 {
    border-top-color: rgb(242 242 242 / 0.75);
    border-bottom-color: rgb(242 242 242 / 0.75);
  }

  .md\:border-y-gray5\/80 {
    border-top-color: rgb(242 242 242 / 0.8);
    border-bottom-color: rgb(242 242 242 / 0.8);
  }

  .md\:border-y-gray5\/90 {
    border-top-color: rgb(242 242 242 / 0.9);
    border-bottom-color: rgb(242 242 242 / 0.9);
  }

  .md\:border-y-gray5\/95 {
    border-top-color: rgb(242 242 242 / 0.95);
    border-bottom-color: rgb(242 242 242 / 0.95);
  }

  .md\:border-y-sh_black {
    --tw-border-opacity: 1;
    border-top-color: rgb(35 31 32 / var(--tw-border-opacity));
    border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .md\:border-y-sh_black\/0 {
    border-top-color: rgb(35 31 32 / 0);
    border-bottom-color: rgb(35 31 32 / 0);
  }

  .md\:border-y-sh_black\/10 {
    border-top-color: rgb(35 31 32 / 0.1);
    border-bottom-color: rgb(35 31 32 / 0.1);
  }

  .md\:border-y-sh_black\/100 {
    border-top-color: rgb(35 31 32 / 1);
    border-bottom-color: rgb(35 31 32 / 1);
  }

  .md\:border-y-sh_black\/20 {
    border-top-color: rgb(35 31 32 / 0.2);
    border-bottom-color: rgb(35 31 32 / 0.2);
  }

  .md\:border-y-sh_black\/25 {
    border-top-color: rgb(35 31 32 / 0.25);
    border-bottom-color: rgb(35 31 32 / 0.25);
  }

  .md\:border-y-sh_black\/30 {
    border-top-color: rgb(35 31 32 / 0.3);
    border-bottom-color: rgb(35 31 32 / 0.3);
  }

  .md\:border-y-sh_black\/40 {
    border-top-color: rgb(35 31 32 / 0.4);
    border-bottom-color: rgb(35 31 32 / 0.4);
  }

  .md\:border-y-sh_black\/5 {
    border-top-color: rgb(35 31 32 / 0.05);
    border-bottom-color: rgb(35 31 32 / 0.05);
  }

  .md\:border-y-sh_black\/50 {
    border-top-color: rgb(35 31 32 / 0.5);
    border-bottom-color: rgb(35 31 32 / 0.5);
  }

  .md\:border-y-sh_black\/60 {
    border-top-color: rgb(35 31 32 / 0.6);
    border-bottom-color: rgb(35 31 32 / 0.6);
  }

  .md\:border-y-sh_black\/70 {
    border-top-color: rgb(35 31 32 / 0.7);
    border-bottom-color: rgb(35 31 32 / 0.7);
  }

  .md\:border-y-sh_black\/75 {
    border-top-color: rgb(35 31 32 / 0.75);
    border-bottom-color: rgb(35 31 32 / 0.75);
  }

  .md\:border-y-sh_black\/80 {
    border-top-color: rgb(35 31 32 / 0.8);
    border-bottom-color: rgb(35 31 32 / 0.8);
  }

  .md\:border-y-sh_black\/90 {
    border-top-color: rgb(35 31 32 / 0.9);
    border-bottom-color: rgb(35 31 32 / 0.9);
  }

  .md\:border-y-sh_black\/95 {
    border-top-color: rgb(35 31 32 / 0.95);
    border-bottom-color: rgb(35 31 32 / 0.95);
  }

  .md\:border-y-success_green {
    --tw-border-opacity: 1;
    border-top-color: rgb(80 131 22 / var(--tw-border-opacity));
    border-bottom-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .md\:border-y-success_green\/0 {
    border-top-color: rgb(80 131 22 / 0);
    border-bottom-color: rgb(80 131 22 / 0);
  }

  .md\:border-y-success_green\/10 {
    border-top-color: rgb(80 131 22 / 0.1);
    border-bottom-color: rgb(80 131 22 / 0.1);
  }

  .md\:border-y-success_green\/100 {
    border-top-color: rgb(80 131 22 / 1);
    border-bottom-color: rgb(80 131 22 / 1);
  }

  .md\:border-y-success_green\/20 {
    border-top-color: rgb(80 131 22 / 0.2);
    border-bottom-color: rgb(80 131 22 / 0.2);
  }

  .md\:border-y-success_green\/25 {
    border-top-color: rgb(80 131 22 / 0.25);
    border-bottom-color: rgb(80 131 22 / 0.25);
  }

  .md\:border-y-success_green\/30 {
    border-top-color: rgb(80 131 22 / 0.3);
    border-bottom-color: rgb(80 131 22 / 0.3);
  }

  .md\:border-y-success_green\/40 {
    border-top-color: rgb(80 131 22 / 0.4);
    border-bottom-color: rgb(80 131 22 / 0.4);
  }

  .md\:border-y-success_green\/5 {
    border-top-color: rgb(80 131 22 / 0.05);
    border-bottom-color: rgb(80 131 22 / 0.05);
  }

  .md\:border-y-success_green\/50 {
    border-top-color: rgb(80 131 22 / 0.5);
    border-bottom-color: rgb(80 131 22 / 0.5);
  }

  .md\:border-y-success_green\/60 {
    border-top-color: rgb(80 131 22 / 0.6);
    border-bottom-color: rgb(80 131 22 / 0.6);
  }

  .md\:border-y-success_green\/70 {
    border-top-color: rgb(80 131 22 / 0.7);
    border-bottom-color: rgb(80 131 22 / 0.7);
  }

  .md\:border-y-success_green\/75 {
    border-top-color: rgb(80 131 22 / 0.75);
    border-bottom-color: rgb(80 131 22 / 0.75);
  }

  .md\:border-y-success_green\/80 {
    border-top-color: rgb(80 131 22 / 0.8);
    border-bottom-color: rgb(80 131 22 / 0.8);
  }

  .md\:border-y-success_green\/90 {
    border-top-color: rgb(80 131 22 / 0.9);
    border-bottom-color: rgb(80 131 22 / 0.9);
  }

  .md\:border-y-success_green\/95 {
    border-top-color: rgb(80 131 22 / 0.95);
    border-bottom-color: rgb(80 131 22 / 0.95);
  }

  .md\:border-y-teal {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 129 159 / var(--tw-border-opacity));
    border-bottom-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .md\:border-y-teal\/0 {
    border-top-color: rgb(0 129 159 / 0);
    border-bottom-color: rgb(0 129 159 / 0);
  }

  .md\:border-y-teal\/10 {
    border-top-color: rgb(0 129 159 / 0.1);
    border-bottom-color: rgb(0 129 159 / 0.1);
  }

  .md\:border-y-teal\/100 {
    border-top-color: rgb(0 129 159 / 1);
    border-bottom-color: rgb(0 129 159 / 1);
  }

  .md\:border-y-teal\/20 {
    border-top-color: rgb(0 129 159 / 0.2);
    border-bottom-color: rgb(0 129 159 / 0.2);
  }

  .md\:border-y-teal\/25 {
    border-top-color: rgb(0 129 159 / 0.25);
    border-bottom-color: rgb(0 129 159 / 0.25);
  }

  .md\:border-y-teal\/30 {
    border-top-color: rgb(0 129 159 / 0.3);
    border-bottom-color: rgb(0 129 159 / 0.3);
  }

  .md\:border-y-teal\/40 {
    border-top-color: rgb(0 129 159 / 0.4);
    border-bottom-color: rgb(0 129 159 / 0.4);
  }

  .md\:border-y-teal\/5 {
    border-top-color: rgb(0 129 159 / 0.05);
    border-bottom-color: rgb(0 129 159 / 0.05);
  }

  .md\:border-y-teal\/50 {
    border-top-color: rgb(0 129 159 / 0.5);
    border-bottom-color: rgb(0 129 159 / 0.5);
  }

  .md\:border-y-teal\/60 {
    border-top-color: rgb(0 129 159 / 0.6);
    border-bottom-color: rgb(0 129 159 / 0.6);
  }

  .md\:border-y-teal\/70 {
    border-top-color: rgb(0 129 159 / 0.7);
    border-bottom-color: rgb(0 129 159 / 0.7);
  }

  .md\:border-y-teal\/75 {
    border-top-color: rgb(0 129 159 / 0.75);
    border-bottom-color: rgb(0 129 159 / 0.75);
  }

  .md\:border-y-teal\/80 {
    border-top-color: rgb(0 129 159 / 0.8);
    border-bottom-color: rgb(0 129 159 / 0.8);
  }

  .md\:border-y-teal\/90 {
    border-top-color: rgb(0 129 159 / 0.9);
    border-bottom-color: rgb(0 129 159 / 0.9);
  }

  .md\:border-y-teal\/95 {
    border-top-color: rgb(0 129 159 / 0.95);
    border-bottom-color: rgb(0 129 159 / 0.95);
  }

  .md\:border-y-teal_dark {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 60 77 / var(--tw-border-opacity));
    border-bottom-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .md\:border-y-teal_dark\/0 {
    border-top-color: rgb(0 60 77 / 0);
    border-bottom-color: rgb(0 60 77 / 0);
  }

  .md\:border-y-teal_dark\/10 {
    border-top-color: rgb(0 60 77 / 0.1);
    border-bottom-color: rgb(0 60 77 / 0.1);
  }

  .md\:border-y-teal_dark\/100 {
    border-top-color: rgb(0 60 77 / 1);
    border-bottom-color: rgb(0 60 77 / 1);
  }

  .md\:border-y-teal_dark\/20 {
    border-top-color: rgb(0 60 77 / 0.2);
    border-bottom-color: rgb(0 60 77 / 0.2);
  }

  .md\:border-y-teal_dark\/25 {
    border-top-color: rgb(0 60 77 / 0.25);
    border-bottom-color: rgb(0 60 77 / 0.25);
  }

  .md\:border-y-teal_dark\/30 {
    border-top-color: rgb(0 60 77 / 0.3);
    border-bottom-color: rgb(0 60 77 / 0.3);
  }

  .md\:border-y-teal_dark\/40 {
    border-top-color: rgb(0 60 77 / 0.4);
    border-bottom-color: rgb(0 60 77 / 0.4);
  }

  .md\:border-y-teal_dark\/5 {
    border-top-color: rgb(0 60 77 / 0.05);
    border-bottom-color: rgb(0 60 77 / 0.05);
  }

  .md\:border-y-teal_dark\/50 {
    border-top-color: rgb(0 60 77 / 0.5);
    border-bottom-color: rgb(0 60 77 / 0.5);
  }

  .md\:border-y-teal_dark\/60 {
    border-top-color: rgb(0 60 77 / 0.6);
    border-bottom-color: rgb(0 60 77 / 0.6);
  }

  .md\:border-y-teal_dark\/70 {
    border-top-color: rgb(0 60 77 / 0.7);
    border-bottom-color: rgb(0 60 77 / 0.7);
  }

  .md\:border-y-teal_dark\/75 {
    border-top-color: rgb(0 60 77 / 0.75);
    border-bottom-color: rgb(0 60 77 / 0.75);
  }

  .md\:border-y-teal_dark\/80 {
    border-top-color: rgb(0 60 77 / 0.8);
    border-bottom-color: rgb(0 60 77 / 0.8);
  }

  .md\:border-y-teal_dark\/90 {
    border-top-color: rgb(0 60 77 / 0.9);
    border-bottom-color: rgb(0 60 77 / 0.9);
  }

  .md\:border-y-teal_dark\/95 {
    border-top-color: rgb(0 60 77 / 0.95);
    border-bottom-color: rgb(0 60 77 / 0.95);
  }

  .md\:border-y-teal_extra_light {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 251 252 / var(--tw-border-opacity));
    border-bottom-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .md\:border-y-teal_extra_light\/0 {
    border-top-color: rgb(245 251 252 / 0);
    border-bottom-color: rgb(245 251 252 / 0);
  }

  .md\:border-y-teal_extra_light\/10 {
    border-top-color: rgb(245 251 252 / 0.1);
    border-bottom-color: rgb(245 251 252 / 0.1);
  }

  .md\:border-y-teal_extra_light\/100 {
    border-top-color: rgb(245 251 252 / 1);
    border-bottom-color: rgb(245 251 252 / 1);
  }

  .md\:border-y-teal_extra_light\/20 {
    border-top-color: rgb(245 251 252 / 0.2);
    border-bottom-color: rgb(245 251 252 / 0.2);
  }

  .md\:border-y-teal_extra_light\/25 {
    border-top-color: rgb(245 251 252 / 0.25);
    border-bottom-color: rgb(245 251 252 / 0.25);
  }

  .md\:border-y-teal_extra_light\/30 {
    border-top-color: rgb(245 251 252 / 0.3);
    border-bottom-color: rgb(245 251 252 / 0.3);
  }

  .md\:border-y-teal_extra_light\/40 {
    border-top-color: rgb(245 251 252 / 0.4);
    border-bottom-color: rgb(245 251 252 / 0.4);
  }

  .md\:border-y-teal_extra_light\/5 {
    border-top-color: rgb(245 251 252 / 0.05);
    border-bottom-color: rgb(245 251 252 / 0.05);
  }

  .md\:border-y-teal_extra_light\/50 {
    border-top-color: rgb(245 251 252 / 0.5);
    border-bottom-color: rgb(245 251 252 / 0.5);
  }

  .md\:border-y-teal_extra_light\/60 {
    border-top-color: rgb(245 251 252 / 0.6);
    border-bottom-color: rgb(245 251 252 / 0.6);
  }

  .md\:border-y-teal_extra_light\/70 {
    border-top-color: rgb(245 251 252 / 0.7);
    border-bottom-color: rgb(245 251 252 / 0.7);
  }

  .md\:border-y-teal_extra_light\/75 {
    border-top-color: rgb(245 251 252 / 0.75);
    border-bottom-color: rgb(245 251 252 / 0.75);
  }

  .md\:border-y-teal_extra_light\/80 {
    border-top-color: rgb(245 251 252 / 0.8);
    border-bottom-color: rgb(245 251 252 / 0.8);
  }

  .md\:border-y-teal_extra_light\/90 {
    border-top-color: rgb(245 251 252 / 0.9);
    border-bottom-color: rgb(245 251 252 / 0.9);
  }

  .md\:border-y-teal_extra_light\/95 {
    border-top-color: rgb(245 251 252 / 0.95);
    border-bottom-color: rgb(245 251 252 / 0.95);
  }

  .md\:border-y-teal_light {
    --tw-border-opacity: 1;
    border-top-color: rgb(116 196 214 / var(--tw-border-opacity));
    border-bottom-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .md\:border-y-teal_light\/0 {
    border-top-color: rgb(116 196 214 / 0);
    border-bottom-color: rgb(116 196 214 / 0);
  }

  .md\:border-y-teal_light\/10 {
    border-top-color: rgb(116 196 214 / 0.1);
    border-bottom-color: rgb(116 196 214 / 0.1);
  }

  .md\:border-y-teal_light\/100 {
    border-top-color: rgb(116 196 214 / 1);
    border-bottom-color: rgb(116 196 214 / 1);
  }

  .md\:border-y-teal_light\/20 {
    border-top-color: rgb(116 196 214 / 0.2);
    border-bottom-color: rgb(116 196 214 / 0.2);
  }

  .md\:border-y-teal_light\/25 {
    border-top-color: rgb(116 196 214 / 0.25);
    border-bottom-color: rgb(116 196 214 / 0.25);
  }

  .md\:border-y-teal_light\/30 {
    border-top-color: rgb(116 196 214 / 0.3);
    border-bottom-color: rgb(116 196 214 / 0.3);
  }

  .md\:border-y-teal_light\/40 {
    border-top-color: rgb(116 196 214 / 0.4);
    border-bottom-color: rgb(116 196 214 / 0.4);
  }

  .md\:border-y-teal_light\/5 {
    border-top-color: rgb(116 196 214 / 0.05);
    border-bottom-color: rgb(116 196 214 / 0.05);
  }

  .md\:border-y-teal_light\/50 {
    border-top-color: rgb(116 196 214 / 0.5);
    border-bottom-color: rgb(116 196 214 / 0.5);
  }

  .md\:border-y-teal_light\/60 {
    border-top-color: rgb(116 196 214 / 0.6);
    border-bottom-color: rgb(116 196 214 / 0.6);
  }

  .md\:border-y-teal_light\/70 {
    border-top-color: rgb(116 196 214 / 0.7);
    border-bottom-color: rgb(116 196 214 / 0.7);
  }

  .md\:border-y-teal_light\/75 {
    border-top-color: rgb(116 196 214 / 0.75);
    border-bottom-color: rgb(116 196 214 / 0.75);
  }

  .md\:border-y-teal_light\/80 {
    border-top-color: rgb(116 196 214 / 0.8);
    border-bottom-color: rgb(116 196 214 / 0.8);
  }

  .md\:border-y-teal_light\/90 {
    border-top-color: rgb(116 196 214 / 0.9);
    border-bottom-color: rgb(116 196 214 / 0.9);
  }

  .md\:border-y-teal_light\/95 {
    border-top-color: rgb(116 196 214 / 0.95);
    border-bottom-color: rgb(116 196 214 / 0.95);
  }

  .md\:border-y-transparent {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }

  .md\:border-y-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .md\:border-y-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-y-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .md\:border-y-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-y-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-y-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-y-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-y-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-y-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-y-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-y-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-y-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-y-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-y-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-y-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-y-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-y-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .md\:border-y-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-y-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .md\:border-y-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-y-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-y-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-y-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-y-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-y-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-y-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-y-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-y-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-y-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-y-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-y-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-b-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-b-black\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .md\:border-b-black\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-b-black\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .md\:border-b-black\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-b-black\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-b-black\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-b-black\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-b-black\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-b-black\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-b-black\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-b-black\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-b-black\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-b-black\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-b-black\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-b-black\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-b-current {
    border-bottom-color: currentColor;
  }

  .md\:border-b-error_red {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .md\:border-b-error_red\/0 {
    border-bottom-color: rgb(235 0 27 / 0);
  }

  .md\:border-b-error_red\/10 {
    border-bottom-color: rgb(235 0 27 / 0.1);
  }

  .md\:border-b-error_red\/100 {
    border-bottom-color: rgb(235 0 27 / 1);
  }

  .md\:border-b-error_red\/20 {
    border-bottom-color: rgb(235 0 27 / 0.2);
  }

  .md\:border-b-error_red\/25 {
    border-bottom-color: rgb(235 0 27 / 0.25);
  }

  .md\:border-b-error_red\/30 {
    border-bottom-color: rgb(235 0 27 / 0.3);
  }

  .md\:border-b-error_red\/40 {
    border-bottom-color: rgb(235 0 27 / 0.4);
  }

  .md\:border-b-error_red\/5 {
    border-bottom-color: rgb(235 0 27 / 0.05);
  }

  .md\:border-b-error_red\/50 {
    border-bottom-color: rgb(235 0 27 / 0.5);
  }

  .md\:border-b-error_red\/60 {
    border-bottom-color: rgb(235 0 27 / 0.6);
  }

  .md\:border-b-error_red\/70 {
    border-bottom-color: rgb(235 0 27 / 0.7);
  }

  .md\:border-b-error_red\/75 {
    border-bottom-color: rgb(235 0 27 / 0.75);
  }

  .md\:border-b-error_red\/80 {
    border-bottom-color: rgb(235 0 27 / 0.8);
  }

  .md\:border-b-error_red\/90 {
    border-bottom-color: rgb(235 0 27 / 0.9);
  }

  .md\:border-b-error_red\/95 {
    border-bottom-color: rgb(235 0 27 / 0.95);
  }

  .md\:border-b-gray5 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .md\:border-b-gray5\/0 {
    border-bottom-color: rgb(242 242 242 / 0);
  }

  .md\:border-b-gray5\/10 {
    border-bottom-color: rgb(242 242 242 / 0.1);
  }

  .md\:border-b-gray5\/100 {
    border-bottom-color: rgb(242 242 242 / 1);
  }

  .md\:border-b-gray5\/20 {
    border-bottom-color: rgb(242 242 242 / 0.2);
  }

  .md\:border-b-gray5\/25 {
    border-bottom-color: rgb(242 242 242 / 0.25);
  }

  .md\:border-b-gray5\/30 {
    border-bottom-color: rgb(242 242 242 / 0.3);
  }

  .md\:border-b-gray5\/40 {
    border-bottom-color: rgb(242 242 242 / 0.4);
  }

  .md\:border-b-gray5\/5 {
    border-bottom-color: rgb(242 242 242 / 0.05);
  }

  .md\:border-b-gray5\/50 {
    border-bottom-color: rgb(242 242 242 / 0.5);
  }

  .md\:border-b-gray5\/60 {
    border-bottom-color: rgb(242 242 242 / 0.6);
  }

  .md\:border-b-gray5\/70 {
    border-bottom-color: rgb(242 242 242 / 0.7);
  }

  .md\:border-b-gray5\/75 {
    border-bottom-color: rgb(242 242 242 / 0.75);
  }

  .md\:border-b-gray5\/80 {
    border-bottom-color: rgb(242 242 242 / 0.8);
  }

  .md\:border-b-gray5\/90 {
    border-bottom-color: rgb(242 242 242 / 0.9);
  }

  .md\:border-b-gray5\/95 {
    border-bottom-color: rgb(242 242 242 / 0.95);
  }

  .md\:border-b-sh_black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .md\:border-b-sh_black\/0 {
    border-bottom-color: rgb(35 31 32 / 0);
  }

  .md\:border-b-sh_black\/10 {
    border-bottom-color: rgb(35 31 32 / 0.1);
  }

  .md\:border-b-sh_black\/100 {
    border-bottom-color: rgb(35 31 32 / 1);
  }

  .md\:border-b-sh_black\/20 {
    border-bottom-color: rgb(35 31 32 / 0.2);
  }

  .md\:border-b-sh_black\/25 {
    border-bottom-color: rgb(35 31 32 / 0.25);
  }

  .md\:border-b-sh_black\/30 {
    border-bottom-color: rgb(35 31 32 / 0.3);
  }

  .md\:border-b-sh_black\/40 {
    border-bottom-color: rgb(35 31 32 / 0.4);
  }

  .md\:border-b-sh_black\/5 {
    border-bottom-color: rgb(35 31 32 / 0.05);
  }

  .md\:border-b-sh_black\/50 {
    border-bottom-color: rgb(35 31 32 / 0.5);
  }

  .md\:border-b-sh_black\/60 {
    border-bottom-color: rgb(35 31 32 / 0.6);
  }

  .md\:border-b-sh_black\/70 {
    border-bottom-color: rgb(35 31 32 / 0.7);
  }

  .md\:border-b-sh_black\/75 {
    border-bottom-color: rgb(35 31 32 / 0.75);
  }

  .md\:border-b-sh_black\/80 {
    border-bottom-color: rgb(35 31 32 / 0.8);
  }

  .md\:border-b-sh_black\/90 {
    border-bottom-color: rgb(35 31 32 / 0.9);
  }

  .md\:border-b-sh_black\/95 {
    border-bottom-color: rgb(35 31 32 / 0.95);
  }

  .md\:border-b-success_green {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .md\:border-b-success_green\/0 {
    border-bottom-color: rgb(80 131 22 / 0);
  }

  .md\:border-b-success_green\/10 {
    border-bottom-color: rgb(80 131 22 / 0.1);
  }

  .md\:border-b-success_green\/100 {
    border-bottom-color: rgb(80 131 22 / 1);
  }

  .md\:border-b-success_green\/20 {
    border-bottom-color: rgb(80 131 22 / 0.2);
  }

  .md\:border-b-success_green\/25 {
    border-bottom-color: rgb(80 131 22 / 0.25);
  }

  .md\:border-b-success_green\/30 {
    border-bottom-color: rgb(80 131 22 / 0.3);
  }

  .md\:border-b-success_green\/40 {
    border-bottom-color: rgb(80 131 22 / 0.4);
  }

  .md\:border-b-success_green\/5 {
    border-bottom-color: rgb(80 131 22 / 0.05);
  }

  .md\:border-b-success_green\/50 {
    border-bottom-color: rgb(80 131 22 / 0.5);
  }

  .md\:border-b-success_green\/60 {
    border-bottom-color: rgb(80 131 22 / 0.6);
  }

  .md\:border-b-success_green\/70 {
    border-bottom-color: rgb(80 131 22 / 0.7);
  }

  .md\:border-b-success_green\/75 {
    border-bottom-color: rgb(80 131 22 / 0.75);
  }

  .md\:border-b-success_green\/80 {
    border-bottom-color: rgb(80 131 22 / 0.8);
  }

  .md\:border-b-success_green\/90 {
    border-bottom-color: rgb(80 131 22 / 0.9);
  }

  .md\:border-b-success_green\/95 {
    border-bottom-color: rgb(80 131 22 / 0.95);
  }

  .md\:border-b-teal {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .md\:border-b-teal\/0 {
    border-bottom-color: rgb(0 129 159 / 0);
  }

  .md\:border-b-teal\/10 {
    border-bottom-color: rgb(0 129 159 / 0.1);
  }

  .md\:border-b-teal\/100 {
    border-bottom-color: rgb(0 129 159 / 1);
  }

  .md\:border-b-teal\/20 {
    border-bottom-color: rgb(0 129 159 / 0.2);
  }

  .md\:border-b-teal\/25 {
    border-bottom-color: rgb(0 129 159 / 0.25);
  }

  .md\:border-b-teal\/30 {
    border-bottom-color: rgb(0 129 159 / 0.3);
  }

  .md\:border-b-teal\/40 {
    border-bottom-color: rgb(0 129 159 / 0.4);
  }

  .md\:border-b-teal\/5 {
    border-bottom-color: rgb(0 129 159 / 0.05);
  }

  .md\:border-b-teal\/50 {
    border-bottom-color: rgb(0 129 159 / 0.5);
  }

  .md\:border-b-teal\/60 {
    border-bottom-color: rgb(0 129 159 / 0.6);
  }

  .md\:border-b-teal\/70 {
    border-bottom-color: rgb(0 129 159 / 0.7);
  }

  .md\:border-b-teal\/75 {
    border-bottom-color: rgb(0 129 159 / 0.75);
  }

  .md\:border-b-teal\/80 {
    border-bottom-color: rgb(0 129 159 / 0.8);
  }

  .md\:border-b-teal\/90 {
    border-bottom-color: rgb(0 129 159 / 0.9);
  }

  .md\:border-b-teal\/95 {
    border-bottom-color: rgb(0 129 159 / 0.95);
  }

  .md\:border-b-teal_dark {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .md\:border-b-teal_dark\/0 {
    border-bottom-color: rgb(0 60 77 / 0);
  }

  .md\:border-b-teal_dark\/10 {
    border-bottom-color: rgb(0 60 77 / 0.1);
  }

  .md\:border-b-teal_dark\/100 {
    border-bottom-color: rgb(0 60 77 / 1);
  }

  .md\:border-b-teal_dark\/20 {
    border-bottom-color: rgb(0 60 77 / 0.2);
  }

  .md\:border-b-teal_dark\/25 {
    border-bottom-color: rgb(0 60 77 / 0.25);
  }

  .md\:border-b-teal_dark\/30 {
    border-bottom-color: rgb(0 60 77 / 0.3);
  }

  .md\:border-b-teal_dark\/40 {
    border-bottom-color: rgb(0 60 77 / 0.4);
  }

  .md\:border-b-teal_dark\/5 {
    border-bottom-color: rgb(0 60 77 / 0.05);
  }

  .md\:border-b-teal_dark\/50 {
    border-bottom-color: rgb(0 60 77 / 0.5);
  }

  .md\:border-b-teal_dark\/60 {
    border-bottom-color: rgb(0 60 77 / 0.6);
  }

  .md\:border-b-teal_dark\/70 {
    border-bottom-color: rgb(0 60 77 / 0.7);
  }

  .md\:border-b-teal_dark\/75 {
    border-bottom-color: rgb(0 60 77 / 0.75);
  }

  .md\:border-b-teal_dark\/80 {
    border-bottom-color: rgb(0 60 77 / 0.8);
  }

  .md\:border-b-teal_dark\/90 {
    border-bottom-color: rgb(0 60 77 / 0.9);
  }

  .md\:border-b-teal_dark\/95 {
    border-bottom-color: rgb(0 60 77 / 0.95);
  }

  .md\:border-b-teal_extra_light {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .md\:border-b-teal_extra_light\/0 {
    border-bottom-color: rgb(245 251 252 / 0);
  }

  .md\:border-b-teal_extra_light\/10 {
    border-bottom-color: rgb(245 251 252 / 0.1);
  }

  .md\:border-b-teal_extra_light\/100 {
    border-bottom-color: rgb(245 251 252 / 1);
  }

  .md\:border-b-teal_extra_light\/20 {
    border-bottom-color: rgb(245 251 252 / 0.2);
  }

  .md\:border-b-teal_extra_light\/25 {
    border-bottom-color: rgb(245 251 252 / 0.25);
  }

  .md\:border-b-teal_extra_light\/30 {
    border-bottom-color: rgb(245 251 252 / 0.3);
  }

  .md\:border-b-teal_extra_light\/40 {
    border-bottom-color: rgb(245 251 252 / 0.4);
  }

  .md\:border-b-teal_extra_light\/5 {
    border-bottom-color: rgb(245 251 252 / 0.05);
  }

  .md\:border-b-teal_extra_light\/50 {
    border-bottom-color: rgb(245 251 252 / 0.5);
  }

  .md\:border-b-teal_extra_light\/60 {
    border-bottom-color: rgb(245 251 252 / 0.6);
  }

  .md\:border-b-teal_extra_light\/70 {
    border-bottom-color: rgb(245 251 252 / 0.7);
  }

  .md\:border-b-teal_extra_light\/75 {
    border-bottom-color: rgb(245 251 252 / 0.75);
  }

  .md\:border-b-teal_extra_light\/80 {
    border-bottom-color: rgb(245 251 252 / 0.8);
  }

  .md\:border-b-teal_extra_light\/90 {
    border-bottom-color: rgb(245 251 252 / 0.9);
  }

  .md\:border-b-teal_extra_light\/95 {
    border-bottom-color: rgb(245 251 252 / 0.95);
  }

  .md\:border-b-teal_light {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .md\:border-b-teal_light\/0 {
    border-bottom-color: rgb(116 196 214 / 0);
  }

  .md\:border-b-teal_light\/10 {
    border-bottom-color: rgb(116 196 214 / 0.1);
  }

  .md\:border-b-teal_light\/100 {
    border-bottom-color: rgb(116 196 214 / 1);
  }

  .md\:border-b-teal_light\/20 {
    border-bottom-color: rgb(116 196 214 / 0.2);
  }

  .md\:border-b-teal_light\/25 {
    border-bottom-color: rgb(116 196 214 / 0.25);
  }

  .md\:border-b-teal_light\/30 {
    border-bottom-color: rgb(116 196 214 / 0.3);
  }

  .md\:border-b-teal_light\/40 {
    border-bottom-color: rgb(116 196 214 / 0.4);
  }

  .md\:border-b-teal_light\/5 {
    border-bottom-color: rgb(116 196 214 / 0.05);
  }

  .md\:border-b-teal_light\/50 {
    border-bottom-color: rgb(116 196 214 / 0.5);
  }

  .md\:border-b-teal_light\/60 {
    border-bottom-color: rgb(116 196 214 / 0.6);
  }

  .md\:border-b-teal_light\/70 {
    border-bottom-color: rgb(116 196 214 / 0.7);
  }

  .md\:border-b-teal_light\/75 {
    border-bottom-color: rgb(116 196 214 / 0.75);
  }

  .md\:border-b-teal_light\/80 {
    border-bottom-color: rgb(116 196 214 / 0.8);
  }

  .md\:border-b-teal_light\/90 {
    border-bottom-color: rgb(116 196 214 / 0.9);
  }

  .md\:border-b-teal_light\/95 {
    border-bottom-color: rgb(116 196 214 / 0.95);
  }

  .md\:border-b-transparent {
    border-bottom-color: transparent;
  }

  .md\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .md\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .md\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-b-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .md\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .md\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-e-black {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-e-black\/0 {
    border-inline-end-color: rgb(0 0 0 / 0);
  }

  .md\:border-e-black\/10 {
    border-inline-end-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-e-black\/100 {
    border-inline-end-color: rgb(0 0 0 / 1);
  }

  .md\:border-e-black\/20 {
    border-inline-end-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-e-black\/25 {
    border-inline-end-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-e-black\/30 {
    border-inline-end-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-e-black\/40 {
    border-inline-end-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-e-black\/5 {
    border-inline-end-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-e-black\/50 {
    border-inline-end-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-e-black\/60 {
    border-inline-end-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-e-black\/70 {
    border-inline-end-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-e-black\/75 {
    border-inline-end-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-e-black\/80 {
    border-inline-end-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-e-black\/90 {
    border-inline-end-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-e-black\/95 {
    border-inline-end-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-e-current {
    border-inline-end-color: currentColor;
  }

  .md\:border-e-error_red {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .md\:border-e-error_red\/0 {
    border-inline-end-color: rgb(235 0 27 / 0);
  }

  .md\:border-e-error_red\/10 {
    border-inline-end-color: rgb(235 0 27 / 0.1);
  }

  .md\:border-e-error_red\/100 {
    border-inline-end-color: rgb(235 0 27 / 1);
  }

  .md\:border-e-error_red\/20 {
    border-inline-end-color: rgb(235 0 27 / 0.2);
  }

  .md\:border-e-error_red\/25 {
    border-inline-end-color: rgb(235 0 27 / 0.25);
  }

  .md\:border-e-error_red\/30 {
    border-inline-end-color: rgb(235 0 27 / 0.3);
  }

  .md\:border-e-error_red\/40 {
    border-inline-end-color: rgb(235 0 27 / 0.4);
  }

  .md\:border-e-error_red\/5 {
    border-inline-end-color: rgb(235 0 27 / 0.05);
  }

  .md\:border-e-error_red\/50 {
    border-inline-end-color: rgb(235 0 27 / 0.5);
  }

  .md\:border-e-error_red\/60 {
    border-inline-end-color: rgb(235 0 27 / 0.6);
  }

  .md\:border-e-error_red\/70 {
    border-inline-end-color: rgb(235 0 27 / 0.7);
  }

  .md\:border-e-error_red\/75 {
    border-inline-end-color: rgb(235 0 27 / 0.75);
  }

  .md\:border-e-error_red\/80 {
    border-inline-end-color: rgb(235 0 27 / 0.8);
  }

  .md\:border-e-error_red\/90 {
    border-inline-end-color: rgb(235 0 27 / 0.9);
  }

  .md\:border-e-error_red\/95 {
    border-inline-end-color: rgb(235 0 27 / 0.95);
  }

  .md\:border-e-gray5 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .md\:border-e-gray5\/0 {
    border-inline-end-color: rgb(242 242 242 / 0);
  }

  .md\:border-e-gray5\/10 {
    border-inline-end-color: rgb(242 242 242 / 0.1);
  }

  .md\:border-e-gray5\/100 {
    border-inline-end-color: rgb(242 242 242 / 1);
  }

  .md\:border-e-gray5\/20 {
    border-inline-end-color: rgb(242 242 242 / 0.2);
  }

  .md\:border-e-gray5\/25 {
    border-inline-end-color: rgb(242 242 242 / 0.25);
  }

  .md\:border-e-gray5\/30 {
    border-inline-end-color: rgb(242 242 242 / 0.3);
  }

  .md\:border-e-gray5\/40 {
    border-inline-end-color: rgb(242 242 242 / 0.4);
  }

  .md\:border-e-gray5\/5 {
    border-inline-end-color: rgb(242 242 242 / 0.05);
  }

  .md\:border-e-gray5\/50 {
    border-inline-end-color: rgb(242 242 242 / 0.5);
  }

  .md\:border-e-gray5\/60 {
    border-inline-end-color: rgb(242 242 242 / 0.6);
  }

  .md\:border-e-gray5\/70 {
    border-inline-end-color: rgb(242 242 242 / 0.7);
  }

  .md\:border-e-gray5\/75 {
    border-inline-end-color: rgb(242 242 242 / 0.75);
  }

  .md\:border-e-gray5\/80 {
    border-inline-end-color: rgb(242 242 242 / 0.8);
  }

  .md\:border-e-gray5\/90 {
    border-inline-end-color: rgb(242 242 242 / 0.9);
  }

  .md\:border-e-gray5\/95 {
    border-inline-end-color: rgb(242 242 242 / 0.95);
  }

  .md\:border-e-sh_black {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .md\:border-e-sh_black\/0 {
    border-inline-end-color: rgb(35 31 32 / 0);
  }

  .md\:border-e-sh_black\/10 {
    border-inline-end-color: rgb(35 31 32 / 0.1);
  }

  .md\:border-e-sh_black\/100 {
    border-inline-end-color: rgb(35 31 32 / 1);
  }

  .md\:border-e-sh_black\/20 {
    border-inline-end-color: rgb(35 31 32 / 0.2);
  }

  .md\:border-e-sh_black\/25 {
    border-inline-end-color: rgb(35 31 32 / 0.25);
  }

  .md\:border-e-sh_black\/30 {
    border-inline-end-color: rgb(35 31 32 / 0.3);
  }

  .md\:border-e-sh_black\/40 {
    border-inline-end-color: rgb(35 31 32 / 0.4);
  }

  .md\:border-e-sh_black\/5 {
    border-inline-end-color: rgb(35 31 32 / 0.05);
  }

  .md\:border-e-sh_black\/50 {
    border-inline-end-color: rgb(35 31 32 / 0.5);
  }

  .md\:border-e-sh_black\/60 {
    border-inline-end-color: rgb(35 31 32 / 0.6);
  }

  .md\:border-e-sh_black\/70 {
    border-inline-end-color: rgb(35 31 32 / 0.7);
  }

  .md\:border-e-sh_black\/75 {
    border-inline-end-color: rgb(35 31 32 / 0.75);
  }

  .md\:border-e-sh_black\/80 {
    border-inline-end-color: rgb(35 31 32 / 0.8);
  }

  .md\:border-e-sh_black\/90 {
    border-inline-end-color: rgb(35 31 32 / 0.9);
  }

  .md\:border-e-sh_black\/95 {
    border-inline-end-color: rgb(35 31 32 / 0.95);
  }

  .md\:border-e-success_green {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .md\:border-e-success_green\/0 {
    border-inline-end-color: rgb(80 131 22 / 0);
  }

  .md\:border-e-success_green\/10 {
    border-inline-end-color: rgb(80 131 22 / 0.1);
  }

  .md\:border-e-success_green\/100 {
    border-inline-end-color: rgb(80 131 22 / 1);
  }

  .md\:border-e-success_green\/20 {
    border-inline-end-color: rgb(80 131 22 / 0.2);
  }

  .md\:border-e-success_green\/25 {
    border-inline-end-color: rgb(80 131 22 / 0.25);
  }

  .md\:border-e-success_green\/30 {
    border-inline-end-color: rgb(80 131 22 / 0.3);
  }

  .md\:border-e-success_green\/40 {
    border-inline-end-color: rgb(80 131 22 / 0.4);
  }

  .md\:border-e-success_green\/5 {
    border-inline-end-color: rgb(80 131 22 / 0.05);
  }

  .md\:border-e-success_green\/50 {
    border-inline-end-color: rgb(80 131 22 / 0.5);
  }

  .md\:border-e-success_green\/60 {
    border-inline-end-color: rgb(80 131 22 / 0.6);
  }

  .md\:border-e-success_green\/70 {
    border-inline-end-color: rgb(80 131 22 / 0.7);
  }

  .md\:border-e-success_green\/75 {
    border-inline-end-color: rgb(80 131 22 / 0.75);
  }

  .md\:border-e-success_green\/80 {
    border-inline-end-color: rgb(80 131 22 / 0.8);
  }

  .md\:border-e-success_green\/90 {
    border-inline-end-color: rgb(80 131 22 / 0.9);
  }

  .md\:border-e-success_green\/95 {
    border-inline-end-color: rgb(80 131 22 / 0.95);
  }

  .md\:border-e-teal {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .md\:border-e-teal\/0 {
    border-inline-end-color: rgb(0 129 159 / 0);
  }

  .md\:border-e-teal\/10 {
    border-inline-end-color: rgb(0 129 159 / 0.1);
  }

  .md\:border-e-teal\/100 {
    border-inline-end-color: rgb(0 129 159 / 1);
  }

  .md\:border-e-teal\/20 {
    border-inline-end-color: rgb(0 129 159 / 0.2);
  }

  .md\:border-e-teal\/25 {
    border-inline-end-color: rgb(0 129 159 / 0.25);
  }

  .md\:border-e-teal\/30 {
    border-inline-end-color: rgb(0 129 159 / 0.3);
  }

  .md\:border-e-teal\/40 {
    border-inline-end-color: rgb(0 129 159 / 0.4);
  }

  .md\:border-e-teal\/5 {
    border-inline-end-color: rgb(0 129 159 / 0.05);
  }

  .md\:border-e-teal\/50 {
    border-inline-end-color: rgb(0 129 159 / 0.5);
  }

  .md\:border-e-teal\/60 {
    border-inline-end-color: rgb(0 129 159 / 0.6);
  }

  .md\:border-e-teal\/70 {
    border-inline-end-color: rgb(0 129 159 / 0.7);
  }

  .md\:border-e-teal\/75 {
    border-inline-end-color: rgb(0 129 159 / 0.75);
  }

  .md\:border-e-teal\/80 {
    border-inline-end-color: rgb(0 129 159 / 0.8);
  }

  .md\:border-e-teal\/90 {
    border-inline-end-color: rgb(0 129 159 / 0.9);
  }

  .md\:border-e-teal\/95 {
    border-inline-end-color: rgb(0 129 159 / 0.95);
  }

  .md\:border-e-teal_dark {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .md\:border-e-teal_dark\/0 {
    border-inline-end-color: rgb(0 60 77 / 0);
  }

  .md\:border-e-teal_dark\/10 {
    border-inline-end-color: rgb(0 60 77 / 0.1);
  }

  .md\:border-e-teal_dark\/100 {
    border-inline-end-color: rgb(0 60 77 / 1);
  }

  .md\:border-e-teal_dark\/20 {
    border-inline-end-color: rgb(0 60 77 / 0.2);
  }

  .md\:border-e-teal_dark\/25 {
    border-inline-end-color: rgb(0 60 77 / 0.25);
  }

  .md\:border-e-teal_dark\/30 {
    border-inline-end-color: rgb(0 60 77 / 0.3);
  }

  .md\:border-e-teal_dark\/40 {
    border-inline-end-color: rgb(0 60 77 / 0.4);
  }

  .md\:border-e-teal_dark\/5 {
    border-inline-end-color: rgb(0 60 77 / 0.05);
  }

  .md\:border-e-teal_dark\/50 {
    border-inline-end-color: rgb(0 60 77 / 0.5);
  }

  .md\:border-e-teal_dark\/60 {
    border-inline-end-color: rgb(0 60 77 / 0.6);
  }

  .md\:border-e-teal_dark\/70 {
    border-inline-end-color: rgb(0 60 77 / 0.7);
  }

  .md\:border-e-teal_dark\/75 {
    border-inline-end-color: rgb(0 60 77 / 0.75);
  }

  .md\:border-e-teal_dark\/80 {
    border-inline-end-color: rgb(0 60 77 / 0.8);
  }

  .md\:border-e-teal_dark\/90 {
    border-inline-end-color: rgb(0 60 77 / 0.9);
  }

  .md\:border-e-teal_dark\/95 {
    border-inline-end-color: rgb(0 60 77 / 0.95);
  }

  .md\:border-e-teal_extra_light {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .md\:border-e-teal_extra_light\/0 {
    border-inline-end-color: rgb(245 251 252 / 0);
  }

  .md\:border-e-teal_extra_light\/10 {
    border-inline-end-color: rgb(245 251 252 / 0.1);
  }

  .md\:border-e-teal_extra_light\/100 {
    border-inline-end-color: rgb(245 251 252 / 1);
  }

  .md\:border-e-teal_extra_light\/20 {
    border-inline-end-color: rgb(245 251 252 / 0.2);
  }

  .md\:border-e-teal_extra_light\/25 {
    border-inline-end-color: rgb(245 251 252 / 0.25);
  }

  .md\:border-e-teal_extra_light\/30 {
    border-inline-end-color: rgb(245 251 252 / 0.3);
  }

  .md\:border-e-teal_extra_light\/40 {
    border-inline-end-color: rgb(245 251 252 / 0.4);
  }

  .md\:border-e-teal_extra_light\/5 {
    border-inline-end-color: rgb(245 251 252 / 0.05);
  }

  .md\:border-e-teal_extra_light\/50 {
    border-inline-end-color: rgb(245 251 252 / 0.5);
  }

  .md\:border-e-teal_extra_light\/60 {
    border-inline-end-color: rgb(245 251 252 / 0.6);
  }

  .md\:border-e-teal_extra_light\/70 {
    border-inline-end-color: rgb(245 251 252 / 0.7);
  }

  .md\:border-e-teal_extra_light\/75 {
    border-inline-end-color: rgb(245 251 252 / 0.75);
  }

  .md\:border-e-teal_extra_light\/80 {
    border-inline-end-color: rgb(245 251 252 / 0.8);
  }

  .md\:border-e-teal_extra_light\/90 {
    border-inline-end-color: rgb(245 251 252 / 0.9);
  }

  .md\:border-e-teal_extra_light\/95 {
    border-inline-end-color: rgb(245 251 252 / 0.95);
  }

  .md\:border-e-teal_light {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .md\:border-e-teal_light\/0 {
    border-inline-end-color: rgb(116 196 214 / 0);
  }

  .md\:border-e-teal_light\/10 {
    border-inline-end-color: rgb(116 196 214 / 0.1);
  }

  .md\:border-e-teal_light\/100 {
    border-inline-end-color: rgb(116 196 214 / 1);
  }

  .md\:border-e-teal_light\/20 {
    border-inline-end-color: rgb(116 196 214 / 0.2);
  }

  .md\:border-e-teal_light\/25 {
    border-inline-end-color: rgb(116 196 214 / 0.25);
  }

  .md\:border-e-teal_light\/30 {
    border-inline-end-color: rgb(116 196 214 / 0.3);
  }

  .md\:border-e-teal_light\/40 {
    border-inline-end-color: rgb(116 196 214 / 0.4);
  }

  .md\:border-e-teal_light\/5 {
    border-inline-end-color: rgb(116 196 214 / 0.05);
  }

  .md\:border-e-teal_light\/50 {
    border-inline-end-color: rgb(116 196 214 / 0.5);
  }

  .md\:border-e-teal_light\/60 {
    border-inline-end-color: rgb(116 196 214 / 0.6);
  }

  .md\:border-e-teal_light\/70 {
    border-inline-end-color: rgb(116 196 214 / 0.7);
  }

  .md\:border-e-teal_light\/75 {
    border-inline-end-color: rgb(116 196 214 / 0.75);
  }

  .md\:border-e-teal_light\/80 {
    border-inline-end-color: rgb(116 196 214 / 0.8);
  }

  .md\:border-e-teal_light\/90 {
    border-inline-end-color: rgb(116 196 214 / 0.9);
  }

  .md\:border-e-teal_light\/95 {
    border-inline-end-color: rgb(116 196 214 / 0.95);
  }

  .md\:border-e-transparent {
    border-inline-end-color: transparent;
  }

  .md\:border-e-transparent\/0 {
    border-inline-end-color: rgb(0 0 0 / 0);
  }

  .md\:border-e-transparent\/10 {
    border-inline-end-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-e-transparent\/100 {
    border-inline-end-color: rgb(0 0 0 / 1);
  }

  .md\:border-e-transparent\/20 {
    border-inline-end-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-e-transparent\/25 {
    border-inline-end-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-e-transparent\/30 {
    border-inline-end-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-e-transparent\/40 {
    border-inline-end-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-e-transparent\/5 {
    border-inline-end-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-e-transparent\/50 {
    border-inline-end-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-e-transparent\/60 {
    border-inline-end-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-e-transparent\/70 {
    border-inline-end-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-e-transparent\/75 {
    border-inline-end-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-e-transparent\/80 {
    border-inline-end-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-e-transparent\/90 {
    border-inline-end-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-e-transparent\/95 {
    border-inline-end-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-e-white {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-e-white\/0 {
    border-inline-end-color: rgb(255 255 255 / 0);
  }

  .md\:border-e-white\/10 {
    border-inline-end-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-e-white\/100 {
    border-inline-end-color: rgb(255 255 255 / 1);
  }

  .md\:border-e-white\/20 {
    border-inline-end-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-e-white\/25 {
    border-inline-end-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-e-white\/30 {
    border-inline-end-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-e-white\/40 {
    border-inline-end-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-e-white\/5 {
    border-inline-end-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-e-white\/50 {
    border-inline-end-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-e-white\/60 {
    border-inline-end-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-e-white\/70 {
    border-inline-end-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-e-white\/75 {
    border-inline-end-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-e-white\/80 {
    border-inline-end-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-e-white\/90 {
    border-inline-end-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-e-white\/95 {
    border-inline-end-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-l-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-l-black\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .md\:border-l-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-l-black\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .md\:border-l-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-l-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-l-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-l-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-l-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-l-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-l-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-l-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-l-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-l-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-l-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-l-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-l-current {
    border-left-color: currentColor;
  }

  .md\:border-l-error_red {
    --tw-border-opacity: 1;
    border-left-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .md\:border-l-error_red\/0 {
    border-left-color: rgb(235 0 27 / 0);
  }

  .md\:border-l-error_red\/10 {
    border-left-color: rgb(235 0 27 / 0.1);
  }

  .md\:border-l-error_red\/100 {
    border-left-color: rgb(235 0 27 / 1);
  }

  .md\:border-l-error_red\/20 {
    border-left-color: rgb(235 0 27 / 0.2);
  }

  .md\:border-l-error_red\/25 {
    border-left-color: rgb(235 0 27 / 0.25);
  }

  .md\:border-l-error_red\/30 {
    border-left-color: rgb(235 0 27 / 0.3);
  }

  .md\:border-l-error_red\/40 {
    border-left-color: rgb(235 0 27 / 0.4);
  }

  .md\:border-l-error_red\/5 {
    border-left-color: rgb(235 0 27 / 0.05);
  }

  .md\:border-l-error_red\/50 {
    border-left-color: rgb(235 0 27 / 0.5);
  }

  .md\:border-l-error_red\/60 {
    border-left-color: rgb(235 0 27 / 0.6);
  }

  .md\:border-l-error_red\/70 {
    border-left-color: rgb(235 0 27 / 0.7);
  }

  .md\:border-l-error_red\/75 {
    border-left-color: rgb(235 0 27 / 0.75);
  }

  .md\:border-l-error_red\/80 {
    border-left-color: rgb(235 0 27 / 0.8);
  }

  .md\:border-l-error_red\/90 {
    border-left-color: rgb(235 0 27 / 0.9);
  }

  .md\:border-l-error_red\/95 {
    border-left-color: rgb(235 0 27 / 0.95);
  }

  .md\:border-l-gray5 {
    --tw-border-opacity: 1;
    border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .md\:border-l-gray5\/0 {
    border-left-color: rgb(242 242 242 / 0);
  }

  .md\:border-l-gray5\/10 {
    border-left-color: rgb(242 242 242 / 0.1);
  }

  .md\:border-l-gray5\/100 {
    border-left-color: rgb(242 242 242 / 1);
  }

  .md\:border-l-gray5\/20 {
    border-left-color: rgb(242 242 242 / 0.2);
  }

  .md\:border-l-gray5\/25 {
    border-left-color: rgb(242 242 242 / 0.25);
  }

  .md\:border-l-gray5\/30 {
    border-left-color: rgb(242 242 242 / 0.3);
  }

  .md\:border-l-gray5\/40 {
    border-left-color: rgb(242 242 242 / 0.4);
  }

  .md\:border-l-gray5\/5 {
    border-left-color: rgb(242 242 242 / 0.05);
  }

  .md\:border-l-gray5\/50 {
    border-left-color: rgb(242 242 242 / 0.5);
  }

  .md\:border-l-gray5\/60 {
    border-left-color: rgb(242 242 242 / 0.6);
  }

  .md\:border-l-gray5\/70 {
    border-left-color: rgb(242 242 242 / 0.7);
  }

  .md\:border-l-gray5\/75 {
    border-left-color: rgb(242 242 242 / 0.75);
  }

  .md\:border-l-gray5\/80 {
    border-left-color: rgb(242 242 242 / 0.8);
  }

  .md\:border-l-gray5\/90 {
    border-left-color: rgb(242 242 242 / 0.9);
  }

  .md\:border-l-gray5\/95 {
    border-left-color: rgb(242 242 242 / 0.95);
  }

  .md\:border-l-sh_black {
    --tw-border-opacity: 1;
    border-left-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .md\:border-l-sh_black\/0 {
    border-left-color: rgb(35 31 32 / 0);
  }

  .md\:border-l-sh_black\/10 {
    border-left-color: rgb(35 31 32 / 0.1);
  }

  .md\:border-l-sh_black\/100 {
    border-left-color: rgb(35 31 32 / 1);
  }

  .md\:border-l-sh_black\/20 {
    border-left-color: rgb(35 31 32 / 0.2);
  }

  .md\:border-l-sh_black\/25 {
    border-left-color: rgb(35 31 32 / 0.25);
  }

  .md\:border-l-sh_black\/30 {
    border-left-color: rgb(35 31 32 / 0.3);
  }

  .md\:border-l-sh_black\/40 {
    border-left-color: rgb(35 31 32 / 0.4);
  }

  .md\:border-l-sh_black\/5 {
    border-left-color: rgb(35 31 32 / 0.05);
  }

  .md\:border-l-sh_black\/50 {
    border-left-color: rgb(35 31 32 / 0.5);
  }

  .md\:border-l-sh_black\/60 {
    border-left-color: rgb(35 31 32 / 0.6);
  }

  .md\:border-l-sh_black\/70 {
    border-left-color: rgb(35 31 32 / 0.7);
  }

  .md\:border-l-sh_black\/75 {
    border-left-color: rgb(35 31 32 / 0.75);
  }

  .md\:border-l-sh_black\/80 {
    border-left-color: rgb(35 31 32 / 0.8);
  }

  .md\:border-l-sh_black\/90 {
    border-left-color: rgb(35 31 32 / 0.9);
  }

  .md\:border-l-sh_black\/95 {
    border-left-color: rgb(35 31 32 / 0.95);
  }

  .md\:border-l-success_green {
    --tw-border-opacity: 1;
    border-left-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .md\:border-l-success_green\/0 {
    border-left-color: rgb(80 131 22 / 0);
  }

  .md\:border-l-success_green\/10 {
    border-left-color: rgb(80 131 22 / 0.1);
  }

  .md\:border-l-success_green\/100 {
    border-left-color: rgb(80 131 22 / 1);
  }

  .md\:border-l-success_green\/20 {
    border-left-color: rgb(80 131 22 / 0.2);
  }

  .md\:border-l-success_green\/25 {
    border-left-color: rgb(80 131 22 / 0.25);
  }

  .md\:border-l-success_green\/30 {
    border-left-color: rgb(80 131 22 / 0.3);
  }

  .md\:border-l-success_green\/40 {
    border-left-color: rgb(80 131 22 / 0.4);
  }

  .md\:border-l-success_green\/5 {
    border-left-color: rgb(80 131 22 / 0.05);
  }

  .md\:border-l-success_green\/50 {
    border-left-color: rgb(80 131 22 / 0.5);
  }

  .md\:border-l-success_green\/60 {
    border-left-color: rgb(80 131 22 / 0.6);
  }

  .md\:border-l-success_green\/70 {
    border-left-color: rgb(80 131 22 / 0.7);
  }

  .md\:border-l-success_green\/75 {
    border-left-color: rgb(80 131 22 / 0.75);
  }

  .md\:border-l-success_green\/80 {
    border-left-color: rgb(80 131 22 / 0.8);
  }

  .md\:border-l-success_green\/90 {
    border-left-color: rgb(80 131 22 / 0.9);
  }

  .md\:border-l-success_green\/95 {
    border-left-color: rgb(80 131 22 / 0.95);
  }

  .md\:border-l-teal {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .md\:border-l-teal\/0 {
    border-left-color: rgb(0 129 159 / 0);
  }

  .md\:border-l-teal\/10 {
    border-left-color: rgb(0 129 159 / 0.1);
  }

  .md\:border-l-teal\/100 {
    border-left-color: rgb(0 129 159 / 1);
  }

  .md\:border-l-teal\/20 {
    border-left-color: rgb(0 129 159 / 0.2);
  }

  .md\:border-l-teal\/25 {
    border-left-color: rgb(0 129 159 / 0.25);
  }

  .md\:border-l-teal\/30 {
    border-left-color: rgb(0 129 159 / 0.3);
  }

  .md\:border-l-teal\/40 {
    border-left-color: rgb(0 129 159 / 0.4);
  }

  .md\:border-l-teal\/5 {
    border-left-color: rgb(0 129 159 / 0.05);
  }

  .md\:border-l-teal\/50 {
    border-left-color: rgb(0 129 159 / 0.5);
  }

  .md\:border-l-teal\/60 {
    border-left-color: rgb(0 129 159 / 0.6);
  }

  .md\:border-l-teal\/70 {
    border-left-color: rgb(0 129 159 / 0.7);
  }

  .md\:border-l-teal\/75 {
    border-left-color: rgb(0 129 159 / 0.75);
  }

  .md\:border-l-teal\/80 {
    border-left-color: rgb(0 129 159 / 0.8);
  }

  .md\:border-l-teal\/90 {
    border-left-color: rgb(0 129 159 / 0.9);
  }

  .md\:border-l-teal\/95 {
    border-left-color: rgb(0 129 159 / 0.95);
  }

  .md\:border-l-teal_dark {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .md\:border-l-teal_dark\/0 {
    border-left-color: rgb(0 60 77 / 0);
  }

  .md\:border-l-teal_dark\/10 {
    border-left-color: rgb(0 60 77 / 0.1);
  }

  .md\:border-l-teal_dark\/100 {
    border-left-color: rgb(0 60 77 / 1);
  }

  .md\:border-l-teal_dark\/20 {
    border-left-color: rgb(0 60 77 / 0.2);
  }

  .md\:border-l-teal_dark\/25 {
    border-left-color: rgb(0 60 77 / 0.25);
  }

  .md\:border-l-teal_dark\/30 {
    border-left-color: rgb(0 60 77 / 0.3);
  }

  .md\:border-l-teal_dark\/40 {
    border-left-color: rgb(0 60 77 / 0.4);
  }

  .md\:border-l-teal_dark\/5 {
    border-left-color: rgb(0 60 77 / 0.05);
  }

  .md\:border-l-teal_dark\/50 {
    border-left-color: rgb(0 60 77 / 0.5);
  }

  .md\:border-l-teal_dark\/60 {
    border-left-color: rgb(0 60 77 / 0.6);
  }

  .md\:border-l-teal_dark\/70 {
    border-left-color: rgb(0 60 77 / 0.7);
  }

  .md\:border-l-teal_dark\/75 {
    border-left-color: rgb(0 60 77 / 0.75);
  }

  .md\:border-l-teal_dark\/80 {
    border-left-color: rgb(0 60 77 / 0.8);
  }

  .md\:border-l-teal_dark\/90 {
    border-left-color: rgb(0 60 77 / 0.9);
  }

  .md\:border-l-teal_dark\/95 {
    border-left-color: rgb(0 60 77 / 0.95);
  }

  .md\:border-l-teal_extra_light {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .md\:border-l-teal_extra_light\/0 {
    border-left-color: rgb(245 251 252 / 0);
  }

  .md\:border-l-teal_extra_light\/10 {
    border-left-color: rgb(245 251 252 / 0.1);
  }

  .md\:border-l-teal_extra_light\/100 {
    border-left-color: rgb(245 251 252 / 1);
  }

  .md\:border-l-teal_extra_light\/20 {
    border-left-color: rgb(245 251 252 / 0.2);
  }

  .md\:border-l-teal_extra_light\/25 {
    border-left-color: rgb(245 251 252 / 0.25);
  }

  .md\:border-l-teal_extra_light\/30 {
    border-left-color: rgb(245 251 252 / 0.3);
  }

  .md\:border-l-teal_extra_light\/40 {
    border-left-color: rgb(245 251 252 / 0.4);
  }

  .md\:border-l-teal_extra_light\/5 {
    border-left-color: rgb(245 251 252 / 0.05);
  }

  .md\:border-l-teal_extra_light\/50 {
    border-left-color: rgb(245 251 252 / 0.5);
  }

  .md\:border-l-teal_extra_light\/60 {
    border-left-color: rgb(245 251 252 / 0.6);
  }

  .md\:border-l-teal_extra_light\/70 {
    border-left-color: rgb(245 251 252 / 0.7);
  }

  .md\:border-l-teal_extra_light\/75 {
    border-left-color: rgb(245 251 252 / 0.75);
  }

  .md\:border-l-teal_extra_light\/80 {
    border-left-color: rgb(245 251 252 / 0.8);
  }

  .md\:border-l-teal_extra_light\/90 {
    border-left-color: rgb(245 251 252 / 0.9);
  }

  .md\:border-l-teal_extra_light\/95 {
    border-left-color: rgb(245 251 252 / 0.95);
  }

  .md\:border-l-teal_light {
    --tw-border-opacity: 1;
    border-left-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .md\:border-l-teal_light\/0 {
    border-left-color: rgb(116 196 214 / 0);
  }

  .md\:border-l-teal_light\/10 {
    border-left-color: rgb(116 196 214 / 0.1);
  }

  .md\:border-l-teal_light\/100 {
    border-left-color: rgb(116 196 214 / 1);
  }

  .md\:border-l-teal_light\/20 {
    border-left-color: rgb(116 196 214 / 0.2);
  }

  .md\:border-l-teal_light\/25 {
    border-left-color: rgb(116 196 214 / 0.25);
  }

  .md\:border-l-teal_light\/30 {
    border-left-color: rgb(116 196 214 / 0.3);
  }

  .md\:border-l-teal_light\/40 {
    border-left-color: rgb(116 196 214 / 0.4);
  }

  .md\:border-l-teal_light\/5 {
    border-left-color: rgb(116 196 214 / 0.05);
  }

  .md\:border-l-teal_light\/50 {
    border-left-color: rgb(116 196 214 / 0.5);
  }

  .md\:border-l-teal_light\/60 {
    border-left-color: rgb(116 196 214 / 0.6);
  }

  .md\:border-l-teal_light\/70 {
    border-left-color: rgb(116 196 214 / 0.7);
  }

  .md\:border-l-teal_light\/75 {
    border-left-color: rgb(116 196 214 / 0.75);
  }

  .md\:border-l-teal_light\/80 {
    border-left-color: rgb(116 196 214 / 0.8);
  }

  .md\:border-l-teal_light\/90 {
    border-left-color: rgb(116 196 214 / 0.9);
  }

  .md\:border-l-teal_light\/95 {
    border-left-color: rgb(116 196 214 / 0.95);
  }

  .md\:border-l-transparent {
    border-left-color: transparent;
  }

  .md\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .md\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .md\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-l-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
  }

  .md\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
  }

  .md\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-r-black {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-r-black\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .md\:border-r-black\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-r-black\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .md\:border-r-black\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-r-black\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-r-black\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-r-black\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-r-black\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-r-black\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-r-black\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-r-black\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-r-black\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-r-black\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-r-black\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-r-black\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-r-current {
    border-right-color: currentColor;
  }

  .md\:border-r-error_red {
    --tw-border-opacity: 1;
    border-right-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .md\:border-r-error_red\/0 {
    border-right-color: rgb(235 0 27 / 0);
  }

  .md\:border-r-error_red\/10 {
    border-right-color: rgb(235 0 27 / 0.1);
  }

  .md\:border-r-error_red\/100 {
    border-right-color: rgb(235 0 27 / 1);
  }

  .md\:border-r-error_red\/20 {
    border-right-color: rgb(235 0 27 / 0.2);
  }

  .md\:border-r-error_red\/25 {
    border-right-color: rgb(235 0 27 / 0.25);
  }

  .md\:border-r-error_red\/30 {
    border-right-color: rgb(235 0 27 / 0.3);
  }

  .md\:border-r-error_red\/40 {
    border-right-color: rgb(235 0 27 / 0.4);
  }

  .md\:border-r-error_red\/5 {
    border-right-color: rgb(235 0 27 / 0.05);
  }

  .md\:border-r-error_red\/50 {
    border-right-color: rgb(235 0 27 / 0.5);
  }

  .md\:border-r-error_red\/60 {
    border-right-color: rgb(235 0 27 / 0.6);
  }

  .md\:border-r-error_red\/70 {
    border-right-color: rgb(235 0 27 / 0.7);
  }

  .md\:border-r-error_red\/75 {
    border-right-color: rgb(235 0 27 / 0.75);
  }

  .md\:border-r-error_red\/80 {
    border-right-color: rgb(235 0 27 / 0.8);
  }

  .md\:border-r-error_red\/90 {
    border-right-color: rgb(235 0 27 / 0.9);
  }

  .md\:border-r-error_red\/95 {
    border-right-color: rgb(235 0 27 / 0.95);
  }

  .md\:border-r-gray5 {
    --tw-border-opacity: 1;
    border-right-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .md\:border-r-gray5\/0 {
    border-right-color: rgb(242 242 242 / 0);
  }

  .md\:border-r-gray5\/10 {
    border-right-color: rgb(242 242 242 / 0.1);
  }

  .md\:border-r-gray5\/100 {
    border-right-color: rgb(242 242 242 / 1);
  }

  .md\:border-r-gray5\/20 {
    border-right-color: rgb(242 242 242 / 0.2);
  }

  .md\:border-r-gray5\/25 {
    border-right-color: rgb(242 242 242 / 0.25);
  }

  .md\:border-r-gray5\/30 {
    border-right-color: rgb(242 242 242 / 0.3);
  }

  .md\:border-r-gray5\/40 {
    border-right-color: rgb(242 242 242 / 0.4);
  }

  .md\:border-r-gray5\/5 {
    border-right-color: rgb(242 242 242 / 0.05);
  }

  .md\:border-r-gray5\/50 {
    border-right-color: rgb(242 242 242 / 0.5);
  }

  .md\:border-r-gray5\/60 {
    border-right-color: rgb(242 242 242 / 0.6);
  }

  .md\:border-r-gray5\/70 {
    border-right-color: rgb(242 242 242 / 0.7);
  }

  .md\:border-r-gray5\/75 {
    border-right-color: rgb(242 242 242 / 0.75);
  }

  .md\:border-r-gray5\/80 {
    border-right-color: rgb(242 242 242 / 0.8);
  }

  .md\:border-r-gray5\/90 {
    border-right-color: rgb(242 242 242 / 0.9);
  }

  .md\:border-r-gray5\/95 {
    border-right-color: rgb(242 242 242 / 0.95);
  }

  .md\:border-r-sh_black {
    --tw-border-opacity: 1;
    border-right-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .md\:border-r-sh_black\/0 {
    border-right-color: rgb(35 31 32 / 0);
  }

  .md\:border-r-sh_black\/10 {
    border-right-color: rgb(35 31 32 / 0.1);
  }

  .md\:border-r-sh_black\/100 {
    border-right-color: rgb(35 31 32 / 1);
  }

  .md\:border-r-sh_black\/20 {
    border-right-color: rgb(35 31 32 / 0.2);
  }

  .md\:border-r-sh_black\/25 {
    border-right-color: rgb(35 31 32 / 0.25);
  }

  .md\:border-r-sh_black\/30 {
    border-right-color: rgb(35 31 32 / 0.3);
  }

  .md\:border-r-sh_black\/40 {
    border-right-color: rgb(35 31 32 / 0.4);
  }

  .md\:border-r-sh_black\/5 {
    border-right-color: rgb(35 31 32 / 0.05);
  }

  .md\:border-r-sh_black\/50 {
    border-right-color: rgb(35 31 32 / 0.5);
  }

  .md\:border-r-sh_black\/60 {
    border-right-color: rgb(35 31 32 / 0.6);
  }

  .md\:border-r-sh_black\/70 {
    border-right-color: rgb(35 31 32 / 0.7);
  }

  .md\:border-r-sh_black\/75 {
    border-right-color: rgb(35 31 32 / 0.75);
  }

  .md\:border-r-sh_black\/80 {
    border-right-color: rgb(35 31 32 / 0.8);
  }

  .md\:border-r-sh_black\/90 {
    border-right-color: rgb(35 31 32 / 0.9);
  }

  .md\:border-r-sh_black\/95 {
    border-right-color: rgb(35 31 32 / 0.95);
  }

  .md\:border-r-success_green {
    --tw-border-opacity: 1;
    border-right-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .md\:border-r-success_green\/0 {
    border-right-color: rgb(80 131 22 / 0);
  }

  .md\:border-r-success_green\/10 {
    border-right-color: rgb(80 131 22 / 0.1);
  }

  .md\:border-r-success_green\/100 {
    border-right-color: rgb(80 131 22 / 1);
  }

  .md\:border-r-success_green\/20 {
    border-right-color: rgb(80 131 22 / 0.2);
  }

  .md\:border-r-success_green\/25 {
    border-right-color: rgb(80 131 22 / 0.25);
  }

  .md\:border-r-success_green\/30 {
    border-right-color: rgb(80 131 22 / 0.3);
  }

  .md\:border-r-success_green\/40 {
    border-right-color: rgb(80 131 22 / 0.4);
  }

  .md\:border-r-success_green\/5 {
    border-right-color: rgb(80 131 22 / 0.05);
  }

  .md\:border-r-success_green\/50 {
    border-right-color: rgb(80 131 22 / 0.5);
  }

  .md\:border-r-success_green\/60 {
    border-right-color: rgb(80 131 22 / 0.6);
  }

  .md\:border-r-success_green\/70 {
    border-right-color: rgb(80 131 22 / 0.7);
  }

  .md\:border-r-success_green\/75 {
    border-right-color: rgb(80 131 22 / 0.75);
  }

  .md\:border-r-success_green\/80 {
    border-right-color: rgb(80 131 22 / 0.8);
  }

  .md\:border-r-success_green\/90 {
    border-right-color: rgb(80 131 22 / 0.9);
  }

  .md\:border-r-success_green\/95 {
    border-right-color: rgb(80 131 22 / 0.95);
  }

  .md\:border-r-teal {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .md\:border-r-teal\/0 {
    border-right-color: rgb(0 129 159 / 0);
  }

  .md\:border-r-teal\/10 {
    border-right-color: rgb(0 129 159 / 0.1);
  }

  .md\:border-r-teal\/100 {
    border-right-color: rgb(0 129 159 / 1);
  }

  .md\:border-r-teal\/20 {
    border-right-color: rgb(0 129 159 / 0.2);
  }

  .md\:border-r-teal\/25 {
    border-right-color: rgb(0 129 159 / 0.25);
  }

  .md\:border-r-teal\/30 {
    border-right-color: rgb(0 129 159 / 0.3);
  }

  .md\:border-r-teal\/40 {
    border-right-color: rgb(0 129 159 / 0.4);
  }

  .md\:border-r-teal\/5 {
    border-right-color: rgb(0 129 159 / 0.05);
  }

  .md\:border-r-teal\/50 {
    border-right-color: rgb(0 129 159 / 0.5);
  }

  .md\:border-r-teal\/60 {
    border-right-color: rgb(0 129 159 / 0.6);
  }

  .md\:border-r-teal\/70 {
    border-right-color: rgb(0 129 159 / 0.7);
  }

  .md\:border-r-teal\/75 {
    border-right-color: rgb(0 129 159 / 0.75);
  }

  .md\:border-r-teal\/80 {
    border-right-color: rgb(0 129 159 / 0.8);
  }

  .md\:border-r-teal\/90 {
    border-right-color: rgb(0 129 159 / 0.9);
  }

  .md\:border-r-teal\/95 {
    border-right-color: rgb(0 129 159 / 0.95);
  }

  .md\:border-r-teal_dark {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .md\:border-r-teal_dark\/0 {
    border-right-color: rgb(0 60 77 / 0);
  }

  .md\:border-r-teal_dark\/10 {
    border-right-color: rgb(0 60 77 / 0.1);
  }

  .md\:border-r-teal_dark\/100 {
    border-right-color: rgb(0 60 77 / 1);
  }

  .md\:border-r-teal_dark\/20 {
    border-right-color: rgb(0 60 77 / 0.2);
  }

  .md\:border-r-teal_dark\/25 {
    border-right-color: rgb(0 60 77 / 0.25);
  }

  .md\:border-r-teal_dark\/30 {
    border-right-color: rgb(0 60 77 / 0.3);
  }

  .md\:border-r-teal_dark\/40 {
    border-right-color: rgb(0 60 77 / 0.4);
  }

  .md\:border-r-teal_dark\/5 {
    border-right-color: rgb(0 60 77 / 0.05);
  }

  .md\:border-r-teal_dark\/50 {
    border-right-color: rgb(0 60 77 / 0.5);
  }

  .md\:border-r-teal_dark\/60 {
    border-right-color: rgb(0 60 77 / 0.6);
  }

  .md\:border-r-teal_dark\/70 {
    border-right-color: rgb(0 60 77 / 0.7);
  }

  .md\:border-r-teal_dark\/75 {
    border-right-color: rgb(0 60 77 / 0.75);
  }

  .md\:border-r-teal_dark\/80 {
    border-right-color: rgb(0 60 77 / 0.8);
  }

  .md\:border-r-teal_dark\/90 {
    border-right-color: rgb(0 60 77 / 0.9);
  }

  .md\:border-r-teal_dark\/95 {
    border-right-color: rgb(0 60 77 / 0.95);
  }

  .md\:border-r-teal_extra_light {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .md\:border-r-teal_extra_light\/0 {
    border-right-color: rgb(245 251 252 / 0);
  }

  .md\:border-r-teal_extra_light\/10 {
    border-right-color: rgb(245 251 252 / 0.1);
  }

  .md\:border-r-teal_extra_light\/100 {
    border-right-color: rgb(245 251 252 / 1);
  }

  .md\:border-r-teal_extra_light\/20 {
    border-right-color: rgb(245 251 252 / 0.2);
  }

  .md\:border-r-teal_extra_light\/25 {
    border-right-color: rgb(245 251 252 / 0.25);
  }

  .md\:border-r-teal_extra_light\/30 {
    border-right-color: rgb(245 251 252 / 0.3);
  }

  .md\:border-r-teal_extra_light\/40 {
    border-right-color: rgb(245 251 252 / 0.4);
  }

  .md\:border-r-teal_extra_light\/5 {
    border-right-color: rgb(245 251 252 / 0.05);
  }

  .md\:border-r-teal_extra_light\/50 {
    border-right-color: rgb(245 251 252 / 0.5);
  }

  .md\:border-r-teal_extra_light\/60 {
    border-right-color: rgb(245 251 252 / 0.6);
  }

  .md\:border-r-teal_extra_light\/70 {
    border-right-color: rgb(245 251 252 / 0.7);
  }

  .md\:border-r-teal_extra_light\/75 {
    border-right-color: rgb(245 251 252 / 0.75);
  }

  .md\:border-r-teal_extra_light\/80 {
    border-right-color: rgb(245 251 252 / 0.8);
  }

  .md\:border-r-teal_extra_light\/90 {
    border-right-color: rgb(245 251 252 / 0.9);
  }

  .md\:border-r-teal_extra_light\/95 {
    border-right-color: rgb(245 251 252 / 0.95);
  }

  .md\:border-r-teal_light {
    --tw-border-opacity: 1;
    border-right-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .md\:border-r-teal_light\/0 {
    border-right-color: rgb(116 196 214 / 0);
  }

  .md\:border-r-teal_light\/10 {
    border-right-color: rgb(116 196 214 / 0.1);
  }

  .md\:border-r-teal_light\/100 {
    border-right-color: rgb(116 196 214 / 1);
  }

  .md\:border-r-teal_light\/20 {
    border-right-color: rgb(116 196 214 / 0.2);
  }

  .md\:border-r-teal_light\/25 {
    border-right-color: rgb(116 196 214 / 0.25);
  }

  .md\:border-r-teal_light\/30 {
    border-right-color: rgb(116 196 214 / 0.3);
  }

  .md\:border-r-teal_light\/40 {
    border-right-color: rgb(116 196 214 / 0.4);
  }

  .md\:border-r-teal_light\/5 {
    border-right-color: rgb(116 196 214 / 0.05);
  }

  .md\:border-r-teal_light\/50 {
    border-right-color: rgb(116 196 214 / 0.5);
  }

  .md\:border-r-teal_light\/60 {
    border-right-color: rgb(116 196 214 / 0.6);
  }

  .md\:border-r-teal_light\/70 {
    border-right-color: rgb(116 196 214 / 0.7);
  }

  .md\:border-r-teal_light\/75 {
    border-right-color: rgb(116 196 214 / 0.75);
  }

  .md\:border-r-teal_light\/80 {
    border-right-color: rgb(116 196 214 / 0.8);
  }

  .md\:border-r-teal_light\/90 {
    border-right-color: rgb(116 196 214 / 0.9);
  }

  .md\:border-r-teal_light\/95 {
    border-right-color: rgb(116 196 214 / 0.95);
  }

  .md\:border-r-transparent {
    border-right-color: transparent;
  }

  .md\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .md\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .md\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-r-white {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0);
  }

  .md\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1);
  }

  .md\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-s-black {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-s-black\/0 {
    border-inline-start-color: rgb(0 0 0 / 0);
  }

  .md\:border-s-black\/10 {
    border-inline-start-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-s-black\/100 {
    border-inline-start-color: rgb(0 0 0 / 1);
  }

  .md\:border-s-black\/20 {
    border-inline-start-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-s-black\/25 {
    border-inline-start-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-s-black\/30 {
    border-inline-start-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-s-black\/40 {
    border-inline-start-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-s-black\/5 {
    border-inline-start-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-s-black\/50 {
    border-inline-start-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-s-black\/60 {
    border-inline-start-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-s-black\/70 {
    border-inline-start-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-s-black\/75 {
    border-inline-start-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-s-black\/80 {
    border-inline-start-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-s-black\/90 {
    border-inline-start-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-s-black\/95 {
    border-inline-start-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-s-current {
    border-inline-start-color: currentColor;
  }

  .md\:border-s-error_red {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .md\:border-s-error_red\/0 {
    border-inline-start-color: rgb(235 0 27 / 0);
  }

  .md\:border-s-error_red\/10 {
    border-inline-start-color: rgb(235 0 27 / 0.1);
  }

  .md\:border-s-error_red\/100 {
    border-inline-start-color: rgb(235 0 27 / 1);
  }

  .md\:border-s-error_red\/20 {
    border-inline-start-color: rgb(235 0 27 / 0.2);
  }

  .md\:border-s-error_red\/25 {
    border-inline-start-color: rgb(235 0 27 / 0.25);
  }

  .md\:border-s-error_red\/30 {
    border-inline-start-color: rgb(235 0 27 / 0.3);
  }

  .md\:border-s-error_red\/40 {
    border-inline-start-color: rgb(235 0 27 / 0.4);
  }

  .md\:border-s-error_red\/5 {
    border-inline-start-color: rgb(235 0 27 / 0.05);
  }

  .md\:border-s-error_red\/50 {
    border-inline-start-color: rgb(235 0 27 / 0.5);
  }

  .md\:border-s-error_red\/60 {
    border-inline-start-color: rgb(235 0 27 / 0.6);
  }

  .md\:border-s-error_red\/70 {
    border-inline-start-color: rgb(235 0 27 / 0.7);
  }

  .md\:border-s-error_red\/75 {
    border-inline-start-color: rgb(235 0 27 / 0.75);
  }

  .md\:border-s-error_red\/80 {
    border-inline-start-color: rgb(235 0 27 / 0.8);
  }

  .md\:border-s-error_red\/90 {
    border-inline-start-color: rgb(235 0 27 / 0.9);
  }

  .md\:border-s-error_red\/95 {
    border-inline-start-color: rgb(235 0 27 / 0.95);
  }

  .md\:border-s-gray5 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .md\:border-s-gray5\/0 {
    border-inline-start-color: rgb(242 242 242 / 0);
  }

  .md\:border-s-gray5\/10 {
    border-inline-start-color: rgb(242 242 242 / 0.1);
  }

  .md\:border-s-gray5\/100 {
    border-inline-start-color: rgb(242 242 242 / 1);
  }

  .md\:border-s-gray5\/20 {
    border-inline-start-color: rgb(242 242 242 / 0.2);
  }

  .md\:border-s-gray5\/25 {
    border-inline-start-color: rgb(242 242 242 / 0.25);
  }

  .md\:border-s-gray5\/30 {
    border-inline-start-color: rgb(242 242 242 / 0.3);
  }

  .md\:border-s-gray5\/40 {
    border-inline-start-color: rgb(242 242 242 / 0.4);
  }

  .md\:border-s-gray5\/5 {
    border-inline-start-color: rgb(242 242 242 / 0.05);
  }

  .md\:border-s-gray5\/50 {
    border-inline-start-color: rgb(242 242 242 / 0.5);
  }

  .md\:border-s-gray5\/60 {
    border-inline-start-color: rgb(242 242 242 / 0.6);
  }

  .md\:border-s-gray5\/70 {
    border-inline-start-color: rgb(242 242 242 / 0.7);
  }

  .md\:border-s-gray5\/75 {
    border-inline-start-color: rgb(242 242 242 / 0.75);
  }

  .md\:border-s-gray5\/80 {
    border-inline-start-color: rgb(242 242 242 / 0.8);
  }

  .md\:border-s-gray5\/90 {
    border-inline-start-color: rgb(242 242 242 / 0.9);
  }

  .md\:border-s-gray5\/95 {
    border-inline-start-color: rgb(242 242 242 / 0.95);
  }

  .md\:border-s-sh_black {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .md\:border-s-sh_black\/0 {
    border-inline-start-color: rgb(35 31 32 / 0);
  }

  .md\:border-s-sh_black\/10 {
    border-inline-start-color: rgb(35 31 32 / 0.1);
  }

  .md\:border-s-sh_black\/100 {
    border-inline-start-color: rgb(35 31 32 / 1);
  }

  .md\:border-s-sh_black\/20 {
    border-inline-start-color: rgb(35 31 32 / 0.2);
  }

  .md\:border-s-sh_black\/25 {
    border-inline-start-color: rgb(35 31 32 / 0.25);
  }

  .md\:border-s-sh_black\/30 {
    border-inline-start-color: rgb(35 31 32 / 0.3);
  }

  .md\:border-s-sh_black\/40 {
    border-inline-start-color: rgb(35 31 32 / 0.4);
  }

  .md\:border-s-sh_black\/5 {
    border-inline-start-color: rgb(35 31 32 / 0.05);
  }

  .md\:border-s-sh_black\/50 {
    border-inline-start-color: rgb(35 31 32 / 0.5);
  }

  .md\:border-s-sh_black\/60 {
    border-inline-start-color: rgb(35 31 32 / 0.6);
  }

  .md\:border-s-sh_black\/70 {
    border-inline-start-color: rgb(35 31 32 / 0.7);
  }

  .md\:border-s-sh_black\/75 {
    border-inline-start-color: rgb(35 31 32 / 0.75);
  }

  .md\:border-s-sh_black\/80 {
    border-inline-start-color: rgb(35 31 32 / 0.8);
  }

  .md\:border-s-sh_black\/90 {
    border-inline-start-color: rgb(35 31 32 / 0.9);
  }

  .md\:border-s-sh_black\/95 {
    border-inline-start-color: rgb(35 31 32 / 0.95);
  }

  .md\:border-s-success_green {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .md\:border-s-success_green\/0 {
    border-inline-start-color: rgb(80 131 22 / 0);
  }

  .md\:border-s-success_green\/10 {
    border-inline-start-color: rgb(80 131 22 / 0.1);
  }

  .md\:border-s-success_green\/100 {
    border-inline-start-color: rgb(80 131 22 / 1);
  }

  .md\:border-s-success_green\/20 {
    border-inline-start-color: rgb(80 131 22 / 0.2);
  }

  .md\:border-s-success_green\/25 {
    border-inline-start-color: rgb(80 131 22 / 0.25);
  }

  .md\:border-s-success_green\/30 {
    border-inline-start-color: rgb(80 131 22 / 0.3);
  }

  .md\:border-s-success_green\/40 {
    border-inline-start-color: rgb(80 131 22 / 0.4);
  }

  .md\:border-s-success_green\/5 {
    border-inline-start-color: rgb(80 131 22 / 0.05);
  }

  .md\:border-s-success_green\/50 {
    border-inline-start-color: rgb(80 131 22 / 0.5);
  }

  .md\:border-s-success_green\/60 {
    border-inline-start-color: rgb(80 131 22 / 0.6);
  }

  .md\:border-s-success_green\/70 {
    border-inline-start-color: rgb(80 131 22 / 0.7);
  }

  .md\:border-s-success_green\/75 {
    border-inline-start-color: rgb(80 131 22 / 0.75);
  }

  .md\:border-s-success_green\/80 {
    border-inline-start-color: rgb(80 131 22 / 0.8);
  }

  .md\:border-s-success_green\/90 {
    border-inline-start-color: rgb(80 131 22 / 0.9);
  }

  .md\:border-s-success_green\/95 {
    border-inline-start-color: rgb(80 131 22 / 0.95);
  }

  .md\:border-s-teal {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .md\:border-s-teal\/0 {
    border-inline-start-color: rgb(0 129 159 / 0);
  }

  .md\:border-s-teal\/10 {
    border-inline-start-color: rgb(0 129 159 / 0.1);
  }

  .md\:border-s-teal\/100 {
    border-inline-start-color: rgb(0 129 159 / 1);
  }

  .md\:border-s-teal\/20 {
    border-inline-start-color: rgb(0 129 159 / 0.2);
  }

  .md\:border-s-teal\/25 {
    border-inline-start-color: rgb(0 129 159 / 0.25);
  }

  .md\:border-s-teal\/30 {
    border-inline-start-color: rgb(0 129 159 / 0.3);
  }

  .md\:border-s-teal\/40 {
    border-inline-start-color: rgb(0 129 159 / 0.4);
  }

  .md\:border-s-teal\/5 {
    border-inline-start-color: rgb(0 129 159 / 0.05);
  }

  .md\:border-s-teal\/50 {
    border-inline-start-color: rgb(0 129 159 / 0.5);
  }

  .md\:border-s-teal\/60 {
    border-inline-start-color: rgb(0 129 159 / 0.6);
  }

  .md\:border-s-teal\/70 {
    border-inline-start-color: rgb(0 129 159 / 0.7);
  }

  .md\:border-s-teal\/75 {
    border-inline-start-color: rgb(0 129 159 / 0.75);
  }

  .md\:border-s-teal\/80 {
    border-inline-start-color: rgb(0 129 159 / 0.8);
  }

  .md\:border-s-teal\/90 {
    border-inline-start-color: rgb(0 129 159 / 0.9);
  }

  .md\:border-s-teal\/95 {
    border-inline-start-color: rgb(0 129 159 / 0.95);
  }

  .md\:border-s-teal_dark {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .md\:border-s-teal_dark\/0 {
    border-inline-start-color: rgb(0 60 77 / 0);
  }

  .md\:border-s-teal_dark\/10 {
    border-inline-start-color: rgb(0 60 77 / 0.1);
  }

  .md\:border-s-teal_dark\/100 {
    border-inline-start-color: rgb(0 60 77 / 1);
  }

  .md\:border-s-teal_dark\/20 {
    border-inline-start-color: rgb(0 60 77 / 0.2);
  }

  .md\:border-s-teal_dark\/25 {
    border-inline-start-color: rgb(0 60 77 / 0.25);
  }

  .md\:border-s-teal_dark\/30 {
    border-inline-start-color: rgb(0 60 77 / 0.3);
  }

  .md\:border-s-teal_dark\/40 {
    border-inline-start-color: rgb(0 60 77 / 0.4);
  }

  .md\:border-s-teal_dark\/5 {
    border-inline-start-color: rgb(0 60 77 / 0.05);
  }

  .md\:border-s-teal_dark\/50 {
    border-inline-start-color: rgb(0 60 77 / 0.5);
  }

  .md\:border-s-teal_dark\/60 {
    border-inline-start-color: rgb(0 60 77 / 0.6);
  }

  .md\:border-s-teal_dark\/70 {
    border-inline-start-color: rgb(0 60 77 / 0.7);
  }

  .md\:border-s-teal_dark\/75 {
    border-inline-start-color: rgb(0 60 77 / 0.75);
  }

  .md\:border-s-teal_dark\/80 {
    border-inline-start-color: rgb(0 60 77 / 0.8);
  }

  .md\:border-s-teal_dark\/90 {
    border-inline-start-color: rgb(0 60 77 / 0.9);
  }

  .md\:border-s-teal_dark\/95 {
    border-inline-start-color: rgb(0 60 77 / 0.95);
  }

  .md\:border-s-teal_extra_light {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .md\:border-s-teal_extra_light\/0 {
    border-inline-start-color: rgb(245 251 252 / 0);
  }

  .md\:border-s-teal_extra_light\/10 {
    border-inline-start-color: rgb(245 251 252 / 0.1);
  }

  .md\:border-s-teal_extra_light\/100 {
    border-inline-start-color: rgb(245 251 252 / 1);
  }

  .md\:border-s-teal_extra_light\/20 {
    border-inline-start-color: rgb(245 251 252 / 0.2);
  }

  .md\:border-s-teal_extra_light\/25 {
    border-inline-start-color: rgb(245 251 252 / 0.25);
  }

  .md\:border-s-teal_extra_light\/30 {
    border-inline-start-color: rgb(245 251 252 / 0.3);
  }

  .md\:border-s-teal_extra_light\/40 {
    border-inline-start-color: rgb(245 251 252 / 0.4);
  }

  .md\:border-s-teal_extra_light\/5 {
    border-inline-start-color: rgb(245 251 252 / 0.05);
  }

  .md\:border-s-teal_extra_light\/50 {
    border-inline-start-color: rgb(245 251 252 / 0.5);
  }

  .md\:border-s-teal_extra_light\/60 {
    border-inline-start-color: rgb(245 251 252 / 0.6);
  }

  .md\:border-s-teal_extra_light\/70 {
    border-inline-start-color: rgb(245 251 252 / 0.7);
  }

  .md\:border-s-teal_extra_light\/75 {
    border-inline-start-color: rgb(245 251 252 / 0.75);
  }

  .md\:border-s-teal_extra_light\/80 {
    border-inline-start-color: rgb(245 251 252 / 0.8);
  }

  .md\:border-s-teal_extra_light\/90 {
    border-inline-start-color: rgb(245 251 252 / 0.9);
  }

  .md\:border-s-teal_extra_light\/95 {
    border-inline-start-color: rgb(245 251 252 / 0.95);
  }

  .md\:border-s-teal_light {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .md\:border-s-teal_light\/0 {
    border-inline-start-color: rgb(116 196 214 / 0);
  }

  .md\:border-s-teal_light\/10 {
    border-inline-start-color: rgb(116 196 214 / 0.1);
  }

  .md\:border-s-teal_light\/100 {
    border-inline-start-color: rgb(116 196 214 / 1);
  }

  .md\:border-s-teal_light\/20 {
    border-inline-start-color: rgb(116 196 214 / 0.2);
  }

  .md\:border-s-teal_light\/25 {
    border-inline-start-color: rgb(116 196 214 / 0.25);
  }

  .md\:border-s-teal_light\/30 {
    border-inline-start-color: rgb(116 196 214 / 0.3);
  }

  .md\:border-s-teal_light\/40 {
    border-inline-start-color: rgb(116 196 214 / 0.4);
  }

  .md\:border-s-teal_light\/5 {
    border-inline-start-color: rgb(116 196 214 / 0.05);
  }

  .md\:border-s-teal_light\/50 {
    border-inline-start-color: rgb(116 196 214 / 0.5);
  }

  .md\:border-s-teal_light\/60 {
    border-inline-start-color: rgb(116 196 214 / 0.6);
  }

  .md\:border-s-teal_light\/70 {
    border-inline-start-color: rgb(116 196 214 / 0.7);
  }

  .md\:border-s-teal_light\/75 {
    border-inline-start-color: rgb(116 196 214 / 0.75);
  }

  .md\:border-s-teal_light\/80 {
    border-inline-start-color: rgb(116 196 214 / 0.8);
  }

  .md\:border-s-teal_light\/90 {
    border-inline-start-color: rgb(116 196 214 / 0.9);
  }

  .md\:border-s-teal_light\/95 {
    border-inline-start-color: rgb(116 196 214 / 0.95);
  }

  .md\:border-s-transparent {
    border-inline-start-color: transparent;
  }

  .md\:border-s-transparent\/0 {
    border-inline-start-color: rgb(0 0 0 / 0);
  }

  .md\:border-s-transparent\/10 {
    border-inline-start-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-s-transparent\/100 {
    border-inline-start-color: rgb(0 0 0 / 1);
  }

  .md\:border-s-transparent\/20 {
    border-inline-start-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-s-transparent\/25 {
    border-inline-start-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-s-transparent\/30 {
    border-inline-start-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-s-transparent\/40 {
    border-inline-start-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-s-transparent\/5 {
    border-inline-start-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-s-transparent\/50 {
    border-inline-start-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-s-transparent\/60 {
    border-inline-start-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-s-transparent\/70 {
    border-inline-start-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-s-transparent\/75 {
    border-inline-start-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-s-transparent\/80 {
    border-inline-start-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-s-transparent\/90 {
    border-inline-start-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-s-transparent\/95 {
    border-inline-start-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-s-white {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-s-white\/0 {
    border-inline-start-color: rgb(255 255 255 / 0);
  }

  .md\:border-s-white\/10 {
    border-inline-start-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-s-white\/100 {
    border-inline-start-color: rgb(255 255 255 / 1);
  }

  .md\:border-s-white\/20 {
    border-inline-start-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-s-white\/25 {
    border-inline-start-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-s-white\/30 {
    border-inline-start-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-s-white\/40 {
    border-inline-start-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-s-white\/5 {
    border-inline-start-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-s-white\/50 {
    border-inline-start-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-s-white\/60 {
    border-inline-start-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-s-white\/70 {
    border-inline-start-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-s-white\/75 {
    border-inline-start-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-s-white\/80 {
    border-inline-start-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-s-white\/90 {
    border-inline-start-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-s-white\/95 {
    border-inline-start-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-t-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-t-black\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .md\:border-t-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-t-black\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .md\:border-t-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-t-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-t-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-t-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-t-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-t-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-t-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-t-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-t-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-t-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-t-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-t-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-t-current {
    border-top-color: currentColor;
  }

  .md\:border-t-error_red {
    --tw-border-opacity: 1;
    border-top-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .md\:border-t-error_red\/0 {
    border-top-color: rgb(235 0 27 / 0);
  }

  .md\:border-t-error_red\/10 {
    border-top-color: rgb(235 0 27 / 0.1);
  }

  .md\:border-t-error_red\/100 {
    border-top-color: rgb(235 0 27 / 1);
  }

  .md\:border-t-error_red\/20 {
    border-top-color: rgb(235 0 27 / 0.2);
  }

  .md\:border-t-error_red\/25 {
    border-top-color: rgb(235 0 27 / 0.25);
  }

  .md\:border-t-error_red\/30 {
    border-top-color: rgb(235 0 27 / 0.3);
  }

  .md\:border-t-error_red\/40 {
    border-top-color: rgb(235 0 27 / 0.4);
  }

  .md\:border-t-error_red\/5 {
    border-top-color: rgb(235 0 27 / 0.05);
  }

  .md\:border-t-error_red\/50 {
    border-top-color: rgb(235 0 27 / 0.5);
  }

  .md\:border-t-error_red\/60 {
    border-top-color: rgb(235 0 27 / 0.6);
  }

  .md\:border-t-error_red\/70 {
    border-top-color: rgb(235 0 27 / 0.7);
  }

  .md\:border-t-error_red\/75 {
    border-top-color: rgb(235 0 27 / 0.75);
  }

  .md\:border-t-error_red\/80 {
    border-top-color: rgb(235 0 27 / 0.8);
  }

  .md\:border-t-error_red\/90 {
    border-top-color: rgb(235 0 27 / 0.9);
  }

  .md\:border-t-error_red\/95 {
    border-top-color: rgb(235 0 27 / 0.95);
  }

  .md\:border-t-gray5 {
    --tw-border-opacity: 1;
    border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .md\:border-t-gray5\/0 {
    border-top-color: rgb(242 242 242 / 0);
  }

  .md\:border-t-gray5\/10 {
    border-top-color: rgb(242 242 242 / 0.1);
  }

  .md\:border-t-gray5\/100 {
    border-top-color: rgb(242 242 242 / 1);
  }

  .md\:border-t-gray5\/20 {
    border-top-color: rgb(242 242 242 / 0.2);
  }

  .md\:border-t-gray5\/25 {
    border-top-color: rgb(242 242 242 / 0.25);
  }

  .md\:border-t-gray5\/30 {
    border-top-color: rgb(242 242 242 / 0.3);
  }

  .md\:border-t-gray5\/40 {
    border-top-color: rgb(242 242 242 / 0.4);
  }

  .md\:border-t-gray5\/5 {
    border-top-color: rgb(242 242 242 / 0.05);
  }

  .md\:border-t-gray5\/50 {
    border-top-color: rgb(242 242 242 / 0.5);
  }

  .md\:border-t-gray5\/60 {
    border-top-color: rgb(242 242 242 / 0.6);
  }

  .md\:border-t-gray5\/70 {
    border-top-color: rgb(242 242 242 / 0.7);
  }

  .md\:border-t-gray5\/75 {
    border-top-color: rgb(242 242 242 / 0.75);
  }

  .md\:border-t-gray5\/80 {
    border-top-color: rgb(242 242 242 / 0.8);
  }

  .md\:border-t-gray5\/90 {
    border-top-color: rgb(242 242 242 / 0.9);
  }

  .md\:border-t-gray5\/95 {
    border-top-color: rgb(242 242 242 / 0.95);
  }

  .md\:border-t-sh_black {
    --tw-border-opacity: 1;
    border-top-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .md\:border-t-sh_black\/0 {
    border-top-color: rgb(35 31 32 / 0);
  }

  .md\:border-t-sh_black\/10 {
    border-top-color: rgb(35 31 32 / 0.1);
  }

  .md\:border-t-sh_black\/100 {
    border-top-color: rgb(35 31 32 / 1);
  }

  .md\:border-t-sh_black\/20 {
    border-top-color: rgb(35 31 32 / 0.2);
  }

  .md\:border-t-sh_black\/25 {
    border-top-color: rgb(35 31 32 / 0.25);
  }

  .md\:border-t-sh_black\/30 {
    border-top-color: rgb(35 31 32 / 0.3);
  }

  .md\:border-t-sh_black\/40 {
    border-top-color: rgb(35 31 32 / 0.4);
  }

  .md\:border-t-sh_black\/5 {
    border-top-color: rgb(35 31 32 / 0.05);
  }

  .md\:border-t-sh_black\/50 {
    border-top-color: rgb(35 31 32 / 0.5);
  }

  .md\:border-t-sh_black\/60 {
    border-top-color: rgb(35 31 32 / 0.6);
  }

  .md\:border-t-sh_black\/70 {
    border-top-color: rgb(35 31 32 / 0.7);
  }

  .md\:border-t-sh_black\/75 {
    border-top-color: rgb(35 31 32 / 0.75);
  }

  .md\:border-t-sh_black\/80 {
    border-top-color: rgb(35 31 32 / 0.8);
  }

  .md\:border-t-sh_black\/90 {
    border-top-color: rgb(35 31 32 / 0.9);
  }

  .md\:border-t-sh_black\/95 {
    border-top-color: rgb(35 31 32 / 0.95);
  }

  .md\:border-t-success_green {
    --tw-border-opacity: 1;
    border-top-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .md\:border-t-success_green\/0 {
    border-top-color: rgb(80 131 22 / 0);
  }

  .md\:border-t-success_green\/10 {
    border-top-color: rgb(80 131 22 / 0.1);
  }

  .md\:border-t-success_green\/100 {
    border-top-color: rgb(80 131 22 / 1);
  }

  .md\:border-t-success_green\/20 {
    border-top-color: rgb(80 131 22 / 0.2);
  }

  .md\:border-t-success_green\/25 {
    border-top-color: rgb(80 131 22 / 0.25);
  }

  .md\:border-t-success_green\/30 {
    border-top-color: rgb(80 131 22 / 0.3);
  }

  .md\:border-t-success_green\/40 {
    border-top-color: rgb(80 131 22 / 0.4);
  }

  .md\:border-t-success_green\/5 {
    border-top-color: rgb(80 131 22 / 0.05);
  }

  .md\:border-t-success_green\/50 {
    border-top-color: rgb(80 131 22 / 0.5);
  }

  .md\:border-t-success_green\/60 {
    border-top-color: rgb(80 131 22 / 0.6);
  }

  .md\:border-t-success_green\/70 {
    border-top-color: rgb(80 131 22 / 0.7);
  }

  .md\:border-t-success_green\/75 {
    border-top-color: rgb(80 131 22 / 0.75);
  }

  .md\:border-t-success_green\/80 {
    border-top-color: rgb(80 131 22 / 0.8);
  }

  .md\:border-t-success_green\/90 {
    border-top-color: rgb(80 131 22 / 0.9);
  }

  .md\:border-t-success_green\/95 {
    border-top-color: rgb(80 131 22 / 0.95);
  }

  .md\:border-t-teal {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .md\:border-t-teal\/0 {
    border-top-color: rgb(0 129 159 / 0);
  }

  .md\:border-t-teal\/10 {
    border-top-color: rgb(0 129 159 / 0.1);
  }

  .md\:border-t-teal\/100 {
    border-top-color: rgb(0 129 159 / 1);
  }

  .md\:border-t-teal\/20 {
    border-top-color: rgb(0 129 159 / 0.2);
  }

  .md\:border-t-teal\/25 {
    border-top-color: rgb(0 129 159 / 0.25);
  }

  .md\:border-t-teal\/30 {
    border-top-color: rgb(0 129 159 / 0.3);
  }

  .md\:border-t-teal\/40 {
    border-top-color: rgb(0 129 159 / 0.4);
  }

  .md\:border-t-teal\/5 {
    border-top-color: rgb(0 129 159 / 0.05);
  }

  .md\:border-t-teal\/50 {
    border-top-color: rgb(0 129 159 / 0.5);
  }

  .md\:border-t-teal\/60 {
    border-top-color: rgb(0 129 159 / 0.6);
  }

  .md\:border-t-teal\/70 {
    border-top-color: rgb(0 129 159 / 0.7);
  }

  .md\:border-t-teal\/75 {
    border-top-color: rgb(0 129 159 / 0.75);
  }

  .md\:border-t-teal\/80 {
    border-top-color: rgb(0 129 159 / 0.8);
  }

  .md\:border-t-teal\/90 {
    border-top-color: rgb(0 129 159 / 0.9);
  }

  .md\:border-t-teal\/95 {
    border-top-color: rgb(0 129 159 / 0.95);
  }

  .md\:border-t-teal_dark {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .md\:border-t-teal_dark\/0 {
    border-top-color: rgb(0 60 77 / 0);
  }

  .md\:border-t-teal_dark\/10 {
    border-top-color: rgb(0 60 77 / 0.1);
  }

  .md\:border-t-teal_dark\/100 {
    border-top-color: rgb(0 60 77 / 1);
  }

  .md\:border-t-teal_dark\/20 {
    border-top-color: rgb(0 60 77 / 0.2);
  }

  .md\:border-t-teal_dark\/25 {
    border-top-color: rgb(0 60 77 / 0.25);
  }

  .md\:border-t-teal_dark\/30 {
    border-top-color: rgb(0 60 77 / 0.3);
  }

  .md\:border-t-teal_dark\/40 {
    border-top-color: rgb(0 60 77 / 0.4);
  }

  .md\:border-t-teal_dark\/5 {
    border-top-color: rgb(0 60 77 / 0.05);
  }

  .md\:border-t-teal_dark\/50 {
    border-top-color: rgb(0 60 77 / 0.5);
  }

  .md\:border-t-teal_dark\/60 {
    border-top-color: rgb(0 60 77 / 0.6);
  }

  .md\:border-t-teal_dark\/70 {
    border-top-color: rgb(0 60 77 / 0.7);
  }

  .md\:border-t-teal_dark\/75 {
    border-top-color: rgb(0 60 77 / 0.75);
  }

  .md\:border-t-teal_dark\/80 {
    border-top-color: rgb(0 60 77 / 0.8);
  }

  .md\:border-t-teal_dark\/90 {
    border-top-color: rgb(0 60 77 / 0.9);
  }

  .md\:border-t-teal_dark\/95 {
    border-top-color: rgb(0 60 77 / 0.95);
  }

  .md\:border-t-teal_extra_light {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .md\:border-t-teal_extra_light\/0 {
    border-top-color: rgb(245 251 252 / 0);
  }

  .md\:border-t-teal_extra_light\/10 {
    border-top-color: rgb(245 251 252 / 0.1);
  }

  .md\:border-t-teal_extra_light\/100 {
    border-top-color: rgb(245 251 252 / 1);
  }

  .md\:border-t-teal_extra_light\/20 {
    border-top-color: rgb(245 251 252 / 0.2);
  }

  .md\:border-t-teal_extra_light\/25 {
    border-top-color: rgb(245 251 252 / 0.25);
  }

  .md\:border-t-teal_extra_light\/30 {
    border-top-color: rgb(245 251 252 / 0.3);
  }

  .md\:border-t-teal_extra_light\/40 {
    border-top-color: rgb(245 251 252 / 0.4);
  }

  .md\:border-t-teal_extra_light\/5 {
    border-top-color: rgb(245 251 252 / 0.05);
  }

  .md\:border-t-teal_extra_light\/50 {
    border-top-color: rgb(245 251 252 / 0.5);
  }

  .md\:border-t-teal_extra_light\/60 {
    border-top-color: rgb(245 251 252 / 0.6);
  }

  .md\:border-t-teal_extra_light\/70 {
    border-top-color: rgb(245 251 252 / 0.7);
  }

  .md\:border-t-teal_extra_light\/75 {
    border-top-color: rgb(245 251 252 / 0.75);
  }

  .md\:border-t-teal_extra_light\/80 {
    border-top-color: rgb(245 251 252 / 0.8);
  }

  .md\:border-t-teal_extra_light\/90 {
    border-top-color: rgb(245 251 252 / 0.9);
  }

  .md\:border-t-teal_extra_light\/95 {
    border-top-color: rgb(245 251 252 / 0.95);
  }

  .md\:border-t-teal_light {
    --tw-border-opacity: 1;
    border-top-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .md\:border-t-teal_light\/0 {
    border-top-color: rgb(116 196 214 / 0);
  }

  .md\:border-t-teal_light\/10 {
    border-top-color: rgb(116 196 214 / 0.1);
  }

  .md\:border-t-teal_light\/100 {
    border-top-color: rgb(116 196 214 / 1);
  }

  .md\:border-t-teal_light\/20 {
    border-top-color: rgb(116 196 214 / 0.2);
  }

  .md\:border-t-teal_light\/25 {
    border-top-color: rgb(116 196 214 / 0.25);
  }

  .md\:border-t-teal_light\/30 {
    border-top-color: rgb(116 196 214 / 0.3);
  }

  .md\:border-t-teal_light\/40 {
    border-top-color: rgb(116 196 214 / 0.4);
  }

  .md\:border-t-teal_light\/5 {
    border-top-color: rgb(116 196 214 / 0.05);
  }

  .md\:border-t-teal_light\/50 {
    border-top-color: rgb(116 196 214 / 0.5);
  }

  .md\:border-t-teal_light\/60 {
    border-top-color: rgb(116 196 214 / 0.6);
  }

  .md\:border-t-teal_light\/70 {
    border-top-color: rgb(116 196 214 / 0.7);
  }

  .md\:border-t-teal_light\/75 {
    border-top-color: rgb(116 196 214 / 0.75);
  }

  .md\:border-t-teal_light\/80 {
    border-top-color: rgb(116 196 214 / 0.8);
  }

  .md\:border-t-teal_light\/90 {
    border-top-color: rgb(116 196 214 / 0.9);
  }

  .md\:border-t-teal_light\/95 {
    border-top-color: rgb(116 196 214 / 0.95);
  }

  .md\:border-t-transparent {
    border-top-color: transparent;
  }

  .md\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .md\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .md\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-t-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
  }

  .md\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
  }

  .md\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .md\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .md\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .md\:bg-black\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .md\:bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .md\:bg-black\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .md\:bg-black\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .md\:bg-black\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .md\:bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .md\:bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .md\:bg-black\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .md\:bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .md\:bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .md\:bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .md\:bg-black\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .md\:bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .md\:bg-black\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .md\:bg-black\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .md\:bg-current {
    background-color: currentColor;
  }

  .md\:bg-error_red {
    --tw-bg-opacity: 1;
    background-color: rgb(235 0 27 / var(--tw-bg-opacity));
  }

  .md\:bg-error_red\/0 {
    background-color: rgb(235 0 27 / 0);
  }

  .md\:bg-error_red\/10 {
    background-color: rgb(235 0 27 / 0.1);
  }

  .md\:bg-error_red\/100 {
    background-color: rgb(235 0 27 / 1);
  }

  .md\:bg-error_red\/20 {
    background-color: rgb(235 0 27 / 0.2);
  }

  .md\:bg-error_red\/25 {
    background-color: rgb(235 0 27 / 0.25);
  }

  .md\:bg-error_red\/30 {
    background-color: rgb(235 0 27 / 0.3);
  }

  .md\:bg-error_red\/40 {
    background-color: rgb(235 0 27 / 0.4);
  }

  .md\:bg-error_red\/5 {
    background-color: rgb(235 0 27 / 0.05);
  }

  .md\:bg-error_red\/50 {
    background-color: rgb(235 0 27 / 0.5);
  }

  .md\:bg-error_red\/60 {
    background-color: rgb(235 0 27 / 0.6);
  }

  .md\:bg-error_red\/70 {
    background-color: rgb(235 0 27 / 0.7);
  }

  .md\:bg-error_red\/75 {
    background-color: rgb(235 0 27 / 0.75);
  }

  .md\:bg-error_red\/80 {
    background-color: rgb(235 0 27 / 0.8);
  }

  .md\:bg-error_red\/90 {
    background-color: rgb(235 0 27 / 0.9);
  }

  .md\:bg-error_red\/95 {
    background-color: rgb(235 0 27 / 0.95);
  }

  .md\:bg-gray5 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  }

  .md\:bg-gray5\/0 {
    background-color: rgb(242 242 242 / 0);
  }

  .md\:bg-gray5\/10 {
    background-color: rgb(242 242 242 / 0.1);
  }

  .md\:bg-gray5\/100 {
    background-color: rgb(242 242 242 / 1);
  }

  .md\:bg-gray5\/20 {
    background-color: rgb(242 242 242 / 0.2);
  }

  .md\:bg-gray5\/25 {
    background-color: rgb(242 242 242 / 0.25);
  }

  .md\:bg-gray5\/30 {
    background-color: rgb(242 242 242 / 0.3);
  }

  .md\:bg-gray5\/40 {
    background-color: rgb(242 242 242 / 0.4);
  }

  .md\:bg-gray5\/5 {
    background-color: rgb(242 242 242 / 0.05);
  }

  .md\:bg-gray5\/50 {
    background-color: rgb(242 242 242 / 0.5);
  }

  .md\:bg-gray5\/60 {
    background-color: rgb(242 242 242 / 0.6);
  }

  .md\:bg-gray5\/70 {
    background-color: rgb(242 242 242 / 0.7);
  }

  .md\:bg-gray5\/75 {
    background-color: rgb(242 242 242 / 0.75);
  }

  .md\:bg-gray5\/80 {
    background-color: rgb(242 242 242 / 0.8);
  }

  .md\:bg-gray5\/90 {
    background-color: rgb(242 242 242 / 0.9);
  }

  .md\:bg-gray5\/95 {
    background-color: rgb(242 242 242 / 0.95);
  }

  .md\:bg-sh_black {
    --tw-bg-opacity: 1;
    background-color: rgb(35 31 32 / var(--tw-bg-opacity));
  }

  .md\:bg-sh_black\/0 {
    background-color: rgb(35 31 32 / 0);
  }

  .md\:bg-sh_black\/10 {
    background-color: rgb(35 31 32 / 0.1);
  }

  .md\:bg-sh_black\/100 {
    background-color: rgb(35 31 32 / 1);
  }

  .md\:bg-sh_black\/20 {
    background-color: rgb(35 31 32 / 0.2);
  }

  .md\:bg-sh_black\/25 {
    background-color: rgb(35 31 32 / 0.25);
  }

  .md\:bg-sh_black\/30 {
    background-color: rgb(35 31 32 / 0.3);
  }

  .md\:bg-sh_black\/40 {
    background-color: rgb(35 31 32 / 0.4);
  }

  .md\:bg-sh_black\/5 {
    background-color: rgb(35 31 32 / 0.05);
  }

  .md\:bg-sh_black\/50 {
    background-color: rgb(35 31 32 / 0.5);
  }

  .md\:bg-sh_black\/60 {
    background-color: rgb(35 31 32 / 0.6);
  }

  .md\:bg-sh_black\/70 {
    background-color: rgb(35 31 32 / 0.7);
  }

  .md\:bg-sh_black\/75 {
    background-color: rgb(35 31 32 / 0.75);
  }

  .md\:bg-sh_black\/80 {
    background-color: rgb(35 31 32 / 0.8);
  }

  .md\:bg-sh_black\/90 {
    background-color: rgb(35 31 32 / 0.9);
  }

  .md\:bg-sh_black\/95 {
    background-color: rgb(35 31 32 / 0.95);
  }

  .md\:bg-success_green {
    --tw-bg-opacity: 1;
    background-color: rgb(80 131 22 / var(--tw-bg-opacity));
  }

  .md\:bg-success_green\/0 {
    background-color: rgb(80 131 22 / 0);
  }

  .md\:bg-success_green\/10 {
    background-color: rgb(80 131 22 / 0.1);
  }

  .md\:bg-success_green\/100 {
    background-color: rgb(80 131 22 / 1);
  }

  .md\:bg-success_green\/20 {
    background-color: rgb(80 131 22 / 0.2);
  }

  .md\:bg-success_green\/25 {
    background-color: rgb(80 131 22 / 0.25);
  }

  .md\:bg-success_green\/30 {
    background-color: rgb(80 131 22 / 0.3);
  }

  .md\:bg-success_green\/40 {
    background-color: rgb(80 131 22 / 0.4);
  }

  .md\:bg-success_green\/5 {
    background-color: rgb(80 131 22 / 0.05);
  }

  .md\:bg-success_green\/50 {
    background-color: rgb(80 131 22 / 0.5);
  }

  .md\:bg-success_green\/60 {
    background-color: rgb(80 131 22 / 0.6);
  }

  .md\:bg-success_green\/70 {
    background-color: rgb(80 131 22 / 0.7);
  }

  .md\:bg-success_green\/75 {
    background-color: rgb(80 131 22 / 0.75);
  }

  .md\:bg-success_green\/80 {
    background-color: rgb(80 131 22 / 0.8);
  }

  .md\:bg-success_green\/90 {
    background-color: rgb(80 131 22 / 0.9);
  }

  .md\:bg-success_green\/95 {
    background-color: rgb(80 131 22 / 0.95);
  }

  .md\:bg-teal {
    --tw-bg-opacity: 1;
    background-color: rgb(0 129 159 / var(--tw-bg-opacity));
  }

  .md\:bg-teal\/0 {
    background-color: rgb(0 129 159 / 0);
  }

  .md\:bg-teal\/10 {
    background-color: rgb(0 129 159 / 0.1);
  }

  .md\:bg-teal\/100 {
    background-color: rgb(0 129 159 / 1);
  }

  .md\:bg-teal\/20 {
    background-color: rgb(0 129 159 / 0.2);
  }

  .md\:bg-teal\/25 {
    background-color: rgb(0 129 159 / 0.25);
  }

  .md\:bg-teal\/30 {
    background-color: rgb(0 129 159 / 0.3);
  }

  .md\:bg-teal\/40 {
    background-color: rgb(0 129 159 / 0.4);
  }

  .md\:bg-teal\/5 {
    background-color: rgb(0 129 159 / 0.05);
  }

  .md\:bg-teal\/50 {
    background-color: rgb(0 129 159 / 0.5);
  }

  .md\:bg-teal\/60 {
    background-color: rgb(0 129 159 / 0.6);
  }

  .md\:bg-teal\/70 {
    background-color: rgb(0 129 159 / 0.7);
  }

  .md\:bg-teal\/75 {
    background-color: rgb(0 129 159 / 0.75);
  }

  .md\:bg-teal\/80 {
    background-color: rgb(0 129 159 / 0.8);
  }

  .md\:bg-teal\/90 {
    background-color: rgb(0 129 159 / 0.9);
  }

  .md\:bg-teal\/95 {
    background-color: rgb(0 129 159 / 0.95);
  }

  .md\:bg-teal_dark {
    --tw-bg-opacity: 1;
    background-color: rgb(0 60 77 / var(--tw-bg-opacity));
  }

  .md\:bg-teal_dark\/0 {
    background-color: rgb(0 60 77 / 0);
  }

  .md\:bg-teal_dark\/10 {
    background-color: rgb(0 60 77 / 0.1);
  }

  .md\:bg-teal_dark\/100 {
    background-color: rgb(0 60 77 / 1);
  }

  .md\:bg-teal_dark\/20 {
    background-color: rgb(0 60 77 / 0.2);
  }

  .md\:bg-teal_dark\/25 {
    background-color: rgb(0 60 77 / 0.25);
  }

  .md\:bg-teal_dark\/30 {
    background-color: rgb(0 60 77 / 0.3);
  }

  .md\:bg-teal_dark\/40 {
    background-color: rgb(0 60 77 / 0.4);
  }

  .md\:bg-teal_dark\/5 {
    background-color: rgb(0 60 77 / 0.05);
  }

  .md\:bg-teal_dark\/50 {
    background-color: rgb(0 60 77 / 0.5);
  }

  .md\:bg-teal_dark\/60 {
    background-color: rgb(0 60 77 / 0.6);
  }

  .md\:bg-teal_dark\/70 {
    background-color: rgb(0 60 77 / 0.7);
  }

  .md\:bg-teal_dark\/75 {
    background-color: rgb(0 60 77 / 0.75);
  }

  .md\:bg-teal_dark\/80 {
    background-color: rgb(0 60 77 / 0.8);
  }

  .md\:bg-teal_dark\/90 {
    background-color: rgb(0 60 77 / 0.9);
  }

  .md\:bg-teal_dark\/95 {
    background-color: rgb(0 60 77 / 0.95);
  }

  .md\:bg-teal_extra_light {
    --tw-bg-opacity: 1;
    background-color: rgb(245 251 252 / var(--tw-bg-opacity));
  }

  .md\:bg-teal_extra_light\/0 {
    background-color: rgb(245 251 252 / 0);
  }

  .md\:bg-teal_extra_light\/10 {
    background-color: rgb(245 251 252 / 0.1);
  }

  .md\:bg-teal_extra_light\/100 {
    background-color: rgb(245 251 252 / 1);
  }

  .md\:bg-teal_extra_light\/20 {
    background-color: rgb(245 251 252 / 0.2);
  }

  .md\:bg-teal_extra_light\/25 {
    background-color: rgb(245 251 252 / 0.25);
  }

  .md\:bg-teal_extra_light\/30 {
    background-color: rgb(245 251 252 / 0.3);
  }

  .md\:bg-teal_extra_light\/40 {
    background-color: rgb(245 251 252 / 0.4);
  }

  .md\:bg-teal_extra_light\/5 {
    background-color: rgb(245 251 252 / 0.05);
  }

  .md\:bg-teal_extra_light\/50 {
    background-color: rgb(245 251 252 / 0.5);
  }

  .md\:bg-teal_extra_light\/60 {
    background-color: rgb(245 251 252 / 0.6);
  }

  .md\:bg-teal_extra_light\/70 {
    background-color: rgb(245 251 252 / 0.7);
  }

  .md\:bg-teal_extra_light\/75 {
    background-color: rgb(245 251 252 / 0.75);
  }

  .md\:bg-teal_extra_light\/80 {
    background-color: rgb(245 251 252 / 0.8);
  }

  .md\:bg-teal_extra_light\/90 {
    background-color: rgb(245 251 252 / 0.9);
  }

  .md\:bg-teal_extra_light\/95 {
    background-color: rgb(245 251 252 / 0.95);
  }

  .md\:bg-teal_light {
    --tw-bg-opacity: 1;
    background-color: rgb(116 196 214 / var(--tw-bg-opacity));
  }

  .md\:bg-teal_light\/0 {
    background-color: rgb(116 196 214 / 0);
  }

  .md\:bg-teal_light\/10 {
    background-color: rgb(116 196 214 / 0.1);
  }

  .md\:bg-teal_light\/100 {
    background-color: rgb(116 196 214 / 1);
  }

  .md\:bg-teal_light\/20 {
    background-color: rgb(116 196 214 / 0.2);
  }

  .md\:bg-teal_light\/25 {
    background-color: rgb(116 196 214 / 0.25);
  }

  .md\:bg-teal_light\/30 {
    background-color: rgb(116 196 214 / 0.3);
  }

  .md\:bg-teal_light\/40 {
    background-color: rgb(116 196 214 / 0.4);
  }

  .md\:bg-teal_light\/5 {
    background-color: rgb(116 196 214 / 0.05);
  }

  .md\:bg-teal_light\/50 {
    background-color: rgb(116 196 214 / 0.5);
  }

  .md\:bg-teal_light\/60 {
    background-color: rgb(116 196 214 / 0.6);
  }

  .md\:bg-teal_light\/70 {
    background-color: rgb(116 196 214 / 0.7);
  }

  .md\:bg-teal_light\/75 {
    background-color: rgb(116 196 214 / 0.75);
  }

  .md\:bg-teal_light\/80 {
    background-color: rgb(116 196 214 / 0.8);
  }

  .md\:bg-teal_light\/90 {
    background-color: rgb(116 196 214 / 0.9);
  }

  .md\:bg-teal_light\/95 {
    background-color: rgb(116 196 214 / 0.95);
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .md\:bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .md\:bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .md\:bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .md\:bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .md\:bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .md\:bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .md\:bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .md\:bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .md\:bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .md\:bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .md\:bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .md\:bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .md\:bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .md\:bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .md\:bg-white\/0 {
    background-color: rgb(255 255 255 / 0);
  }

  .md\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .md\:bg-white\/100 {
    background-color: rgb(255 255 255 / 1);
  }

  .md\:bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }

  .md\:bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25);
  }

  .md\:bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
  }

  .md\:bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4);
  }

  .md\:bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
  }

  .md\:bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
  }

  .md\:bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
  }

  .md\:bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
  }

  .md\:bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75);
  }

  .md\:bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
  }

  .md\:bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
  }

  .md\:bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .md\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .md\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .md\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .md\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .md\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .md\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .md\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .md\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .md\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:box-decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .md\:box-decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-clip-border {
    background-clip: border-box;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box;
  }

  .md\:bg-clip-content {
    background-clip: content-box;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-origin-border {
    background-origin: border-box;
  }

  .md\:bg-origin-padding {
    background-origin: padding-box;
  }

  .md\:bg-origin-content {
    background-origin: content-box;
  }

  .md\:fill-black {
    fill: #000000;
  }

  .md\:fill-black\/0 {
    fill: rgb(0 0 0 / 0);
  }

  .md\:fill-black\/10 {
    fill: rgb(0 0 0 / 0.1);
  }

  .md\:fill-black\/100 {
    fill: rgb(0 0 0 / 1);
  }

  .md\:fill-black\/20 {
    fill: rgb(0 0 0 / 0.2);
  }

  .md\:fill-black\/25 {
    fill: rgb(0 0 0 / 0.25);
  }

  .md\:fill-black\/30 {
    fill: rgb(0 0 0 / 0.3);
  }

  .md\:fill-black\/40 {
    fill: rgb(0 0 0 / 0.4);
  }

  .md\:fill-black\/5 {
    fill: rgb(0 0 0 / 0.05);
  }

  .md\:fill-black\/50 {
    fill: rgb(0 0 0 / 0.5);
  }

  .md\:fill-black\/60 {
    fill: rgb(0 0 0 / 0.6);
  }

  .md\:fill-black\/70 {
    fill: rgb(0 0 0 / 0.7);
  }

  .md\:fill-black\/75 {
    fill: rgb(0 0 0 / 0.75);
  }

  .md\:fill-black\/80 {
    fill: rgb(0 0 0 / 0.8);
  }

  .md\:fill-black\/90 {
    fill: rgb(0 0 0 / 0.9);
  }

  .md\:fill-black\/95 {
    fill: rgb(0 0 0 / 0.95);
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:fill-error_red {
    fill: #eb001b;
  }

  .md\:fill-error_red\/0 {
    fill: rgb(235 0 27 / 0);
  }

  .md\:fill-error_red\/10 {
    fill: rgb(235 0 27 / 0.1);
  }

  .md\:fill-error_red\/100 {
    fill: rgb(235 0 27 / 1);
  }

  .md\:fill-error_red\/20 {
    fill: rgb(235 0 27 / 0.2);
  }

  .md\:fill-error_red\/25 {
    fill: rgb(235 0 27 / 0.25);
  }

  .md\:fill-error_red\/30 {
    fill: rgb(235 0 27 / 0.3);
  }

  .md\:fill-error_red\/40 {
    fill: rgb(235 0 27 / 0.4);
  }

  .md\:fill-error_red\/5 {
    fill: rgb(235 0 27 / 0.05);
  }

  .md\:fill-error_red\/50 {
    fill: rgb(235 0 27 / 0.5);
  }

  .md\:fill-error_red\/60 {
    fill: rgb(235 0 27 / 0.6);
  }

  .md\:fill-error_red\/70 {
    fill: rgb(235 0 27 / 0.7);
  }

  .md\:fill-error_red\/75 {
    fill: rgb(235 0 27 / 0.75);
  }

  .md\:fill-error_red\/80 {
    fill: rgb(235 0 27 / 0.8);
  }

  .md\:fill-error_red\/90 {
    fill: rgb(235 0 27 / 0.9);
  }

  .md\:fill-error_red\/95 {
    fill: rgb(235 0 27 / 0.95);
  }

  .md\:fill-gray5 {
    fill: #f2f2f2;
  }

  .md\:fill-gray5\/0 {
    fill: rgb(242 242 242 / 0);
  }

  .md\:fill-gray5\/10 {
    fill: rgb(242 242 242 / 0.1);
  }

  .md\:fill-gray5\/100 {
    fill: rgb(242 242 242 / 1);
  }

  .md\:fill-gray5\/20 {
    fill: rgb(242 242 242 / 0.2);
  }

  .md\:fill-gray5\/25 {
    fill: rgb(242 242 242 / 0.25);
  }

  .md\:fill-gray5\/30 {
    fill: rgb(242 242 242 / 0.3);
  }

  .md\:fill-gray5\/40 {
    fill: rgb(242 242 242 / 0.4);
  }

  .md\:fill-gray5\/5 {
    fill: rgb(242 242 242 / 0.05);
  }

  .md\:fill-gray5\/50 {
    fill: rgb(242 242 242 / 0.5);
  }

  .md\:fill-gray5\/60 {
    fill: rgb(242 242 242 / 0.6);
  }

  .md\:fill-gray5\/70 {
    fill: rgb(242 242 242 / 0.7);
  }

  .md\:fill-gray5\/75 {
    fill: rgb(242 242 242 / 0.75);
  }

  .md\:fill-gray5\/80 {
    fill: rgb(242 242 242 / 0.8);
  }

  .md\:fill-gray5\/90 {
    fill: rgb(242 242 242 / 0.9);
  }

  .md\:fill-gray5\/95 {
    fill: rgb(242 242 242 / 0.95);
  }

  .md\:fill-none {
    fill: none;
  }

  .md\:fill-sh_black {
    fill: #231f20;
  }

  .md\:fill-sh_black\/0 {
    fill: rgb(35 31 32 / 0);
  }

  .md\:fill-sh_black\/10 {
    fill: rgb(35 31 32 / 0.1);
  }

  .md\:fill-sh_black\/100 {
    fill: rgb(35 31 32 / 1);
  }

  .md\:fill-sh_black\/20 {
    fill: rgb(35 31 32 / 0.2);
  }

  .md\:fill-sh_black\/25 {
    fill: rgb(35 31 32 / 0.25);
  }

  .md\:fill-sh_black\/30 {
    fill: rgb(35 31 32 / 0.3);
  }

  .md\:fill-sh_black\/40 {
    fill: rgb(35 31 32 / 0.4);
  }

  .md\:fill-sh_black\/5 {
    fill: rgb(35 31 32 / 0.05);
  }

  .md\:fill-sh_black\/50 {
    fill: rgb(35 31 32 / 0.5);
  }

  .md\:fill-sh_black\/60 {
    fill: rgb(35 31 32 / 0.6);
  }

  .md\:fill-sh_black\/70 {
    fill: rgb(35 31 32 / 0.7);
  }

  .md\:fill-sh_black\/75 {
    fill: rgb(35 31 32 / 0.75);
  }

  .md\:fill-sh_black\/80 {
    fill: rgb(35 31 32 / 0.8);
  }

  .md\:fill-sh_black\/90 {
    fill: rgb(35 31 32 / 0.9);
  }

  .md\:fill-sh_black\/95 {
    fill: rgb(35 31 32 / 0.95);
  }

  .md\:fill-success_green {
    fill: #508316;
  }

  .md\:fill-success_green\/0 {
    fill: rgb(80 131 22 / 0);
  }

  .md\:fill-success_green\/10 {
    fill: rgb(80 131 22 / 0.1);
  }

  .md\:fill-success_green\/100 {
    fill: rgb(80 131 22 / 1);
  }

  .md\:fill-success_green\/20 {
    fill: rgb(80 131 22 / 0.2);
  }

  .md\:fill-success_green\/25 {
    fill: rgb(80 131 22 / 0.25);
  }

  .md\:fill-success_green\/30 {
    fill: rgb(80 131 22 / 0.3);
  }

  .md\:fill-success_green\/40 {
    fill: rgb(80 131 22 / 0.4);
  }

  .md\:fill-success_green\/5 {
    fill: rgb(80 131 22 / 0.05);
  }

  .md\:fill-success_green\/50 {
    fill: rgb(80 131 22 / 0.5);
  }

  .md\:fill-success_green\/60 {
    fill: rgb(80 131 22 / 0.6);
  }

  .md\:fill-success_green\/70 {
    fill: rgb(80 131 22 / 0.7);
  }

  .md\:fill-success_green\/75 {
    fill: rgb(80 131 22 / 0.75);
  }

  .md\:fill-success_green\/80 {
    fill: rgb(80 131 22 / 0.8);
  }

  .md\:fill-success_green\/90 {
    fill: rgb(80 131 22 / 0.9);
  }

  .md\:fill-success_green\/95 {
    fill: rgb(80 131 22 / 0.95);
  }

  .md\:fill-teal {
    fill: #00819f;
  }

  .md\:fill-teal\/0 {
    fill: rgb(0 129 159 / 0);
  }

  .md\:fill-teal\/10 {
    fill: rgb(0 129 159 / 0.1);
  }

  .md\:fill-teal\/100 {
    fill: rgb(0 129 159 / 1);
  }

  .md\:fill-teal\/20 {
    fill: rgb(0 129 159 / 0.2);
  }

  .md\:fill-teal\/25 {
    fill: rgb(0 129 159 / 0.25);
  }

  .md\:fill-teal\/30 {
    fill: rgb(0 129 159 / 0.3);
  }

  .md\:fill-teal\/40 {
    fill: rgb(0 129 159 / 0.4);
  }

  .md\:fill-teal\/5 {
    fill: rgb(0 129 159 / 0.05);
  }

  .md\:fill-teal\/50 {
    fill: rgb(0 129 159 / 0.5);
  }

  .md\:fill-teal\/60 {
    fill: rgb(0 129 159 / 0.6);
  }

  .md\:fill-teal\/70 {
    fill: rgb(0 129 159 / 0.7);
  }

  .md\:fill-teal\/75 {
    fill: rgb(0 129 159 / 0.75);
  }

  .md\:fill-teal\/80 {
    fill: rgb(0 129 159 / 0.8);
  }

  .md\:fill-teal\/90 {
    fill: rgb(0 129 159 / 0.9);
  }

  .md\:fill-teal\/95 {
    fill: rgb(0 129 159 / 0.95);
  }

  .md\:fill-teal_dark {
    fill: #003C4D;
  }

  .md\:fill-teal_dark\/0 {
    fill: rgb(0 60 77 / 0);
  }

  .md\:fill-teal_dark\/10 {
    fill: rgb(0 60 77 / 0.1);
  }

  .md\:fill-teal_dark\/100 {
    fill: rgb(0 60 77 / 1);
  }

  .md\:fill-teal_dark\/20 {
    fill: rgb(0 60 77 / 0.2);
  }

  .md\:fill-teal_dark\/25 {
    fill: rgb(0 60 77 / 0.25);
  }

  .md\:fill-teal_dark\/30 {
    fill: rgb(0 60 77 / 0.3);
  }

  .md\:fill-teal_dark\/40 {
    fill: rgb(0 60 77 / 0.4);
  }

  .md\:fill-teal_dark\/5 {
    fill: rgb(0 60 77 / 0.05);
  }

  .md\:fill-teal_dark\/50 {
    fill: rgb(0 60 77 / 0.5);
  }

  .md\:fill-teal_dark\/60 {
    fill: rgb(0 60 77 / 0.6);
  }

  .md\:fill-teal_dark\/70 {
    fill: rgb(0 60 77 / 0.7);
  }

  .md\:fill-teal_dark\/75 {
    fill: rgb(0 60 77 / 0.75);
  }

  .md\:fill-teal_dark\/80 {
    fill: rgb(0 60 77 / 0.8);
  }

  .md\:fill-teal_dark\/90 {
    fill: rgb(0 60 77 / 0.9);
  }

  .md\:fill-teal_dark\/95 {
    fill: rgb(0 60 77 / 0.95);
  }

  .md\:fill-teal_extra_light {
    fill: #f5fbfc;
  }

  .md\:fill-teal_extra_light\/0 {
    fill: rgb(245 251 252 / 0);
  }

  .md\:fill-teal_extra_light\/10 {
    fill: rgb(245 251 252 / 0.1);
  }

  .md\:fill-teal_extra_light\/100 {
    fill: rgb(245 251 252 / 1);
  }

  .md\:fill-teal_extra_light\/20 {
    fill: rgb(245 251 252 / 0.2);
  }

  .md\:fill-teal_extra_light\/25 {
    fill: rgb(245 251 252 / 0.25);
  }

  .md\:fill-teal_extra_light\/30 {
    fill: rgb(245 251 252 / 0.3);
  }

  .md\:fill-teal_extra_light\/40 {
    fill: rgb(245 251 252 / 0.4);
  }

  .md\:fill-teal_extra_light\/5 {
    fill: rgb(245 251 252 / 0.05);
  }

  .md\:fill-teal_extra_light\/50 {
    fill: rgb(245 251 252 / 0.5);
  }

  .md\:fill-teal_extra_light\/60 {
    fill: rgb(245 251 252 / 0.6);
  }

  .md\:fill-teal_extra_light\/70 {
    fill: rgb(245 251 252 / 0.7);
  }

  .md\:fill-teal_extra_light\/75 {
    fill: rgb(245 251 252 / 0.75);
  }

  .md\:fill-teal_extra_light\/80 {
    fill: rgb(245 251 252 / 0.8);
  }

  .md\:fill-teal_extra_light\/90 {
    fill: rgb(245 251 252 / 0.9);
  }

  .md\:fill-teal_extra_light\/95 {
    fill: rgb(245 251 252 / 0.95);
  }

  .md\:fill-teal_light {
    fill: #74c4d6;
  }

  .md\:fill-teal_light\/0 {
    fill: rgb(116 196 214 / 0);
  }

  .md\:fill-teal_light\/10 {
    fill: rgb(116 196 214 / 0.1);
  }

  .md\:fill-teal_light\/100 {
    fill: rgb(116 196 214 / 1);
  }

  .md\:fill-teal_light\/20 {
    fill: rgb(116 196 214 / 0.2);
  }

  .md\:fill-teal_light\/25 {
    fill: rgb(116 196 214 / 0.25);
  }

  .md\:fill-teal_light\/30 {
    fill: rgb(116 196 214 / 0.3);
  }

  .md\:fill-teal_light\/40 {
    fill: rgb(116 196 214 / 0.4);
  }

  .md\:fill-teal_light\/5 {
    fill: rgb(116 196 214 / 0.05);
  }

  .md\:fill-teal_light\/50 {
    fill: rgb(116 196 214 / 0.5);
  }

  .md\:fill-teal_light\/60 {
    fill: rgb(116 196 214 / 0.6);
  }

  .md\:fill-teal_light\/70 {
    fill: rgb(116 196 214 / 0.7);
  }

  .md\:fill-teal_light\/75 {
    fill: rgb(116 196 214 / 0.75);
  }

  .md\:fill-teal_light\/80 {
    fill: rgb(116 196 214 / 0.8);
  }

  .md\:fill-teal_light\/90 {
    fill: rgb(116 196 214 / 0.9);
  }

  .md\:fill-teal_light\/95 {
    fill: rgb(116 196 214 / 0.95);
  }

  .md\:fill-transparent {
    fill: transparent;
  }

  .md\:fill-transparent\/0 {
    fill: rgb(0 0 0 / 0);
  }

  .md\:fill-transparent\/10 {
    fill: rgb(0 0 0 / 0.1);
  }

  .md\:fill-transparent\/100 {
    fill: rgb(0 0 0 / 1);
  }

  .md\:fill-transparent\/20 {
    fill: rgb(0 0 0 / 0.2);
  }

  .md\:fill-transparent\/25 {
    fill: rgb(0 0 0 / 0.25);
  }

  .md\:fill-transparent\/30 {
    fill: rgb(0 0 0 / 0.3);
  }

  .md\:fill-transparent\/40 {
    fill: rgb(0 0 0 / 0.4);
  }

  .md\:fill-transparent\/5 {
    fill: rgb(0 0 0 / 0.05);
  }

  .md\:fill-transparent\/50 {
    fill: rgb(0 0 0 / 0.5);
  }

  .md\:fill-transparent\/60 {
    fill: rgb(0 0 0 / 0.6);
  }

  .md\:fill-transparent\/70 {
    fill: rgb(0 0 0 / 0.7);
  }

  .md\:fill-transparent\/75 {
    fill: rgb(0 0 0 / 0.75);
  }

  .md\:fill-transparent\/80 {
    fill: rgb(0 0 0 / 0.8);
  }

  .md\:fill-transparent\/90 {
    fill: rgb(0 0 0 / 0.9);
  }

  .md\:fill-transparent\/95 {
    fill: rgb(0 0 0 / 0.95);
  }

  .md\:fill-white {
    fill: #ffffff;
  }

  .md\:fill-white\/0 {
    fill: rgb(255 255 255 / 0);
  }

  .md\:fill-white\/10 {
    fill: rgb(255 255 255 / 0.1);
  }

  .md\:fill-white\/100 {
    fill: rgb(255 255 255 / 1);
  }

  .md\:fill-white\/20 {
    fill: rgb(255 255 255 / 0.2);
  }

  .md\:fill-white\/25 {
    fill: rgb(255 255 255 / 0.25);
  }

  .md\:fill-white\/30 {
    fill: rgb(255 255 255 / 0.3);
  }

  .md\:fill-white\/40 {
    fill: rgb(255 255 255 / 0.4);
  }

  .md\:fill-white\/5 {
    fill: rgb(255 255 255 / 0.05);
  }

  .md\:fill-white\/50 {
    fill: rgb(255 255 255 / 0.5);
  }

  .md\:fill-white\/60 {
    fill: rgb(255 255 255 / 0.6);
  }

  .md\:fill-white\/70 {
    fill: rgb(255 255 255 / 0.7);
  }

  .md\:fill-white\/75 {
    fill: rgb(255 255 255 / 0.75);
  }

  .md\:fill-white\/80 {
    fill: rgb(255 255 255 / 0.8);
  }

  .md\:fill-white\/90 {
    fill: rgb(255 255 255 / 0.9);
  }

  .md\:fill-white\/95 {
    fill: rgb(255 255 255 / 0.95);
  }

  .md\:stroke-black {
    stroke: #000000;
  }

  .md\:stroke-black\/0 {
    stroke: rgb(0 0 0 / 0);
  }

  .md\:stroke-black\/10 {
    stroke: rgb(0 0 0 / 0.1);
  }

  .md\:stroke-black\/100 {
    stroke: rgb(0 0 0 / 1);
  }

  .md\:stroke-black\/20 {
    stroke: rgb(0 0 0 / 0.2);
  }

  .md\:stroke-black\/25 {
    stroke: rgb(0 0 0 / 0.25);
  }

  .md\:stroke-black\/30 {
    stroke: rgb(0 0 0 / 0.3);
  }

  .md\:stroke-black\/40 {
    stroke: rgb(0 0 0 / 0.4);
  }

  .md\:stroke-black\/5 {
    stroke: rgb(0 0 0 / 0.05);
  }

  .md\:stroke-black\/50 {
    stroke: rgb(0 0 0 / 0.5);
  }

  .md\:stroke-black\/60 {
    stroke: rgb(0 0 0 / 0.6);
  }

  .md\:stroke-black\/70 {
    stroke: rgb(0 0 0 / 0.7);
  }

  .md\:stroke-black\/75 {
    stroke: rgb(0 0 0 / 0.75);
  }

  .md\:stroke-black\/80 {
    stroke: rgb(0 0 0 / 0.8);
  }

  .md\:stroke-black\/90 {
    stroke: rgb(0 0 0 / 0.9);
  }

  .md\:stroke-black\/95 {
    stroke: rgb(0 0 0 / 0.95);
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:stroke-error_red {
    stroke: #eb001b;
  }

  .md\:stroke-error_red\/0 {
    stroke: rgb(235 0 27 / 0);
  }

  .md\:stroke-error_red\/10 {
    stroke: rgb(235 0 27 / 0.1);
  }

  .md\:stroke-error_red\/100 {
    stroke: rgb(235 0 27 / 1);
  }

  .md\:stroke-error_red\/20 {
    stroke: rgb(235 0 27 / 0.2);
  }

  .md\:stroke-error_red\/25 {
    stroke: rgb(235 0 27 / 0.25);
  }

  .md\:stroke-error_red\/30 {
    stroke: rgb(235 0 27 / 0.3);
  }

  .md\:stroke-error_red\/40 {
    stroke: rgb(235 0 27 / 0.4);
  }

  .md\:stroke-error_red\/5 {
    stroke: rgb(235 0 27 / 0.05);
  }

  .md\:stroke-error_red\/50 {
    stroke: rgb(235 0 27 / 0.5);
  }

  .md\:stroke-error_red\/60 {
    stroke: rgb(235 0 27 / 0.6);
  }

  .md\:stroke-error_red\/70 {
    stroke: rgb(235 0 27 / 0.7);
  }

  .md\:stroke-error_red\/75 {
    stroke: rgb(235 0 27 / 0.75);
  }

  .md\:stroke-error_red\/80 {
    stroke: rgb(235 0 27 / 0.8);
  }

  .md\:stroke-error_red\/90 {
    stroke: rgb(235 0 27 / 0.9);
  }

  .md\:stroke-error_red\/95 {
    stroke: rgb(235 0 27 / 0.95);
  }

  .md\:stroke-gray5 {
    stroke: #f2f2f2;
  }

  .md\:stroke-gray5\/0 {
    stroke: rgb(242 242 242 / 0);
  }

  .md\:stroke-gray5\/10 {
    stroke: rgb(242 242 242 / 0.1);
  }

  .md\:stroke-gray5\/100 {
    stroke: rgb(242 242 242 / 1);
  }

  .md\:stroke-gray5\/20 {
    stroke: rgb(242 242 242 / 0.2);
  }

  .md\:stroke-gray5\/25 {
    stroke: rgb(242 242 242 / 0.25);
  }

  .md\:stroke-gray5\/30 {
    stroke: rgb(242 242 242 / 0.3);
  }

  .md\:stroke-gray5\/40 {
    stroke: rgb(242 242 242 / 0.4);
  }

  .md\:stroke-gray5\/5 {
    stroke: rgb(242 242 242 / 0.05);
  }

  .md\:stroke-gray5\/50 {
    stroke: rgb(242 242 242 / 0.5);
  }

  .md\:stroke-gray5\/60 {
    stroke: rgb(242 242 242 / 0.6);
  }

  .md\:stroke-gray5\/70 {
    stroke: rgb(242 242 242 / 0.7);
  }

  .md\:stroke-gray5\/75 {
    stroke: rgb(242 242 242 / 0.75);
  }

  .md\:stroke-gray5\/80 {
    stroke: rgb(242 242 242 / 0.8);
  }

  .md\:stroke-gray5\/90 {
    stroke: rgb(242 242 242 / 0.9);
  }

  .md\:stroke-gray5\/95 {
    stroke: rgb(242 242 242 / 0.95);
  }

  .md\:stroke-none {
    stroke: none;
  }

  .md\:stroke-sh_black {
    stroke: #231f20;
  }

  .md\:stroke-sh_black\/0 {
    stroke: rgb(35 31 32 / 0);
  }

  .md\:stroke-sh_black\/10 {
    stroke: rgb(35 31 32 / 0.1);
  }

  .md\:stroke-sh_black\/100 {
    stroke: rgb(35 31 32 / 1);
  }

  .md\:stroke-sh_black\/20 {
    stroke: rgb(35 31 32 / 0.2);
  }

  .md\:stroke-sh_black\/25 {
    stroke: rgb(35 31 32 / 0.25);
  }

  .md\:stroke-sh_black\/30 {
    stroke: rgb(35 31 32 / 0.3);
  }

  .md\:stroke-sh_black\/40 {
    stroke: rgb(35 31 32 / 0.4);
  }

  .md\:stroke-sh_black\/5 {
    stroke: rgb(35 31 32 / 0.05);
  }

  .md\:stroke-sh_black\/50 {
    stroke: rgb(35 31 32 / 0.5);
  }

  .md\:stroke-sh_black\/60 {
    stroke: rgb(35 31 32 / 0.6);
  }

  .md\:stroke-sh_black\/70 {
    stroke: rgb(35 31 32 / 0.7);
  }

  .md\:stroke-sh_black\/75 {
    stroke: rgb(35 31 32 / 0.75);
  }

  .md\:stroke-sh_black\/80 {
    stroke: rgb(35 31 32 / 0.8);
  }

  .md\:stroke-sh_black\/90 {
    stroke: rgb(35 31 32 / 0.9);
  }

  .md\:stroke-sh_black\/95 {
    stroke: rgb(35 31 32 / 0.95);
  }

  .md\:stroke-success_green {
    stroke: #508316;
  }

  .md\:stroke-success_green\/0 {
    stroke: rgb(80 131 22 / 0);
  }

  .md\:stroke-success_green\/10 {
    stroke: rgb(80 131 22 / 0.1);
  }

  .md\:stroke-success_green\/100 {
    stroke: rgb(80 131 22 / 1);
  }

  .md\:stroke-success_green\/20 {
    stroke: rgb(80 131 22 / 0.2);
  }

  .md\:stroke-success_green\/25 {
    stroke: rgb(80 131 22 / 0.25);
  }

  .md\:stroke-success_green\/30 {
    stroke: rgb(80 131 22 / 0.3);
  }

  .md\:stroke-success_green\/40 {
    stroke: rgb(80 131 22 / 0.4);
  }

  .md\:stroke-success_green\/5 {
    stroke: rgb(80 131 22 / 0.05);
  }

  .md\:stroke-success_green\/50 {
    stroke: rgb(80 131 22 / 0.5);
  }

  .md\:stroke-success_green\/60 {
    stroke: rgb(80 131 22 / 0.6);
  }

  .md\:stroke-success_green\/70 {
    stroke: rgb(80 131 22 / 0.7);
  }

  .md\:stroke-success_green\/75 {
    stroke: rgb(80 131 22 / 0.75);
  }

  .md\:stroke-success_green\/80 {
    stroke: rgb(80 131 22 / 0.8);
  }

  .md\:stroke-success_green\/90 {
    stroke: rgb(80 131 22 / 0.9);
  }

  .md\:stroke-success_green\/95 {
    stroke: rgb(80 131 22 / 0.95);
  }

  .md\:stroke-teal {
    stroke: #00819f;
  }

  .md\:stroke-teal\/0 {
    stroke: rgb(0 129 159 / 0);
  }

  .md\:stroke-teal\/10 {
    stroke: rgb(0 129 159 / 0.1);
  }

  .md\:stroke-teal\/100 {
    stroke: rgb(0 129 159 / 1);
  }

  .md\:stroke-teal\/20 {
    stroke: rgb(0 129 159 / 0.2);
  }

  .md\:stroke-teal\/25 {
    stroke: rgb(0 129 159 / 0.25);
  }

  .md\:stroke-teal\/30 {
    stroke: rgb(0 129 159 / 0.3);
  }

  .md\:stroke-teal\/40 {
    stroke: rgb(0 129 159 / 0.4);
  }

  .md\:stroke-teal\/5 {
    stroke: rgb(0 129 159 / 0.05);
  }

  .md\:stroke-teal\/50 {
    stroke: rgb(0 129 159 / 0.5);
  }

  .md\:stroke-teal\/60 {
    stroke: rgb(0 129 159 / 0.6);
  }

  .md\:stroke-teal\/70 {
    stroke: rgb(0 129 159 / 0.7);
  }

  .md\:stroke-teal\/75 {
    stroke: rgb(0 129 159 / 0.75);
  }

  .md\:stroke-teal\/80 {
    stroke: rgb(0 129 159 / 0.8);
  }

  .md\:stroke-teal\/90 {
    stroke: rgb(0 129 159 / 0.9);
  }

  .md\:stroke-teal\/95 {
    stroke: rgb(0 129 159 / 0.95);
  }

  .md\:stroke-teal_dark {
    stroke: #003C4D;
  }

  .md\:stroke-teal_dark\/0 {
    stroke: rgb(0 60 77 / 0);
  }

  .md\:stroke-teal_dark\/10 {
    stroke: rgb(0 60 77 / 0.1);
  }

  .md\:stroke-teal_dark\/100 {
    stroke: rgb(0 60 77 / 1);
  }

  .md\:stroke-teal_dark\/20 {
    stroke: rgb(0 60 77 / 0.2);
  }

  .md\:stroke-teal_dark\/25 {
    stroke: rgb(0 60 77 / 0.25);
  }

  .md\:stroke-teal_dark\/30 {
    stroke: rgb(0 60 77 / 0.3);
  }

  .md\:stroke-teal_dark\/40 {
    stroke: rgb(0 60 77 / 0.4);
  }

  .md\:stroke-teal_dark\/5 {
    stroke: rgb(0 60 77 / 0.05);
  }

  .md\:stroke-teal_dark\/50 {
    stroke: rgb(0 60 77 / 0.5);
  }

  .md\:stroke-teal_dark\/60 {
    stroke: rgb(0 60 77 / 0.6);
  }

  .md\:stroke-teal_dark\/70 {
    stroke: rgb(0 60 77 / 0.7);
  }

  .md\:stroke-teal_dark\/75 {
    stroke: rgb(0 60 77 / 0.75);
  }

  .md\:stroke-teal_dark\/80 {
    stroke: rgb(0 60 77 / 0.8);
  }

  .md\:stroke-teal_dark\/90 {
    stroke: rgb(0 60 77 / 0.9);
  }

  .md\:stroke-teal_dark\/95 {
    stroke: rgb(0 60 77 / 0.95);
  }

  .md\:stroke-teal_extra_light {
    stroke: #f5fbfc;
  }

  .md\:stroke-teal_extra_light\/0 {
    stroke: rgb(245 251 252 / 0);
  }

  .md\:stroke-teal_extra_light\/10 {
    stroke: rgb(245 251 252 / 0.1);
  }

  .md\:stroke-teal_extra_light\/100 {
    stroke: rgb(245 251 252 / 1);
  }

  .md\:stroke-teal_extra_light\/20 {
    stroke: rgb(245 251 252 / 0.2);
  }

  .md\:stroke-teal_extra_light\/25 {
    stroke: rgb(245 251 252 / 0.25);
  }

  .md\:stroke-teal_extra_light\/30 {
    stroke: rgb(245 251 252 / 0.3);
  }

  .md\:stroke-teal_extra_light\/40 {
    stroke: rgb(245 251 252 / 0.4);
  }

  .md\:stroke-teal_extra_light\/5 {
    stroke: rgb(245 251 252 / 0.05);
  }

  .md\:stroke-teal_extra_light\/50 {
    stroke: rgb(245 251 252 / 0.5);
  }

  .md\:stroke-teal_extra_light\/60 {
    stroke: rgb(245 251 252 / 0.6);
  }

  .md\:stroke-teal_extra_light\/70 {
    stroke: rgb(245 251 252 / 0.7);
  }

  .md\:stroke-teal_extra_light\/75 {
    stroke: rgb(245 251 252 / 0.75);
  }

  .md\:stroke-teal_extra_light\/80 {
    stroke: rgb(245 251 252 / 0.8);
  }

  .md\:stroke-teal_extra_light\/90 {
    stroke: rgb(245 251 252 / 0.9);
  }

  .md\:stroke-teal_extra_light\/95 {
    stroke: rgb(245 251 252 / 0.95);
  }

  .md\:stroke-teal_light {
    stroke: #74c4d6;
  }

  .md\:stroke-teal_light\/0 {
    stroke: rgb(116 196 214 / 0);
  }

  .md\:stroke-teal_light\/10 {
    stroke: rgb(116 196 214 / 0.1);
  }

  .md\:stroke-teal_light\/100 {
    stroke: rgb(116 196 214 / 1);
  }

  .md\:stroke-teal_light\/20 {
    stroke: rgb(116 196 214 / 0.2);
  }

  .md\:stroke-teal_light\/25 {
    stroke: rgb(116 196 214 / 0.25);
  }

  .md\:stroke-teal_light\/30 {
    stroke: rgb(116 196 214 / 0.3);
  }

  .md\:stroke-teal_light\/40 {
    stroke: rgb(116 196 214 / 0.4);
  }

  .md\:stroke-teal_light\/5 {
    stroke: rgb(116 196 214 / 0.05);
  }

  .md\:stroke-teal_light\/50 {
    stroke: rgb(116 196 214 / 0.5);
  }

  .md\:stroke-teal_light\/60 {
    stroke: rgb(116 196 214 / 0.6);
  }

  .md\:stroke-teal_light\/70 {
    stroke: rgb(116 196 214 / 0.7);
  }

  .md\:stroke-teal_light\/75 {
    stroke: rgb(116 196 214 / 0.75);
  }

  .md\:stroke-teal_light\/80 {
    stroke: rgb(116 196 214 / 0.8);
  }

  .md\:stroke-teal_light\/90 {
    stroke: rgb(116 196 214 / 0.9);
  }

  .md\:stroke-teal_light\/95 {
    stroke: rgb(116 196 214 / 0.95);
  }

  .md\:stroke-transparent {
    stroke: transparent;
  }

  .md\:stroke-transparent\/0 {
    stroke: rgb(0 0 0 / 0);
  }

  .md\:stroke-transparent\/10 {
    stroke: rgb(0 0 0 / 0.1);
  }

  .md\:stroke-transparent\/100 {
    stroke: rgb(0 0 0 / 1);
  }

  .md\:stroke-transparent\/20 {
    stroke: rgb(0 0 0 / 0.2);
  }

  .md\:stroke-transparent\/25 {
    stroke: rgb(0 0 0 / 0.25);
  }

  .md\:stroke-transparent\/30 {
    stroke: rgb(0 0 0 / 0.3);
  }

  .md\:stroke-transparent\/40 {
    stroke: rgb(0 0 0 / 0.4);
  }

  .md\:stroke-transparent\/5 {
    stroke: rgb(0 0 0 / 0.05);
  }

  .md\:stroke-transparent\/50 {
    stroke: rgb(0 0 0 / 0.5);
  }

  .md\:stroke-transparent\/60 {
    stroke: rgb(0 0 0 / 0.6);
  }

  .md\:stroke-transparent\/70 {
    stroke: rgb(0 0 0 / 0.7);
  }

  .md\:stroke-transparent\/75 {
    stroke: rgb(0 0 0 / 0.75);
  }

  .md\:stroke-transparent\/80 {
    stroke: rgb(0 0 0 / 0.8);
  }

  .md\:stroke-transparent\/90 {
    stroke: rgb(0 0 0 / 0.9);
  }

  .md\:stroke-transparent\/95 {
    stroke: rgb(0 0 0 / 0.95);
  }

  .md\:stroke-white {
    stroke: #ffffff;
  }

  .md\:stroke-white\/0 {
    stroke: rgb(255 255 255 / 0);
  }

  .md\:stroke-white\/10 {
    stroke: rgb(255 255 255 / 0.1);
  }

  .md\:stroke-white\/100 {
    stroke: rgb(255 255 255 / 1);
  }

  .md\:stroke-white\/20 {
    stroke: rgb(255 255 255 / 0.2);
  }

  .md\:stroke-white\/25 {
    stroke: rgb(255 255 255 / 0.25);
  }

  .md\:stroke-white\/30 {
    stroke: rgb(255 255 255 / 0.3);
  }

  .md\:stroke-white\/40 {
    stroke: rgb(255 255 255 / 0.4);
  }

  .md\:stroke-white\/5 {
    stroke: rgb(255 255 255 / 0.05);
  }

  .md\:stroke-white\/50 {
    stroke: rgb(255 255 255 / 0.5);
  }

  .md\:stroke-white\/60 {
    stroke: rgb(255 255 255 / 0.6);
  }

  .md\:stroke-white\/70 {
    stroke: rgb(255 255 255 / 0.7);
  }

  .md\:stroke-white\/75 {
    stroke: rgb(255 255 255 / 0.75);
  }

  .md\:stroke-white\/80 {
    stroke: rgb(255 255 255 / 0.8);
  }

  .md\:stroke-white\/90 {
    stroke: rgb(255 255 255 / 0.9);
  }

  .md\:stroke-white\/95 {
    stroke: rgb(255 255 255 / 0.95);
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-1 {
    padding: 1px;
  }

  .md\:p-10 {
    padding: 0.625rem;
  }

  .md\:p-100 {
    padding: 6.250rem;
  }

  .md\:p-12 {
    padding: 0.750rem;
  }

  .md\:p-14 {
    padding: 0.875rem;
  }

  .md\:p-150 {
    padding: 9.375rem;
  }

  .md\:p-16 {
    padding: 1.000rem;
  }

  .md\:p-18 {
    padding: 1.125rem;
  }

  .md\:p-2 {
    padding: 0.125rem;
  }

  .md\:p-20 {
    padding: 1.250rem;
  }

  .md\:p-200 {
    padding: 12.5rem;
  }

  .md\:p-22 {
    padding: 1.375rem;
  }

  .md\:p-24 {
    padding: 1.500rem;
  }

  .md\:p-250 {
    padding: 15.625rem;
  }

  .md\:p-26 {
    padding: 1.625rem;
  }

  .md\:p-28 {
    padding: 1.75rem;
  }

  .md\:p-3 {
    padding: 0.188rem;
  }

  .md\:p-30 {
    padding: 1.875rem;
  }

  .md\:p-300 {
    padding: 18.75rem;
  }

  .md\:p-32 {
    padding: 2rem;
  }

  .md\:p-34 {
    padding: 2.125rem;
  }

  .md\:p-36 {
    padding: 2.25rem;
  }

  .md\:p-38 {
    padding: 2.375rem;
  }

  .md\:p-4 {
    padding: 0.250rem;
  }

  .md\:p-40 {
    padding: 2.500rem;
  }

  .md\:p-50 {
    padding: 3.125rem;
  }

  .md\:p-6 {
    padding: 0.375rem;
  }

  .md\:p-60 {
    padding: 3.750rem;
  }

  .md\:p-70 {
    padding: 4.375rem;
  }

  .md\:p-8 {
    padding: 0.500rem;
  }

  .md\:p-80 {
    padding: 5.000rem;
  }

  .md\:p-90 {
    padding: 5.625rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-100 {
    padding-left: 6.250rem;
    padding-right: 6.250rem;
  }

  .md\:px-12 {
    padding-left: 0.750rem;
    padding-right: 0.750rem;
  }

  .md\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:px-150 {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .md\:px-16 {
    padding-left: 1.000rem;
    padding-right: 1.000rem;
  }

  .md\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .md\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:px-20 {
    padding-left: 1.250rem;
    padding-right: 1.250rem;
  }

  .md\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .md\:px-22 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .md\:px-24 {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
  }

  .md\:px-250 {
    padding-left: 15.625rem;
    padding-right: 15.625rem;
  }

  .md\:px-26 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .md\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-3 {
    padding-left: 0.188rem;
    padding-right: 0.188rem;
  }

  .md\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:px-300 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .md\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-34 {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .md\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-38 {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .md\:px-4 {
    padding-left: 0.250rem;
    padding-right: 0.250rem;
  }

  .md\:px-40 {
    padding-left: 2.500rem;
    padding-right: 2.500rem;
  }

  .md\:px-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .md\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:px-60 {
    padding-left: 3.750rem;
    padding-right: 3.750rem;
  }

  .md\:px-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .md\:px-8 {
    padding-left: 0.500rem;
    padding-right: 0.500rem;
  }

  .md\:px-80 {
    padding-left: 5.000rem;
    padding-right: 5.000rem;
  }

  .md\:px-90 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-100 {
    padding-top: 6.250rem;
    padding-bottom: 6.250rem;
  }

  .md\:py-12 {
    padding-top: 0.750rem;
    padding-bottom: 0.750rem;
  }

  .md\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-150 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .md\:py-16 {
    padding-top: 1.000rem;
    padding-bottom: 1.000rem;
  }

  .md\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .md\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:py-20 {
    padding-top: 1.250rem;
    padding-bottom: 1.250rem;
  }

  .md\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .md\:py-22 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .md\:py-24 {
    padding-top: 1.500rem;
    padding-bottom: 1.500rem;
  }

  .md\:py-250 {
    padding-top: 15.625rem;
    padding-bottom: 15.625rem;
  }

  .md\:py-26 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .md\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-3 {
    padding-top: 0.188rem;
    padding-bottom: 0.188rem;
  }

  .md\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:py-300 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .md\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-34 {
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .md\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-38 {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .md\:py-4 {
    padding-top: 0.250rem;
    padding-bottom: 0.250rem;
  }

  .md\:py-40 {
    padding-top: 2.500rem;
    padding-bottom: 2.500rem;
  }

  .md\:py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-60 {
    padding-top: 3.750rem;
    padding-bottom: 3.750rem;
  }

  .md\:py-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .md\:py-8 {
    padding-top: 0.500rem;
    padding-bottom: 0.500rem;
  }

  .md\:py-80 {
    padding-top: 5.000rem;
    padding-bottom: 5.000rem;
  }

  .md\:py-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-1 {
    padding-bottom: 1px;
  }

  .md\:pb-10 {
    padding-bottom: 0.625rem;
  }

  .md\:pb-100 {
    padding-bottom: 6.250rem;
  }

  .md\:pb-12 {
    padding-bottom: 0.750rem;
  }

  .md\:pb-14 {
    padding-bottom: 0.875rem;
  }

  .md\:pb-150 {
    padding-bottom: 9.375rem;
  }

  .md\:pb-16 {
    padding-bottom: 1.000rem;
  }

  .md\:pb-18 {
    padding-bottom: 1.125rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.125rem;
  }

  .md\:pb-20 {
    padding-bottom: 1.250rem;
  }

  .md\:pb-200 {
    padding-bottom: 12.5rem;
  }

  .md\:pb-22 {
    padding-bottom: 1.375rem;
  }

  .md\:pb-24 {
    padding-bottom: 1.500rem;
  }

  .md\:pb-250 {
    padding-bottom: 15.625rem;
  }

  .md\:pb-26 {
    padding-bottom: 1.625rem;
  }

  .md\:pb-28 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.188rem;
  }

  .md\:pb-30 {
    padding-bottom: 1.875rem;
  }

  .md\:pb-300 {
    padding-bottom: 18.75rem;
  }

  .md\:pb-32 {
    padding-bottom: 2rem;
  }

  .md\:pb-34 {
    padding-bottom: 2.125rem;
  }

  .md\:pb-36 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-38 {
    padding-bottom: 2.375rem;
  }

  .md\:pb-4 {
    padding-bottom: 0.250rem;
  }

  .md\:pb-40 {
    padding-bottom: 2.500rem;
  }

  .md\:pb-50 {
    padding-bottom: 3.125rem;
  }

  .md\:pb-6 {
    padding-bottom: 0.375rem;
  }

  .md\:pb-60 {
    padding-bottom: 3.750rem;
  }

  .md\:pb-70 {
    padding-bottom: 4.375rem;
  }

  .md\:pb-8 {
    padding-bottom: 0.500rem;
  }

  .md\:pb-80 {
    padding-bottom: 5.000rem;
  }

  .md\:pb-90 {
    padding-bottom: 5.625rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-1 {
    padding-left: 1px;
  }

  .md\:pl-10 {
    padding-left: 0.625rem;
  }

  .md\:pl-100 {
    padding-left: 6.250rem;
  }

  .md\:pl-12 {
    padding-left: 0.750rem;
  }

  .md\:pl-14 {
    padding-left: 0.875rem;
  }

  .md\:pl-150 {
    padding-left: 9.375rem;
  }

  .md\:pl-16 {
    padding-left: 1.000rem;
  }

  .md\:pl-18 {
    padding-left: 1.125rem;
  }

  .md\:pl-2 {
    padding-left: 0.125rem;
  }

  .md\:pl-20 {
    padding-left: 1.250rem;
  }

  .md\:pl-200 {
    padding-left: 12.5rem;
  }

  .md\:pl-22 {
    padding-left: 1.375rem;
  }

  .md\:pl-24 {
    padding-left: 1.500rem;
  }

  .md\:pl-250 {
    padding-left: 15.625rem;
  }

  .md\:pl-26 {
    padding-left: 1.625rem;
  }

  .md\:pl-28 {
    padding-left: 1.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.188rem;
  }

  .md\:pl-30 {
    padding-left: 1.875rem;
  }

  .md\:pl-300 {
    padding-left: 18.75rem;
  }

  .md\:pl-32 {
    padding-left: 2rem;
  }

  .md\:pl-34 {
    padding-left: 2.125rem;
  }

  .md\:pl-36 {
    padding-left: 2.25rem;
  }

  .md\:pl-38 {
    padding-left: 2.375rem;
  }

  .md\:pl-4 {
    padding-left: 0.250rem;
  }

  .md\:pl-40 {
    padding-left: 2.500rem;
  }

  .md\:pl-50 {
    padding-left: 3.125rem;
  }

  .md\:pl-6 {
    padding-left: 0.375rem;
  }

  .md\:pl-60 {
    padding-left: 3.750rem;
  }

  .md\:pl-70 {
    padding-left: 4.375rem;
  }

  .md\:pl-8 {
    padding-left: 0.500rem;
  }

  .md\:pl-80 {
    padding-left: 5.000rem;
  }

  .md\:pl-90 {
    padding-left: 5.625rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-1 {
    padding-right: 1px;
  }

  .md\:pr-10 {
    padding-right: 0.625rem;
  }

  .md\:pr-100 {
    padding-right: 6.250rem;
  }

  .md\:pr-12 {
    padding-right: 0.750rem;
  }

  .md\:pr-14 {
    padding-right: 0.875rem;
  }

  .md\:pr-150 {
    padding-right: 9.375rem;
  }

  .md\:pr-16 {
    padding-right: 1.000rem;
  }

  .md\:pr-18 {
    padding-right: 1.125rem;
  }

  .md\:pr-2 {
    padding-right: 0.125rem;
  }

  .md\:pr-20 {
    padding-right: 1.250rem;
  }

  .md\:pr-200 {
    padding-right: 12.5rem;
  }

  .md\:pr-22 {
    padding-right: 1.375rem;
  }

  .md\:pr-24 {
    padding-right: 1.500rem;
  }

  .md\:pr-250 {
    padding-right: 15.625rem;
  }

  .md\:pr-26 {
    padding-right: 1.625rem;
  }

  .md\:pr-28 {
    padding-right: 1.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.188rem;
  }

  .md\:pr-30 {
    padding-right: 1.875rem;
  }

  .md\:pr-300 {
    padding-right: 18.75rem;
  }

  .md\:pr-32 {
    padding-right: 2rem;
  }

  .md\:pr-34 {
    padding-right: 2.125rem;
  }

  .md\:pr-36 {
    padding-right: 2.25rem;
  }

  .md\:pr-38 {
    padding-right: 2.375rem;
  }

  .md\:pr-4 {
    padding-right: 0.250rem;
  }

  .md\:pr-40 {
    padding-right: 2.500rem;
  }

  .md\:pr-50 {
    padding-right: 3.125rem;
  }

  .md\:pr-6 {
    padding-right: 0.375rem;
  }

  .md\:pr-60 {
    padding-right: 3.750rem;
  }

  .md\:pr-70 {
    padding-right: 4.375rem;
  }

  .md\:pr-8 {
    padding-right: 0.500rem;
  }

  .md\:pr-80 {
    padding-right: 5.000rem;
  }

  .md\:pr-90 {
    padding-right: 5.625rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-1 {
    padding-top: 1px;
  }

  .md\:pt-10 {
    padding-top: 0.625rem;
  }

  .md\:pt-100 {
    padding-top: 6.250rem;
  }

  .md\:pt-12 {
    padding-top: 0.750rem;
  }

  .md\:pt-14 {
    padding-top: 0.875rem;
  }

  .md\:pt-150 {
    padding-top: 9.375rem;
  }

  .md\:pt-16 {
    padding-top: 1.000rem;
  }

  .md\:pt-18 {
    padding-top: 1.125rem;
  }

  .md\:pt-2 {
    padding-top: 0.125rem;
  }

  .md\:pt-20 {
    padding-top: 1.250rem;
  }

  .md\:pt-200 {
    padding-top: 12.5rem;
  }

  .md\:pt-22 {
    padding-top: 1.375rem;
  }

  .md\:pt-24 {
    padding-top: 1.500rem;
  }

  .md\:pt-250 {
    padding-top: 15.625rem;
  }

  .md\:pt-26 {
    padding-top: 1.625rem;
  }

  .md\:pt-28 {
    padding-top: 1.75rem;
  }

  .md\:pt-3 {
    padding-top: 0.188rem;
  }

  .md\:pt-30 {
    padding-top: 1.875rem;
  }

  .md\:pt-300 {
    padding-top: 18.75rem;
  }

  .md\:pt-32 {
    padding-top: 2rem;
  }

  .md\:pt-34 {
    padding-top: 2.125rem;
  }

  .md\:pt-36 {
    padding-top: 2.25rem;
  }

  .md\:pt-38 {
    padding-top: 2.375rem;
  }

  .md\:pt-4 {
    padding-top: 0.250rem;
  }

  .md\:pt-40 {
    padding-top: 2.500rem;
  }

  .md\:pt-50 {
    padding-top: 3.125rem;
  }

  .md\:pt-6 {
    padding-top: 0.375rem;
  }

  .md\:pt-60 {
    padding-top: 3.750rem;
  }

  .md\:pt-70 {
    padding-top: 4.375rem;
  }

  .md\:pt-8 {
    padding-top: 0.500rem;
  }

  .md\:pt-80 {
    padding-top: 5.000rem;
  }

  .md\:pt-90 {
    padding-top: 5.625rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-start {
    text-align: start;
  }

  .md\:text-end {
    text-align: end;
  }

  .md\:-indent-0 {
    text-indent: -0px;
  }

  .md\:-indent-1 {
    text-indent: -1px;
  }

  .md\:-indent-10 {
    text-indent: -0.625rem;
  }

  .md\:-indent-100 {
    text-indent: -6.250rem;
  }

  .md\:-indent-12 {
    text-indent: -0.750rem;
  }

  .md\:-indent-14 {
    text-indent: -0.875rem;
  }

  .md\:-indent-150 {
    text-indent: -9.375rem;
  }

  .md\:-indent-16 {
    text-indent: -1.000rem;
  }

  .md\:-indent-18 {
    text-indent: -1.125rem;
  }

  .md\:-indent-2 {
    text-indent: -0.125rem;
  }

  .md\:-indent-20 {
    text-indent: -1.250rem;
  }

  .md\:-indent-200 {
    text-indent: -12.5rem;
  }

  .md\:-indent-22 {
    text-indent: -1.375rem;
  }

  .md\:-indent-24 {
    text-indent: -1.500rem;
  }

  .md\:-indent-250 {
    text-indent: -15.625rem;
  }

  .md\:-indent-26 {
    text-indent: -1.625rem;
  }

  .md\:-indent-28 {
    text-indent: -1.75rem;
  }

  .md\:-indent-3 {
    text-indent: -0.188rem;
  }

  .md\:-indent-30 {
    text-indent: -1.875rem;
  }

  .md\:-indent-300 {
    text-indent: -18.75rem;
  }

  .md\:-indent-32 {
    text-indent: -2rem;
  }

  .md\:-indent-34 {
    text-indent: -2.125rem;
  }

  .md\:-indent-36 {
    text-indent: -2.25rem;
  }

  .md\:-indent-38 {
    text-indent: -2.375rem;
  }

  .md\:-indent-4 {
    text-indent: -0.250rem;
  }

  .md\:-indent-40 {
    text-indent: -2.500rem;
  }

  .md\:-indent-50 {
    text-indent: -3.125rem;
  }

  .md\:-indent-6 {
    text-indent: -0.375rem;
  }

  .md\:-indent-60 {
    text-indent: -3.750rem;
  }

  .md\:-indent-70 {
    text-indent: -4.375rem;
  }

  .md\:-indent-8 {
    text-indent: -0.500rem;
  }

  .md\:-indent-80 {
    text-indent: -5.000rem;
  }

  .md\:-indent-90 {
    text-indent: -5.625rem;
  }

  .md\:indent-0 {
    text-indent: 0px;
  }

  .md\:indent-1 {
    text-indent: 1px;
  }

  .md\:indent-10 {
    text-indent: 0.625rem;
  }

  .md\:indent-100 {
    text-indent: 6.250rem;
  }

  .md\:indent-12 {
    text-indent: 0.750rem;
  }

  .md\:indent-14 {
    text-indent: 0.875rem;
  }

  .md\:indent-150 {
    text-indent: 9.375rem;
  }

  .md\:indent-16 {
    text-indent: 1.000rem;
  }

  .md\:indent-18 {
    text-indent: 1.125rem;
  }

  .md\:indent-2 {
    text-indent: 0.125rem;
  }

  .md\:indent-20 {
    text-indent: 1.250rem;
  }

  .md\:indent-200 {
    text-indent: 12.5rem;
  }

  .md\:indent-22 {
    text-indent: 1.375rem;
  }

  .md\:indent-24 {
    text-indent: 1.500rem;
  }

  .md\:indent-250 {
    text-indent: 15.625rem;
  }

  .md\:indent-26 {
    text-indent: 1.625rem;
  }

  .md\:indent-28 {
    text-indent: 1.75rem;
  }

  .md\:indent-3 {
    text-indent: 0.188rem;
  }

  .md\:indent-30 {
    text-indent: 1.875rem;
  }

  .md\:indent-300 {
    text-indent: 18.75rem;
  }

  .md\:indent-32 {
    text-indent: 2rem;
  }

  .md\:indent-34 {
    text-indent: 2.125rem;
  }

  .md\:indent-36 {
    text-indent: 2.25rem;
  }

  .md\:indent-38 {
    text-indent: 2.375rem;
  }

  .md\:indent-4 {
    text-indent: 0.250rem;
  }

  .md\:indent-40 {
    text-indent: 2.500rem;
  }

  .md\:indent-50 {
    text-indent: 3.125rem;
  }

  .md\:indent-6 {
    text-indent: 0.375rem;
  }

  .md\:indent-60 {
    text-indent: 3.750rem;
  }

  .md\:indent-70 {
    text-indent: 4.375rem;
  }

  .md\:indent-8 {
    text-indent: 0.500rem;
  }

  .md\:indent-80 {
    text-indent: 5.000rem;
  }

  .md\:indent-90 {
    text-indent: 5.625rem;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:align-sub {
    vertical-align: sub;
  }

  .md\:align-super {
    vertical-align: super;
  }

  .md\:font-roboto {
    font-family: Roboto, sans-serif;
  }

  .md\:text-12 {
    font-size: .75em;
  }

  .md\:text-14 {
    font-size: .875rem;
  }

  .md\:text-16 {
    font-size: 1rem;
  }

  .md\:text-18 {
    font-size: 1.125rem;
  }

  .md\:text-20 {
    font-size: 1.25rem;
  }

  .md\:text-22 {
    font-size: 1.375rem;
  }

  .md\:text-24 {
    font-size: 1.5rem;
  }

  .md\:text-26 {
    font-size: 1.625rem;
  }

  .md\:text-28 {
    font-size: 1.75rem;
  }

  .md\:text-32 {
    font-size: 2.0rem;
  }

  .md\:text-42 {
    font-size: 2.625rem;
  }

  .md\:text-50 {
    font-size: 3.125rem;
  }

  .md\:text-62 {
    font-size: 3.875rem;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-medium {
    font-weight: 600;
  }

  .md\:font-regular {
    font-weight: 400;
  }

  .md\:leading-16 {
    line-height: 1rem;
  }

  .md\:leading-20 {
    line-height: 1.25rem;
  }

  .md\:leading-22 {
    line-height: 1.375rem;
  }

  .md\:leading-24 {
    line-height: 1.5rem;
  }

  .md\:leading-26 {
    line-height: 1.625rem;
  }

  .md\:leading-28 {
    line-height: 1.75rem;
  }

  .md\:leading-32 {
    line-height: 2.0rem;
  }

  .md\:leading-38 {
    line-height: 2.375rem;
  }

  .md\:leading-42 {
    line-height: 2.625rem;
  }

  .md\:leading-50 {
    line-height: 3.125rem;
  }

  .md\:leading-54 {
    line-height: 3.375rem;
  }

  .md\:leading-66 {
    line-height: 4.125rem;
  }

  .md\:leading-70 {
    line-height: 4.375rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:-tracking-normal {
    letter-spacing: -0em;
  }

  .md\:-tracking-sh {
    letter-spacing: -.063rem;
  }

  .md\:-tracking-tight {
    letter-spacing: 0.025em;
  }

  .md\:-tracking-tighter {
    letter-spacing: 0.05em;
  }

  .md\:-tracking-wide {
    letter-spacing: -0.025em;
  }

  .md\:-tracking-wider {
    letter-spacing: -0.05em;
  }

  .md\:-tracking-widest {
    letter-spacing: -0.1em;
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .md\:text-black\/0 {
    color: rgb(0 0 0 / 0);
  }

  .md\:text-black\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .md\:text-black\/100 {
    color: rgb(0 0 0 / 1);
  }

  .md\:text-black\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .md\:text-black\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .md\:text-black\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .md\:text-black\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .md\:text-black\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .md\:text-black\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .md\:text-black\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .md\:text-black\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .md\:text-black\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .md\:text-black\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .md\:text-black\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .md\:text-black\/95 {
    color: rgb(0 0 0 / 0.95);
  }

  .md\:text-current {
    color: currentColor;
  }

  .md\:text-error_red {
    --tw-text-opacity: 1;
    color: rgb(235 0 27 / var(--tw-text-opacity));
  }

  .md\:text-error_red\/0 {
    color: rgb(235 0 27 / 0);
  }

  .md\:text-error_red\/10 {
    color: rgb(235 0 27 / 0.1);
  }

  .md\:text-error_red\/100 {
    color: rgb(235 0 27 / 1);
  }

  .md\:text-error_red\/20 {
    color: rgb(235 0 27 / 0.2);
  }

  .md\:text-error_red\/25 {
    color: rgb(235 0 27 / 0.25);
  }

  .md\:text-error_red\/30 {
    color: rgb(235 0 27 / 0.3);
  }

  .md\:text-error_red\/40 {
    color: rgb(235 0 27 / 0.4);
  }

  .md\:text-error_red\/5 {
    color: rgb(235 0 27 / 0.05);
  }

  .md\:text-error_red\/50 {
    color: rgb(235 0 27 / 0.5);
  }

  .md\:text-error_red\/60 {
    color: rgb(235 0 27 / 0.6);
  }

  .md\:text-error_red\/70 {
    color: rgb(235 0 27 / 0.7);
  }

  .md\:text-error_red\/75 {
    color: rgb(235 0 27 / 0.75);
  }

  .md\:text-error_red\/80 {
    color: rgb(235 0 27 / 0.8);
  }

  .md\:text-error_red\/90 {
    color: rgb(235 0 27 / 0.9);
  }

  .md\:text-error_red\/95 {
    color: rgb(235 0 27 / 0.95);
  }

  .md\:text-gray5 {
    --tw-text-opacity: 1;
    color: rgb(242 242 242 / var(--tw-text-opacity));
  }

  .md\:text-gray5\/0 {
    color: rgb(242 242 242 / 0);
  }

  .md\:text-gray5\/10 {
    color: rgb(242 242 242 / 0.1);
  }

  .md\:text-gray5\/100 {
    color: rgb(242 242 242 / 1);
  }

  .md\:text-gray5\/20 {
    color: rgb(242 242 242 / 0.2);
  }

  .md\:text-gray5\/25 {
    color: rgb(242 242 242 / 0.25);
  }

  .md\:text-gray5\/30 {
    color: rgb(242 242 242 / 0.3);
  }

  .md\:text-gray5\/40 {
    color: rgb(242 242 242 / 0.4);
  }

  .md\:text-gray5\/5 {
    color: rgb(242 242 242 / 0.05);
  }

  .md\:text-gray5\/50 {
    color: rgb(242 242 242 / 0.5);
  }

  .md\:text-gray5\/60 {
    color: rgb(242 242 242 / 0.6);
  }

  .md\:text-gray5\/70 {
    color: rgb(242 242 242 / 0.7);
  }

  .md\:text-gray5\/75 {
    color: rgb(242 242 242 / 0.75);
  }

  .md\:text-gray5\/80 {
    color: rgb(242 242 242 / 0.8);
  }

  .md\:text-gray5\/90 {
    color: rgb(242 242 242 / 0.9);
  }

  .md\:text-gray5\/95 {
    color: rgb(242 242 242 / 0.95);
  }

  .md\:text-sh_black {
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
  }

  .md\:text-sh_black\/0 {
    color: rgb(35 31 32 / 0);
  }

  .md\:text-sh_black\/10 {
    color: rgb(35 31 32 / 0.1);
  }

  .md\:text-sh_black\/100 {
    color: rgb(35 31 32 / 1);
  }

  .md\:text-sh_black\/20 {
    color: rgb(35 31 32 / 0.2);
  }

  .md\:text-sh_black\/25 {
    color: rgb(35 31 32 / 0.25);
  }

  .md\:text-sh_black\/30 {
    color: rgb(35 31 32 / 0.3);
  }

  .md\:text-sh_black\/40 {
    color: rgb(35 31 32 / 0.4);
  }

  .md\:text-sh_black\/5 {
    color: rgb(35 31 32 / 0.05);
  }

  .md\:text-sh_black\/50 {
    color: rgb(35 31 32 / 0.5);
  }

  .md\:text-sh_black\/60 {
    color: rgb(35 31 32 / 0.6);
  }

  .md\:text-sh_black\/70 {
    color: rgb(35 31 32 / 0.7);
  }

  .md\:text-sh_black\/75 {
    color: rgb(35 31 32 / 0.75);
  }

  .md\:text-sh_black\/80 {
    color: rgb(35 31 32 / 0.8);
  }

  .md\:text-sh_black\/90 {
    color: rgb(35 31 32 / 0.9);
  }

  .md\:text-sh_black\/95 {
    color: rgb(35 31 32 / 0.95);
  }

  .md\:text-success_green {
    --tw-text-opacity: 1;
    color: rgb(80 131 22 / var(--tw-text-opacity));
  }

  .md\:text-success_green\/0 {
    color: rgb(80 131 22 / 0);
  }

  .md\:text-success_green\/10 {
    color: rgb(80 131 22 / 0.1);
  }

  .md\:text-success_green\/100 {
    color: rgb(80 131 22 / 1);
  }

  .md\:text-success_green\/20 {
    color: rgb(80 131 22 / 0.2);
  }

  .md\:text-success_green\/25 {
    color: rgb(80 131 22 / 0.25);
  }

  .md\:text-success_green\/30 {
    color: rgb(80 131 22 / 0.3);
  }

  .md\:text-success_green\/40 {
    color: rgb(80 131 22 / 0.4);
  }

  .md\:text-success_green\/5 {
    color: rgb(80 131 22 / 0.05);
  }

  .md\:text-success_green\/50 {
    color: rgb(80 131 22 / 0.5);
  }

  .md\:text-success_green\/60 {
    color: rgb(80 131 22 / 0.6);
  }

  .md\:text-success_green\/70 {
    color: rgb(80 131 22 / 0.7);
  }

  .md\:text-success_green\/75 {
    color: rgb(80 131 22 / 0.75);
  }

  .md\:text-success_green\/80 {
    color: rgb(80 131 22 / 0.8);
  }

  .md\:text-success_green\/90 {
    color: rgb(80 131 22 / 0.9);
  }

  .md\:text-success_green\/95 {
    color: rgb(80 131 22 / 0.95);
  }

  .md\:text-teal {
    --tw-text-opacity: 1;
    color: rgb(0 129 159 / var(--tw-text-opacity));
  }

  .md\:text-teal\/0 {
    color: rgb(0 129 159 / 0);
  }

  .md\:text-teal\/10 {
    color: rgb(0 129 159 / 0.1);
  }

  .md\:text-teal\/100 {
    color: rgb(0 129 159 / 1);
  }

  .md\:text-teal\/20 {
    color: rgb(0 129 159 / 0.2);
  }

  .md\:text-teal\/25 {
    color: rgb(0 129 159 / 0.25);
  }

  .md\:text-teal\/30 {
    color: rgb(0 129 159 / 0.3);
  }

  .md\:text-teal\/40 {
    color: rgb(0 129 159 / 0.4);
  }

  .md\:text-teal\/5 {
    color: rgb(0 129 159 / 0.05);
  }

  .md\:text-teal\/50 {
    color: rgb(0 129 159 / 0.5);
  }

  .md\:text-teal\/60 {
    color: rgb(0 129 159 / 0.6);
  }

  .md\:text-teal\/70 {
    color: rgb(0 129 159 / 0.7);
  }

  .md\:text-teal\/75 {
    color: rgb(0 129 159 / 0.75);
  }

  .md\:text-teal\/80 {
    color: rgb(0 129 159 / 0.8);
  }

  .md\:text-teal\/90 {
    color: rgb(0 129 159 / 0.9);
  }

  .md\:text-teal\/95 {
    color: rgb(0 129 159 / 0.95);
  }

  .md\:text-teal_dark {
    --tw-text-opacity: 1;
    color: rgb(0 60 77 / var(--tw-text-opacity));
  }

  .md\:text-teal_dark\/0 {
    color: rgb(0 60 77 / 0);
  }

  .md\:text-teal_dark\/10 {
    color: rgb(0 60 77 / 0.1);
  }

  .md\:text-teal_dark\/100 {
    color: rgb(0 60 77 / 1);
  }

  .md\:text-teal_dark\/20 {
    color: rgb(0 60 77 / 0.2);
  }

  .md\:text-teal_dark\/25 {
    color: rgb(0 60 77 / 0.25);
  }

  .md\:text-teal_dark\/30 {
    color: rgb(0 60 77 / 0.3);
  }

  .md\:text-teal_dark\/40 {
    color: rgb(0 60 77 / 0.4);
  }

  .md\:text-teal_dark\/5 {
    color: rgb(0 60 77 / 0.05);
  }

  .md\:text-teal_dark\/50 {
    color: rgb(0 60 77 / 0.5);
  }

  .md\:text-teal_dark\/60 {
    color: rgb(0 60 77 / 0.6);
  }

  .md\:text-teal_dark\/70 {
    color: rgb(0 60 77 / 0.7);
  }

  .md\:text-teal_dark\/75 {
    color: rgb(0 60 77 / 0.75);
  }

  .md\:text-teal_dark\/80 {
    color: rgb(0 60 77 / 0.8);
  }

  .md\:text-teal_dark\/90 {
    color: rgb(0 60 77 / 0.9);
  }

  .md\:text-teal_dark\/95 {
    color: rgb(0 60 77 / 0.95);
  }

  .md\:text-teal_extra_light {
    --tw-text-opacity: 1;
    color: rgb(245 251 252 / var(--tw-text-opacity));
  }

  .md\:text-teal_extra_light\/0 {
    color: rgb(245 251 252 / 0);
  }

  .md\:text-teal_extra_light\/10 {
    color: rgb(245 251 252 / 0.1);
  }

  .md\:text-teal_extra_light\/100 {
    color: rgb(245 251 252 / 1);
  }

  .md\:text-teal_extra_light\/20 {
    color: rgb(245 251 252 / 0.2);
  }

  .md\:text-teal_extra_light\/25 {
    color: rgb(245 251 252 / 0.25);
  }

  .md\:text-teal_extra_light\/30 {
    color: rgb(245 251 252 / 0.3);
  }

  .md\:text-teal_extra_light\/40 {
    color: rgb(245 251 252 / 0.4);
  }

  .md\:text-teal_extra_light\/5 {
    color: rgb(245 251 252 / 0.05);
  }

  .md\:text-teal_extra_light\/50 {
    color: rgb(245 251 252 / 0.5);
  }

  .md\:text-teal_extra_light\/60 {
    color: rgb(245 251 252 / 0.6);
  }

  .md\:text-teal_extra_light\/70 {
    color: rgb(245 251 252 / 0.7);
  }

  .md\:text-teal_extra_light\/75 {
    color: rgb(245 251 252 / 0.75);
  }

  .md\:text-teal_extra_light\/80 {
    color: rgb(245 251 252 / 0.8);
  }

  .md\:text-teal_extra_light\/90 {
    color: rgb(245 251 252 / 0.9);
  }

  .md\:text-teal_extra_light\/95 {
    color: rgb(245 251 252 / 0.95);
  }

  .md\:text-teal_light {
    --tw-text-opacity: 1;
    color: rgb(116 196 214 / var(--tw-text-opacity));
  }

  .md\:text-teal_light\/0 {
    color: rgb(116 196 214 / 0);
  }

  .md\:text-teal_light\/10 {
    color: rgb(116 196 214 / 0.1);
  }

  .md\:text-teal_light\/100 {
    color: rgb(116 196 214 / 1);
  }

  .md\:text-teal_light\/20 {
    color: rgb(116 196 214 / 0.2);
  }

  .md\:text-teal_light\/25 {
    color: rgb(116 196 214 / 0.25);
  }

  .md\:text-teal_light\/30 {
    color: rgb(116 196 214 / 0.3);
  }

  .md\:text-teal_light\/40 {
    color: rgb(116 196 214 / 0.4);
  }

  .md\:text-teal_light\/5 {
    color: rgb(116 196 214 / 0.05);
  }

  .md\:text-teal_light\/50 {
    color: rgb(116 196 214 / 0.5);
  }

  .md\:text-teal_light\/60 {
    color: rgb(116 196 214 / 0.6);
  }

  .md\:text-teal_light\/70 {
    color: rgb(116 196 214 / 0.7);
  }

  .md\:text-teal_light\/75 {
    color: rgb(116 196 214 / 0.75);
  }

  .md\:text-teal_light\/80 {
    color: rgb(116 196 214 / 0.8);
  }

  .md\:text-teal_light\/90 {
    color: rgb(116 196 214 / 0.9);
  }

  .md\:text-teal_light\/95 {
    color: rgb(116 196 214 / 0.95);
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-transparent\/0 {
    color: rgb(0 0 0 / 0);
  }

  .md\:text-transparent\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .md\:text-transparent\/100 {
    color: rgb(0 0 0 / 1);
  }

  .md\:text-transparent\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .md\:text-transparent\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .md\:text-transparent\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .md\:text-transparent\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .md\:text-transparent\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .md\:text-transparent\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .md\:text-transparent\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .md\:text-transparent\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .md\:text-transparent\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .md\:text-transparent\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .md\:text-transparent\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .md\:text-transparent\/95 {
    color: rgb(0 0 0 / 0.95);
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .md\:text-white\/0 {
    color: rgb(255 255 255 / 0);
  }

  .md\:text-white\/10 {
    color: rgb(255 255 255 / 0.1);
  }

  .md\:text-white\/100 {
    color: rgb(255 255 255 / 1);
  }

  .md\:text-white\/20 {
    color: rgb(255 255 255 / 0.2);
  }

  .md\:text-white\/25 {
    color: rgb(255 255 255 / 0.25);
  }

  .md\:text-white\/30 {
    color: rgb(255 255 255 / 0.3);
  }

  .md\:text-white\/40 {
    color: rgb(255 255 255 / 0.4);
  }

  .md\:text-white\/5 {
    color: rgb(255 255 255 / 0.05);
  }

  .md\:text-white\/50 {
    color: rgb(255 255 255 / 0.5);
  }

  .md\:text-white\/60 {
    color: rgb(255 255 255 / 0.6);
  }

  .md\:text-white\/70 {
    color: rgb(255 255 255 / 0.7);
  }

  .md\:text-white\/75 {
    color: rgb(255 255 255 / 0.75);
  }

  .md\:text-white\/80 {
    color: rgb(255 255 255 / 0.8);
  }

  .md\:text-white\/90 {
    color: rgb(255 255 255 / 0.9);
  }

  .md\:text-white\/95 {
    color: rgb(255 255 255 / 0.95);
  }

  .md\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .md\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .md\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .md\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .md\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .md\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .md\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .md\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .md\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .md\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .md\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .md\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .md\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .md\:underline {
    text-decoration-line: underline;
  }

  .md\:no-underline {
    text-decoration-line: none;
  }

  .md\:underline-offset-0 {
    text-underline-offset: 0px;
  }

  .md\:underline-offset-1 {
    text-underline-offset: 1px;
  }

  .md\:underline-offset-2 {
    text-underline-offset: 2px;
  }

  .md\:underline-offset-4 {
    text-underline-offset: 4px;
  }

  .md\:underline-offset-8 {
    text-underline-offset: 8px;
  }

  .md\:underline-offset-auto {
    text-underline-offset: auto;
  }

  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline {
    outline-style: solid;
  }

  .md\:outline-dashed {
    outline-style: dashed;
  }

  .md\:outline-dotted {
    outline-style: dotted;
  }

  .md\:outline-double {
    outline-style: double;
  }

  .md\:outline-0 {
    outline-width: 0px;
  }

  .md\:outline-1 {
    outline-width: 1px;
  }

  .md\:outline-2 {
    outline-width: 2px;
  }

  .md\:outline-4 {
    outline-width: 4px;
  }

  .md\:outline-8 {
    outline-width: 8px;
  }

  .md\:-outline-offset-0 {
    outline-offset: -0px;
  }

  .md\:-outline-offset-1 {
    outline-offset: -1px;
  }

  .md\:-outline-offset-2 {
    outline-offset: -2px;
  }

  .md\:-outline-offset-4 {
    outline-offset: -4px;
  }

  .md\:-outline-offset-8 {
    outline-offset: -8px;
  }

  .md\:outline-offset-0 {
    outline-offset: 0px;
  }

  .md\:outline-offset-1 {
    outline-offset: 1px;
  }

  .md\:outline-offset-2 {
    outline-offset: 2px;
  }

  .md\:outline-offset-4 {
    outline-offset: 4px;
  }

  .md\:outline-offset-8 {
    outline-offset: 8px;
  }

  .md\:outline-black {
    outline-color: #000000;
  }

  .md\:outline-black\/0 {
    outline-color: rgb(0 0 0 / 0);
  }

  .md\:outline-black\/10 {
    outline-color: rgb(0 0 0 / 0.1);
  }

  .md\:outline-black\/100 {
    outline-color: rgb(0 0 0 / 1);
  }

  .md\:outline-black\/20 {
    outline-color: rgb(0 0 0 / 0.2);
  }

  .md\:outline-black\/25 {
    outline-color: rgb(0 0 0 / 0.25);
  }

  .md\:outline-black\/30 {
    outline-color: rgb(0 0 0 / 0.3);
  }

  .md\:outline-black\/40 {
    outline-color: rgb(0 0 0 / 0.4);
  }

  .md\:outline-black\/5 {
    outline-color: rgb(0 0 0 / 0.05);
  }

  .md\:outline-black\/50 {
    outline-color: rgb(0 0 0 / 0.5);
  }

  .md\:outline-black\/60 {
    outline-color: rgb(0 0 0 / 0.6);
  }

  .md\:outline-black\/70 {
    outline-color: rgb(0 0 0 / 0.7);
  }

  .md\:outline-black\/75 {
    outline-color: rgb(0 0 0 / 0.75);
  }

  .md\:outline-black\/80 {
    outline-color: rgb(0 0 0 / 0.8);
  }

  .md\:outline-black\/90 {
    outline-color: rgb(0 0 0 / 0.9);
  }

  .md\:outline-black\/95 {
    outline-color: rgb(0 0 0 / 0.95);
  }

  .md\:outline-current {
    outline-color: currentColor;
  }

  .md\:outline-error_red {
    outline-color: #eb001b;
  }

  .md\:outline-error_red\/0 {
    outline-color: rgb(235 0 27 / 0);
  }

  .md\:outline-error_red\/10 {
    outline-color: rgb(235 0 27 / 0.1);
  }

  .md\:outline-error_red\/100 {
    outline-color: rgb(235 0 27 / 1);
  }

  .md\:outline-error_red\/20 {
    outline-color: rgb(235 0 27 / 0.2);
  }

  .md\:outline-error_red\/25 {
    outline-color: rgb(235 0 27 / 0.25);
  }

  .md\:outline-error_red\/30 {
    outline-color: rgb(235 0 27 / 0.3);
  }

  .md\:outline-error_red\/40 {
    outline-color: rgb(235 0 27 / 0.4);
  }

  .md\:outline-error_red\/5 {
    outline-color: rgb(235 0 27 / 0.05);
  }

  .md\:outline-error_red\/50 {
    outline-color: rgb(235 0 27 / 0.5);
  }

  .md\:outline-error_red\/60 {
    outline-color: rgb(235 0 27 / 0.6);
  }

  .md\:outline-error_red\/70 {
    outline-color: rgb(235 0 27 / 0.7);
  }

  .md\:outline-error_red\/75 {
    outline-color: rgb(235 0 27 / 0.75);
  }

  .md\:outline-error_red\/80 {
    outline-color: rgb(235 0 27 / 0.8);
  }

  .md\:outline-error_red\/90 {
    outline-color: rgb(235 0 27 / 0.9);
  }

  .md\:outline-error_red\/95 {
    outline-color: rgb(235 0 27 / 0.95);
  }

  .md\:outline-gray5 {
    outline-color: #f2f2f2;
  }

  .md\:outline-gray5\/0 {
    outline-color: rgb(242 242 242 / 0);
  }

  .md\:outline-gray5\/10 {
    outline-color: rgb(242 242 242 / 0.1);
  }

  .md\:outline-gray5\/100 {
    outline-color: rgb(242 242 242 / 1);
  }

  .md\:outline-gray5\/20 {
    outline-color: rgb(242 242 242 / 0.2);
  }

  .md\:outline-gray5\/25 {
    outline-color: rgb(242 242 242 / 0.25);
  }

  .md\:outline-gray5\/30 {
    outline-color: rgb(242 242 242 / 0.3);
  }

  .md\:outline-gray5\/40 {
    outline-color: rgb(242 242 242 / 0.4);
  }

  .md\:outline-gray5\/5 {
    outline-color: rgb(242 242 242 / 0.05);
  }

  .md\:outline-gray5\/50 {
    outline-color: rgb(242 242 242 / 0.5);
  }

  .md\:outline-gray5\/60 {
    outline-color: rgb(242 242 242 / 0.6);
  }

  .md\:outline-gray5\/70 {
    outline-color: rgb(242 242 242 / 0.7);
  }

  .md\:outline-gray5\/75 {
    outline-color: rgb(242 242 242 / 0.75);
  }

  .md\:outline-gray5\/80 {
    outline-color: rgb(242 242 242 / 0.8);
  }

  .md\:outline-gray5\/90 {
    outline-color: rgb(242 242 242 / 0.9);
  }

  .md\:outline-gray5\/95 {
    outline-color: rgb(242 242 242 / 0.95);
  }

  .md\:outline-sh_black {
    outline-color: #231f20;
  }

  .md\:outline-sh_black\/0 {
    outline-color: rgb(35 31 32 / 0);
  }

  .md\:outline-sh_black\/10 {
    outline-color: rgb(35 31 32 / 0.1);
  }

  .md\:outline-sh_black\/100 {
    outline-color: rgb(35 31 32 / 1);
  }

  .md\:outline-sh_black\/20 {
    outline-color: rgb(35 31 32 / 0.2);
  }

  .md\:outline-sh_black\/25 {
    outline-color: rgb(35 31 32 / 0.25);
  }

  .md\:outline-sh_black\/30 {
    outline-color: rgb(35 31 32 / 0.3);
  }

  .md\:outline-sh_black\/40 {
    outline-color: rgb(35 31 32 / 0.4);
  }

  .md\:outline-sh_black\/5 {
    outline-color: rgb(35 31 32 / 0.05);
  }

  .md\:outline-sh_black\/50 {
    outline-color: rgb(35 31 32 / 0.5);
  }

  .md\:outline-sh_black\/60 {
    outline-color: rgb(35 31 32 / 0.6);
  }

  .md\:outline-sh_black\/70 {
    outline-color: rgb(35 31 32 / 0.7);
  }

  .md\:outline-sh_black\/75 {
    outline-color: rgb(35 31 32 / 0.75);
  }

  .md\:outline-sh_black\/80 {
    outline-color: rgb(35 31 32 / 0.8);
  }

  .md\:outline-sh_black\/90 {
    outline-color: rgb(35 31 32 / 0.9);
  }

  .md\:outline-sh_black\/95 {
    outline-color: rgb(35 31 32 / 0.95);
  }

  .md\:outline-success_green {
    outline-color: #508316;
  }

  .md\:outline-success_green\/0 {
    outline-color: rgb(80 131 22 / 0);
  }

  .md\:outline-success_green\/10 {
    outline-color: rgb(80 131 22 / 0.1);
  }

  .md\:outline-success_green\/100 {
    outline-color: rgb(80 131 22 / 1);
  }

  .md\:outline-success_green\/20 {
    outline-color: rgb(80 131 22 / 0.2);
  }

  .md\:outline-success_green\/25 {
    outline-color: rgb(80 131 22 / 0.25);
  }

  .md\:outline-success_green\/30 {
    outline-color: rgb(80 131 22 / 0.3);
  }

  .md\:outline-success_green\/40 {
    outline-color: rgb(80 131 22 / 0.4);
  }

  .md\:outline-success_green\/5 {
    outline-color: rgb(80 131 22 / 0.05);
  }

  .md\:outline-success_green\/50 {
    outline-color: rgb(80 131 22 / 0.5);
  }

  .md\:outline-success_green\/60 {
    outline-color: rgb(80 131 22 / 0.6);
  }

  .md\:outline-success_green\/70 {
    outline-color: rgb(80 131 22 / 0.7);
  }

  .md\:outline-success_green\/75 {
    outline-color: rgb(80 131 22 / 0.75);
  }

  .md\:outline-success_green\/80 {
    outline-color: rgb(80 131 22 / 0.8);
  }

  .md\:outline-success_green\/90 {
    outline-color: rgb(80 131 22 / 0.9);
  }

  .md\:outline-success_green\/95 {
    outline-color: rgb(80 131 22 / 0.95);
  }

  .md\:outline-teal {
    outline-color: #00819f;
  }

  .md\:outline-teal\/0 {
    outline-color: rgb(0 129 159 / 0);
  }

  .md\:outline-teal\/10 {
    outline-color: rgb(0 129 159 / 0.1);
  }

  .md\:outline-teal\/100 {
    outline-color: rgb(0 129 159 / 1);
  }

  .md\:outline-teal\/20 {
    outline-color: rgb(0 129 159 / 0.2);
  }

  .md\:outline-teal\/25 {
    outline-color: rgb(0 129 159 / 0.25);
  }

  .md\:outline-teal\/30 {
    outline-color: rgb(0 129 159 / 0.3);
  }

  .md\:outline-teal\/40 {
    outline-color: rgb(0 129 159 / 0.4);
  }

  .md\:outline-teal\/5 {
    outline-color: rgb(0 129 159 / 0.05);
  }

  .md\:outline-teal\/50 {
    outline-color: rgb(0 129 159 / 0.5);
  }

  .md\:outline-teal\/60 {
    outline-color: rgb(0 129 159 / 0.6);
  }

  .md\:outline-teal\/70 {
    outline-color: rgb(0 129 159 / 0.7);
  }

  .md\:outline-teal\/75 {
    outline-color: rgb(0 129 159 / 0.75);
  }

  .md\:outline-teal\/80 {
    outline-color: rgb(0 129 159 / 0.8);
  }

  .md\:outline-teal\/90 {
    outline-color: rgb(0 129 159 / 0.9);
  }

  .md\:outline-teal\/95 {
    outline-color: rgb(0 129 159 / 0.95);
  }

  .md\:outline-teal_dark {
    outline-color: #003C4D;
  }

  .md\:outline-teal_dark\/0 {
    outline-color: rgb(0 60 77 / 0);
  }

  .md\:outline-teal_dark\/10 {
    outline-color: rgb(0 60 77 / 0.1);
  }

  .md\:outline-teal_dark\/100 {
    outline-color: rgb(0 60 77 / 1);
  }

  .md\:outline-teal_dark\/20 {
    outline-color: rgb(0 60 77 / 0.2);
  }

  .md\:outline-teal_dark\/25 {
    outline-color: rgb(0 60 77 / 0.25);
  }

  .md\:outline-teal_dark\/30 {
    outline-color: rgb(0 60 77 / 0.3);
  }

  .md\:outline-teal_dark\/40 {
    outline-color: rgb(0 60 77 / 0.4);
  }

  .md\:outline-teal_dark\/5 {
    outline-color: rgb(0 60 77 / 0.05);
  }

  .md\:outline-teal_dark\/50 {
    outline-color: rgb(0 60 77 / 0.5);
  }

  .md\:outline-teal_dark\/60 {
    outline-color: rgb(0 60 77 / 0.6);
  }

  .md\:outline-teal_dark\/70 {
    outline-color: rgb(0 60 77 / 0.7);
  }

  .md\:outline-teal_dark\/75 {
    outline-color: rgb(0 60 77 / 0.75);
  }

  .md\:outline-teal_dark\/80 {
    outline-color: rgb(0 60 77 / 0.8);
  }

  .md\:outline-teal_dark\/90 {
    outline-color: rgb(0 60 77 / 0.9);
  }

  .md\:outline-teal_dark\/95 {
    outline-color: rgb(0 60 77 / 0.95);
  }

  .md\:outline-teal_extra_light {
    outline-color: #f5fbfc;
  }

  .md\:outline-teal_extra_light\/0 {
    outline-color: rgb(245 251 252 / 0);
  }

  .md\:outline-teal_extra_light\/10 {
    outline-color: rgb(245 251 252 / 0.1);
  }

  .md\:outline-teal_extra_light\/100 {
    outline-color: rgb(245 251 252 / 1);
  }

  .md\:outline-teal_extra_light\/20 {
    outline-color: rgb(245 251 252 / 0.2);
  }

  .md\:outline-teal_extra_light\/25 {
    outline-color: rgb(245 251 252 / 0.25);
  }

  .md\:outline-teal_extra_light\/30 {
    outline-color: rgb(245 251 252 / 0.3);
  }

  .md\:outline-teal_extra_light\/40 {
    outline-color: rgb(245 251 252 / 0.4);
  }

  .md\:outline-teal_extra_light\/5 {
    outline-color: rgb(245 251 252 / 0.05);
  }

  .md\:outline-teal_extra_light\/50 {
    outline-color: rgb(245 251 252 / 0.5);
  }

  .md\:outline-teal_extra_light\/60 {
    outline-color: rgb(245 251 252 / 0.6);
  }

  .md\:outline-teal_extra_light\/70 {
    outline-color: rgb(245 251 252 / 0.7);
  }

  .md\:outline-teal_extra_light\/75 {
    outline-color: rgb(245 251 252 / 0.75);
  }

  .md\:outline-teal_extra_light\/80 {
    outline-color: rgb(245 251 252 / 0.8);
  }

  .md\:outline-teal_extra_light\/90 {
    outline-color: rgb(245 251 252 / 0.9);
  }

  .md\:outline-teal_extra_light\/95 {
    outline-color: rgb(245 251 252 / 0.95);
  }

  .md\:outline-teal_light {
    outline-color: #74c4d6;
  }

  .md\:outline-teal_light\/0 {
    outline-color: rgb(116 196 214 / 0);
  }

  .md\:outline-teal_light\/10 {
    outline-color: rgb(116 196 214 / 0.1);
  }

  .md\:outline-teal_light\/100 {
    outline-color: rgb(116 196 214 / 1);
  }

  .md\:outline-teal_light\/20 {
    outline-color: rgb(116 196 214 / 0.2);
  }

  .md\:outline-teal_light\/25 {
    outline-color: rgb(116 196 214 / 0.25);
  }

  .md\:outline-teal_light\/30 {
    outline-color: rgb(116 196 214 / 0.3);
  }

  .md\:outline-teal_light\/40 {
    outline-color: rgb(116 196 214 / 0.4);
  }

  .md\:outline-teal_light\/5 {
    outline-color: rgb(116 196 214 / 0.05);
  }

  .md\:outline-teal_light\/50 {
    outline-color: rgb(116 196 214 / 0.5);
  }

  .md\:outline-teal_light\/60 {
    outline-color: rgb(116 196 214 / 0.6);
  }

  .md\:outline-teal_light\/70 {
    outline-color: rgb(116 196 214 / 0.7);
  }

  .md\:outline-teal_light\/75 {
    outline-color: rgb(116 196 214 / 0.75);
  }

  .md\:outline-teal_light\/80 {
    outline-color: rgb(116 196 214 / 0.8);
  }

  .md\:outline-teal_light\/90 {
    outline-color: rgb(116 196 214 / 0.9);
  }

  .md\:outline-teal_light\/95 {
    outline-color: rgb(116 196 214 / 0.95);
  }

  .md\:outline-transparent {
    outline-color: transparent;
  }

  .md\:outline-transparent\/0 {
    outline-color: rgb(0 0 0 / 0);
  }

  .md\:outline-transparent\/10 {
    outline-color: rgb(0 0 0 / 0.1);
  }

  .md\:outline-transparent\/100 {
    outline-color: rgb(0 0 0 / 1);
  }

  .md\:outline-transparent\/20 {
    outline-color: rgb(0 0 0 / 0.2);
  }

  .md\:outline-transparent\/25 {
    outline-color: rgb(0 0 0 / 0.25);
  }

  .md\:outline-transparent\/30 {
    outline-color: rgb(0 0 0 / 0.3);
  }

  .md\:outline-transparent\/40 {
    outline-color: rgb(0 0 0 / 0.4);
  }

  .md\:outline-transparent\/5 {
    outline-color: rgb(0 0 0 / 0.05);
  }

  .md\:outline-transparent\/50 {
    outline-color: rgb(0 0 0 / 0.5);
  }

  .md\:outline-transparent\/60 {
    outline-color: rgb(0 0 0 / 0.6);
  }

  .md\:outline-transparent\/70 {
    outline-color: rgb(0 0 0 / 0.7);
  }

  .md\:outline-transparent\/75 {
    outline-color: rgb(0 0 0 / 0.75);
  }

  .md\:outline-transparent\/80 {
    outline-color: rgb(0 0 0 / 0.8);
  }

  .md\:outline-transparent\/90 {
    outline-color: rgb(0 0 0 / 0.9);
  }

  .md\:outline-transparent\/95 {
    outline-color: rgb(0 0 0 / 0.95);
  }

  .md\:outline-white {
    outline-color: #ffffff;
  }

  .md\:outline-white\/0 {
    outline-color: rgb(255 255 255 / 0);
  }

  .md\:outline-white\/10 {
    outline-color: rgb(255 255 255 / 0.1);
  }

  .md\:outline-white\/100 {
    outline-color: rgb(255 255 255 / 1);
  }

  .md\:outline-white\/20 {
    outline-color: rgb(255 255 255 / 0.2);
  }

  .md\:outline-white\/25 {
    outline-color: rgb(255 255 255 / 0.25);
  }

  .md\:outline-white\/30 {
    outline-color: rgb(255 255 255 / 0.3);
  }

  .md\:outline-white\/40 {
    outline-color: rgb(255 255 255 / 0.4);
  }

  .md\:outline-white\/5 {
    outline-color: rgb(255 255 255 / 0.05);
  }

  .md\:outline-white\/50 {
    outline-color: rgb(255 255 255 / 0.5);
  }

  .md\:outline-white\/60 {
    outline-color: rgb(255 255 255 / 0.6);
  }

  .md\:outline-white\/70 {
    outline-color: rgb(255 255 255 / 0.7);
  }

  .md\:outline-white\/75 {
    outline-color: rgb(255 255 255 / 0.75);
  }

  .md\:outline-white\/80 {
    outline-color: rgb(255 255 255 / 0.8);
  }

  .md\:outline-white\/90 {
    outline-color: rgb(255 255 255 / 0.9);
  }

  .md\:outline-white\/95 {
    outline-color: rgb(255 255 255 / 0.95);
  }

  .md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\: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;
  }

  .md\:transition-none {
    transition-property: none;
  }

  .md\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:content-none {
    --tw-content: none;
    content: var(--tw-content);
  }

  .md\:bg_cyan_dark {
    background-color: #007298;
  }

  .md\:color_cyan_dark {
    color: #007298;
  }

  .md\:fill_cyan_dark {
    fill: #007298;
    color: #007298;
  }

  .md\:border_color_cyan_dark {
    border-color: #007298;
  }

  .md\:bg_cyan {
    background-color: #408EA0;
  }

  .md\:color_cyan {
    color: #408EA0;
  }

  .md\:fill_cyan {
    fill: #408EA0;
    color: #408EA0;
  }

  .md\:border_color_cyan {
    border-color: #408EA0;
  }

  .md\:bg_cyan_light {
    background-color: #C5E0EA;
  }

  .md\:color_cyan_light {
    color: #C5E0EA;
  }

  .md\:fill_cyan_light {
    fill: #C5E0EA;
    color: #C5E0EA;
  }

  .md\:border_color_cyan_light {
    border-color: #C5E0EA;
  }

  .md\:bg_cyan_extra_light {
    background-color: #EFF7F8;
  }

  .md\:color_cyan_extra_light {
    color: #EFF7F8;
  }

  .md\:fill_cyan_extra_light {
    fill: #EFF7F8;
    color: #EFF7F8;
  }

  .md\:border_color_extra_cyan_light {
    border-color: #EFF7F8;
  }

  .md\:sh_height_580 {
    min-height: 36.25rem;
  }

  .md\:sh_height_500 {
    min-height: 31.25rem;
  }

  .md\:sh_height_450 {
    min-height: 28.125rem;
  }

  .md\:sh_height_400 {
    min-height: 25rem;
  }

  .md\:sh_height_350 {
    min-height: 21.875rem;
  }

  .md\:sh_height_144 {
    min-height: 9rem;
  }

  .md\:sh_superscript {
    position: relative;
    top: -5px;
    font-size: .625rem;
    margin-left: 1px;
  }

  .md\:sh_icon_hover {
    color: #408EA0;
    fill: #408EA0;
  }

  .md\:sh_icon_hover:hover {
    color: #74C3D5;
    fill: #74C3D5;
  }

  @media (max-width: 1023.9px) {
    .md\:sh_hiddenWhenSmall {
      display: none;
    }
  }

  .md\:important_mb_0 {
    margin-bottom: 0px !important;
  }

  .md\:important_mt_0 {
    margin-top: 0px !important;
  }

  .md\:important_pb_0 {
    padding-bottom: 0px !important;
  }

  .md\:important_pt_0 {
    padding-top: 0px !important;
  }

  .md\:important_bg_image_none {
    background-image: none !important;
  }

  .md\:important_w_full {
    width: 100% !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  .md\:important_button_width_100 {
    width: 100% !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  #layoutContainers>div>.row>.md\:col-sm {
    padding: 0 !important;
  }
}

@media (min-width: 1440px) {
  .lg\: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;
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:-inset-0 {
    inset: -0px;
  }

  .lg\:-inset-1 {
    inset: -1px;
  }

  .lg\:-inset-1\/2 {
    inset: -50%;
  }

  .lg\:-inset-1\/3 {
    inset: -33.333333%;
  }

  .lg\:-inset-1\/4 {
    inset: -25%;
  }

  .lg\:-inset-10 {
    inset: -0.625rem;
  }

  .lg\:-inset-100 {
    inset: -6.250rem;
  }

  .lg\:-inset-12 {
    inset: -0.750rem;
  }

  .lg\:-inset-14 {
    inset: -0.875rem;
  }

  .lg\:-inset-150 {
    inset: -9.375rem;
  }

  .lg\:-inset-16 {
    inset: -1.000rem;
  }

  .lg\:-inset-18 {
    inset: -1.125rem;
  }

  .lg\:-inset-2 {
    inset: -0.125rem;
  }

  .lg\:-inset-2\/3 {
    inset: -66.666667%;
  }

  .lg\:-inset-2\/4 {
    inset: -50%;
  }

  .lg\:-inset-20 {
    inset: -1.250rem;
  }

  .lg\:-inset-200 {
    inset: -12.5rem;
  }

  .lg\:-inset-22 {
    inset: -1.375rem;
  }

  .lg\:-inset-24 {
    inset: -1.500rem;
  }

  .lg\:-inset-250 {
    inset: -15.625rem;
  }

  .lg\:-inset-26 {
    inset: -1.625rem;
  }

  .lg\:-inset-28 {
    inset: -1.75rem;
  }

  .lg\:-inset-3 {
    inset: -0.188rem;
  }

  .lg\:-inset-3\/4 {
    inset: -75%;
  }

  .lg\:-inset-30 {
    inset: -1.875rem;
  }

  .lg\:-inset-300 {
    inset: -18.75rem;
  }

  .lg\:-inset-32 {
    inset: -2rem;
  }

  .lg\:-inset-34 {
    inset: -2.125rem;
  }

  .lg\:-inset-36 {
    inset: -2.25rem;
  }

  .lg\:-inset-38 {
    inset: -2.375rem;
  }

  .lg\:-inset-4 {
    inset: -0.250rem;
  }

  .lg\:-inset-40 {
    inset: -2.500rem;
  }

  .lg\:-inset-50 {
    inset: -3.125rem;
  }

  .lg\:-inset-6 {
    inset: -0.375rem;
  }

  .lg\:-inset-60 {
    inset: -3.750rem;
  }

  .lg\:-inset-70 {
    inset: -4.375rem;
  }

  .lg\:-inset-8 {
    inset: -0.500rem;
  }

  .lg\:-inset-80 {
    inset: -5.000rem;
  }

  .lg\:-inset-90 {
    inset: -5.625rem;
  }

  .lg\:-inset-full {
    inset: -100%;
  }

  .lg\:inset-0 {
    inset: 0px;
  }

  .lg\:inset-1 {
    inset: 1px;
  }

  .lg\:inset-1\/2 {
    inset: 50%;
  }

  .lg\:inset-1\/3 {
    inset: 33.333333%;
  }

  .lg\:inset-1\/4 {
    inset: 25%;
  }

  .lg\:inset-10 {
    inset: 0.625rem;
  }

  .lg\:inset-100 {
    inset: 6.250rem;
  }

  .lg\:inset-12 {
    inset: 0.750rem;
  }

  .lg\:inset-14 {
    inset: 0.875rem;
  }

  .lg\:inset-150 {
    inset: 9.375rem;
  }

  .lg\:inset-16 {
    inset: 1.000rem;
  }

  .lg\:inset-18 {
    inset: 1.125rem;
  }

  .lg\:inset-2 {
    inset: 0.125rem;
  }

  .lg\:inset-2\/3 {
    inset: 66.666667%;
  }

  .lg\:inset-2\/4 {
    inset: 50%;
  }

  .lg\:inset-20 {
    inset: 1.250rem;
  }

  .lg\:inset-200 {
    inset: 12.5rem;
  }

  .lg\:inset-22 {
    inset: 1.375rem;
  }

  .lg\:inset-24 {
    inset: 1.500rem;
  }

  .lg\:inset-250 {
    inset: 15.625rem;
  }

  .lg\:inset-26 {
    inset: 1.625rem;
  }

  .lg\:inset-28 {
    inset: 1.75rem;
  }

  .lg\:inset-3 {
    inset: 0.188rem;
  }

  .lg\:inset-3\/4 {
    inset: 75%;
  }

  .lg\:inset-30 {
    inset: 1.875rem;
  }

  .lg\:inset-300 {
    inset: 18.75rem;
  }

  .lg\:inset-32 {
    inset: 2rem;
  }

  .lg\:inset-34 {
    inset: 2.125rem;
  }

  .lg\:inset-36 {
    inset: 2.25rem;
  }

  .lg\:inset-38 {
    inset: 2.375rem;
  }

  .lg\:inset-4 {
    inset: 0.250rem;
  }

  .lg\:inset-40 {
    inset: 2.500rem;
  }

  .lg\:inset-50 {
    inset: 3.125rem;
  }

  .lg\:inset-6 {
    inset: 0.375rem;
  }

  .lg\:inset-60 {
    inset: 3.750rem;
  }

  .lg\:inset-70 {
    inset: 4.375rem;
  }

  .lg\:inset-8 {
    inset: 0.500rem;
  }

  .lg\:inset-80 {
    inset: 5.000rem;
  }

  .lg\:inset-90 {
    inset: 5.625rem;
  }

  .lg\:inset-auto {
    inset: auto;
  }

  .lg\:inset-full {
    inset: 100%;
  }

  .lg\:-inset-x-0 {
    left: -0px;
    right: -0px;
  }

  .lg\:-inset-x-1 {
    left: -1px;
    right: -1px;
  }

  .lg\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .lg\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .lg\:-inset-x-10 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .lg\:-inset-x-100 {
    left: -6.250rem;
    right: -6.250rem;
  }

  .lg\:-inset-x-12 {
    left: -0.750rem;
    right: -0.750rem;
  }

  .lg\:-inset-x-14 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .lg\:-inset-x-150 {
    left: -9.375rem;
    right: -9.375rem;
  }

  .lg\:-inset-x-16 {
    left: -1.000rem;
    right: -1.000rem;
  }

  .lg\:-inset-x-18 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .lg\:-inset-x-2 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .lg\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .lg\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-20 {
    left: -1.250rem;
    right: -1.250rem;
  }

  .lg\:-inset-x-200 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .lg\:-inset-x-22 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .lg\:-inset-x-24 {
    left: -1.500rem;
    right: -1.500rem;
  }

  .lg\:-inset-x-250 {
    left: -15.625rem;
    right: -15.625rem;
  }

  .lg\:-inset-x-26 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .lg\:-inset-x-28 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .lg\:-inset-x-3 {
    left: -0.188rem;
    right: -0.188rem;
  }

  .lg\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .lg\:-inset-x-30 {
    left: -1.875rem;
    right: -1.875rem;
  }

  .lg\:-inset-x-300 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .lg\:-inset-x-32 {
    left: -2rem;
    right: -2rem;
  }

  .lg\:-inset-x-34 {
    left: -2.125rem;
    right: -2.125rem;
  }

  .lg\:-inset-x-36 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .lg\:-inset-x-38 {
    left: -2.375rem;
    right: -2.375rem;
  }

  .lg\:-inset-x-4 {
    left: -0.250rem;
    right: -0.250rem;
  }

  .lg\:-inset-x-40 {
    left: -2.500rem;
    right: -2.500rem;
  }

  .lg\:-inset-x-50 {
    left: -3.125rem;
    right: -3.125rem;
  }

  .lg\:-inset-x-6 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .lg\:-inset-x-60 {
    left: -3.750rem;
    right: -3.750rem;
  }

  .lg\:-inset-x-70 {
    left: -4.375rem;
    right: -4.375rem;
  }

  .lg\:-inset-x-8 {
    left: -0.500rem;
    right: -0.500rem;
  }

  .lg\:-inset-x-80 {
    left: -5.000rem;
    right: -5.000rem;
  }

  .lg\:-inset-x-90 {
    left: -5.625rem;
    right: -5.625rem;
  }

  .lg\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .lg\:-inset-y-0 {
    top: -0px;
    bottom: -0px;
  }

  .lg\:-inset-y-1 {
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-y-10 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:-inset-y-100 {
    top: -6.250rem;
    bottom: -6.250rem;
  }

  .lg\:-inset-y-12 {
    top: -0.750rem;
    bottom: -0.750rem;
  }

  .lg\:-inset-y-14 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:-inset-y-150 {
    top: -9.375rem;
    bottom: -9.375rem;
  }

  .lg\:-inset-y-16 {
    top: -1.000rem;
    bottom: -1.000rem;
  }

  .lg\:-inset-y-18 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .lg\:-inset-y-2 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-20 {
    top: -1.250rem;
    bottom: -1.250rem;
  }

  .lg\:-inset-y-200 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .lg\:-inset-y-22 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .lg\:-inset-y-24 {
    top: -1.500rem;
    bottom: -1.500rem;
  }

  .lg\:-inset-y-250 {
    top: -15.625rem;
    bottom: -15.625rem;
  }

  .lg\:-inset-y-26 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .lg\:-inset-y-28 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:-inset-y-3 {
    top: -0.188rem;
    bottom: -0.188rem;
  }

  .lg\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-y-30 {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .lg\:-inset-y-300 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .lg\:-inset-y-32 {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-y-34 {
    top: -2.125rem;
    bottom: -2.125rem;
  }

  .lg\:-inset-y-36 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:-inset-y-38 {
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .lg\:-inset-y-4 {
    top: -0.250rem;
    bottom: -0.250rem;
  }

  .lg\:-inset-y-40 {
    top: -2.500rem;
    bottom: -2.500rem;
  }

  .lg\:-inset-y-50 {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .lg\:-inset-y-6 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:-inset-y-60 {
    top: -3.750rem;
    bottom: -3.750rem;
  }

  .lg\:-inset-y-70 {
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .lg\:-inset-y-8 {
    top: -0.500rem;
    bottom: -0.500rem;
  }

  .lg\:-inset-y-80 {
    top: -5.000rem;
    bottom: -5.000rem;
  }

  .lg\:-inset-y-90 {
    top: -5.625rem;
    bottom: -5.625rem;
  }

  .lg\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .lg\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg\:inset-x-1 {
    left: 1px;
    right: 1px;
  }

  .lg\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .lg\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .lg\:inset-x-10 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .lg\:inset-x-100 {
    left: 6.250rem;
    right: 6.250rem;
  }

  .lg\:inset-x-12 {
    left: 0.750rem;
    right: 0.750rem;
  }

  .lg\:inset-x-14 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .lg\:inset-x-150 {
    left: 9.375rem;
    right: 9.375rem;
  }

  .lg\:inset-x-16 {
    left: 1.000rem;
    right: 1.000rem;
  }

  .lg\:inset-x-18 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .lg\:inset-x-2 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .lg\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .lg\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-20 {
    left: 1.250rem;
    right: 1.250rem;
  }

  .lg\:inset-x-200 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .lg\:inset-x-22 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .lg\:inset-x-24 {
    left: 1.500rem;
    right: 1.500rem;
  }

  .lg\:inset-x-250 {
    left: 15.625rem;
    right: 15.625rem;
  }

  .lg\:inset-x-26 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .lg\:inset-x-28 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .lg\:inset-x-3 {
    left: 0.188rem;
    right: 0.188rem;
  }

  .lg\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .lg\:inset-x-30 {
    left: 1.875rem;
    right: 1.875rem;
  }

  .lg\:inset-x-300 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .lg\:inset-x-32 {
    left: 2rem;
    right: 2rem;
  }

  .lg\:inset-x-34 {
    left: 2.125rem;
    right: 2.125rem;
  }

  .lg\:inset-x-36 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .lg\:inset-x-38 {
    left: 2.375rem;
    right: 2.375rem;
  }

  .lg\:inset-x-4 {
    left: 0.250rem;
    right: 0.250rem;
  }

  .lg\:inset-x-40 {
    left: 2.500rem;
    right: 2.500rem;
  }

  .lg\:inset-x-50 {
    left: 3.125rem;
    right: 3.125rem;
  }

  .lg\:inset-x-6 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .lg\:inset-x-60 {
    left: 3.750rem;
    right: 3.750rem;
  }

  .lg\:inset-x-70 {
    left: 4.375rem;
    right: 4.375rem;
  }

  .lg\:inset-x-8 {
    left: 0.500rem;
    right: 0.500rem;
  }

  .lg\:inset-x-80 {
    left: 5.000rem;
    right: 5.000rem;
  }

  .lg\:inset-x-90 {
    left: 5.625rem;
    right: 5.625rem;
  }

  .lg\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .lg\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:inset-y-1 {
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-y-10 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:inset-y-100 {
    top: 6.250rem;
    bottom: 6.250rem;
  }

  .lg\:inset-y-12 {
    top: 0.750rem;
    bottom: 0.750rem;
  }

  .lg\:inset-y-14 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:inset-y-150 {
    top: 9.375rem;
    bottom: 9.375rem;
  }

  .lg\:inset-y-16 {
    top: 1.000rem;
    bottom: 1.000rem;
  }

  .lg\:inset-y-18 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .lg\:inset-y-2 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-20 {
    top: 1.250rem;
    bottom: 1.250rem;
  }

  .lg\:inset-y-200 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .lg\:inset-y-22 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .lg\:inset-y-24 {
    top: 1.500rem;
    bottom: 1.500rem;
  }

  .lg\:inset-y-250 {
    top: 15.625rem;
    bottom: 15.625rem;
  }

  .lg\:inset-y-26 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .lg\:inset-y-28 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-y-3 {
    top: 0.188rem;
    bottom: 0.188rem;
  }

  .lg\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-y-30 {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .lg\:inset-y-300 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .lg\:inset-y-32 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-y-34 {
    top: 2.125rem;
    bottom: 2.125rem;
  }

  .lg\:inset-y-36 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:inset-y-38 {
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .lg\:inset-y-4 {
    top: 0.250rem;
    bottom: 0.250rem;
  }

  .lg\:inset-y-40 {
    top: 2.500rem;
    bottom: 2.500rem;
  }

  .lg\:inset-y-50 {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .lg\:inset-y-6 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:inset-y-60 {
    top: 3.750rem;
    bottom: 3.750rem;
  }

  .lg\:inset-y-70 {
    top: 4.375rem;
    bottom: 4.375rem;
  }

  .lg\:inset-y-8 {
    top: 0.500rem;
    bottom: 0.500rem;
  }

  .lg\:inset-y-80 {
    top: 5.000rem;
    bottom: 5.000rem;
  }

  .lg\:inset-y-90 {
    top: 5.625rem;
    bottom: 5.625rem;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .lg\:-bottom-0 {
    bottom: -0px;
  }

  .lg\:-bottom-1 {
    bottom: -1px;
  }

  .lg\:-bottom-1\/2 {
    bottom: -50%;
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .lg\:-bottom-1\/4 {
    bottom: -25%;
  }

  .lg\:-bottom-10 {
    bottom: -0.625rem;
  }

  .lg\:-bottom-100 {
    bottom: -6.250rem;
  }

  .lg\:-bottom-12 {
    bottom: -0.750rem;
  }

  .lg\:-bottom-14 {
    bottom: -0.875rem;
  }

  .lg\:-bottom-150 {
    bottom: -9.375rem;
  }

  .lg\:-bottom-16 {
    bottom: -1.000rem;
  }

  .lg\:-bottom-18 {
    bottom: -1.125rem;
  }

  .lg\:-bottom-2 {
    bottom: -0.125rem;
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .lg\:-bottom-2\/4 {
    bottom: -50%;
  }

  .lg\:-bottom-20 {
    bottom: -1.250rem;
  }

  .lg\:-bottom-200 {
    bottom: -12.5rem;
  }

  .lg\:-bottom-22 {
    bottom: -1.375rem;
  }

  .lg\:-bottom-24 {
    bottom: -1.500rem;
  }

  .lg\:-bottom-250 {
    bottom: -15.625rem;
  }

  .lg\:-bottom-26 {
    bottom: -1.625rem;
  }

  .lg\:-bottom-28 {
    bottom: -1.75rem;
  }

  .lg\:-bottom-3 {
    bottom: -0.188rem;
  }

  .lg\:-bottom-3\/4 {
    bottom: -75%;
  }

  .lg\:-bottom-30 {
    bottom: -1.875rem;
  }

  .lg\:-bottom-300 {
    bottom: -18.75rem;
  }

  .lg\:-bottom-32 {
    bottom: -2rem;
  }

  .lg\:-bottom-34 {
    bottom: -2.125rem;
  }

  .lg\:-bottom-36 {
    bottom: -2.25rem;
  }

  .lg\:-bottom-38 {
    bottom: -2.375rem;
  }

  .lg\:-bottom-4 {
    bottom: -0.250rem;
  }

  .lg\:-bottom-40 {
    bottom: -2.500rem;
  }

  .lg\:-bottom-50 {
    bottom: -3.125rem;
  }

  .lg\:-bottom-6 {
    bottom: -0.375rem;
  }

  .lg\:-bottom-60 {
    bottom: -3.750rem;
  }

  .lg\:-bottom-70 {
    bottom: -4.375rem;
  }

  .lg\:-bottom-8 {
    bottom: -0.500rem;
  }

  .lg\:-bottom-80 {
    bottom: -5.000rem;
  }

  .lg\:-bottom-90 {
    bottom: -5.625rem;
  }

  .lg\:-bottom-full {
    bottom: -100%;
  }

  .lg\:-end-0 {
    inset-inline-end: -0px;
  }

  .lg\:-end-1 {
    inset-inline-end: -1px;
  }

  .lg\:-end-1\/2 {
    inset-inline-end: -50%;
  }

  .lg\:-end-1\/3 {
    inset-inline-end: -33.333333%;
  }

  .lg\:-end-1\/4 {
    inset-inline-end: -25%;
  }

  .lg\:-end-10 {
    inset-inline-end: -0.625rem;
  }

  .lg\:-end-100 {
    inset-inline-end: -6.250rem;
  }

  .lg\:-end-12 {
    inset-inline-end: -0.750rem;
  }

  .lg\:-end-14 {
    inset-inline-end: -0.875rem;
  }

  .lg\:-end-150 {
    inset-inline-end: -9.375rem;
  }

  .lg\:-end-16 {
    inset-inline-end: -1.000rem;
  }

  .lg\:-end-18 {
    inset-inline-end: -1.125rem;
  }

  .lg\:-end-2 {
    inset-inline-end: -0.125rem;
  }

  .lg\:-end-2\/3 {
    inset-inline-end: -66.666667%;
  }

  .lg\:-end-2\/4 {
    inset-inline-end: -50%;
  }

  .lg\:-end-20 {
    inset-inline-end: -1.250rem;
  }

  .lg\:-end-200 {
    inset-inline-end: -12.5rem;
  }

  .lg\:-end-22 {
    inset-inline-end: -1.375rem;
  }

  .lg\:-end-24 {
    inset-inline-end: -1.500rem;
  }

  .lg\:-end-250 {
    inset-inline-end: -15.625rem;
  }

  .lg\:-end-26 {
    inset-inline-end: -1.625rem;
  }

  .lg\:-end-28 {
    inset-inline-end: -1.75rem;
  }

  .lg\:-end-3 {
    inset-inline-end: -0.188rem;
  }

  .lg\:-end-3\/4 {
    inset-inline-end: -75%;
  }

  .lg\:-end-30 {
    inset-inline-end: -1.875rem;
  }

  .lg\:-end-300 {
    inset-inline-end: -18.75rem;
  }

  .lg\:-end-32 {
    inset-inline-end: -2rem;
  }

  .lg\:-end-34 {
    inset-inline-end: -2.125rem;
  }

  .lg\:-end-36 {
    inset-inline-end: -2.25rem;
  }

  .lg\:-end-38 {
    inset-inline-end: -2.375rem;
  }

  .lg\:-end-4 {
    inset-inline-end: -0.250rem;
  }

  .lg\:-end-40 {
    inset-inline-end: -2.500rem;
  }

  .lg\:-end-50 {
    inset-inline-end: -3.125rem;
  }

  .lg\:-end-6 {
    inset-inline-end: -0.375rem;
  }

  .lg\:-end-60 {
    inset-inline-end: -3.750rem;
  }

  .lg\:-end-70 {
    inset-inline-end: -4.375rem;
  }

  .lg\:-end-8 {
    inset-inline-end: -0.500rem;
  }

  .lg\:-end-80 {
    inset-inline-end: -5.000rem;
  }

  .lg\:-end-90 {
    inset-inline-end: -5.625rem;
  }

  .lg\:-end-full {
    inset-inline-end: -100%;
  }

  .lg\:-left-0 {
    left: -0px;
  }

  .lg\:-left-1 {
    left: -1px;
  }

  .lg\:-left-1\/2 {
    left: -50%;
  }

  .lg\:-left-1\/3 {
    left: -33.333333%;
  }

  .lg\:-left-1\/4 {
    left: -25%;
  }

  .lg\:-left-10 {
    left: -0.625rem;
  }

  .lg\:-left-100 {
    left: -6.250rem;
  }

  .lg\:-left-12 {
    left: -0.750rem;
  }

  .lg\:-left-14 {
    left: -0.875rem;
  }

  .lg\:-left-150 {
    left: -9.375rem;
  }

  .lg\:-left-16 {
    left: -1.000rem;
  }

  .lg\:-left-18 {
    left: -1.125rem;
  }

  .lg\:-left-2 {
    left: -0.125rem;
  }

  .lg\:-left-2\/3 {
    left: -66.666667%;
  }

  .lg\:-left-2\/4 {
    left: -50%;
  }

  .lg\:-left-20 {
    left: -1.250rem;
  }

  .lg\:-left-200 {
    left: -12.5rem;
  }

  .lg\:-left-22 {
    left: -1.375rem;
  }

  .lg\:-left-24 {
    left: -1.500rem;
  }

  .lg\:-left-250 {
    left: -15.625rem;
  }

  .lg\:-left-26 {
    left: -1.625rem;
  }

  .lg\:-left-28 {
    left: -1.75rem;
  }

  .lg\:-left-3 {
    left: -0.188rem;
  }

  .lg\:-left-3\/4 {
    left: -75%;
  }

  .lg\:-left-30 {
    left: -1.875rem;
  }

  .lg\:-left-300 {
    left: -18.75rem;
  }

  .lg\:-left-32 {
    left: -2rem;
  }

  .lg\:-left-34 {
    left: -2.125rem;
  }

  .lg\:-left-36 {
    left: -2.25rem;
  }

  .lg\:-left-38 {
    left: -2.375rem;
  }

  .lg\:-left-4 {
    left: -0.250rem;
  }

  .lg\:-left-40 {
    left: -2.500rem;
  }

  .lg\:-left-50 {
    left: -3.125rem;
  }

  .lg\:-left-6 {
    left: -0.375rem;
  }

  .lg\:-left-60 {
    left: -3.750rem;
  }

  .lg\:-left-70 {
    left: -4.375rem;
  }

  .lg\:-left-8 {
    left: -0.500rem;
  }

  .lg\:-left-80 {
    left: -5.000rem;
  }

  .lg\:-left-90 {
    left: -5.625rem;
  }

  .lg\:-left-full {
    left: -100%;
  }

  .lg\:-right-0 {
    right: -0px;
  }

  .lg\:-right-1 {
    right: -1px;
  }

  .lg\:-right-1\/2 {
    right: -50%;
  }

  .lg\:-right-1\/3 {
    right: -33.333333%;
  }

  .lg\:-right-1\/4 {
    right: -25%;
  }

  .lg\:-right-10 {
    right: -0.625rem;
  }

  .lg\:-right-100 {
    right: -6.250rem;
  }

  .lg\:-right-12 {
    right: -0.750rem;
  }

  .lg\:-right-14 {
    right: -0.875rem;
  }

  .lg\:-right-150 {
    right: -9.375rem;
  }

  .lg\:-right-16 {
    right: -1.000rem;
  }

  .lg\:-right-18 {
    right: -1.125rem;
  }

  .lg\:-right-2 {
    right: -0.125rem;
  }

  .lg\:-right-2\/3 {
    right: -66.666667%;
  }

  .lg\:-right-2\/4 {
    right: -50%;
  }

  .lg\:-right-20 {
    right: -1.250rem;
  }

  .lg\:-right-200 {
    right: -12.5rem;
  }

  .lg\:-right-22 {
    right: -1.375rem;
  }

  .lg\:-right-24 {
    right: -1.500rem;
  }

  .lg\:-right-250 {
    right: -15.625rem;
  }

  .lg\:-right-26 {
    right: -1.625rem;
  }

  .lg\:-right-28 {
    right: -1.75rem;
  }

  .lg\:-right-3 {
    right: -0.188rem;
  }

  .lg\:-right-3\/4 {
    right: -75%;
  }

  .lg\:-right-30 {
    right: -1.875rem;
  }

  .lg\:-right-300 {
    right: -18.75rem;
  }

  .lg\:-right-32 {
    right: -2rem;
  }

  .lg\:-right-34 {
    right: -2.125rem;
  }

  .lg\:-right-36 {
    right: -2.25rem;
  }

  .lg\:-right-38 {
    right: -2.375rem;
  }

  .lg\:-right-4 {
    right: -0.250rem;
  }

  .lg\:-right-40 {
    right: -2.500rem;
  }

  .lg\:-right-50 {
    right: -3.125rem;
  }

  .lg\:-right-6 {
    right: -0.375rem;
  }

  .lg\:-right-60 {
    right: -3.750rem;
  }

  .lg\:-right-70 {
    right: -4.375rem;
  }

  .lg\:-right-8 {
    right: -0.500rem;
  }

  .lg\:-right-80 {
    right: -5.000rem;
  }

  .lg\:-right-90 {
    right: -5.625rem;
  }

  .lg\:-right-full {
    right: -100%;
  }

  .lg\:-start-0 {
    inset-inline-start: -0px;
  }

  .lg\:-start-1 {
    inset-inline-start: -1px;
  }

  .lg\:-start-1\/2 {
    inset-inline-start: -50%;
  }

  .lg\:-start-1\/3 {
    inset-inline-start: -33.333333%;
  }

  .lg\:-start-1\/4 {
    inset-inline-start: -25%;
  }

  .lg\:-start-10 {
    inset-inline-start: -0.625rem;
  }

  .lg\:-start-100 {
    inset-inline-start: -6.250rem;
  }

  .lg\:-start-12 {
    inset-inline-start: -0.750rem;
  }

  .lg\:-start-14 {
    inset-inline-start: -0.875rem;
  }

  .lg\:-start-150 {
    inset-inline-start: -9.375rem;
  }

  .lg\:-start-16 {
    inset-inline-start: -1.000rem;
  }

  .lg\:-start-18 {
    inset-inline-start: -1.125rem;
  }

  .lg\:-start-2 {
    inset-inline-start: -0.125rem;
  }

  .lg\:-start-2\/3 {
    inset-inline-start: -66.666667%;
  }

  .lg\:-start-2\/4 {
    inset-inline-start: -50%;
  }

  .lg\:-start-20 {
    inset-inline-start: -1.250rem;
  }

  .lg\:-start-200 {
    inset-inline-start: -12.5rem;
  }

  .lg\:-start-22 {
    inset-inline-start: -1.375rem;
  }

  .lg\:-start-24 {
    inset-inline-start: -1.500rem;
  }

  .lg\:-start-250 {
    inset-inline-start: -15.625rem;
  }

  .lg\:-start-26 {
    inset-inline-start: -1.625rem;
  }

  .lg\:-start-28 {
    inset-inline-start: -1.75rem;
  }

  .lg\:-start-3 {
    inset-inline-start: -0.188rem;
  }

  .lg\:-start-3\/4 {
    inset-inline-start: -75%;
  }

  .lg\:-start-30 {
    inset-inline-start: -1.875rem;
  }

  .lg\:-start-300 {
    inset-inline-start: -18.75rem;
  }

  .lg\:-start-32 {
    inset-inline-start: -2rem;
  }

  .lg\:-start-34 {
    inset-inline-start: -2.125rem;
  }

  .lg\:-start-36 {
    inset-inline-start: -2.25rem;
  }

  .lg\:-start-38 {
    inset-inline-start: -2.375rem;
  }

  .lg\:-start-4 {
    inset-inline-start: -0.250rem;
  }

  .lg\:-start-40 {
    inset-inline-start: -2.500rem;
  }

  .lg\:-start-50 {
    inset-inline-start: -3.125rem;
  }

  .lg\:-start-6 {
    inset-inline-start: -0.375rem;
  }

  .lg\:-start-60 {
    inset-inline-start: -3.750rem;
  }

  .lg\:-start-70 {
    inset-inline-start: -4.375rem;
  }

  .lg\:-start-8 {
    inset-inline-start: -0.500rem;
  }

  .lg\:-start-80 {
    inset-inline-start: -5.000rem;
  }

  .lg\:-start-90 {
    inset-inline-start: -5.625rem;
  }

  .lg\:-start-full {
    inset-inline-start: -100%;
  }

  .lg\:-top-0 {
    top: -0px;
  }

  .lg\:-top-1 {
    top: -1px;
  }

  .lg\:-top-1\/2 {
    top: -50%;
  }

  .lg\:-top-1\/3 {
    top: -33.333333%;
  }

  .lg\:-top-1\/4 {
    top: -25%;
  }

  .lg\:-top-10 {
    top: -0.625rem;
  }

  .lg\:-top-100 {
    top: -6.250rem;
  }

  .lg\:-top-12 {
    top: -0.750rem;
  }

  .lg\:-top-14 {
    top: -0.875rem;
  }

  .lg\:-top-150 {
    top: -9.375rem;
  }

  .lg\:-top-16 {
    top: -1.000rem;
  }

  .lg\:-top-18 {
    top: -1.125rem;
  }

  .lg\:-top-2 {
    top: -0.125rem;
  }

  .lg\:-top-2\/3 {
    top: -66.666667%;
  }

  .lg\:-top-2\/4 {
    top: -50%;
  }

  .lg\:-top-20 {
    top: -1.250rem;
  }

  .lg\:-top-200 {
    top: -12.5rem;
  }

  .lg\:-top-22 {
    top: -1.375rem;
  }

  .lg\:-top-24 {
    top: -1.500rem;
  }

  .lg\:-top-250 {
    top: -15.625rem;
  }

  .lg\:-top-26 {
    top: -1.625rem;
  }

  .lg\:-top-28 {
    top: -1.75rem;
  }

  .lg\:-top-3 {
    top: -0.188rem;
  }

  .lg\:-top-3\/4 {
    top: -75%;
  }

  .lg\:-top-30 {
    top: -1.875rem;
  }

  .lg\:-top-300 {
    top: -18.75rem;
  }

  .lg\:-top-32 {
    top: -2rem;
  }

  .lg\:-top-34 {
    top: -2.125rem;
  }

  .lg\:-top-36 {
    top: -2.25rem;
  }

  .lg\:-top-38 {
    top: -2.375rem;
  }

  .lg\:-top-4 {
    top: -0.250rem;
  }

  .lg\:-top-40 {
    top: -2.500rem;
  }

  .lg\:-top-50 {
    top: -3.125rem;
  }

  .lg\:-top-6 {
    top: -0.375rem;
  }

  .lg\:-top-60 {
    top: -3.750rem;
  }

  .lg\:-top-70 {
    top: -4.375rem;
  }

  .lg\:-top-8 {
    top: -0.500rem;
  }

  .lg\:-top-80 {
    top: -5.000rem;
  }

  .lg\:-top-90 {
    top: -5.625rem;
  }

  .lg\:-top-full {
    top: -100%;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-1 {
    bottom: 1px;
  }

  .lg\:bottom-1\/2 {
    bottom: 50%;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .lg\:bottom-1\/4 {
    bottom: 25%;
  }

  .lg\:bottom-10 {
    bottom: 0.625rem;
  }

  .lg\:bottom-100 {
    bottom: 6.250rem;
  }

  .lg\:bottom-12 {
    bottom: 0.750rem;
  }

  .lg\:bottom-14 {
    bottom: 0.875rem;
  }

  .lg\:bottom-150 {
    bottom: 9.375rem;
  }

  .lg\:bottom-16 {
    bottom: 1.000rem;
  }

  .lg\:bottom-18 {
    bottom: 1.125rem;
  }

  .lg\:bottom-2 {
    bottom: 0.125rem;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .lg\:bottom-2\/4 {
    bottom: 50%;
  }

  .lg\:bottom-20 {
    bottom: 1.250rem;
  }

  .lg\:bottom-200 {
    bottom: 12.5rem;
  }

  .lg\:bottom-22 {
    bottom: 1.375rem;
  }

  .lg\:bottom-24 {
    bottom: 1.500rem;
  }

  .lg\:bottom-250 {
    bottom: 15.625rem;
  }

  .lg\:bottom-26 {
    bottom: 1.625rem;
  }

  .lg\:bottom-28 {
    bottom: 1.75rem;
  }

  .lg\:bottom-3 {
    bottom: 0.188rem;
  }

  .lg\:bottom-3\/4 {
    bottom: 75%;
  }

  .lg\:bottom-30 {
    bottom: 1.875rem;
  }

  .lg\:bottom-300 {
    bottom: 18.75rem;
  }

  .lg\:bottom-32 {
    bottom: 2rem;
  }

  .lg\:bottom-34 {
    bottom: 2.125rem;
  }

  .lg\:bottom-36 {
    bottom: 2.25rem;
  }

  .lg\:bottom-38 {
    bottom: 2.375rem;
  }

  .lg\:bottom-4 {
    bottom: 0.250rem;
  }

  .lg\:bottom-40 {
    bottom: 2.500rem;
  }

  .lg\:bottom-50 {
    bottom: 3.125rem;
  }

  .lg\:bottom-6 {
    bottom: 0.375rem;
  }

  .lg\:bottom-60 {
    bottom: 3.750rem;
  }

  .lg\:bottom-70 {
    bottom: 4.375rem;
  }

  .lg\:bottom-8 {
    bottom: 0.500rem;
  }

  .lg\:bottom-80 {
    bottom: 5.000rem;
  }

  .lg\:bottom-90 {
    bottom: 5.625rem;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:bottom-full {
    bottom: 100%;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-1 {
    left: 1px;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:left-1\/3 {
    left: 33.333333%;
  }

  .lg\:left-1\/4 {
    left: 25%;
  }

  .lg\:left-10 {
    left: 0.625rem;
  }

  .lg\:left-100 {
    left: 6.250rem;
  }

  .lg\:left-12 {
    left: 0.750rem;
  }

  .lg\:left-14 {
    left: 0.875rem;
  }

  .lg\:left-150 {
    left: 9.375rem;
  }

  .lg\:left-16 {
    left: 1.000rem;
  }

  .lg\:left-18 {
    left: 1.125rem;
  }

  .lg\:left-2 {
    left: 0.125rem;
  }

  .lg\:left-2\/3 {
    left: 66.666667%;
  }

  .lg\:left-2\/4 {
    left: 50%;
  }

  .lg\:left-20 {
    left: 1.250rem;
  }

  .lg\:left-200 {
    left: 12.5rem;
  }

  .lg\:left-22 {
    left: 1.375rem;
  }

  .lg\:left-24 {
    left: 1.500rem;
  }

  .lg\:left-250 {
    left: 15.625rem;
  }

  .lg\:left-26 {
    left: 1.625rem;
  }

  .lg\:left-28 {
    left: 1.75rem;
  }

  .lg\:left-3 {
    left: 0.188rem;
  }

  .lg\:left-3\/4 {
    left: 75%;
  }

  .lg\:left-30 {
    left: 1.875rem;
  }

  .lg\:left-300 {
    left: 18.75rem;
  }

  .lg\:left-32 {
    left: 2rem;
  }

  .lg\:left-34 {
    left: 2.125rem;
  }

  .lg\:left-36 {
    left: 2.25rem;
  }

  .lg\:left-38 {
    left: 2.375rem;
  }

  .lg\:left-4 {
    left: 0.250rem;
  }

  .lg\:left-40 {
    left: 2.500rem;
  }

  .lg\:left-50 {
    left: 3.125rem;
  }

  .lg\:left-6 {
    left: 0.375rem;
  }

  .lg\:left-60 {
    left: 3.750rem;
  }

  .lg\:left-70 {
    left: 4.375rem;
  }

  .lg\:left-8 {
    left: 0.500rem;
  }

  .lg\:left-80 {
    left: 5.000rem;
  }

  .lg\:left-90 {
    left: 5.625rem;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:left-full {
    left: 100%;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-1 {
    right: 1px;
  }

  .lg\:right-1\/2 {
    right: 50%;
  }

  .lg\:right-1\/3 {
    right: 33.333333%;
  }

  .lg\:right-1\/4 {
    right: 25%;
  }

  .lg\:right-10 {
    right: 0.625rem;
  }

  .lg\:right-100 {
    right: 6.250rem;
  }

  .lg\:right-12 {
    right: 0.750rem;
  }

  .lg\:right-14 {
    right: 0.875rem;
  }

  .lg\:right-150 {
    right: 9.375rem;
  }

  .lg\:right-16 {
    right: 1.000rem;
  }

  .lg\:right-18 {
    right: 1.125rem;
  }

  .lg\:right-2 {
    right: 0.125rem;
  }

  .lg\:right-2\/3 {
    right: 66.666667%;
  }

  .lg\:right-2\/4 {
    right: 50%;
  }

  .lg\:right-20 {
    right: 1.250rem;
  }

  .lg\:right-200 {
    right: 12.5rem;
  }

  .lg\:right-22 {
    right: 1.375rem;
  }

  .lg\:right-24 {
    right: 1.500rem;
  }

  .lg\:right-250 {
    right: 15.625rem;
  }

  .lg\:right-26 {
    right: 1.625rem;
  }

  .lg\:right-28 {
    right: 1.75rem;
  }

  .lg\:right-3 {
    right: 0.188rem;
  }

  .lg\:right-3\/4 {
    right: 75%;
  }

  .lg\:right-30 {
    right: 1.875rem;
  }

  .lg\:right-300 {
    right: 18.75rem;
  }

  .lg\:right-32 {
    right: 2rem;
  }

  .lg\:right-34 {
    right: 2.125rem;
  }

  .lg\:right-36 {
    right: 2.25rem;
  }

  .lg\:right-38 {
    right: 2.375rem;
  }

  .lg\:right-4 {
    right: 0.250rem;
  }

  .lg\:right-40 {
    right: 2.500rem;
  }

  .lg\:right-50 {
    right: 3.125rem;
  }

  .lg\:right-6 {
    right: 0.375rem;
  }

  .lg\:right-60 {
    right: 3.750rem;
  }

  .lg\:right-70 {
    right: 4.375rem;
  }

  .lg\:right-8 {
    right: 0.500rem;
  }

  .lg\:right-80 {
    right: 5.000rem;
  }

  .lg\:right-90 {
    right: 5.625rem;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:right-full {
    right: 100%;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-1 {
    top: 1px;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-1\/3 {
    top: 33.333333%;
  }

  .lg\:top-1\/4 {
    top: 25%;
  }

  .lg\:top-10 {
    top: 0.625rem;
  }

  .lg\:top-100 {
    top: 6.250rem;
  }

  .lg\:top-12 {
    top: 0.750rem;
  }

  .lg\:top-14 {
    top: 0.875rem;
  }

  .lg\:top-150 {
    top: 9.375rem;
  }

  .lg\:top-16 {
    top: 1.000rem;
  }

  .lg\:top-18 {
    top: 1.125rem;
  }

  .lg\:top-2 {
    top: 0.125rem;
  }

  .lg\:top-2\/3 {
    top: 66.666667%;
  }

  .lg\:top-2\/4 {
    top: 50%;
  }

  .lg\:top-20 {
    top: 1.250rem;
  }

  .lg\:top-200 {
    top: 12.5rem;
  }

  .lg\:top-22 {
    top: 1.375rem;
  }

  .lg\:top-24 {
    top: 1.500rem;
  }

  .lg\:top-250 {
    top: 15.625rem;
  }

  .lg\:top-26 {
    top: 1.625rem;
  }

  .lg\:top-28 {
    top: 1.75rem;
  }

  .lg\:top-3 {
    top: 0.188rem;
  }

  .lg\:top-3\/4 {
    top: 75%;
  }

  .lg\:top-30 {
    top: 1.875rem;
  }

  .lg\:top-300 {
    top: 18.75rem;
  }

  .lg\:top-32 {
    top: 2rem;
  }

  .lg\:top-34 {
    top: 2.125rem;
  }

  .lg\:top-36 {
    top: 2.25rem;
  }

  .lg\:top-38 {
    top: 2.375rem;
  }

  .lg\:top-4 {
    top: 0.250rem;
  }

  .lg\:top-40 {
    top: 2.500rem;
  }

  .lg\:top-50 {
    top: 3.125rem;
  }

  .lg\:top-6 {
    top: 0.375rem;
  }

  .lg\:top-60 {
    top: 3.750rem;
  }

  .lg\:top-70 {
    top: 4.375rem;
  }

  .lg\:top-8 {
    top: 0.500rem;
  }

  .lg\:top-80 {
    top: 5.000rem;
  }

  .lg\:top-90 {
    top: 5.625rem;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:-z-0 {
    z-index: 0;
  }

  .lg\:-z-10 {
    z-index: -10;
  }

  .lg\:-z-20 {
    z-index: -20;
  }

  .lg\:-z-30 {
    z-index: -30;
  }

  .lg\:-z-40 {
    z-index: -40;
  }

  .lg\:-z-50 {
    z-index: -50;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:-order-1 {
    order: -1;
  }

  .lg\:-order-10 {
    order: -10;
  }

  .lg\:-order-11 {
    order: -11;
  }

  .lg\:-order-12 {
    order: -12;
  }

  .lg\:-order-2 {
    order: -2;
  }

  .lg\:-order-3 {
    order: -3;
  }

  .lg\:-order-4 {
    order: -4;
  }

  .lg\:-order-5 {
    order: -5;
  }

  .lg\:-order-6 {
    order: -6;
  }

  .lg\:-order-7 {
    order: -7;
  }

  .lg\:-order-8 {
    order: -8;
  }

  .lg\:-order-9 {
    order: -9;
  }

  .lg\:-order-first {
    order: 9999;
  }

  .lg\:-order-last {
    order: -9999;
  }

  .lg\:-order-none {
    order: 0;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:-m-0 {
    margin: -0px;
  }

  .lg\:-m-1 {
    margin: -1px;
  }

  .lg\:-m-10 {
    margin: -0.625rem;
  }

  .lg\:-m-100 {
    margin: -6.250rem;
  }

  .lg\:-m-12 {
    margin: -0.750rem;
  }

  .lg\:-m-14 {
    margin: -0.875rem;
  }

  .lg\:-m-150 {
    margin: -9.375rem;
  }

  .lg\:-m-16 {
    margin: -1.000rem;
  }

  .lg\:-m-18 {
    margin: -1.125rem;
  }

  .lg\:-m-2 {
    margin: -0.125rem;
  }

  .lg\:-m-20 {
    margin: -1.250rem;
  }

  .lg\:-m-200 {
    margin: -12.5rem;
  }

  .lg\:-m-22 {
    margin: -1.375rem;
  }

  .lg\:-m-24 {
    margin: -1.500rem;
  }

  .lg\:-m-250 {
    margin: -15.625rem;
  }

  .lg\:-m-26 {
    margin: -1.625rem;
  }

  .lg\:-m-28 {
    margin: -1.75rem;
  }

  .lg\:-m-3 {
    margin: -0.188rem;
  }

  .lg\:-m-30 {
    margin: -1.875rem;
  }

  .lg\:-m-300 {
    margin: -18.75rem;
  }

  .lg\:-m-32 {
    margin: -2rem;
  }

  .lg\:-m-34 {
    margin: -2.125rem;
  }

  .lg\:-m-36 {
    margin: -2.25rem;
  }

  .lg\:-m-38 {
    margin: -2.375rem;
  }

  .lg\:-m-4 {
    margin: -0.250rem;
  }

  .lg\:-m-40 {
    margin: -2.500rem;
  }

  .lg\:-m-50 {
    margin: -3.125rem;
  }

  .lg\:-m-6 {
    margin: -0.375rem;
  }

  .lg\:-m-60 {
    margin: -3.750rem;
  }

  .lg\:-m-70 {
    margin: -4.375rem;
  }

  .lg\:-m-8 {
    margin: -0.500rem;
  }

  .lg\:-m-80 {
    margin: -5.000rem;
  }

  .lg\:-m-90 {
    margin: -5.625rem;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-1 {
    margin: 1px;
  }

  .lg\:m-10 {
    margin: 0.625rem;
  }

  .lg\:m-100 {
    margin: 6.250rem;
  }

  .lg\:m-12 {
    margin: 0.750rem;
  }

  .lg\:m-14 {
    margin: 0.875rem;
  }

  .lg\:m-150 {
    margin: 9.375rem;
  }

  .lg\:m-16 {
    margin: 1.000rem;
  }

  .lg\:m-18 {
    margin: 1.125rem;
  }

  .lg\:m-2 {
    margin: 0.125rem;
  }

  .lg\:m-20 {
    margin: 1.250rem;
  }

  .lg\:m-200 {
    margin: 12.5rem;
  }

  .lg\:m-22 {
    margin: 1.375rem;
  }

  .lg\:m-24 {
    margin: 1.500rem;
  }

  .lg\:m-250 {
    margin: 15.625rem;
  }

  .lg\:m-26 {
    margin: 1.625rem;
  }

  .lg\:m-28 {
    margin: 1.75rem;
  }

  .lg\:m-3 {
    margin: 0.188rem;
  }

  .lg\:m-30 {
    margin: 1.875rem;
  }

  .lg\:m-300 {
    margin: 18.75rem;
  }

  .lg\:m-32 {
    margin: 2rem;
  }

  .lg\:m-34 {
    margin: 2.125rem;
  }

  .lg\:m-36 {
    margin: 2.25rem;
  }

  .lg\:m-38 {
    margin: 2.375rem;
  }

  .lg\:m-4 {
    margin: 0.250rem;
  }

  .lg\:m-40 {
    margin: 2.500rem;
  }

  .lg\:m-50 {
    margin: 3.125rem;
  }

  .lg\:m-6 {
    margin: 0.375rem;
  }

  .lg\:m-60 {
    margin: 3.750rem;
  }

  .lg\:m-70 {
    margin: 4.375rem;
  }

  .lg\:m-8 {
    margin: 0.500rem;
  }

  .lg\:m-80 {
    margin: 5.000rem;
  }

  .lg\:m-90 {
    margin: 5.625rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .lg\:-mx-1 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mx-10 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-mx-100 {
    margin-left: -6.250rem;
    margin-right: -6.250rem;
  }

  .lg\:-mx-12 {
    margin-left: -0.750rem;
    margin-right: -0.750rem;
  }

  .lg\:-mx-14 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:-mx-150 {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .lg\:-mx-16 {
    margin-left: -1.000rem;
    margin-right: -1.000rem;
  }

  .lg\:-mx-18 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-mx-20 {
    margin-left: -1.250rem;
    margin-right: -1.250rem;
  }

  .lg\:-mx-200 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .lg\:-mx-22 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .lg\:-mx-24 {
    margin-left: -1.500rem;
    margin-right: -1.500rem;
  }

  .lg\:-mx-250 {
    margin-left: -15.625rem;
    margin-right: -15.625rem;
  }

  .lg\:-mx-26 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .lg\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.188rem;
    margin-right: -0.188rem;
  }

  .lg\:-mx-30 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .lg\:-mx-300 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-mx-34 {
    margin-left: -2.125rem;
    margin-right: -2.125rem;
  }

  .lg\:-mx-36 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-mx-38 {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .lg\:-mx-4 {
    margin-left: -0.250rem;
    margin-right: -0.250rem;
  }

  .lg\:-mx-40 {
    margin-left: -2.500rem;
    margin-right: -2.500rem;
  }

  .lg\:-mx-50 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .lg\:-mx-6 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-mx-60 {
    margin-left: -3.750rem;
    margin-right: -3.750rem;
  }

  .lg\:-mx-70 {
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .lg\:-mx-8 {
    margin-left: -0.500rem;
    margin-right: -0.500rem;
  }

  .lg\:-mx-80 {
    margin-left: -5.000rem;
    margin-right: -5.000rem;
  }

  .lg\:-mx-90 {
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }

  .lg\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .lg\:-my-1 {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-my-10 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-my-100 {
    margin-top: -6.250rem;
    margin-bottom: -6.250rem;
  }

  .lg\:-my-12 {
    margin-top: -0.750rem;
    margin-bottom: -0.750rem;
  }

  .lg\:-my-14 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:-my-150 {
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .lg\:-my-16 {
    margin-top: -1.000rem;
    margin-bottom: -1.000rem;
  }

  .lg\:-my-18 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .lg\:-my-2 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-my-20 {
    margin-top: -1.250rem;
    margin-bottom: -1.250rem;
  }

  .lg\:-my-200 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .lg\:-my-22 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .lg\:-my-24 {
    margin-top: -1.500rem;
    margin-bottom: -1.500rem;
  }

  .lg\:-my-250 {
    margin-top: -15.625rem;
    margin-bottom: -15.625rem;
  }

  .lg\:-my-26 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .lg\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-my-3 {
    margin-top: -0.188rem;
    margin-bottom: -0.188rem;
  }

  .lg\:-my-30 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:-my-300 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-34 {
    margin-top: -2.125rem;
    margin-bottom: -2.125rem;
  }

  .lg\:-my-36 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-my-38 {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .lg\:-my-4 {
    margin-top: -0.250rem;
    margin-bottom: -0.250rem;
  }

  .lg\:-my-40 {
    margin-top: -2.500rem;
    margin-bottom: -2.500rem;
  }

  .lg\:-my-50 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:-my-6 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-my-60 {
    margin-top: -3.750rem;
    margin-bottom: -3.750rem;
  }

  .lg\:-my-70 {
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .lg\:-my-8 {
    margin-top: -0.500rem;
    margin-bottom: -0.500rem;
  }

  .lg\:-my-80 {
    margin-top: -5.000rem;
    margin-bottom: -5.000rem;
  }

  .lg\:-my-90 {
    margin-top: -5.625rem;
    margin-bottom: -5.625rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:mx-100 {
    margin-left: 6.250rem;
    margin-right: 6.250rem;
  }

  .lg\:mx-12 {
    margin-left: 0.750rem;
    margin-right: 0.750rem;
  }

  .lg\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:mx-150 {
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .lg\:mx-16 {
    margin-left: 1.000rem;
    margin-right: 1.000rem;
  }

  .lg\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .lg\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:mx-20 {
    margin-left: 1.250rem;
    margin-right: 1.250rem;
  }

  .lg\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .lg\:mx-22 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .lg\:mx-24 {
    margin-left: 1.500rem;
    margin-right: 1.500rem;
  }

  .lg\:mx-250 {
    margin-left: 15.625rem;
    margin-right: 15.625rem;
  }

  .lg\:mx-26 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .lg\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-3 {
    margin-left: 0.188rem;
    margin-right: 0.188rem;
  }

  .lg\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:mx-300 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-34 {
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .lg\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:mx-38 {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .lg\:mx-4 {
    margin-left: 0.250rem;
    margin-right: 0.250rem;
  }

  .lg\:mx-40 {
    margin-left: 2.500rem;
    margin-right: 2.500rem;
  }

  .lg\:mx-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .lg\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:mx-60 {
    margin-left: 3.750rem;
    margin-right: 3.750rem;
  }

  .lg\:mx-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .lg\:mx-8 {
    margin-left: 0.500rem;
    margin-right: 0.500rem;
  }

  .lg\:mx-80 {
    margin-left: 5.000rem;
    margin-right: 5.000rem;
  }

  .lg\:mx-90 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:my-100 {
    margin-top: 6.250rem;
    margin-bottom: 6.250rem;
  }

  .lg\:my-12 {
    margin-top: 0.750rem;
    margin-bottom: 0.750rem;
  }

  .lg\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:my-150 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .lg\:my-16 {
    margin-top: 1.000rem;
    margin-bottom: 1.000rem;
  }

  .lg\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .lg\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:my-20 {
    margin-top: 1.250rem;
    margin-bottom: 1.250rem;
  }

  .lg\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .lg\:my-22 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .lg\:my-24 {
    margin-top: 1.500rem;
    margin-bottom: 1.500rem;
  }

  .lg\:my-250 {
    margin-top: 15.625rem;
    margin-bottom: 15.625rem;
  }

  .lg\:my-26 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .lg\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-3 {
    margin-top: 0.188rem;
    margin-bottom: 0.188rem;
  }

  .lg\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:my-300 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-34 {
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .lg\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:my-38 {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .lg\:my-4 {
    margin-top: 0.250rem;
    margin-bottom: 0.250rem;
  }

  .lg\:my-40 {
    margin-top: 2.500rem;
    margin-bottom: 2.500rem;
  }

  .lg\:my-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:my-60 {
    margin-top: 3.750rem;
    margin-bottom: 3.750rem;
  }

  .lg\:my-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .lg\:my-8 {
    margin-top: 0.500rem;
    margin-bottom: 0.500rem;
  }

  .lg\:my-80 {
    margin-top: 5.000rem;
    margin-bottom: 5.000rem;
  }

  .lg\:my-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:-mb-0 {
    margin-bottom: -0px;
  }

  .lg\:-mb-1 {
    margin-bottom: -1px;
  }

  .lg\:-mb-10 {
    margin-bottom: -0.625rem;
  }

  .lg\:-mb-100 {
    margin-bottom: -6.250rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -0.750rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -0.875rem;
  }

  .lg\:-mb-150 {
    margin-bottom: -9.375rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -1.000rem;
  }

  .lg\:-mb-18 {
    margin-bottom: -1.125rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.125rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -1.250rem;
  }

  .lg\:-mb-200 {
    margin-bottom: -12.5rem;
  }

  .lg\:-mb-22 {
    margin-bottom: -1.375rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -1.500rem;
  }

  .lg\:-mb-250 {
    margin-bottom: -15.625rem;
  }

  .lg\:-mb-26 {
    margin-bottom: -1.625rem;
  }

  .lg\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.188rem;
  }

  .lg\:-mb-30 {
    margin-bottom: -1.875rem;
  }

  .lg\:-mb-300 {
    margin-bottom: -18.75rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -2rem;
  }

  .lg\:-mb-34 {
    margin-bottom: -2.125rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -2.25rem;
  }

  .lg\:-mb-38 {
    margin-bottom: -2.375rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -0.250rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -2.500rem;
  }

  .lg\:-mb-50 {
    margin-bottom: -3.125rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -0.375rem;
  }

  .lg\:-mb-60 {
    margin-bottom: -3.750rem;
  }

  .lg\:-mb-70 {
    margin-bottom: -4.375rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -0.500rem;
  }

  .lg\:-mb-80 {
    margin-bottom: -5.000rem;
  }

  .lg\:-mb-90 {
    margin-bottom: -5.625rem;
  }

  .lg\:-me-0 {
    margin-inline-end: -0px;
  }

  .lg\:-me-1 {
    margin-inline-end: -1px;
  }

  .lg\:-me-10 {
    margin-inline-end: -0.625rem;
  }

  .lg\:-me-100 {
    margin-inline-end: -6.250rem;
  }

  .lg\:-me-12 {
    margin-inline-end: -0.750rem;
  }

  .lg\:-me-14 {
    margin-inline-end: -0.875rem;
  }

  .lg\:-me-150 {
    margin-inline-end: -9.375rem;
  }

  .lg\:-me-16 {
    margin-inline-end: -1.000rem;
  }

  .lg\:-me-18 {
    margin-inline-end: -1.125rem;
  }

  .lg\:-me-2 {
    margin-inline-end: -0.125rem;
  }

  .lg\:-me-20 {
    margin-inline-end: -1.250rem;
  }

  .lg\:-me-200 {
    margin-inline-end: -12.5rem;
  }

  .lg\:-me-22 {
    margin-inline-end: -1.375rem;
  }

  .lg\:-me-24 {
    margin-inline-end: -1.500rem;
  }

  .lg\:-me-250 {
    margin-inline-end: -15.625rem;
  }

  .lg\:-me-26 {
    margin-inline-end: -1.625rem;
  }

  .lg\:-me-28 {
    margin-inline-end: -1.75rem;
  }

  .lg\:-me-3 {
    margin-inline-end: -0.188rem;
  }

  .lg\:-me-30 {
    margin-inline-end: -1.875rem;
  }

  .lg\:-me-300 {
    margin-inline-end: -18.75rem;
  }

  .lg\:-me-32 {
    margin-inline-end: -2rem;
  }

  .lg\:-me-34 {
    margin-inline-end: -2.125rem;
  }

  .lg\:-me-36 {
    margin-inline-end: -2.25rem;
  }

  .lg\:-me-38 {
    margin-inline-end: -2.375rem;
  }

  .lg\:-me-4 {
    margin-inline-end: -0.250rem;
  }

  .lg\:-me-40 {
    margin-inline-end: -2.500rem;
  }

  .lg\:-me-50 {
    margin-inline-end: -3.125rem;
  }

  .lg\:-me-6 {
    margin-inline-end: -0.375rem;
  }

  .lg\:-me-60 {
    margin-inline-end: -3.750rem;
  }

  .lg\:-me-70 {
    margin-inline-end: -4.375rem;
  }

  .lg\:-me-8 {
    margin-inline-end: -0.500rem;
  }

  .lg\:-me-80 {
    margin-inline-end: -5.000rem;
  }

  .lg\:-me-90 {
    margin-inline-end: -5.625rem;
  }

  .lg\:-ml-0 {
    margin-left: -0px;
  }

  .lg\:-ml-1 {
    margin-left: -1px;
  }

  .lg\:-ml-10 {
    margin-left: -0.625rem;
  }

  .lg\:-ml-100 {
    margin-left: -6.250rem;
  }

  .lg\:-ml-12 {
    margin-left: -0.750rem;
  }

  .lg\:-ml-14 {
    margin-left: -0.875rem;
  }

  .lg\:-ml-150 {
    margin-left: -9.375rem;
  }

  .lg\:-ml-16 {
    margin-left: -1.000rem;
  }

  .lg\:-ml-18 {
    margin-left: -1.125rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.125rem;
  }

  .lg\:-ml-20 {
    margin-left: -1.250rem;
  }

  .lg\:-ml-200 {
    margin-left: -12.5rem;
  }

  .lg\:-ml-22 {
    margin-left: -1.375rem;
  }

  .lg\:-ml-24 {
    margin-left: -1.500rem;
  }

  .lg\:-ml-250 {
    margin-left: -15.625rem;
  }

  .lg\:-ml-26 {
    margin-left: -1.625rem;
  }

  .lg\:-ml-28 {
    margin-left: -1.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.188rem;
  }

  .lg\:-ml-30 {
    margin-left: -1.875rem;
  }

  .lg\:-ml-300 {
    margin-left: -18.75rem;
  }

  .lg\:-ml-32 {
    margin-left: -2rem;
  }

  .lg\:-ml-34 {
    margin-left: -2.125rem;
  }

  .lg\:-ml-36 {
    margin-left: -2.25rem;
  }

  .lg\:-ml-38 {
    margin-left: -2.375rem;
  }

  .lg\:-ml-4 {
    margin-left: -0.250rem;
  }

  .lg\:-ml-40 {
    margin-left: -2.500rem;
  }

  .lg\:-ml-50 {
    margin-left: -3.125rem;
  }

  .lg\:-ml-6 {
    margin-left: -0.375rem;
  }

  .lg\:-ml-60 {
    margin-left: -3.750rem;
  }

  .lg\:-ml-70 {
    margin-left: -4.375rem;
  }

  .lg\:-ml-8 {
    margin-left: -0.500rem;
  }

  .lg\:-ml-80 {
    margin-left: -5.000rem;
  }

  .lg\:-ml-90 {
    margin-left: -5.625rem;
  }

  .lg\:-mr-0 {
    margin-right: -0px;
  }

  .lg\:-mr-1 {
    margin-right: -1px;
  }

  .lg\:-mr-10 {
    margin-right: -0.625rem;
  }

  .lg\:-mr-100 {
    margin-right: -6.250rem;
  }

  .lg\:-mr-12 {
    margin-right: -0.750rem;
  }

  .lg\:-mr-14 {
    margin-right: -0.875rem;
  }

  .lg\:-mr-150 {
    margin-right: -9.375rem;
  }

  .lg\:-mr-16 {
    margin-right: -1.000rem;
  }

  .lg\:-mr-18 {
    margin-right: -1.125rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.125rem;
  }

  .lg\:-mr-20 {
    margin-right: -1.250rem;
  }

  .lg\:-mr-200 {
    margin-right: -12.5rem;
  }

  .lg\:-mr-22 {
    margin-right: -1.375rem;
  }

  .lg\:-mr-24 {
    margin-right: -1.500rem;
  }

  .lg\:-mr-250 {
    margin-right: -15.625rem;
  }

  .lg\:-mr-26 {
    margin-right: -1.625rem;
  }

  .lg\:-mr-28 {
    margin-right: -1.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.188rem;
  }

  .lg\:-mr-30 {
    margin-right: -1.875rem;
  }

  .lg\:-mr-300 {
    margin-right: -18.75rem;
  }

  .lg\:-mr-32 {
    margin-right: -2rem;
  }

  .lg\:-mr-34 {
    margin-right: -2.125rem;
  }

  .lg\:-mr-36 {
    margin-right: -2.25rem;
  }

  .lg\:-mr-38 {
    margin-right: -2.375rem;
  }

  .lg\:-mr-4 {
    margin-right: -0.250rem;
  }

  .lg\:-mr-40 {
    margin-right: -2.500rem;
  }

  .lg\:-mr-50 {
    margin-right: -3.125rem;
  }

  .lg\:-mr-6 {
    margin-right: -0.375rem;
  }

  .lg\:-mr-60 {
    margin-right: -3.750rem;
  }

  .lg\:-mr-70 {
    margin-right: -4.375rem;
  }

  .lg\:-mr-8 {
    margin-right: -0.500rem;
  }

  .lg\:-mr-80 {
    margin-right: -5.000rem;
  }

  .lg\:-mr-90 {
    margin-right: -5.625rem;
  }

  .lg\:-ms-0 {
    margin-inline-start: -0px;
  }

  .lg\:-ms-1 {
    margin-inline-start: -1px;
  }

  .lg\:-ms-10 {
    margin-inline-start: -0.625rem;
  }

  .lg\:-ms-100 {
    margin-inline-start: -6.250rem;
  }

  .lg\:-ms-12 {
    margin-inline-start: -0.750rem;
  }

  .lg\:-ms-14 {
    margin-inline-start: -0.875rem;
  }

  .lg\:-ms-150 {
    margin-inline-start: -9.375rem;
  }

  .lg\:-ms-16 {
    margin-inline-start: -1.000rem;
  }

  .lg\:-ms-18 {
    margin-inline-start: -1.125rem;
  }

  .lg\:-ms-2 {
    margin-inline-start: -0.125rem;
  }

  .lg\:-ms-20 {
    margin-inline-start: -1.250rem;
  }

  .lg\:-ms-200 {
    margin-inline-start: -12.5rem;
  }

  .lg\:-ms-22 {
    margin-inline-start: -1.375rem;
  }

  .lg\:-ms-24 {
    margin-inline-start: -1.500rem;
  }

  .lg\:-ms-250 {
    margin-inline-start: -15.625rem;
  }

  .lg\:-ms-26 {
    margin-inline-start: -1.625rem;
  }

  .lg\:-ms-28 {
    margin-inline-start: -1.75rem;
  }

  .lg\:-ms-3 {
    margin-inline-start: -0.188rem;
  }

  .lg\:-ms-30 {
    margin-inline-start: -1.875rem;
  }

  .lg\:-ms-300 {
    margin-inline-start: -18.75rem;
  }

  .lg\:-ms-32 {
    margin-inline-start: -2rem;
  }

  .lg\:-ms-34 {
    margin-inline-start: -2.125rem;
  }

  .lg\:-ms-36 {
    margin-inline-start: -2.25rem;
  }

  .lg\:-ms-38 {
    margin-inline-start: -2.375rem;
  }

  .lg\:-ms-4 {
    margin-inline-start: -0.250rem;
  }

  .lg\:-ms-40 {
    margin-inline-start: -2.500rem;
  }

  .lg\:-ms-50 {
    margin-inline-start: -3.125rem;
  }

  .lg\:-ms-6 {
    margin-inline-start: -0.375rem;
  }

  .lg\:-ms-60 {
    margin-inline-start: -3.750rem;
  }

  .lg\:-ms-70 {
    margin-inline-start: -4.375rem;
  }

  .lg\:-ms-8 {
    margin-inline-start: -0.500rem;
  }

  .lg\:-ms-80 {
    margin-inline-start: -5.000rem;
  }

  .lg\:-ms-90 {
    margin-inline-start: -5.625rem;
  }

  .lg\:-mt-0 {
    margin-top: -0px;
  }

  .lg\:-mt-1 {
    margin-top: -1px;
  }

  .lg\:-mt-10 {
    margin-top: -0.625rem;
  }

  .lg\:-mt-100 {
    margin-top: -6.250rem;
  }

  .lg\:-mt-12 {
    margin-top: -0.750rem;
  }

  .lg\:-mt-14 {
    margin-top: -0.875rem;
  }

  .lg\:-mt-150 {
    margin-top: -9.375rem;
  }

  .lg\:-mt-16 {
    margin-top: -1.000rem;
  }

  .lg\:-mt-18 {
    margin-top: -1.125rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.125rem;
  }

  .lg\:-mt-20 {
    margin-top: -1.250rem;
  }

  .lg\:-mt-200 {
    margin-top: -12.5rem;
  }

  .lg\:-mt-22 {
    margin-top: -1.375rem;
  }

  .lg\:-mt-24 {
    margin-top: -1.500rem;
  }

  .lg\:-mt-250 {
    margin-top: -15.625rem;
  }

  .lg\:-mt-26 {
    margin-top: -1.625rem;
  }

  .lg\:-mt-28 {
    margin-top: -1.75rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.188rem;
  }

  .lg\:-mt-30 {
    margin-top: -1.875rem;
  }

  .lg\:-mt-300 {
    margin-top: -18.75rem;
  }

  .lg\:-mt-32 {
    margin-top: -2rem;
  }

  .lg\:-mt-34 {
    margin-top: -2.125rem;
  }

  .lg\:-mt-36 {
    margin-top: -2.25rem;
  }

  .lg\:-mt-38 {
    margin-top: -2.375rem;
  }

  .lg\:-mt-4 {
    margin-top: -0.250rem;
  }

  .lg\:-mt-40 {
    margin-top: -2.500rem;
  }

  .lg\:-mt-50 {
    margin-top: -3.125rem;
  }

  .lg\:-mt-6 {
    margin-top: -0.375rem;
  }

  .lg\:-mt-60 {
    margin-top: -3.750rem;
  }

  .lg\:-mt-70 {
    margin-top: -4.375rem;
  }

  .lg\:-mt-8 {
    margin-top: -0.500rem;
  }

  .lg\:-mt-80 {
    margin-top: -5.000rem;
  }

  .lg\:-mt-90 {
    margin-top: -5.625rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-1 {
    margin-bottom: 1px;
  }

  .lg\:mb-10 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-100 {
    margin-bottom: 6.250rem;
  }

  .lg\:mb-12 {
    margin-bottom: 0.750rem;
  }

  .lg\:mb-14 {
    margin-bottom: 0.875rem;
  }

  .lg\:mb-150 {
    margin-bottom: 9.375rem;
  }

  .lg\:mb-16 {
    margin-bottom: 1.000rem;
  }

  .lg\:mb-18 {
    margin-bottom: 1.125rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.125rem;
  }

  .lg\:mb-20 {
    margin-bottom: 1.250rem;
  }

  .lg\:mb-200 {
    margin-bottom: 12.5rem;
  }

  .lg\:mb-22 {
    margin-bottom: 1.375rem;
  }

  .lg\:mb-24 {
    margin-bottom: 1.500rem;
  }

  .lg\:mb-250 {
    margin-bottom: 15.625rem;
  }

  .lg\:mb-26 {
    margin-bottom: 1.625rem;
  }

  .lg\:mb-28 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.188rem;
  }

  .lg\:mb-30 {
    margin-bottom: 1.875rem;
  }

  .lg\:mb-300 {
    margin-bottom: 18.75rem;
  }

  .lg\:mb-32 {
    margin-bottom: 2rem;
  }

  .lg\:mb-34 {
    margin-bottom: 2.125rem;
  }

  .lg\:mb-36 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-38 {
    margin-bottom: 2.375rem;
  }

  .lg\:mb-4 {
    margin-bottom: 0.250rem;
  }

  .lg\:mb-40 {
    margin-bottom: 2.500rem;
  }

  .lg\:mb-50 {
    margin-bottom: 3.125rem;
  }

  .lg\:mb-6 {
    margin-bottom: 0.375rem;
  }

  .lg\:mb-60 {
    margin-bottom: 3.750rem;
  }

  .lg\:mb-70 {
    margin-bottom: 4.375rem;
  }

  .lg\:mb-8 {
    margin-bottom: 0.500rem;
  }

  .lg\:mb-80 {
    margin-bottom: 5.000rem;
  }

  .lg\:mb-90 {
    margin-bottom: 5.625rem;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-1 {
    margin-left: 1px;
  }

  .lg\:ml-10 {
    margin-left: 0.625rem;
  }

  .lg\:ml-100 {
    margin-left: 6.250rem;
  }

  .lg\:ml-12 {
    margin-left: 0.750rem;
  }

  .lg\:ml-14 {
    margin-left: 0.875rem;
  }

  .lg\:ml-150 {
    margin-left: 9.375rem;
  }

  .lg\:ml-16 {
    margin-left: 1.000rem;
  }

  .lg\:ml-18 {
    margin-left: 1.125rem;
  }

  .lg\:ml-2 {
    margin-left: 0.125rem;
  }

  .lg\:ml-20 {
    margin-left: 1.250rem;
  }

  .lg\:ml-200 {
    margin-left: 12.5rem;
  }

  .lg\:ml-22 {
    margin-left: 1.375rem;
  }

  .lg\:ml-24 {
    margin-left: 1.500rem;
  }

  .lg\:ml-250 {
    margin-left: 15.625rem;
  }

  .lg\:ml-26 {
    margin-left: 1.625rem;
  }

  .lg\:ml-28 {
    margin-left: 1.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.188rem;
  }

  .lg\:ml-30 {
    margin-left: 1.875rem;
  }

  .lg\:ml-300 {
    margin-left: 18.75rem;
  }

  .lg\:ml-32 {
    margin-left: 2rem;
  }

  .lg\:ml-34 {
    margin-left: 2.125rem;
  }

  .lg\:ml-36 {
    margin-left: 2.25rem;
  }

  .lg\:ml-38 {
    margin-left: 2.375rem;
  }

  .lg\:ml-4 {
    margin-left: 0.250rem;
  }

  .lg\:ml-40 {
    margin-left: 2.500rem;
  }

  .lg\:ml-50 {
    margin-left: 3.125rem;
  }

  .lg\:ml-6 {
    margin-left: 0.375rem;
  }

  .lg\:ml-60 {
    margin-left: 3.750rem;
  }

  .lg\:ml-70 {
    margin-left: 4.375rem;
  }

  .lg\:ml-8 {
    margin-left: 0.500rem;
  }

  .lg\:ml-80 {
    margin-left: 5.000rem;
  }

  .lg\:ml-90 {
    margin-left: 5.625rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-1 {
    margin-right: 1px;
  }

  .lg\:mr-10 {
    margin-right: 0.625rem;
  }

  .lg\:mr-100 {
    margin-right: 6.250rem;
  }

  .lg\:mr-12 {
    margin-right: 0.750rem;
  }

  .lg\:mr-14 {
    margin-right: 0.875rem;
  }

  .lg\:mr-150 {
    margin-right: 9.375rem;
  }

  .lg\:mr-16 {
    margin-right: 1.000rem;
  }

  .lg\:mr-18 {
    margin-right: 1.125rem;
  }

  .lg\:mr-2 {
    margin-right: 0.125rem;
  }

  .lg\:mr-20 {
    margin-right: 1.250rem;
  }

  .lg\:mr-200 {
    margin-right: 12.5rem;
  }

  .lg\:mr-22 {
    margin-right: 1.375rem;
  }

  .lg\:mr-24 {
    margin-right: 1.500rem;
  }

  .lg\:mr-250 {
    margin-right: 15.625rem;
  }

  .lg\:mr-26 {
    margin-right: 1.625rem;
  }

  .lg\:mr-28 {
    margin-right: 1.75rem;
  }

  .lg\:mr-3 {
    margin-right: 0.188rem;
  }

  .lg\:mr-30 {
    margin-right: 1.875rem;
  }

  .lg\:mr-300 {
    margin-right: 18.75rem;
  }

  .lg\:mr-32 {
    margin-right: 2rem;
  }

  .lg\:mr-34 {
    margin-right: 2.125rem;
  }

  .lg\:mr-36 {
    margin-right: 2.25rem;
  }

  .lg\:mr-38 {
    margin-right: 2.375rem;
  }

  .lg\:mr-4 {
    margin-right: 0.250rem;
  }

  .lg\:mr-40 {
    margin-right: 2.500rem;
  }

  .lg\:mr-50 {
    margin-right: 3.125rem;
  }

  .lg\:mr-6 {
    margin-right: 0.375rem;
  }

  .lg\:mr-60 {
    margin-right: 3.750rem;
  }

  .lg\:mr-70 {
    margin-right: 4.375rem;
  }

  .lg\:mr-8 {
    margin-right: 0.500rem;
  }

  .lg\:mr-80 {
    margin-right: 5.000rem;
  }

  .lg\:mr-90 {
    margin-right: 5.625rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-1 {
    margin-top: 1px;
  }

  .lg\:mt-10 {
    margin-top: 0.625rem;
  }

  .lg\:mt-100 {
    margin-top: 6.250rem;
  }

  .lg\:mt-12 {
    margin-top: 0.750rem;
  }

  .lg\:mt-14 {
    margin-top: 0.875rem;
  }

  .lg\:mt-150 {
    margin-top: 9.375rem;
  }

  .lg\:mt-16 {
    margin-top: 1.000rem;
  }

  .lg\:mt-18 {
    margin-top: 1.125rem;
  }

  .lg\:mt-2 {
    margin-top: 0.125rem;
  }

  .lg\:mt-20 {
    margin-top: 1.250rem;
  }

  .lg\:mt-200 {
    margin-top: 12.5rem;
  }

  .lg\:mt-22 {
    margin-top: 1.375rem;
  }

  .lg\:mt-24 {
    margin-top: 1.500rem;
  }

  .lg\:mt-250 {
    margin-top: 15.625rem;
  }

  .lg\:mt-26 {
    margin-top: 1.625rem;
  }

  .lg\:mt-28 {
    margin-top: 1.75rem;
  }

  .lg\:mt-3 {
    margin-top: 0.188rem;
  }

  .lg\:mt-30 {
    margin-top: 1.875rem;
  }

  .lg\:mt-300 {
    margin-top: 18.75rem;
  }

  .lg\:mt-32 {
    margin-top: 2rem;
  }

  .lg\:mt-34 {
    margin-top: 2.125rem;
  }

  .lg\:mt-36 {
    margin-top: 2.25rem;
  }

  .lg\:mt-38 {
    margin-top: 2.375rem;
  }

  .lg\:mt-4 {
    margin-top: 0.250rem;
  }

  .lg\:mt-40 {
    margin-top: 2.500rem;
  }

  .lg\:mt-50 {
    margin-top: 3.125rem;
  }

  .lg\:mt-6 {
    margin-top: 0.375rem;
  }

  .lg\:mt-60 {
    margin-top: 3.750rem;
  }

  .lg\:mt-70 {
    margin-top: 4.375rem;
  }

  .lg\:mt-8 {
    margin-top: 0.500rem;
  }

  .lg\:mt-80 {
    margin-top: 5.000rem;
  }

  .lg\:mt-90 {
    margin-top: 5.625rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:inline-table {
    display: inline-table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-1 {
    height: 1px;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:h-1\/6 {
    height: 16.666667%;
  }

  .lg\:h-10 {
    height: 0.625rem;
  }

  .lg\:h-100 {
    height: 6.250rem;
  }

  .lg\:h-12 {
    height: 0.750rem;
  }

  .lg\:h-14 {
    height: 0.875rem;
  }

  .lg\:h-150 {
    height: 9.375rem;
  }

  .lg\:h-16 {
    height: 1.000rem;
  }

  .lg\:h-18 {
    height: 1.125rem;
  }

  .lg\:h-2 {
    height: 0.125rem;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-2\/4 {
    height: 50%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-2\/6 {
    height: 33.333333%;
  }

  .lg\:h-20 {
    height: 1.250rem;
  }

  .lg\:h-200 {
    height: 12.5rem;
  }

  .lg\:h-22 {
    height: 1.375rem;
  }

  .lg\:h-24 {
    height: 1.500rem;
  }

  .lg\:h-250 {
    height: 15.625rem;
  }

  .lg\:h-26 {
    height: 1.625rem;
  }

  .lg\:h-28 {
    height: 1.75rem;
  }

  .lg\:h-3 {
    height: 0.188rem;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-3\/6 {
    height: 50%;
  }

  .lg\:h-30 {
    height: 1.875rem;
  }

  .lg\:h-300 {
    height: 18.75rem;
  }

  .lg\:h-32 {
    height: 2rem;
  }

  .lg\:h-34 {
    height: 2.125rem;
  }

  .lg\:h-36 {
    height: 2.25rem;
  }

  .lg\:h-38 {
    height: 2.375rem;
  }

  .lg\:h-4 {
    height: 0.250rem;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-40 {
    height: 2.500rem;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-50 {
    height: 3.125rem;
  }

  .lg\:h-6 {
    height: 0.375rem;
  }

  .lg\:h-60 {
    height: 3.750rem;
  }

  .lg\:h-70 {
    height: 4.375rem;
  }

  .lg\:h-8 {
    height: 0.500rem;
  }

  .lg\:h-80 {
    height: 5.000rem;
  }

  .lg\:h-90 {
    height: 5.625rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

  .lg\:h-min {
    height: -moz-min-content;
    height: min-content;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:max-h-0 {
    max-height: 0px;
  }

  .lg\:max-h-1 {
    max-height: 1px;
  }

  .lg\:max-h-10 {
    max-height: 0.625rem;
  }

  .lg\:max-h-100 {
    max-height: 6.250rem;
  }

  .lg\:max-h-12 {
    max-height: 0.750rem;
  }

  .lg\:max-h-14 {
    max-height: 0.875rem;
  }

  .lg\:max-h-150 {
    max-height: 9.375rem;
  }

  .lg\:max-h-16 {
    max-height: 1.000rem;
  }

  .lg\:max-h-18 {
    max-height: 1.125rem;
  }

  .lg\:max-h-2 {
    max-height: 0.125rem;
  }

  .lg\:max-h-20 {
    max-height: 1.250rem;
  }

  .lg\:max-h-200 {
    max-height: 12.5rem;
  }

  .lg\:max-h-22 {
    max-height: 1.375rem;
  }

  .lg\:max-h-24 {
    max-height: 1.500rem;
  }

  .lg\:max-h-250 {
    max-height: 15.625rem;
  }

  .lg\:max-h-26 {
    max-height: 1.625rem;
  }

  .lg\:max-h-28 {
    max-height: 1.75rem;
  }

  .lg\:max-h-3 {
    max-height: 0.188rem;
  }

  .lg\:max-h-30 {
    max-height: 1.875rem;
  }

  .lg\:max-h-300 {
    max-height: 18.75rem;
  }

  .lg\:max-h-32 {
    max-height: 2rem;
  }

  .lg\:max-h-34 {
    max-height: 2.125rem;
  }

  .lg\:max-h-36 {
    max-height: 2.25rem;
  }

  .lg\:max-h-38 {
    max-height: 2.375rem;
  }

  .lg\:max-h-4 {
    max-height: 0.250rem;
  }

  .lg\:max-h-40 {
    max-height: 2.500rem;
  }

  .lg\:max-h-50 {
    max-height: 3.125rem;
  }

  .lg\:max-h-6 {
    max-height: 0.375rem;
  }

  .lg\:max-h-60 {
    max-height: 3.750rem;
  }

  .lg\:max-h-70 {
    max-height: 4.375rem;
  }

  .lg\:max-h-8 {
    max-height: 0.500rem;
  }

  .lg\:max-h-80 {
    max-height: 5.000rem;
  }

  .lg\:max-h-90 {
    max-height: 5.625rem;
  }

  .lg\:max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-max {
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .lg\:max-h-min {
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .lg\:min-h-min {
    min-height: -moz-min-content;
    min-height: min-content;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-1 {
    width: 1px;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-10 {
    width: 0.625rem;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-100 {
    width: 6.250rem;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-12 {
    width: 0.750rem;
  }

  .lg\:w-14 {
    width: 0.875rem;
  }

  .lg\:w-150 {
    width: 9.375rem;
  }

  .lg\:w-16 {
    width: 1.000rem;
  }

  .lg\:w-18 {
    width: 1.125rem;
  }

  .lg\:w-2 {
    width: 0.125rem;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-20 {
    width: 1.250rem;
  }

  .lg\:w-200 {
    width: 12.5rem;
  }

  .lg\:w-22 {
    width: 1.375rem;
  }

  .lg\:w-24 {
    width: 1.500rem;
  }

  .lg\:w-250 {
    width: 15.625rem;
  }

  .lg\:w-26 {
    width: 1.625rem;
  }

  .lg\:w-28 {
    width: 1.75rem;
  }

  .lg\:w-3 {
    width: 0.188rem;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-30 {
    width: 1.875rem;
  }

  .lg\:w-300 {
    width: 18.75rem;
  }

  .lg\:w-32 {
    width: 2rem;
  }

  .lg\:w-34 {
    width: 2.125rem;
  }

  .lg\:w-36 {
    width: 2.25rem;
  }

  .lg\:w-38 {
    width: 2.375rem;
  }

  .lg\:w-4 {
    width: 0.250rem;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-40 {
    width: 2.500rem;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-50 {
    width: 3.125rem;
  }

  .lg\:w-6 {
    width: 0.375rem;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-60 {
    width: 3.750rem;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-70 {
    width: 4.375rem;
  }

  .lg\:w-8 {
    width: 0.500rem;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-80 {
    width: 5.000rem;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-90 {
    width: 5.625rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:max-w-250 {
    max-width: 15.625rem;
  }

  .lg\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-page {
    max-width: 90.000rem;
  }

  .lg\:max-w-screen-lg {
    max-width: 1440px;
  }

  .lg\:max-w-screen-md {
    max-width: 1024px;
  }

  .lg\:max-w-screen-sm {
    max-width: 768px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:shrink {
    flex-shrink: 1;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:grow {
    flex-grow: 1;
  }

  .lg\:grow-0 {
    flex-grow: 0;
  }

  .lg\:basis-0 {
    flex-basis: 0px;
  }

  .lg\:basis-1 {
    flex-basis: 1px;
  }

  .lg\:basis-1\/12 {
    flex-basis: 8.333333%;
  }

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

  .lg\:basis-1\/5 {
    flex-basis: 20%;
  }

  .lg\:basis-1\/6 {
    flex-basis: 16.666667%;
  }

  .lg\:basis-10 {
    flex-basis: 0.625rem;
  }

  .lg\:basis-10\/12 {
    flex-basis: 83.333333%;
  }

  .lg\:basis-100 {
    flex-basis: 6.250rem;
  }

  .lg\:basis-11\/12 {
    flex-basis: 91.666667%;
  }

  .lg\:basis-12 {
    flex-basis: 0.750rem;
  }

  .lg\:basis-14 {
    flex-basis: 0.875rem;
  }

  .lg\:basis-150 {
    flex-basis: 9.375rem;
  }

  .lg\:basis-16 {
    flex-basis: 1.000rem;
  }

  .lg\:basis-18 {
    flex-basis: 1.125rem;
  }

  .lg\:basis-2 {
    flex-basis: 0.125rem;
  }

  .lg\:basis-2\/12 {
    flex-basis: 16.666667%;
  }

  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .lg\:basis-2\/4 {
    flex-basis: 50%;
  }

  .lg\:basis-2\/5 {
    flex-basis: 40%;
  }

  .lg\:basis-2\/6 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-20 {
    flex-basis: 1.250rem;
  }

  .lg\:basis-200 {
    flex-basis: 12.5rem;
  }

  .lg\:basis-22 {
    flex-basis: 1.375rem;
  }

  .lg\:basis-24 {
    flex-basis: 1.500rem;
  }

  .lg\:basis-250 {
    flex-basis: 15.625rem;
  }

  .lg\:basis-26 {
    flex-basis: 1.625rem;
  }

  .lg\:basis-28 {
    flex-basis: 1.75rem;
  }

  .lg\:basis-3 {
    flex-basis: 0.188rem;
  }

  .lg\:basis-3\/12 {
    flex-basis: 25%;
  }

  .lg\:basis-3\/4 {
    flex-basis: 75%;
  }

  .lg\:basis-3\/5 {
    flex-basis: 60%;
  }

  .lg\:basis-3\/6 {
    flex-basis: 50%;
  }

  .lg\:basis-30 {
    flex-basis: 1.875rem;
  }

  .lg\:basis-300 {
    flex-basis: 18.75rem;
  }

  .lg\:basis-32 {
    flex-basis: 2rem;
  }

  .lg\:basis-34 {
    flex-basis: 2.125rem;
  }

  .lg\:basis-36 {
    flex-basis: 2.25rem;
  }

  .lg\:basis-38 {
    flex-basis: 2.375rem;
  }

  .lg\:basis-4 {
    flex-basis: 0.250rem;
  }

  .lg\:basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-4\/5 {
    flex-basis: 80%;
  }

  .lg\:basis-4\/6 {
    flex-basis: 66.666667%;
  }

  .lg\:basis-40 {
    flex-basis: 2.500rem;
  }

  .lg\:basis-5\/12 {
    flex-basis: 41.666667%;
  }

  .lg\:basis-5\/6 {
    flex-basis: 83.333333%;
  }

  .lg\:basis-50 {
    flex-basis: 3.125rem;
  }

  .lg\:basis-6 {
    flex-basis: 0.375rem;
  }

  .lg\:basis-6\/12 {
    flex-basis: 50%;
  }

  .lg\:basis-60 {
    flex-basis: 3.750rem;
  }

  .lg\:basis-7\/12 {
    flex-basis: 58.333333%;
  }

  .lg\:basis-70 {
    flex-basis: 4.375rem;
  }

  .lg\:basis-8 {
    flex-basis: 0.500rem;
  }

  .lg\:basis-8\/12 {
    flex-basis: 66.666667%;
  }

  .lg\:basis-80 {
    flex-basis: 5.000rem;
  }

  .lg\:basis-9\/12 {
    flex-basis: 75%;
  }

  .lg\:basis-90 {
    flex-basis: 5.625rem;
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }

  .lg\:basis-full {
    flex-basis: 100%;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:border-spacing-0 {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-1 {
    --tw-border-spacing-x: 1px;
    --tw-border-spacing-y: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-10 {
    --tw-border-spacing-x: 0.625rem;
    --tw-border-spacing-y: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-100 {
    --tw-border-spacing-x: 6.250rem;
    --tw-border-spacing-y: 6.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-12 {
    --tw-border-spacing-x: 0.750rem;
    --tw-border-spacing-y: 0.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-14 {
    --tw-border-spacing-x: 0.875rem;
    --tw-border-spacing-y: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-150 {
    --tw-border-spacing-x: 9.375rem;
    --tw-border-spacing-y: 9.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-16 {
    --tw-border-spacing-x: 1.000rem;
    --tw-border-spacing-y: 1.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-18 {
    --tw-border-spacing-x: 1.125rem;
    --tw-border-spacing-y: 1.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-2 {
    --tw-border-spacing-x: 0.125rem;
    --tw-border-spacing-y: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-20 {
    --tw-border-spacing-x: 1.250rem;
    --tw-border-spacing-y: 1.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-200 {
    --tw-border-spacing-x: 12.5rem;
    --tw-border-spacing-y: 12.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-22 {
    --tw-border-spacing-x: 1.375rem;
    --tw-border-spacing-y: 1.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-24 {
    --tw-border-spacing-x: 1.500rem;
    --tw-border-spacing-y: 1.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-250 {
    --tw-border-spacing-x: 15.625rem;
    --tw-border-spacing-y: 15.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-26 {
    --tw-border-spacing-x: 1.625rem;
    --tw-border-spacing-y: 1.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-28 {
    --tw-border-spacing-x: 1.75rem;
    --tw-border-spacing-y: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-3 {
    --tw-border-spacing-x: 0.188rem;
    --tw-border-spacing-y: 0.188rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-30 {
    --tw-border-spacing-x: 1.875rem;
    --tw-border-spacing-y: 1.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-300 {
    --tw-border-spacing-x: 18.75rem;
    --tw-border-spacing-y: 18.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-32 {
    --tw-border-spacing-x: 2rem;
    --tw-border-spacing-y: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-34 {
    --tw-border-spacing-x: 2.125rem;
    --tw-border-spacing-y: 2.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-36 {
    --tw-border-spacing-x: 2.25rem;
    --tw-border-spacing-y: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-38 {
    --tw-border-spacing-x: 2.375rem;
    --tw-border-spacing-y: 2.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-4 {
    --tw-border-spacing-x: 0.250rem;
    --tw-border-spacing-y: 0.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-40 {
    --tw-border-spacing-x: 2.500rem;
    --tw-border-spacing-y: 2.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-50 {
    --tw-border-spacing-x: 3.125rem;
    --tw-border-spacing-y: 3.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-6 {
    --tw-border-spacing-x: 0.375rem;
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-60 {
    --tw-border-spacing-x: 3.750rem;
    --tw-border-spacing-y: 3.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-70 {
    --tw-border-spacing-x: 4.375rem;
    --tw-border-spacing-y: 4.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-8 {
    --tw-border-spacing-x: 0.500rem;
    --tw-border-spacing-y: 0.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-80 {
    --tw-border-spacing-x: 5.000rem;
    --tw-border-spacing-y: 5.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-90 {
    --tw-border-spacing-x: 5.625rem;
    --tw-border-spacing-y: 5.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-0 {
    --tw-border-spacing-x: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-1 {
    --tw-border-spacing-x: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-10 {
    --tw-border-spacing-x: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-100 {
    --tw-border-spacing-x: 6.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-12 {
    --tw-border-spacing-x: 0.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-14 {
    --tw-border-spacing-x: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-150 {
    --tw-border-spacing-x: 9.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-16 {
    --tw-border-spacing-x: 1.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-18 {
    --tw-border-spacing-x: 1.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-2 {
    --tw-border-spacing-x: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-20 {
    --tw-border-spacing-x: 1.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-200 {
    --tw-border-spacing-x: 12.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-22 {
    --tw-border-spacing-x: 1.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-24 {
    --tw-border-spacing-x: 1.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-250 {
    --tw-border-spacing-x: 15.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-26 {
    --tw-border-spacing-x: 1.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-28 {
    --tw-border-spacing-x: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-3 {
    --tw-border-spacing-x: 0.188rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-30 {
    --tw-border-spacing-x: 1.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-300 {
    --tw-border-spacing-x: 18.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-32 {
    --tw-border-spacing-x: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-34 {
    --tw-border-spacing-x: 2.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-36 {
    --tw-border-spacing-x: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-38 {
    --tw-border-spacing-x: 2.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-4 {
    --tw-border-spacing-x: 0.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-40 {
    --tw-border-spacing-x: 2.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-50 {
    --tw-border-spacing-x: 3.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-6 {
    --tw-border-spacing-x: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-60 {
    --tw-border-spacing-x: 3.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-70 {
    --tw-border-spacing-x: 4.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-8 {
    --tw-border-spacing-x: 0.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-80 {
    --tw-border-spacing-x: 5.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-90 {
    --tw-border-spacing-x: 5.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-0 {
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-1 {
    --tw-border-spacing-y: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-10 {
    --tw-border-spacing-y: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-100 {
    --tw-border-spacing-y: 6.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-12 {
    --tw-border-spacing-y: 0.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-14 {
    --tw-border-spacing-y: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-150 {
    --tw-border-spacing-y: 9.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-16 {
    --tw-border-spacing-y: 1.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-18 {
    --tw-border-spacing-y: 1.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-2 {
    --tw-border-spacing-y: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-20 {
    --tw-border-spacing-y: 1.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-200 {
    --tw-border-spacing-y: 12.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-22 {
    --tw-border-spacing-y: 1.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-24 {
    --tw-border-spacing-y: 1.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-250 {
    --tw-border-spacing-y: 15.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-26 {
    --tw-border-spacing-y: 1.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-28 {
    --tw-border-spacing-y: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-3 {
    --tw-border-spacing-y: 0.188rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-30 {
    --tw-border-spacing-y: 1.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-300 {
    --tw-border-spacing-y: 18.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-32 {
    --tw-border-spacing-y: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-34 {
    --tw-border-spacing-y: 2.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-36 {
    --tw-border-spacing-y: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-38 {
    --tw-border-spacing-y: 2.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-4 {
    --tw-border-spacing-y: 0.250rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-40 {
    --tw-border-spacing-y: 2.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-50 {
    --tw-border-spacing-y: 3.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-6 {
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-60 {
    --tw-border-spacing-y: 3.750rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-70 {
    --tw-border-spacing-y: 4.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-8 {
    --tw-border-spacing-y: 0.500rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-80 {
    --tw-border-spacing-y: 5.000rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-90 {
    --tw-border-spacing-y: 5.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:-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));
  }

  .lg\:-translate-x-1 {
    --tw-translate-x: -1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-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));
  }

  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -0.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-100 {
    --tw-translate-x: -6.250rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-12 {
    --tw-translate-x: -0.750rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-14 {
    --tw-translate-x: -0.875rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-150 {
    --tw-translate-x: -9.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -1.000rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-18 {
    --tw-translate-x: -1.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-2 {
    --tw-translate-x: -0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-2\/4 {
    --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));
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -1.250rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-200 {
    --tw-translate-x: -12.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-22 {
    --tw-translate-x: -1.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -1.500rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-250 {
    --tw-translate-x: -15.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-26 {
    --tw-translate-x: -1.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-28 {
    --tw-translate-x: -1.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-3 {
    --tw-translate-x: -0.188rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-30 {
    --tw-translate-x: -1.875rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-300 {
    --tw-translate-x: -18.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-32 {
    --tw-translate-x: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-34 {
    --tw-translate-x: -2.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -2.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-38 {
    --tw-translate-x: -2.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-4 {
    --tw-translate-x: -0.250rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -2.500rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-50 {
    --tw-translate-x: -3.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-6 {
    --tw-translate-x: -0.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-60 {
    --tw-translate-x: -3.750rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-70 {
    --tw-translate-x: -4.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -0.500rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-80 {
    --tw-translate-x: -5.000rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-90 {
    --tw-translate-x: -5.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-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));
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: -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));
  }

  .lg\:-translate-y-1 {
    --tw-translate-y: -1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-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));
  }

  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -0.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-100 {
    --tw-translate-y: -6.250rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -0.750rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-14 {
    --tw-translate-y: -0.875rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-150 {
    --tw-translate-y: -9.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-16 {
    --tw-translate-y: -1.000rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-18 {
    --tw-translate-y: -1.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-2 {
    --tw-translate-y: -0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-2\/4 {
    --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));
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -1.250rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-200 {
    --tw-translate-y: -12.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-22 {
    --tw-translate-y: -1.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-24 {
    --tw-translate-y: -1.500rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-250 {
    --tw-translate-y: -15.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-26 {
    --tw-translate-y: -1.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -1.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-3 {
    --tw-translate-y: -0.188rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-30 {
    --tw-translate-y: -1.875rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-300 {
    --tw-translate-y: -18.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-32 {
    --tw-translate-y: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-34 {
    --tw-translate-y: -2.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-36 {
    --tw-translate-y: -2.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-38 {
    --tw-translate-y: -2.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-4 {
    --tw-translate-y: -0.250rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -2.500rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-50 {
    --tw-translate-y: -3.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-6 {
    --tw-translate-y: -0.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-60 {
    --tw-translate-y: -3.750rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-70 {
    --tw-translate-y: -4.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-8 {
    --tw-translate-y: -0.500rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-80 {
    --tw-translate-y: -5.000rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-90 {
    --tw-translate-y: -5.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -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));
  }

  .lg\: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));
  }

  .lg\:translate-x-1 {
    --tw-translate-x: 1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\: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));
  }

  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 0.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-100 {
    --tw-translate-x: 6.250rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-12 {
    --tw-translate-x: 0.750rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-14 {
    --tw-translate-x: 0.875rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-150 {
    --tw-translate-x: 9.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-16 {
    --tw-translate-x: 1.000rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-18 {
    --tw-translate-x: 1.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-2 {
    --tw-translate-x: 0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-2\/4 {
    --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));
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 1.250rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-200 {
    --tw-translate-x: 12.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-22 {
    --tw-translate-x: 1.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-24 {
    --tw-translate-x: 1.500rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-250 {
    --tw-translate-x: 15.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-26 {
    --tw-translate-x: 1.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-28 {
    --tw-translate-x: 1.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-3 {
    --tw-translate-x: 0.188rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-30 {
    --tw-translate-x: 1.875rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-300 {
    --tw-translate-x: 18.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-34 {
    --tw-translate-x: 2.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-36 {
    --tw-translate-x: 2.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-38 {
    --tw-translate-x: 2.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-4 {
    --tw-translate-x: 0.250rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 2.500rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-50 {
    --tw-translate-x: 3.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-6 {
    --tw-translate-x: 0.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-60 {
    --tw-translate-x: 3.750rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-70 {
    --tw-translate-x: 4.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 0.500rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-80 {
    --tw-translate-x: 5.000rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-90 {
    --tw-translate-x: 5.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\: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));
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 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));
  }

  .lg\:translate-y-1 {
    --tw-translate-y: 1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\: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));
  }

  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 0.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-100 {
    --tw-translate-y: 6.250rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 0.750rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-14 {
    --tw-translate-y: 0.875rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-150 {
    --tw-translate-y: 9.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 1.000rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-18 {
    --tw-translate-y: 1.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-2 {
    --tw-translate-y: 0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-2\/4 {
    --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));
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 1.250rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-200 {
    --tw-translate-y: 12.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-22 {
    --tw-translate-y: 1.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-24 {
    --tw-translate-y: 1.500rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-250 {
    --tw-translate-y: 15.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-26 {
    --tw-translate-y: 1.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-28 {
    --tw-translate-y: 1.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-3 {
    --tw-translate-y: 0.188rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-30 {
    --tw-translate-y: 1.875rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-300 {
    --tw-translate-y: 18.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-32 {
    --tw-translate-y: 2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-34 {
    --tw-translate-y: 2.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-36 {
    --tw-translate-y: 2.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-38 {
    --tw-translate-y: 2.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-4 {
    --tw-translate-y: 0.250rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 2.500rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-50 {
    --tw-translate-y: 3.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-6 {
    --tw-translate-y: 0.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-60 {
    --tw-translate-y: 3.750rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-70 {
    --tw-translate-y: 4.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-8 {
    --tw-translate-y: 0.500rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-80 {
    --tw-translate-y: 5.000rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-90 {
    --tw-translate-y: 5.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-full {
    --tw-translate-y: 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));
  }

  .lg\:-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));
  }

  .lg\:-rotate-1 {
    --tw-rotate: -1deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-rotate-12 {
    --tw-rotate: -12deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-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));
  }

  .lg\:-rotate-2 {
    --tw-rotate: -2deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-rotate-3 {
    --tw-rotate: -3deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-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));
  }

  .lg\:-rotate-6 {
    --tw-rotate: -6deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-skew-x-0 {
    --tw-skew-x: -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));
  }

  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-skew-y-0 {
    --tw-skew-y: -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));
  }

  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-100 {
    --tw-scale-x: -1;
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-105 {
    --tw-scale-x: -1.05;
    --tw-scale-y: -1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-110 {
    --tw-scale-x: -1.1;
    --tw-scale-y: -1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-125 {
    --tw-scale-x: -1.25;
    --tw-scale-y: -1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-150 {
    --tw-scale-x: -1.5;
    --tw-scale-y: -1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-50 {
    --tw-scale-x: -.5;
    --tw-scale-y: -.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-75 {
    --tw-scale-x: -.75;
    --tw-scale-y: -.75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-90 {
    --tw-scale-x: -.9;
    --tw-scale-y: -.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-95 {
    --tw-scale-x: -.95;
    --tw-scale-y: -.95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-x-0 {
    --tw-scale-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-x-100 {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-x-105 {
    --tw-scale-x: -1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-x-110 {
    --tw-scale-x: -1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-x-125 {
    --tw-scale-x: -1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-x-150 {
    --tw-scale-x: -1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-x-50 {
    --tw-scale-x: -.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-x-75 {
    --tw-scale-x: -.75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-x-90 {
    --tw-scale-x: -.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-x-95 {
    --tw-scale-x: -.95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-y-0 {
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-y-100 {
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-y-105 {
    --tw-scale-y: -1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-y-110 {
    --tw-scale-y: -1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-y-125 {
    --tw-scale-y: -1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-y-150 {
    --tw-scale-y: -1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-y-50 {
    --tw-scale-y: -.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-y-75 {
    --tw-scale-y: -.75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-y-90 {
    --tw-scale-y: -.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-y-95 {
    --tw-scale-y: -.95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-cpu {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:-scroll-m-0 {
    scroll-margin: -0px;
  }

  .lg\:-scroll-m-1 {
    scroll-margin: -1px;
  }

  .lg\:-scroll-m-10 {
    scroll-margin: -0.625rem;
  }

  .lg\:-scroll-m-100 {
    scroll-margin: -6.250rem;
  }

  .lg\:-scroll-m-12 {
    scroll-margin: -0.750rem;
  }

  .lg\:-scroll-m-14 {
    scroll-margin: -0.875rem;
  }

  .lg\:-scroll-m-150 {
    scroll-margin: -9.375rem;
  }

  .lg\:-scroll-m-16 {
    scroll-margin: -1.000rem;
  }

  .lg\:-scroll-m-18 {
    scroll-margin: -1.125rem;
  }

  .lg\:-scroll-m-2 {
    scroll-margin: -0.125rem;
  }

  .lg\:-scroll-m-20 {
    scroll-margin: -1.250rem;
  }

  .lg\:-scroll-m-200 {
    scroll-margin: -12.5rem;
  }

  .lg\:-scroll-m-22 {
    scroll-margin: -1.375rem;
  }

  .lg\:-scroll-m-24 {
    scroll-margin: -1.500rem;
  }

  .lg\:-scroll-m-250 {
    scroll-margin: -15.625rem;
  }

  .lg\:-scroll-m-26 {
    scroll-margin: -1.625rem;
  }

  .lg\:-scroll-m-28 {
    scroll-margin: -1.75rem;
  }

  .lg\:-scroll-m-3 {
    scroll-margin: -0.188rem;
  }

  .lg\:-scroll-m-30 {
    scroll-margin: -1.875rem;
  }

  .lg\:-scroll-m-300 {
    scroll-margin: -18.75rem;
  }

  .lg\:-scroll-m-32 {
    scroll-margin: -2rem;
  }

  .lg\:-scroll-m-34 {
    scroll-margin: -2.125rem;
  }

  .lg\:-scroll-m-36 {
    scroll-margin: -2.25rem;
  }

  .lg\:-scroll-m-38 {
    scroll-margin: -2.375rem;
  }

  .lg\:-scroll-m-4 {
    scroll-margin: -0.250rem;
  }

  .lg\:-scroll-m-40 {
    scroll-margin: -2.500rem;
  }

  .lg\:-scroll-m-50 {
    scroll-margin: -3.125rem;
  }

  .lg\:-scroll-m-6 {
    scroll-margin: -0.375rem;
  }

  .lg\:-scroll-m-60 {
    scroll-margin: -3.750rem;
  }

  .lg\:-scroll-m-70 {
    scroll-margin: -4.375rem;
  }

  .lg\:-scroll-m-8 {
    scroll-margin: -0.500rem;
  }

  .lg\:-scroll-m-80 {
    scroll-margin: -5.000rem;
  }

  .lg\:-scroll-m-90 {
    scroll-margin: -5.625rem;
  }

  .lg\:-scroll-mx-0 {
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .lg\:-scroll-mx-1 {
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .lg\:-scroll-mx-10 {
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .lg\:-scroll-mx-100 {
    scroll-margin-left: -6.250rem;
    scroll-margin-right: -6.250rem;
  }

  .lg\:-scroll-mx-12 {
    scroll-margin-left: -0.750rem;
    scroll-margin-right: -0.750rem;
  }

  .lg\:-scroll-mx-14 {
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .lg\:-scroll-mx-150 {
    scroll-margin-left: -9.375rem;
    scroll-margin-right: -9.375rem;
  }

  .lg\:-scroll-mx-16 {
    scroll-margin-left: -1.000rem;
    scroll-margin-right: -1.000rem;
  }

  .lg\:-scroll-mx-18 {
    scroll-margin-left: -1.125rem;
    scroll-margin-right: -1.125rem;
  }

  .lg\:-scroll-mx-2 {
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .lg\:-scroll-mx-20 {
    scroll-margin-left: -1.250rem;
    scroll-margin-right: -1.250rem;
  }

  .lg\:-scroll-mx-200 {
    scroll-margin-left: -12.5rem;
    scroll-margin-right: -12.5rem;
  }

  .lg\:-scroll-mx-22 {
    scroll-margin-left: -1.375rem;
    scroll-margin-right: -1.375rem;
  }

  .lg\:-scroll-mx-24 {
    scroll-margin-left: -1.500rem;
    scroll-margin-right: -1.500rem;
  }

  .lg\:-scroll-mx-250 {
    scroll-margin-left: -15.625rem;
    scroll-margin-right: -15.625rem;
  }

  .lg\:-scroll-mx-26 {
    scroll-margin-left: -1.625rem;
    scroll-margin-right: -1.625rem;
  }

  .lg\:-scroll-mx-28 {
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .lg\:-scroll-mx-3 {
    scroll-margin-left: -0.188rem;
    scroll-margin-right: -0.188rem;
  }

  .lg\:-scroll-mx-30 {
    scroll-margin-left: -1.875rem;
    scroll-margin-right: -1.875rem;
  }

  .lg\:-scroll-mx-300 {
    scroll-margin-left: -18.75rem;
    scroll-margin-right: -18.75rem;
  }

  .lg\:-scroll-mx-32 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .lg\:-scroll-mx-34 {
    scroll-margin-left: -2.125rem;
    scroll-margin-right: -2.125rem;
  }

  .lg\:-scroll-mx-36 {
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .lg\:-scroll-mx-38 {
    scroll-margin-left: -2.375rem;
    scroll-margin-right: -2.375rem;
  }

  .lg\:-scroll-mx-4 {
    scroll-margin-left: -0.250rem;
    scroll-margin-right: -0.250rem;
  }

  .lg\:-scroll-mx-40 {
    scroll-margin-left: -2.500rem;
    scroll-margin-right: -2.500rem;
  }

  .lg\:-scroll-mx-50 {
    scroll-margin-left: -3.125rem;
    scroll-margin-right: -3.125rem;
  }

  .lg\:-scroll-mx-6 {
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .lg\:-scroll-mx-60 {
    scroll-margin-left: -3.750rem;
    scroll-margin-right: -3.750rem;
  }

  .lg\:-scroll-mx-70 {
    scroll-margin-left: -4.375rem;
    scroll-margin-right: -4.375rem;
  }

  .lg\:-scroll-mx-8 {
    scroll-margin-left: -0.500rem;
    scroll-margin-right: -0.500rem;
  }

  .lg\:-scroll-mx-80 {
    scroll-margin-left: -5.000rem;
    scroll-margin-right: -5.000rem;
  }

  .lg\:-scroll-mx-90 {
    scroll-margin-left: -5.625rem;
    scroll-margin-right: -5.625rem;
  }

  .lg\:-scroll-my-0 {
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .lg\:-scroll-my-1 {
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .lg\:-scroll-my-10 {
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .lg\:-scroll-my-100 {
    scroll-margin-top: -6.250rem;
    scroll-margin-bottom: -6.250rem;
  }

  .lg\:-scroll-my-12 {
    scroll-margin-top: -0.750rem;
    scroll-margin-bottom: -0.750rem;
  }

  .lg\:-scroll-my-14 {
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .lg\:-scroll-my-150 {
    scroll-margin-top: -9.375rem;
    scroll-margin-bottom: -9.375rem;
  }

  .lg\:-scroll-my-16 {
    scroll-margin-top: -1.000rem;
    scroll-margin-bottom: -1.000rem;
  }

  .lg\:-scroll-my-18 {
    scroll-margin-top: -1.125rem;
    scroll-margin-bottom: -1.125rem;
  }

  .lg\:-scroll-my-2 {
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .lg\:-scroll-my-20 {
    scroll-margin-top: -1.250rem;
    scroll-margin-bottom: -1.250rem;
  }

  .lg\:-scroll-my-200 {
    scroll-margin-top: -12.5rem;
    scroll-margin-bottom: -12.5rem;
  }

  .lg\:-scroll-my-22 {
    scroll-margin-top: -1.375rem;
    scroll-margin-bottom: -1.375rem;
  }

  .lg\:-scroll-my-24 {
    scroll-margin-top: -1.500rem;
    scroll-margin-bottom: -1.500rem;
  }

  .lg\:-scroll-my-250 {
    scroll-margin-top: -15.625rem;
    scroll-margin-bottom: -15.625rem;
  }

  .lg\:-scroll-my-26 {
    scroll-margin-top: -1.625rem;
    scroll-margin-bottom: -1.625rem;
  }

  .lg\:-scroll-my-28 {
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .lg\:-scroll-my-3 {
    scroll-margin-top: -0.188rem;
    scroll-margin-bottom: -0.188rem;
  }

  .lg\:-scroll-my-30 {
    scroll-margin-top: -1.875rem;
    scroll-margin-bottom: -1.875rem;
  }

  .lg\:-scroll-my-300 {
    scroll-margin-top: -18.75rem;
    scroll-margin-bottom: -18.75rem;
  }

  .lg\:-scroll-my-32 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .lg\:-scroll-my-34 {
    scroll-margin-top: -2.125rem;
    scroll-margin-bottom: -2.125rem;
  }

  .lg\:-scroll-my-36 {
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .lg\:-scroll-my-38 {
    scroll-margin-top: -2.375rem;
    scroll-margin-bottom: -2.375rem;
  }

  .lg\:-scroll-my-4 {
    scroll-margin-top: -0.250rem;
    scroll-margin-bottom: -0.250rem;
  }

  .lg\:-scroll-my-40 {
    scroll-margin-top: -2.500rem;
    scroll-margin-bottom: -2.500rem;
  }

  .lg\:-scroll-my-50 {
    scroll-margin-top: -3.125rem;
    scroll-margin-bottom: -3.125rem;
  }

  .lg\:-scroll-my-6 {
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .lg\:-scroll-my-60 {
    scroll-margin-top: -3.750rem;
    scroll-margin-bottom: -3.750rem;
  }

  .lg\:-scroll-my-70 {
    scroll-margin-top: -4.375rem;
    scroll-margin-bottom: -4.375rem;
  }

  .lg\:-scroll-my-8 {
    scroll-margin-top: -0.500rem;
    scroll-margin-bottom: -0.500rem;
  }

  .lg\:-scroll-my-80 {
    scroll-margin-top: -5.000rem;
    scroll-margin-bottom: -5.000rem;
  }

  .lg\:-scroll-my-90 {
    scroll-margin-top: -5.625rem;
    scroll-margin-bottom: -5.625rem;
  }

  .lg\:-scroll-mb-0 {
    scroll-margin-bottom: -0px;
  }

  .lg\:-scroll-mb-1 {
    scroll-margin-bottom: -1px;
  }

  .lg\:-scroll-mb-10 {
    scroll-margin-bottom: -0.625rem;
  }

  .lg\:-scroll-mb-100 {
    scroll-margin-bottom: -6.250rem;
  }

  .lg\:-scroll-mb-12 {
    scroll-margin-bottom: -0.750rem;
  }

  .lg\:-scroll-mb-14 {
    scroll-margin-bottom: -0.875rem;
  }

  .lg\:-scroll-mb-150 {
    scroll-margin-bottom: -9.375rem;
  }

  .lg\:-scroll-mb-16 {
    scroll-margin-bottom: -1.000rem;
  }

  .lg\:-scroll-mb-18 {
    scroll-margin-bottom: -1.125rem;
  }

  .lg\:-scroll-mb-2 {
    scroll-margin-bottom: -0.125rem;
  }

  .lg\:-scroll-mb-20 {
    scroll-margin-bottom: -1.250rem;
  }

  .lg\:-scroll-mb-200 {
    scroll-margin-bottom: -12.5rem;
  }

  .lg\:-scroll-mb-22 {
    scroll-margin-bottom: -1.375rem;
  }

  .lg\:-scroll-mb-24 {
    scroll-margin-bottom: -1.500rem;
  }

  .lg\:-scroll-mb-250 {
    scroll-margin-bottom: -15.625rem;
  }

  .lg\:-scroll-mb-26 {
    scroll-margin-bottom: -1.625rem;
  }

  .lg\:-scroll-mb-28 {
    scroll-margin-bottom: -1.75rem;
  }

  .lg\:-scroll-mb-3 {
    scroll-margin-bottom: -0.188rem;
  }

  .lg\:-scroll-mb-30 {
    scroll-margin-bottom: -1.875rem;
  }

  .lg\:-scroll-mb-300 {
    scroll-margin-bottom: -18.75rem;
  }

  .lg\:-scroll-mb-32 {
    scroll-margin-bottom: -2rem;
  }

  .lg\:-scroll-mb-34 {
    scroll-margin-bottom: -2.125rem;
  }

  .lg\:-scroll-mb-36 {
    scroll-margin-bottom: -2.25rem;
  }

  .lg\:-scroll-mb-38 {
    scroll-margin-bottom: -2.375rem;
  }

  .lg\:-scroll-mb-4 {
    scroll-margin-bottom: -0.250rem;
  }

  .lg\:-scroll-mb-40 {
    scroll-margin-bottom: -2.500rem;
  }

  .lg\:-scroll-mb-50 {
    scroll-margin-bottom: -3.125rem;
  }

  .lg\:-scroll-mb-6 {
    scroll-margin-bottom: -0.375rem;
  }

  .lg\:-scroll-mb-60 {
    scroll-margin-bottom: -3.750rem;
  }

  .lg\:-scroll-mb-70 {
    scroll-margin-bottom: -4.375rem;
  }

  .lg\:-scroll-mb-8 {
    scroll-margin-bottom: -0.500rem;
  }

  .lg\:-scroll-mb-80 {
    scroll-margin-bottom: -5.000rem;
  }

  .lg\:-scroll-mb-90 {
    scroll-margin-bottom: -5.625rem;
  }

  .lg\:-scroll-me-0 {
    scroll-margin-inline-end: -0px;
  }

  .lg\:-scroll-me-1 {
    scroll-margin-inline-end: -1px;
  }

  .lg\:-scroll-me-10 {
    scroll-margin-inline-end: -0.625rem;
  }

  .lg\:-scroll-me-100 {
    scroll-margin-inline-end: -6.250rem;
  }

  .lg\:-scroll-me-12 {
    scroll-margin-inline-end: -0.750rem;
  }

  .lg\:-scroll-me-14 {
    scroll-margin-inline-end: -0.875rem;
  }

  .lg\:-scroll-me-150 {
    scroll-margin-inline-end: -9.375rem;
  }

  .lg\:-scroll-me-16 {
    scroll-margin-inline-end: -1.000rem;
  }

  .lg\:-scroll-me-18 {
    scroll-margin-inline-end: -1.125rem;
  }

  .lg\:-scroll-me-2 {
    scroll-margin-inline-end: -0.125rem;
  }

  .lg\:-scroll-me-20 {
    scroll-margin-inline-end: -1.250rem;
  }

  .lg\:-scroll-me-200 {
    scroll-margin-inline-end: -12.5rem;
  }

  .lg\:-scroll-me-22 {
    scroll-margin-inline-end: -1.375rem;
  }

  .lg\:-scroll-me-24 {
    scroll-margin-inline-end: -1.500rem;
  }

  .lg\:-scroll-me-250 {
    scroll-margin-inline-end: -15.625rem;
  }

  .lg\:-scroll-me-26 {
    scroll-margin-inline-end: -1.625rem;
  }

  .lg\:-scroll-me-28 {
    scroll-margin-inline-end: -1.75rem;
  }

  .lg\:-scroll-me-3 {
    scroll-margin-inline-end: -0.188rem;
  }

  .lg\:-scroll-me-30 {
    scroll-margin-inline-end: -1.875rem;
  }

  .lg\:-scroll-me-300 {
    scroll-margin-inline-end: -18.75rem;
  }

  .lg\:-scroll-me-32 {
    scroll-margin-inline-end: -2rem;
  }

  .lg\:-scroll-me-34 {
    scroll-margin-inline-end: -2.125rem;
  }

  .lg\:-scroll-me-36 {
    scroll-margin-inline-end: -2.25rem;
  }

  .lg\:-scroll-me-38 {
    scroll-margin-inline-end: -2.375rem;
  }

  .lg\:-scroll-me-4 {
    scroll-margin-inline-end: -0.250rem;
  }

  .lg\:-scroll-me-40 {
    scroll-margin-inline-end: -2.500rem;
  }

  .lg\:-scroll-me-50 {
    scroll-margin-inline-end: -3.125rem;
  }

  .lg\:-scroll-me-6 {
    scroll-margin-inline-end: -0.375rem;
  }

  .lg\:-scroll-me-60 {
    scroll-margin-inline-end: -3.750rem;
  }

  .lg\:-scroll-me-70 {
    scroll-margin-inline-end: -4.375rem;
  }

  .lg\:-scroll-me-8 {
    scroll-margin-inline-end: -0.500rem;
  }

  .lg\:-scroll-me-80 {
    scroll-margin-inline-end: -5.000rem;
  }

  .lg\:-scroll-me-90 {
    scroll-margin-inline-end: -5.625rem;
  }

  .lg\:-scroll-ml-0 {
    scroll-margin-left: -0px;
  }

  .lg\:-scroll-ml-1 {
    scroll-margin-left: -1px;
  }

  .lg\:-scroll-ml-10 {
    scroll-margin-left: -0.625rem;
  }

  .lg\:-scroll-ml-100 {
    scroll-margin-left: -6.250rem;
  }

  .lg\:-scroll-ml-12 {
    scroll-margin-left: -0.750rem;
  }

  .lg\:-scroll-ml-14 {
    scroll-margin-left: -0.875rem;
  }

  .lg\:-scroll-ml-150 {
    scroll-margin-left: -9.375rem;
  }

  .lg\:-scroll-ml-16 {
    scroll-margin-left: -1.000rem;
  }

  .lg\:-scroll-ml-18 {
    scroll-margin-left: -1.125rem;
  }

  .lg\:-scroll-ml-2 {
    scroll-margin-left: -0.125rem;
  }

  .lg\:-scroll-ml-20 {
    scroll-margin-left: -1.250rem;
  }

  .lg\:-scroll-ml-200 {
    scroll-margin-left: -12.5rem;
  }

  .lg\:-scroll-ml-22 {
    scroll-margin-left: -1.375rem;
  }

  .lg\:-scroll-ml-24 {
    scroll-margin-left: -1.500rem;
  }

  .lg\:-scroll-ml-250 {
    scroll-margin-left: -15.625rem;
  }

  .lg\:-scroll-ml-26 {
    scroll-margin-left: -1.625rem;
  }

  .lg\:-scroll-ml-28 {
    scroll-margin-left: -1.75rem;
  }

  .lg\:-scroll-ml-3 {
    scroll-margin-left: -0.188rem;
  }

  .lg\:-scroll-ml-30 {
    scroll-margin-left: -1.875rem;
  }

  .lg\:-scroll-ml-300 {
    scroll-margin-left: -18.75rem;
  }

  .lg\:-scroll-ml-32 {
    scroll-margin-left: -2rem;
  }

  .lg\:-scroll-ml-34 {
    scroll-margin-left: -2.125rem;
  }

  .lg\:-scroll-ml-36 {
    scroll-margin-left: -2.25rem;
  }

  .lg\:-scroll-ml-38 {
    scroll-margin-left: -2.375rem;
  }

  .lg\:-scroll-ml-4 {
    scroll-margin-left: -0.250rem;
  }

  .lg\:-scroll-ml-40 {
    scroll-margin-left: -2.500rem;
  }

  .lg\:-scroll-ml-50 {
    scroll-margin-left: -3.125rem;
  }

  .lg\:-scroll-ml-6 {
    scroll-margin-left: -0.375rem;
  }

  .lg\:-scroll-ml-60 {
    scroll-margin-left: -3.750rem;
  }

  .lg\:-scroll-ml-70 {
    scroll-margin-left: -4.375rem;
  }

  .lg\:-scroll-ml-8 {
    scroll-margin-left: -0.500rem;
  }

  .lg\:-scroll-ml-80 {
    scroll-margin-left: -5.000rem;
  }

  .lg\:-scroll-ml-90 {
    scroll-margin-left: -5.625rem;
  }

  .lg\:-scroll-mr-0 {
    scroll-margin-right: -0px;
  }

  .lg\:-scroll-mr-1 {
    scroll-margin-right: -1px;
  }

  .lg\:-scroll-mr-10 {
    scroll-margin-right: -0.625rem;
  }

  .lg\:-scroll-mr-100 {
    scroll-margin-right: -6.250rem;
  }

  .lg\:-scroll-mr-12 {
    scroll-margin-right: -0.750rem;
  }

  .lg\:-scroll-mr-14 {
    scroll-margin-right: -0.875rem;
  }

  .lg\:-scroll-mr-150 {
    scroll-margin-right: -9.375rem;
  }

  .lg\:-scroll-mr-16 {
    scroll-margin-right: -1.000rem;
  }

  .lg\:-scroll-mr-18 {
    scroll-margin-right: -1.125rem;
  }

  .lg\:-scroll-mr-2 {
    scroll-margin-right: -0.125rem;
  }

  .lg\:-scroll-mr-20 {
    scroll-margin-right: -1.250rem;
  }

  .lg\:-scroll-mr-200 {
    scroll-margin-right: -12.5rem;
  }

  .lg\:-scroll-mr-22 {
    scroll-margin-right: -1.375rem;
  }

  .lg\:-scroll-mr-24 {
    scroll-margin-right: -1.500rem;
  }

  .lg\:-scroll-mr-250 {
    scroll-margin-right: -15.625rem;
  }

  .lg\:-scroll-mr-26 {
    scroll-margin-right: -1.625rem;
  }

  .lg\:-scroll-mr-28 {
    scroll-margin-right: -1.75rem;
  }

  .lg\:-scroll-mr-3 {
    scroll-margin-right: -0.188rem;
  }

  .lg\:-scroll-mr-30 {
    scroll-margin-right: -1.875rem;
  }

  .lg\:-scroll-mr-300 {
    scroll-margin-right: -18.75rem;
  }

  .lg\:-scroll-mr-32 {
    scroll-margin-right: -2rem;
  }

  .lg\:-scroll-mr-34 {
    scroll-margin-right: -2.125rem;
  }

  .lg\:-scroll-mr-36 {
    scroll-margin-right: -2.25rem;
  }

  .lg\:-scroll-mr-38 {
    scroll-margin-right: -2.375rem;
  }

  .lg\:-scroll-mr-4 {
    scroll-margin-right: -0.250rem;
  }

  .lg\:-scroll-mr-40 {
    scroll-margin-right: -2.500rem;
  }

  .lg\:-scroll-mr-50 {
    scroll-margin-right: -3.125rem;
  }

  .lg\:-scroll-mr-6 {
    scroll-margin-right: -0.375rem;
  }

  .lg\:-scroll-mr-60 {
    scroll-margin-right: -3.750rem;
  }

  .lg\:-scroll-mr-70 {
    scroll-margin-right: -4.375rem;
  }

  .lg\:-scroll-mr-8 {
    scroll-margin-right: -0.500rem;
  }

  .lg\:-scroll-mr-80 {
    scroll-margin-right: -5.000rem;
  }

  .lg\:-scroll-mr-90 {
    scroll-margin-right: -5.625rem;
  }

  .lg\:-scroll-ms-0 {
    scroll-margin-inline-start: -0px;
  }

  .lg\:-scroll-ms-1 {
    scroll-margin-inline-start: -1px;
  }

  .lg\:-scroll-ms-10 {
    scroll-margin-inline-start: -0.625rem;
  }

  .lg\:-scroll-ms-100 {
    scroll-margin-inline-start: -6.250rem;
  }

  .lg\:-scroll-ms-12 {
    scroll-margin-inline-start: -0.750rem;
  }

  .lg\:-scroll-ms-14 {
    scroll-margin-inline-start: -0.875rem;
  }

  .lg\:-scroll-ms-150 {
    scroll-margin-inline-start: -9.375rem;
  }

  .lg\:-scroll-ms-16 {
    scroll-margin-inline-start: -1.000rem;
  }

  .lg\:-scroll-ms-18 {
    scroll-margin-inline-start: -1.125rem;
  }

  .lg\:-scroll-ms-2 {
    scroll-margin-inline-start: -0.125rem;
  }

  .lg\:-scroll-ms-20 {
    scroll-margin-inline-start: -1.250rem;
  }

  .lg\:-scroll-ms-200 {
    scroll-margin-inline-start: -12.5rem;
  }

  .lg\:-scroll-ms-22 {
    scroll-margin-inline-start: -1.375rem;
  }

  .lg\:-scroll-ms-24 {
    scroll-margin-inline-start: -1.500rem;
  }

  .lg\:-scroll-ms-250 {
    scroll-margin-inline-start: -15.625rem;
  }

  .lg\:-scroll-ms-26 {
    scroll-margin-inline-start: -1.625rem;
  }

  .lg\:-scroll-ms-28 {
    scroll-margin-inline-start: -1.75rem;
  }

  .lg\:-scroll-ms-3 {
    scroll-margin-inline-start: -0.188rem;
  }

  .lg\:-scroll-ms-30 {
    scroll-margin-inline-start: -1.875rem;
  }

  .lg\:-scroll-ms-300 {
    scroll-margin-inline-start: -18.75rem;
  }

  .lg\:-scroll-ms-32 {
    scroll-margin-inline-start: -2rem;
  }

  .lg\:-scroll-ms-34 {
    scroll-margin-inline-start: -2.125rem;
  }

  .lg\:-scroll-ms-36 {
    scroll-margin-inline-start: -2.25rem;
  }

  .lg\:-scroll-ms-38 {
    scroll-margin-inline-start: -2.375rem;
  }

  .lg\:-scroll-ms-4 {
    scroll-margin-inline-start: -0.250rem;
  }

  .lg\:-scroll-ms-40 {
    scroll-margin-inline-start: -2.500rem;
  }

  .lg\:-scroll-ms-50 {
    scroll-margin-inline-start: -3.125rem;
  }

  .lg\:-scroll-ms-6 {
    scroll-margin-inline-start: -0.375rem;
  }

  .lg\:-scroll-ms-60 {
    scroll-margin-inline-start: -3.750rem;
  }

  .lg\:-scroll-ms-70 {
    scroll-margin-inline-start: -4.375rem;
  }

  .lg\:-scroll-ms-8 {
    scroll-margin-inline-start: -0.500rem;
  }

  .lg\:-scroll-ms-80 {
    scroll-margin-inline-start: -5.000rem;
  }

  .lg\:-scroll-ms-90 {
    scroll-margin-inline-start: -5.625rem;
  }

  .lg\:-scroll-mt-0 {
    scroll-margin-top: -0px;
  }

  .lg\:-scroll-mt-1 {
    scroll-margin-top: -1px;
  }

  .lg\:-scroll-mt-10 {
    scroll-margin-top: -0.625rem;
  }

  .lg\:-scroll-mt-100 {
    scroll-margin-top: -6.250rem;
  }

  .lg\:-scroll-mt-12 {
    scroll-margin-top: -0.750rem;
  }

  .lg\:-scroll-mt-14 {
    scroll-margin-top: -0.875rem;
  }

  .lg\:-scroll-mt-150 {
    scroll-margin-top: -9.375rem;
  }

  .lg\:-scroll-mt-16 {
    scroll-margin-top: -1.000rem;
  }

  .lg\:-scroll-mt-18 {
    scroll-margin-top: -1.125rem;
  }

  .lg\:-scroll-mt-2 {
    scroll-margin-top: -0.125rem;
  }

  .lg\:-scroll-mt-20 {
    scroll-margin-top: -1.250rem;
  }

  .lg\:-scroll-mt-200 {
    scroll-margin-top: -12.5rem;
  }

  .lg\:-scroll-mt-22 {
    scroll-margin-top: -1.375rem;
  }

  .lg\:-scroll-mt-24 {
    scroll-margin-top: -1.500rem;
  }

  .lg\:-scroll-mt-250 {
    scroll-margin-top: -15.625rem;
  }

  .lg\:-scroll-mt-26 {
    scroll-margin-top: -1.625rem;
  }

  .lg\:-scroll-mt-28 {
    scroll-margin-top: -1.75rem;
  }

  .lg\:-scroll-mt-3 {
    scroll-margin-top: -0.188rem;
  }

  .lg\:-scroll-mt-30 {
    scroll-margin-top: -1.875rem;
  }

  .lg\:-scroll-mt-300 {
    scroll-margin-top: -18.75rem;
  }

  .lg\:-scroll-mt-32 {
    scroll-margin-top: -2rem;
  }

  .lg\:-scroll-mt-34 {
    scroll-margin-top: -2.125rem;
  }

  .lg\:-scroll-mt-36 {
    scroll-margin-top: -2.25rem;
  }

  .lg\:-scroll-mt-38 {
    scroll-margin-top: -2.375rem;
  }

  .lg\:-scroll-mt-4 {
    scroll-margin-top: -0.250rem;
  }

  .lg\:-scroll-mt-40 {
    scroll-margin-top: -2.500rem;
  }

  .lg\:-scroll-mt-50 {
    scroll-margin-top: -3.125rem;
  }

  .lg\:-scroll-mt-6 {
    scroll-margin-top: -0.375rem;
  }

  .lg\:-scroll-mt-60 {
    scroll-margin-top: -3.750rem;
  }

  .lg\:-scroll-mt-70 {
    scroll-margin-top: -4.375rem;
  }

  .lg\:-scroll-mt-8 {
    scroll-margin-top: -0.500rem;
  }

  .lg\:-scroll-mt-80 {
    scroll-margin-top: -5.000rem;
  }

  .lg\:-scroll-mt-90 {
    scroll-margin-top: -5.625rem;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

  .lg\:columns-10 {
    -moz-columns: 10;
         columns: 10;
  }

  .lg\:columns-11 {
    -moz-columns: 11;
         columns: 11;
  }

  .lg\:columns-12 {
    -moz-columns: 12;
         columns: 12;
  }

  .lg\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .lg\:columns-2xl {
    -moz-columns: 42rem;
         columns: 42rem;
  }

  .lg\:columns-2xs {
    -moz-columns: 18rem;
         columns: 18rem;
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:columns-3xl {
    -moz-columns: 48rem;
         columns: 48rem;
  }

  .lg\:columns-3xs {
    -moz-columns: 16rem;
         columns: 16rem;
  }

  .lg\:columns-4 {
    -moz-columns: 4;
         columns: 4;
  }

  .lg\:columns-4xl {
    -moz-columns: 56rem;
         columns: 56rem;
  }

  .lg\:columns-5 {
    -moz-columns: 5;
         columns: 5;
  }

  .lg\:columns-5xl {
    -moz-columns: 64rem;
         columns: 64rem;
  }

  .lg\:columns-6 {
    -moz-columns: 6;
         columns: 6;
  }

  .lg\:columns-6xl {
    -moz-columns: 72rem;
         columns: 72rem;
  }

  .lg\:columns-7 {
    -moz-columns: 7;
         columns: 7;
  }

  .lg\:columns-7xl {
    -moz-columns: 80rem;
         columns: 80rem;
  }

  .lg\:columns-8 {
    -moz-columns: 8;
         columns: 8;
  }

  .lg\:columns-9 {
    -moz-columns: 9;
         columns: 9;
  }

  .lg\:columns-auto {
    -moz-columns: auto;
         columns: auto;
  }

  .lg\:columns-lg {
    -moz-columns: 32rem;
         columns: 32rem;
  }

  .lg\:columns-md {
    -moz-columns: 28rem;
         columns: 28rem;
  }

  .lg\:columns-sm {
    -moz-columns: 24rem;
         columns: 24rem;
  }

  .lg\:columns-xl {
    -moz-columns: 36rem;
         columns: 36rem;
  }

  .lg\:columns-xs {
    -moz-columns: 20rem;
         columns: 20rem;
  }

  .lg\:break-before-auto {
    -moz-column-break-before: auto;
         break-before: auto;
  }

  .lg\:break-before-avoid {
    -moz-column-break-before: avoid;
         break-before: avoid;
  }

  .lg\:break-before-all {
    -moz-column-break-before: all;
         break-before: all;
  }

  .lg\:break-before-avoid-page {
    -moz-column-break-before: avoid;
         break-before: avoid-page;
  }

  .lg\:break-before-page {
    -moz-column-break-before: page;
         break-before: page;
  }

  .lg\:break-before-left {
    -moz-column-break-before: left;
         break-before: left;
  }

  .lg\:break-before-right {
    -moz-column-break-before: right;
         break-before: right;
  }

  .lg\:break-before-column {
    -moz-column-break-before: column;
         break-before: column;
  }

  .lg\:break-inside-auto {
    -moz-column-break-inside: auto;
         break-inside: auto;
  }

  .lg\:break-inside-avoid {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }

  .lg\:break-inside-avoid-page {
    break-inside: avoid-page;
  }

  .lg\:break-inside-avoid-column {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }

  .lg\:break-after-auto {
    -moz-column-break-after: auto;
         break-after: auto;
  }

  .lg\:break-after-avoid {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }

  .lg\:break-after-all {
    -moz-column-break-after: all;
         break-after: all;
  }

  .lg\:break-after-avoid-page {
    -moz-column-break-after: avoid;
         break-after: avoid-page;
  }

  .lg\:break-after-page {
    -moz-column-break-after: page;
         break-after: page;
  }

  .lg\:break-after-left {
    -moz-column-break-after: left;
         break-after: left;
  }

  .lg\:break-after-right {
    -moz-column-break-after: right;
         break-after: right;
  }

  .lg\:break-after-column {
    -moz-column-break-after: column;
         break-after: column;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-dense {
    grid-auto-flow: dense;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:place-content-center {
    place-content: center;
  }

  .lg\:place-content-start {
    place-content: start;
  }

  .lg\:place-content-end {
    place-content: end;
  }

  .lg\:place-content-between {
    place-content: space-between;
  }

  .lg\:place-content-around {
    place-content: space-around;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly;
  }

  .lg\:place-content-baseline {
    place-content: baseline;
  }

  .lg\:place-content-stretch {
    place-content: stretch;
  }

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:place-items-baseline {
    place-items: baseline;
  }

  .lg\:place-items-stretch {
    place-items: stretch;
  }

  .lg\:content-normal {
    align-content: normal;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:content-evenly {
    align-content: space-evenly;
  }

  .lg\:content-baseline {
    align-content: baseline;
  }

  .lg\:content-stretch {
    align-content: stretch;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-normal {
    justify-content: normal;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:justify-stretch {
    justify-content: stretch;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-1 {
    gap: 1px;
  }

  .lg\:gap-10 {
    gap: 0.625rem;
  }

  .lg\:gap-100 {
    gap: 6.250rem;
  }

  .lg\:gap-12 {
    gap: 0.750rem;
  }

  .lg\:gap-14 {
    gap: 0.875rem;
  }

  .lg\:gap-150 {
    gap: 9.375rem;
  }

  .lg\:gap-16 {
    gap: 1.000rem;
  }

  .lg\:gap-18 {
    gap: 1.125rem;
  }

  .lg\:gap-2 {
    gap: 0.125rem;
  }

  .lg\:gap-20 {
    gap: 1.250rem;
  }

  .lg\:gap-200 {
    gap: 12.5rem;
  }

  .lg\:gap-22 {
    gap: 1.375rem;
  }

  .lg\:gap-24 {
    gap: 1.500rem;
  }

  .lg\:gap-250 {
    gap: 15.625rem;
  }

  .lg\:gap-26 {
    gap: 1.625rem;
  }

  .lg\:gap-28 {
    gap: 1.75rem;
  }

  .lg\:gap-3 {
    gap: 0.188rem;
  }

  .lg\:gap-30 {
    gap: 1.875rem;
  }

  .lg\:gap-300 {
    gap: 18.75rem;
  }

  .lg\:gap-32 {
    gap: 2rem;
  }

  .lg\:gap-34 {
    gap: 2.125rem;
  }

  .lg\:gap-36 {
    gap: 2.25rem;
  }

  .lg\:gap-38 {
    gap: 2.375rem;
  }

  .lg\:gap-4 {
    gap: 0.250rem;
  }

  .lg\:gap-40 {
    gap: 2.500rem;
  }

  .lg\:gap-50 {
    gap: 3.125rem;
  }

  .lg\:gap-6 {
    gap: 0.375rem;
  }

  .lg\:gap-60 {
    gap: 3.750rem;
  }

  .lg\:gap-70 {
    gap: 4.375rem;
  }

  .lg\:gap-8 {
    gap: 0.500rem;
  }

  .lg\:gap-80 {
    gap: 5.000rem;
  }

  .lg\:gap-90 {
    gap: 5.625rem;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:gap-x-100 {
    -moz-column-gap: 6.250rem;
         column-gap: 6.250rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 0.750rem;
         column-gap: 0.750rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:gap-x-150 {
    -moz-column-gap: 9.375rem;
         column-gap: 9.375rem;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 1.000rem;
         column-gap: 1.000rem;
  }

  .lg\:gap-x-18 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 1.250rem;
         column-gap: 1.250rem;
  }

  .lg\:gap-x-200 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .lg\:gap-x-22 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 1.500rem;
         column-gap: 1.500rem;
  }

  .lg\:gap-x-250 {
    -moz-column-gap: 15.625rem;
         column-gap: 15.625rem;
  }

  .lg\:gap-x-26 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.188rem;
         column-gap: 0.188rem;
  }

  .lg\:gap-x-30 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .lg\:gap-x-300 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-34 {
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-38 {
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 0.250rem;
         column-gap: 0.250rem;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 2.500rem;
         column-gap: 2.500rem;
  }

  .lg\:gap-x-50 {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:gap-x-60 {
    -moz-column-gap: 3.750rem;
         column-gap: 3.750rem;
  }

  .lg\:gap-x-70 {
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 0.500rem;
         column-gap: 0.500rem;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 5.000rem;
         column-gap: 5.000rem;
  }

  .lg\:gap-x-90 {
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-1 {
    row-gap: 1px;
  }

  .lg\:gap-y-10 {
    row-gap: 0.625rem;
  }

  .lg\:gap-y-100 {
    row-gap: 6.250rem;
  }

  .lg\:gap-y-12 {
    row-gap: 0.750rem;
  }

  .lg\:gap-y-14 {
    row-gap: 0.875rem;
  }

  .lg\:gap-y-150 {
    row-gap: 9.375rem;
  }

  .lg\:gap-y-16 {
    row-gap: 1.000rem;
  }

  .lg\:gap-y-18 {
    row-gap: 1.125rem;
  }

  .lg\:gap-y-2 {
    row-gap: 0.125rem;
  }

  .lg\:gap-y-20 {
    row-gap: 1.250rem;
  }

  .lg\:gap-y-200 {
    row-gap: 12.5rem;
  }

  .lg\:gap-y-22 {
    row-gap: 1.375rem;
  }

  .lg\:gap-y-24 {
    row-gap: 1.500rem;
  }

  .lg\:gap-y-250 {
    row-gap: 15.625rem;
  }

  .lg\:gap-y-26 {
    row-gap: 1.625rem;
  }

  .lg\:gap-y-28 {
    row-gap: 1.75rem;
  }

  .lg\:gap-y-3 {
    row-gap: 0.188rem;
  }

  .lg\:gap-y-30 {
    row-gap: 1.875rem;
  }

  .lg\:gap-y-300 {
    row-gap: 18.75rem;
  }

  .lg\:gap-y-32 {
    row-gap: 2rem;
  }

  .lg\:gap-y-34 {
    row-gap: 2.125rem;
  }

  .lg\:gap-y-36 {
    row-gap: 2.25rem;
  }

  .lg\:gap-y-38 {
    row-gap: 2.375rem;
  }

  .lg\:gap-y-4 {
    row-gap: 0.250rem;
  }

  .lg\:gap-y-40 {
    row-gap: 2.500rem;
  }

  .lg\:gap-y-50 {
    row-gap: 3.125rem;
  }

  .lg\:gap-y-6 {
    row-gap: 0.375rem;
  }

  .lg\:gap-y-60 {
    row-gap: 3.750rem;
  }

  .lg\:gap-y-70 {
    row-gap: 4.375rem;
  }

  .lg\:gap-y-8 {
    row-gap: 0.500rem;
  }

  .lg\:gap-y-80 {
    row-gap: 5.000rem;
  }

  .lg\:gap-y-90 {
    row-gap: 5.625rem;
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0px * var(--tw-space-x-reverse));
    margin-left: calc(-0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.250rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.250rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.750rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.750rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.000rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.000rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.250rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.250rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.500rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.500rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-15.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.188rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.188rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.250rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.250rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.500rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.500rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.750rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.750rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.500rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.500rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.000rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.000rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.250rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.250rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.750rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.750rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.000rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.000rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.250rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.250rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.500rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.500rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.188rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.188rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.250rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.250rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.500rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.500rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.750rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.750rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.500rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.500rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.000rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.000rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse));
  }

  .lg\:place-self-auto {
    place-self: auto;
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-end {
    place-self: end;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:place-self-stretch {
    place-self: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:self-baseline {
    align-self: baseline;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-clip {
    overflow: clip;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-clip {
    overflow-x: clip;
  }

  .lg\:overflow-y-clip {
    overflow-y: clip;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .lg\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .lg\:overscroll-none {
    overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .lg\:text-ellipsis {
    text-overflow: ellipsis;
  }

  .lg\:text-clip {
    text-overflow: clip;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:whitespace-break-spaces {
    white-space: break-spaces;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:break-keep {
    word-break: keep-all;
  }

  .lg\:rounded-10 {
    border-radius: .625rem;
  }

  .lg\:rounded-20 {
    border-radius: 1.25rem;
  }

  .lg\:rounded-5 {
    border-radius: .3125rem;
  }

  .lg\:rounded-8 {
    border-radius: .5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-b-10 {
    border-bottom-right-radius: .625rem;
    border-bottom-left-radius: .625rem;
  }

  .lg\:rounded-b-20 {
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  .lg\:rounded-b-5 {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .lg\:rounded-b-8 {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-e-10 {
    border-start-end-radius: .625rem;
    border-end-end-radius: .625rem;
  }

  .lg\:rounded-e-20 {
    border-start-end-radius: 1.25rem;
    border-end-end-radius: 1.25rem;
  }

  .lg\:rounded-e-5 {
    border-start-end-radius: .3125rem;
    border-end-end-radius: .3125rem;
  }

  .lg\:rounded-e-8 {
    border-start-end-radius: .5rem;
    border-end-end-radius: .5rem;
  }

  .lg\:rounded-e-full {
    border-start-end-radius: 9999px;
    border-end-end-radius: 9999px;
  }

  .lg\:rounded-e-none {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }

  .lg\:rounded-l-10 {
    border-top-left-radius: .625rem;
    border-bottom-left-radius: .625rem;
  }

  .lg\:rounded-l-20 {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  .lg\:rounded-l-5 {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .lg\:rounded-l-8 {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-r-10 {
    border-top-right-radius: .625rem;
    border-bottom-right-radius: .625rem;
  }

  .lg\:rounded-r-20 {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  .lg\:rounded-r-5 {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }

  .lg\:rounded-r-8 {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-s-10 {
    border-start-start-radius: .625rem;
    border-end-start-radius: .625rem;
  }

  .lg\:rounded-s-20 {
    border-start-start-radius: 1.25rem;
    border-end-start-radius: 1.25rem;
  }

  .lg\:rounded-s-5 {
    border-start-start-radius: .3125rem;
    border-end-start-radius: .3125rem;
  }

  .lg\:rounded-s-8 {
    border-start-start-radius: .5rem;
    border-end-start-radius: .5rem;
  }

  .lg\:rounded-s-full {
    border-start-start-radius: 9999px;
    border-end-start-radius: 9999px;
  }

  .lg\:rounded-s-none {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }

  .lg\:rounded-t-10 {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
  }

  .lg\:rounded-t-20 {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  .lg\:rounded-t-5 {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }

  .lg\:rounded-t-8 {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-bl-10 {
    border-bottom-left-radius: .625rem;
  }

  .lg\:rounded-bl-20 {
    border-bottom-left-radius: 1.25rem;
  }

  .lg\:rounded-bl-5 {
    border-bottom-left-radius: .3125rem;
  }

  .lg\:rounded-bl-8 {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-br-10 {
    border-bottom-right-radius: .625rem;
  }

  .lg\:rounded-br-20 {
    border-bottom-right-radius: 1.25rem;
  }

  .lg\:rounded-br-5 {
    border-bottom-right-radius: .3125rem;
  }

  .lg\:rounded-br-8 {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-ee-10 {
    border-end-end-radius: .625rem;
  }

  .lg\:rounded-ee-20 {
    border-end-end-radius: 1.25rem;
  }

  .lg\:rounded-ee-5 {
    border-end-end-radius: .3125rem;
  }

  .lg\:rounded-ee-8 {
    border-end-end-radius: .5rem;
  }

  .lg\:rounded-ee-full {
    border-end-end-radius: 9999px;
  }

  .lg\:rounded-ee-none {
    border-end-end-radius: 0;
  }

  .lg\:rounded-es-10 {
    border-end-start-radius: .625rem;
  }

  .lg\:rounded-es-20 {
    border-end-start-radius: 1.25rem;
  }

  .lg\:rounded-es-5 {
    border-end-start-radius: .3125rem;
  }

  .lg\:rounded-es-8 {
    border-end-start-radius: .5rem;
  }

  .lg\:rounded-es-full {
    border-end-start-radius: 9999px;
  }

  .lg\:rounded-es-none {
    border-end-start-radius: 0;
  }

  .lg\:rounded-se-10 {
    border-start-end-radius: .625rem;
  }

  .lg\:rounded-se-20 {
    border-start-end-radius: 1.25rem;
  }

  .lg\:rounded-se-5 {
    border-start-end-radius: .3125rem;
  }

  .lg\:rounded-se-8 {
    border-start-end-radius: .5rem;
  }

  .lg\:rounded-se-full {
    border-start-end-radius: 9999px;
  }

  .lg\:rounded-se-none {
    border-start-end-radius: 0;
  }

  .lg\:rounded-ss-10 {
    border-start-start-radius: .625rem;
  }

  .lg\:rounded-ss-20 {
    border-start-start-radius: 1.25rem;
  }

  .lg\:rounded-ss-5 {
    border-start-start-radius: .3125rem;
  }

  .lg\:rounded-ss-8 {
    border-start-start-radius: .5rem;
  }

  .lg\:rounded-ss-full {
    border-start-start-radius: 9999px;
  }

  .lg\:rounded-ss-none {
    border-start-start-radius: 0;
  }

  .lg\:rounded-tl-10 {
    border-top-left-radius: .625rem;
  }

  .lg\:rounded-tl-20 {
    border-top-left-radius: 1.25rem;
  }

  .lg\:rounded-tl-5 {
    border-top-left-radius: .3125rem;
  }

  .lg\:rounded-tl-8 {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-10 {
    border-top-right-radius: .625rem;
  }

  .lg\:rounded-tr-20 {
    border-top-right-radius: 1.25rem;
  }

  .lg\:rounded-tr-5 {
    border-top-right-radius: .3125rem;
  }

  .lg\:rounded-tr-8 {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-3 {
    border-width: 3px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .lg\:border-x-0 {
    border-left-width: 0;
    border-right-width: 0;
  }

  .lg\:border-x-2 {
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .lg\:border-x-3 {
    border-left-width: 3px;
    border-right-width: 3px;
  }

  .lg\:border-x-4 {
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .lg\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .lg\:border-y-0 {
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .lg\:border-y-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .lg\:border-y-3 {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }

  .lg\:border-y-4 {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-e {
    border-inline-end-width: 1px;
  }

  .lg\:border-e-0 {
    border-inline-end-width: 0;
  }

  .lg\:border-e-2 {
    border-inline-end-width: 2px;
  }

  .lg\:border-e-3 {
    border-inline-end-width: 3px;
  }

  .lg\:border-e-4 {
    border-inline-end-width: 4px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-l-3 {
    border-left-width: 3px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-3 {
    border-right-width: 3px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-s {
    border-inline-start-width: 1px;
  }

  .lg\:border-s-0 {
    border-inline-start-width: 0;
  }

  .lg\:border-s-2 {
    border-inline-start-width: 2px;
  }

  .lg\:border-s-3 {
    border-inline-start-width: 3px;
  }

  .lg\:border-s-4 {
    border-inline-start-width: 4px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-t-3 {
    border-top-width: 3px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-hidden {
    border-style: hidden;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-black\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .lg\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-black\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .lg\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-current {
    border-color: currentColor;
  }

  .lg\:border-error_red {
    --tw-border-opacity: 1;
    border-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .lg\:border-error_red\/0 {
    border-color: rgb(235 0 27 / 0);
  }

  .lg\:border-error_red\/10 {
    border-color: rgb(235 0 27 / 0.1);
  }

  .lg\:border-error_red\/100 {
    border-color: rgb(235 0 27 / 1);
  }

  .lg\:border-error_red\/20 {
    border-color: rgb(235 0 27 / 0.2);
  }

  .lg\:border-error_red\/25 {
    border-color: rgb(235 0 27 / 0.25);
  }

  .lg\:border-error_red\/30 {
    border-color: rgb(235 0 27 / 0.3);
  }

  .lg\:border-error_red\/40 {
    border-color: rgb(235 0 27 / 0.4);
  }

  .lg\:border-error_red\/5 {
    border-color: rgb(235 0 27 / 0.05);
  }

  .lg\:border-error_red\/50 {
    border-color: rgb(235 0 27 / 0.5);
  }

  .lg\:border-error_red\/60 {
    border-color: rgb(235 0 27 / 0.6);
  }

  .lg\:border-error_red\/70 {
    border-color: rgb(235 0 27 / 0.7);
  }

  .lg\:border-error_red\/75 {
    border-color: rgb(235 0 27 / 0.75);
  }

  .lg\:border-error_red\/80 {
    border-color: rgb(235 0 27 / 0.8);
  }

  .lg\:border-error_red\/90 {
    border-color: rgb(235 0 27 / 0.9);
  }

  .lg\:border-error_red\/95 {
    border-color: rgb(235 0 27 / 0.95);
  }

  .lg\:border-gray5 {
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-gray5\/0 {
    border-color: rgb(242 242 242 / 0);
  }

  .lg\:border-gray5\/10 {
    border-color: rgb(242 242 242 / 0.1);
  }

  .lg\:border-gray5\/100 {
    border-color: rgb(242 242 242 / 1);
  }

  .lg\:border-gray5\/20 {
    border-color: rgb(242 242 242 / 0.2);
  }

  .lg\:border-gray5\/25 {
    border-color: rgb(242 242 242 / 0.25);
  }

  .lg\:border-gray5\/30 {
    border-color: rgb(242 242 242 / 0.3);
  }

  .lg\:border-gray5\/40 {
    border-color: rgb(242 242 242 / 0.4);
  }

  .lg\:border-gray5\/5 {
    border-color: rgb(242 242 242 / 0.05);
  }

  .lg\:border-gray5\/50 {
    border-color: rgb(242 242 242 / 0.5);
  }

  .lg\:border-gray5\/60 {
    border-color: rgb(242 242 242 / 0.6);
  }

  .lg\:border-gray5\/70 {
    border-color: rgb(242 242 242 / 0.7);
  }

  .lg\:border-gray5\/75 {
    border-color: rgb(242 242 242 / 0.75);
  }

  .lg\:border-gray5\/80 {
    border-color: rgb(242 242 242 / 0.8);
  }

  .lg\:border-gray5\/90 {
    border-color: rgb(242 242 242 / 0.9);
  }

  .lg\:border-gray5\/95 {
    border-color: rgb(242 242 242 / 0.95);
  }

  .lg\:border-sh_black {
    --tw-border-opacity: 1;
    border-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .lg\:border-sh_black\/0 {
    border-color: rgb(35 31 32 / 0);
  }

  .lg\:border-sh_black\/10 {
    border-color: rgb(35 31 32 / 0.1);
  }

  .lg\:border-sh_black\/100 {
    border-color: rgb(35 31 32 / 1);
  }

  .lg\:border-sh_black\/20 {
    border-color: rgb(35 31 32 / 0.2);
  }

  .lg\:border-sh_black\/25 {
    border-color: rgb(35 31 32 / 0.25);
  }

  .lg\:border-sh_black\/30 {
    border-color: rgb(35 31 32 / 0.3);
  }

  .lg\:border-sh_black\/40 {
    border-color: rgb(35 31 32 / 0.4);
  }

  .lg\:border-sh_black\/5 {
    border-color: rgb(35 31 32 / 0.05);
  }

  .lg\:border-sh_black\/50 {
    border-color: rgb(35 31 32 / 0.5);
  }

  .lg\:border-sh_black\/60 {
    border-color: rgb(35 31 32 / 0.6);
  }

  .lg\:border-sh_black\/70 {
    border-color: rgb(35 31 32 / 0.7);
  }

  .lg\:border-sh_black\/75 {
    border-color: rgb(35 31 32 / 0.75);
  }

  .lg\:border-sh_black\/80 {
    border-color: rgb(35 31 32 / 0.8);
  }

  .lg\:border-sh_black\/90 {
    border-color: rgb(35 31 32 / 0.9);
  }

  .lg\:border-sh_black\/95 {
    border-color: rgb(35 31 32 / 0.95);
  }

  .lg\:border-success_green {
    --tw-border-opacity: 1;
    border-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .lg\:border-success_green\/0 {
    border-color: rgb(80 131 22 / 0);
  }

  .lg\:border-success_green\/10 {
    border-color: rgb(80 131 22 / 0.1);
  }

  .lg\:border-success_green\/100 {
    border-color: rgb(80 131 22 / 1);
  }

  .lg\:border-success_green\/20 {
    border-color: rgb(80 131 22 / 0.2);
  }

  .lg\:border-success_green\/25 {
    border-color: rgb(80 131 22 / 0.25);
  }

  .lg\:border-success_green\/30 {
    border-color: rgb(80 131 22 / 0.3);
  }

  .lg\:border-success_green\/40 {
    border-color: rgb(80 131 22 / 0.4);
  }

  .lg\:border-success_green\/5 {
    border-color: rgb(80 131 22 / 0.05);
  }

  .lg\:border-success_green\/50 {
    border-color: rgb(80 131 22 / 0.5);
  }

  .lg\:border-success_green\/60 {
    border-color: rgb(80 131 22 / 0.6);
  }

  .lg\:border-success_green\/70 {
    border-color: rgb(80 131 22 / 0.7);
  }

  .lg\:border-success_green\/75 {
    border-color: rgb(80 131 22 / 0.75);
  }

  .lg\:border-success_green\/80 {
    border-color: rgb(80 131 22 / 0.8);
  }

  .lg\:border-success_green\/90 {
    border-color: rgb(80 131 22 / 0.9);
  }

  .lg\:border-success_green\/95 {
    border-color: rgb(80 131 22 / 0.95);
  }

  .lg\:border-teal {
    --tw-border-opacity: 1;
    border-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .lg\:border-teal\/0 {
    border-color: rgb(0 129 159 / 0);
  }

  .lg\:border-teal\/10 {
    border-color: rgb(0 129 159 / 0.1);
  }

  .lg\:border-teal\/100 {
    border-color: rgb(0 129 159 / 1);
  }

  .lg\:border-teal\/20 {
    border-color: rgb(0 129 159 / 0.2);
  }

  .lg\:border-teal\/25 {
    border-color: rgb(0 129 159 / 0.25);
  }

  .lg\:border-teal\/30 {
    border-color: rgb(0 129 159 / 0.3);
  }

  .lg\:border-teal\/40 {
    border-color: rgb(0 129 159 / 0.4);
  }

  .lg\:border-teal\/5 {
    border-color: rgb(0 129 159 / 0.05);
  }

  .lg\:border-teal\/50 {
    border-color: rgb(0 129 159 / 0.5);
  }

  .lg\:border-teal\/60 {
    border-color: rgb(0 129 159 / 0.6);
  }

  .lg\:border-teal\/70 {
    border-color: rgb(0 129 159 / 0.7);
  }

  .lg\:border-teal\/75 {
    border-color: rgb(0 129 159 / 0.75);
  }

  .lg\:border-teal\/80 {
    border-color: rgb(0 129 159 / 0.8);
  }

  .lg\:border-teal\/90 {
    border-color: rgb(0 129 159 / 0.9);
  }

  .lg\:border-teal\/95 {
    border-color: rgb(0 129 159 / 0.95);
  }

  .lg\:border-teal_dark {
    --tw-border-opacity: 1;
    border-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .lg\:border-teal_dark\/0 {
    border-color: rgb(0 60 77 / 0);
  }

  .lg\:border-teal_dark\/10 {
    border-color: rgb(0 60 77 / 0.1);
  }

  .lg\:border-teal_dark\/100 {
    border-color: rgb(0 60 77 / 1);
  }

  .lg\:border-teal_dark\/20 {
    border-color: rgb(0 60 77 / 0.2);
  }

  .lg\:border-teal_dark\/25 {
    border-color: rgb(0 60 77 / 0.25);
  }

  .lg\:border-teal_dark\/30 {
    border-color: rgb(0 60 77 / 0.3);
  }

  .lg\:border-teal_dark\/40 {
    border-color: rgb(0 60 77 / 0.4);
  }

  .lg\:border-teal_dark\/5 {
    border-color: rgb(0 60 77 / 0.05);
  }

  .lg\:border-teal_dark\/50 {
    border-color: rgb(0 60 77 / 0.5);
  }

  .lg\:border-teal_dark\/60 {
    border-color: rgb(0 60 77 / 0.6);
  }

  .lg\:border-teal_dark\/70 {
    border-color: rgb(0 60 77 / 0.7);
  }

  .lg\:border-teal_dark\/75 {
    border-color: rgb(0 60 77 / 0.75);
  }

  .lg\:border-teal_dark\/80 {
    border-color: rgb(0 60 77 / 0.8);
  }

  .lg\:border-teal_dark\/90 {
    border-color: rgb(0 60 77 / 0.9);
  }

  .lg\:border-teal_dark\/95 {
    border-color: rgb(0 60 77 / 0.95);
  }

  .lg\:border-teal_extra_light {
    --tw-border-opacity: 1;
    border-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .lg\:border-teal_extra_light\/0 {
    border-color: rgb(245 251 252 / 0);
  }

  .lg\:border-teal_extra_light\/10 {
    border-color: rgb(245 251 252 / 0.1);
  }

  .lg\:border-teal_extra_light\/100 {
    border-color: rgb(245 251 252 / 1);
  }

  .lg\:border-teal_extra_light\/20 {
    border-color: rgb(245 251 252 / 0.2);
  }

  .lg\:border-teal_extra_light\/25 {
    border-color: rgb(245 251 252 / 0.25);
  }

  .lg\:border-teal_extra_light\/30 {
    border-color: rgb(245 251 252 / 0.3);
  }

  .lg\:border-teal_extra_light\/40 {
    border-color: rgb(245 251 252 / 0.4);
  }

  .lg\:border-teal_extra_light\/5 {
    border-color: rgb(245 251 252 / 0.05);
  }

  .lg\:border-teal_extra_light\/50 {
    border-color: rgb(245 251 252 / 0.5);
  }

  .lg\:border-teal_extra_light\/60 {
    border-color: rgb(245 251 252 / 0.6);
  }

  .lg\:border-teal_extra_light\/70 {
    border-color: rgb(245 251 252 / 0.7);
  }

  .lg\:border-teal_extra_light\/75 {
    border-color: rgb(245 251 252 / 0.75);
  }

  .lg\:border-teal_extra_light\/80 {
    border-color: rgb(245 251 252 / 0.8);
  }

  .lg\:border-teal_extra_light\/90 {
    border-color: rgb(245 251 252 / 0.9);
  }

  .lg\:border-teal_extra_light\/95 {
    border-color: rgb(245 251 252 / 0.95);
  }

  .lg\:border-teal_light {
    --tw-border-opacity: 1;
    border-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .lg\:border-teal_light\/0 {
    border-color: rgb(116 196 214 / 0);
  }

  .lg\:border-teal_light\/10 {
    border-color: rgb(116 196 214 / 0.1);
  }

  .lg\:border-teal_light\/100 {
    border-color: rgb(116 196 214 / 1);
  }

  .lg\:border-teal_light\/20 {
    border-color: rgb(116 196 214 / 0.2);
  }

  .lg\:border-teal_light\/25 {
    border-color: rgb(116 196 214 / 0.25);
  }

  .lg\:border-teal_light\/30 {
    border-color: rgb(116 196 214 / 0.3);
  }

  .lg\:border-teal_light\/40 {
    border-color: rgb(116 196 214 / 0.4);
  }

  .lg\:border-teal_light\/5 {
    border-color: rgb(116 196 214 / 0.05);
  }

  .lg\:border-teal_light\/50 {
    border-color: rgb(116 196 214 / 0.5);
  }

  .lg\:border-teal_light\/60 {
    border-color: rgb(116 196 214 / 0.6);
  }

  .lg\:border-teal_light\/70 {
    border-color: rgb(116 196 214 / 0.7);
  }

  .lg\:border-teal_light\/75 {
    border-color: rgb(116 196 214 / 0.75);
  }

  .lg\:border-teal_light\/80 {
    border-color: rgb(116 196 214 / 0.8);
  }

  .lg\:border-teal_light\/90 {
    border-color: rgb(116 196 214 / 0.9);
  }

  .lg\:border-teal_light\/95 {
    border-color: rgb(116 196 214 / 0.95);
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .lg\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .lg\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-white\/0 {
    border-color: rgb(255 255 255 / 0);
  }

  .lg\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-white\/100 {
    border-color: rgb(255 255 255 / 1);
  }

  .lg\:border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-white\/25 {
    border-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-white\/30 {
    border-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-white\/40 {
    border-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-white\/5 {
    border-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-white\/50 {
    border-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-white\/60 {
    border-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-white\/70 {
    border-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-white\/75 {
    border-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-white\/80 {
    border-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-white\/90 {
    border-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-white\/95 {
    border-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-x-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-x-black\/0 {
    border-left-color: rgb(0 0 0 / 0);
    border-right-color: rgb(0 0 0 / 0);
  }

  .lg\:border-x-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-x-black\/100 {
    border-left-color: rgb(0 0 0 / 1);
    border-right-color: rgb(0 0 0 / 1);
  }

  .lg\:border-x-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-x-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-x-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-x-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-x-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-x-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-x-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-x-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-x-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-x-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-x-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-x-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-x-current {
    border-left-color: currentColor;
    border-right-color: currentColor;
  }

  .lg\:border-x-error_red {
    --tw-border-opacity: 1;
    border-left-color: rgb(235 0 27 / var(--tw-border-opacity));
    border-right-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .lg\:border-x-error_red\/0 {
    border-left-color: rgb(235 0 27 / 0);
    border-right-color: rgb(235 0 27 / 0);
  }

  .lg\:border-x-error_red\/10 {
    border-left-color: rgb(235 0 27 / 0.1);
    border-right-color: rgb(235 0 27 / 0.1);
  }

  .lg\:border-x-error_red\/100 {
    border-left-color: rgb(235 0 27 / 1);
    border-right-color: rgb(235 0 27 / 1);
  }

  .lg\:border-x-error_red\/20 {
    border-left-color: rgb(235 0 27 / 0.2);
    border-right-color: rgb(235 0 27 / 0.2);
  }

  .lg\:border-x-error_red\/25 {
    border-left-color: rgb(235 0 27 / 0.25);
    border-right-color: rgb(235 0 27 / 0.25);
  }

  .lg\:border-x-error_red\/30 {
    border-left-color: rgb(235 0 27 / 0.3);
    border-right-color: rgb(235 0 27 / 0.3);
  }

  .lg\:border-x-error_red\/40 {
    border-left-color: rgb(235 0 27 / 0.4);
    border-right-color: rgb(235 0 27 / 0.4);
  }

  .lg\:border-x-error_red\/5 {
    border-left-color: rgb(235 0 27 / 0.05);
    border-right-color: rgb(235 0 27 / 0.05);
  }

  .lg\:border-x-error_red\/50 {
    border-left-color: rgb(235 0 27 / 0.5);
    border-right-color: rgb(235 0 27 / 0.5);
  }

  .lg\:border-x-error_red\/60 {
    border-left-color: rgb(235 0 27 / 0.6);
    border-right-color: rgb(235 0 27 / 0.6);
  }

  .lg\:border-x-error_red\/70 {
    border-left-color: rgb(235 0 27 / 0.7);
    border-right-color: rgb(235 0 27 / 0.7);
  }

  .lg\:border-x-error_red\/75 {
    border-left-color: rgb(235 0 27 / 0.75);
    border-right-color: rgb(235 0 27 / 0.75);
  }

  .lg\:border-x-error_red\/80 {
    border-left-color: rgb(235 0 27 / 0.8);
    border-right-color: rgb(235 0 27 / 0.8);
  }

  .lg\:border-x-error_red\/90 {
    border-left-color: rgb(235 0 27 / 0.9);
    border-right-color: rgb(235 0 27 / 0.9);
  }

  .lg\:border-x-error_red\/95 {
    border-left-color: rgb(235 0 27 / 0.95);
    border-right-color: rgb(235 0 27 / 0.95);
  }

  .lg\:border-x-gray5 {
    --tw-border-opacity: 1;
    border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
    border-right-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-x-gray5\/0 {
    border-left-color: rgb(242 242 242 / 0);
    border-right-color: rgb(242 242 242 / 0);
  }

  .lg\:border-x-gray5\/10 {
    border-left-color: rgb(242 242 242 / 0.1);
    border-right-color: rgb(242 242 242 / 0.1);
  }

  .lg\:border-x-gray5\/100 {
    border-left-color: rgb(242 242 242 / 1);
    border-right-color: rgb(242 242 242 / 1);
  }

  .lg\:border-x-gray5\/20 {
    border-left-color: rgb(242 242 242 / 0.2);
    border-right-color: rgb(242 242 242 / 0.2);
  }

  .lg\:border-x-gray5\/25 {
    border-left-color: rgb(242 242 242 / 0.25);
    border-right-color: rgb(242 242 242 / 0.25);
  }

  .lg\:border-x-gray5\/30 {
    border-left-color: rgb(242 242 242 / 0.3);
    border-right-color: rgb(242 242 242 / 0.3);
  }

  .lg\:border-x-gray5\/40 {
    border-left-color: rgb(242 242 242 / 0.4);
    border-right-color: rgb(242 242 242 / 0.4);
  }

  .lg\:border-x-gray5\/5 {
    border-left-color: rgb(242 242 242 / 0.05);
    border-right-color: rgb(242 242 242 / 0.05);
  }

  .lg\:border-x-gray5\/50 {
    border-left-color: rgb(242 242 242 / 0.5);
    border-right-color: rgb(242 242 242 / 0.5);
  }

  .lg\:border-x-gray5\/60 {
    border-left-color: rgb(242 242 242 / 0.6);
    border-right-color: rgb(242 242 242 / 0.6);
  }

  .lg\:border-x-gray5\/70 {
    border-left-color: rgb(242 242 242 / 0.7);
    border-right-color: rgb(242 242 242 / 0.7);
  }

  .lg\:border-x-gray5\/75 {
    border-left-color: rgb(242 242 242 / 0.75);
    border-right-color: rgb(242 242 242 / 0.75);
  }

  .lg\:border-x-gray5\/80 {
    border-left-color: rgb(242 242 242 / 0.8);
    border-right-color: rgb(242 242 242 / 0.8);
  }

  .lg\:border-x-gray5\/90 {
    border-left-color: rgb(242 242 242 / 0.9);
    border-right-color: rgb(242 242 242 / 0.9);
  }

  .lg\:border-x-gray5\/95 {
    border-left-color: rgb(242 242 242 / 0.95);
    border-right-color: rgb(242 242 242 / 0.95);
  }

  .lg\:border-x-sh_black {
    --tw-border-opacity: 1;
    border-left-color: rgb(35 31 32 / var(--tw-border-opacity));
    border-right-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .lg\:border-x-sh_black\/0 {
    border-left-color: rgb(35 31 32 / 0);
    border-right-color: rgb(35 31 32 / 0);
  }

  .lg\:border-x-sh_black\/10 {
    border-left-color: rgb(35 31 32 / 0.1);
    border-right-color: rgb(35 31 32 / 0.1);
  }

  .lg\:border-x-sh_black\/100 {
    border-left-color: rgb(35 31 32 / 1);
    border-right-color: rgb(35 31 32 / 1);
  }

  .lg\:border-x-sh_black\/20 {
    border-left-color: rgb(35 31 32 / 0.2);
    border-right-color: rgb(35 31 32 / 0.2);
  }

  .lg\:border-x-sh_black\/25 {
    border-left-color: rgb(35 31 32 / 0.25);
    border-right-color: rgb(35 31 32 / 0.25);
  }

  .lg\:border-x-sh_black\/30 {
    border-left-color: rgb(35 31 32 / 0.3);
    border-right-color: rgb(35 31 32 / 0.3);
  }

  .lg\:border-x-sh_black\/40 {
    border-left-color: rgb(35 31 32 / 0.4);
    border-right-color: rgb(35 31 32 / 0.4);
  }

  .lg\:border-x-sh_black\/5 {
    border-left-color: rgb(35 31 32 / 0.05);
    border-right-color: rgb(35 31 32 / 0.05);
  }

  .lg\:border-x-sh_black\/50 {
    border-left-color: rgb(35 31 32 / 0.5);
    border-right-color: rgb(35 31 32 / 0.5);
  }

  .lg\:border-x-sh_black\/60 {
    border-left-color: rgb(35 31 32 / 0.6);
    border-right-color: rgb(35 31 32 / 0.6);
  }

  .lg\:border-x-sh_black\/70 {
    border-left-color: rgb(35 31 32 / 0.7);
    border-right-color: rgb(35 31 32 / 0.7);
  }

  .lg\:border-x-sh_black\/75 {
    border-left-color: rgb(35 31 32 / 0.75);
    border-right-color: rgb(35 31 32 / 0.75);
  }

  .lg\:border-x-sh_black\/80 {
    border-left-color: rgb(35 31 32 / 0.8);
    border-right-color: rgb(35 31 32 / 0.8);
  }

  .lg\:border-x-sh_black\/90 {
    border-left-color: rgb(35 31 32 / 0.9);
    border-right-color: rgb(35 31 32 / 0.9);
  }

  .lg\:border-x-sh_black\/95 {
    border-left-color: rgb(35 31 32 / 0.95);
    border-right-color: rgb(35 31 32 / 0.95);
  }

  .lg\:border-x-success_green {
    --tw-border-opacity: 1;
    border-left-color: rgb(80 131 22 / var(--tw-border-opacity));
    border-right-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .lg\:border-x-success_green\/0 {
    border-left-color: rgb(80 131 22 / 0);
    border-right-color: rgb(80 131 22 / 0);
  }

  .lg\:border-x-success_green\/10 {
    border-left-color: rgb(80 131 22 / 0.1);
    border-right-color: rgb(80 131 22 / 0.1);
  }

  .lg\:border-x-success_green\/100 {
    border-left-color: rgb(80 131 22 / 1);
    border-right-color: rgb(80 131 22 / 1);
  }

  .lg\:border-x-success_green\/20 {
    border-left-color: rgb(80 131 22 / 0.2);
    border-right-color: rgb(80 131 22 / 0.2);
  }

  .lg\:border-x-success_green\/25 {
    border-left-color: rgb(80 131 22 / 0.25);
    border-right-color: rgb(80 131 22 / 0.25);
  }

  .lg\:border-x-success_green\/30 {
    border-left-color: rgb(80 131 22 / 0.3);
    border-right-color: rgb(80 131 22 / 0.3);
  }

  .lg\:border-x-success_green\/40 {
    border-left-color: rgb(80 131 22 / 0.4);
    border-right-color: rgb(80 131 22 / 0.4);
  }

  .lg\:border-x-success_green\/5 {
    border-left-color: rgb(80 131 22 / 0.05);
    border-right-color: rgb(80 131 22 / 0.05);
  }

  .lg\:border-x-success_green\/50 {
    border-left-color: rgb(80 131 22 / 0.5);
    border-right-color: rgb(80 131 22 / 0.5);
  }

  .lg\:border-x-success_green\/60 {
    border-left-color: rgb(80 131 22 / 0.6);
    border-right-color: rgb(80 131 22 / 0.6);
  }

  .lg\:border-x-success_green\/70 {
    border-left-color: rgb(80 131 22 / 0.7);
    border-right-color: rgb(80 131 22 / 0.7);
  }

  .lg\:border-x-success_green\/75 {
    border-left-color: rgb(80 131 22 / 0.75);
    border-right-color: rgb(80 131 22 / 0.75);
  }

  .lg\:border-x-success_green\/80 {
    border-left-color: rgb(80 131 22 / 0.8);
    border-right-color: rgb(80 131 22 / 0.8);
  }

  .lg\:border-x-success_green\/90 {
    border-left-color: rgb(80 131 22 / 0.9);
    border-right-color: rgb(80 131 22 / 0.9);
  }

  .lg\:border-x-success_green\/95 {
    border-left-color: rgb(80 131 22 / 0.95);
    border-right-color: rgb(80 131 22 / 0.95);
  }

  .lg\:border-x-teal {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 129 159 / var(--tw-border-opacity));
    border-right-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .lg\:border-x-teal\/0 {
    border-left-color: rgb(0 129 159 / 0);
    border-right-color: rgb(0 129 159 / 0);
  }

  .lg\:border-x-teal\/10 {
    border-left-color: rgb(0 129 159 / 0.1);
    border-right-color: rgb(0 129 159 / 0.1);
  }

  .lg\:border-x-teal\/100 {
    border-left-color: rgb(0 129 159 / 1);
    border-right-color: rgb(0 129 159 / 1);
  }

  .lg\:border-x-teal\/20 {
    border-left-color: rgb(0 129 159 / 0.2);
    border-right-color: rgb(0 129 159 / 0.2);
  }

  .lg\:border-x-teal\/25 {
    border-left-color: rgb(0 129 159 / 0.25);
    border-right-color: rgb(0 129 159 / 0.25);
  }

  .lg\:border-x-teal\/30 {
    border-left-color: rgb(0 129 159 / 0.3);
    border-right-color: rgb(0 129 159 / 0.3);
  }

  .lg\:border-x-teal\/40 {
    border-left-color: rgb(0 129 159 / 0.4);
    border-right-color: rgb(0 129 159 / 0.4);
  }

  .lg\:border-x-teal\/5 {
    border-left-color: rgb(0 129 159 / 0.05);
    border-right-color: rgb(0 129 159 / 0.05);
  }

  .lg\:border-x-teal\/50 {
    border-left-color: rgb(0 129 159 / 0.5);
    border-right-color: rgb(0 129 159 / 0.5);
  }

  .lg\:border-x-teal\/60 {
    border-left-color: rgb(0 129 159 / 0.6);
    border-right-color: rgb(0 129 159 / 0.6);
  }

  .lg\:border-x-teal\/70 {
    border-left-color: rgb(0 129 159 / 0.7);
    border-right-color: rgb(0 129 159 / 0.7);
  }

  .lg\:border-x-teal\/75 {
    border-left-color: rgb(0 129 159 / 0.75);
    border-right-color: rgb(0 129 159 / 0.75);
  }

  .lg\:border-x-teal\/80 {
    border-left-color: rgb(0 129 159 / 0.8);
    border-right-color: rgb(0 129 159 / 0.8);
  }

  .lg\:border-x-teal\/90 {
    border-left-color: rgb(0 129 159 / 0.9);
    border-right-color: rgb(0 129 159 / 0.9);
  }

  .lg\:border-x-teal\/95 {
    border-left-color: rgb(0 129 159 / 0.95);
    border-right-color: rgb(0 129 159 / 0.95);
  }

  .lg\:border-x-teal_dark {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 60 77 / var(--tw-border-opacity));
    border-right-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .lg\:border-x-teal_dark\/0 {
    border-left-color: rgb(0 60 77 / 0);
    border-right-color: rgb(0 60 77 / 0);
  }

  .lg\:border-x-teal_dark\/10 {
    border-left-color: rgb(0 60 77 / 0.1);
    border-right-color: rgb(0 60 77 / 0.1);
  }

  .lg\:border-x-teal_dark\/100 {
    border-left-color: rgb(0 60 77 / 1);
    border-right-color: rgb(0 60 77 / 1);
  }

  .lg\:border-x-teal_dark\/20 {
    border-left-color: rgb(0 60 77 / 0.2);
    border-right-color: rgb(0 60 77 / 0.2);
  }

  .lg\:border-x-teal_dark\/25 {
    border-left-color: rgb(0 60 77 / 0.25);
    border-right-color: rgb(0 60 77 / 0.25);
  }

  .lg\:border-x-teal_dark\/30 {
    border-left-color: rgb(0 60 77 / 0.3);
    border-right-color: rgb(0 60 77 / 0.3);
  }

  .lg\:border-x-teal_dark\/40 {
    border-left-color: rgb(0 60 77 / 0.4);
    border-right-color: rgb(0 60 77 / 0.4);
  }

  .lg\:border-x-teal_dark\/5 {
    border-left-color: rgb(0 60 77 / 0.05);
    border-right-color: rgb(0 60 77 / 0.05);
  }

  .lg\:border-x-teal_dark\/50 {
    border-left-color: rgb(0 60 77 / 0.5);
    border-right-color: rgb(0 60 77 / 0.5);
  }

  .lg\:border-x-teal_dark\/60 {
    border-left-color: rgb(0 60 77 / 0.6);
    border-right-color: rgb(0 60 77 / 0.6);
  }

  .lg\:border-x-teal_dark\/70 {
    border-left-color: rgb(0 60 77 / 0.7);
    border-right-color: rgb(0 60 77 / 0.7);
  }

  .lg\:border-x-teal_dark\/75 {
    border-left-color: rgb(0 60 77 / 0.75);
    border-right-color: rgb(0 60 77 / 0.75);
  }

  .lg\:border-x-teal_dark\/80 {
    border-left-color: rgb(0 60 77 / 0.8);
    border-right-color: rgb(0 60 77 / 0.8);
  }

  .lg\:border-x-teal_dark\/90 {
    border-left-color: rgb(0 60 77 / 0.9);
    border-right-color: rgb(0 60 77 / 0.9);
  }

  .lg\:border-x-teal_dark\/95 {
    border-left-color: rgb(0 60 77 / 0.95);
    border-right-color: rgb(0 60 77 / 0.95);
  }

  .lg\:border-x-teal_extra_light {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 251 252 / var(--tw-border-opacity));
    border-right-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .lg\:border-x-teal_extra_light\/0 {
    border-left-color: rgb(245 251 252 / 0);
    border-right-color: rgb(245 251 252 / 0);
  }

  .lg\:border-x-teal_extra_light\/10 {
    border-left-color: rgb(245 251 252 / 0.1);
    border-right-color: rgb(245 251 252 / 0.1);
  }

  .lg\:border-x-teal_extra_light\/100 {
    border-left-color: rgb(245 251 252 / 1);
    border-right-color: rgb(245 251 252 / 1);
  }

  .lg\:border-x-teal_extra_light\/20 {
    border-left-color: rgb(245 251 252 / 0.2);
    border-right-color: rgb(245 251 252 / 0.2);
  }

  .lg\:border-x-teal_extra_light\/25 {
    border-left-color: rgb(245 251 252 / 0.25);
    border-right-color: rgb(245 251 252 / 0.25);
  }

  .lg\:border-x-teal_extra_light\/30 {
    border-left-color: rgb(245 251 252 / 0.3);
    border-right-color: rgb(245 251 252 / 0.3);
  }

  .lg\:border-x-teal_extra_light\/40 {
    border-left-color: rgb(245 251 252 / 0.4);
    border-right-color: rgb(245 251 252 / 0.4);
  }

  .lg\:border-x-teal_extra_light\/5 {
    border-left-color: rgb(245 251 252 / 0.05);
    border-right-color: rgb(245 251 252 / 0.05);
  }

  .lg\:border-x-teal_extra_light\/50 {
    border-left-color: rgb(245 251 252 / 0.5);
    border-right-color: rgb(245 251 252 / 0.5);
  }

  .lg\:border-x-teal_extra_light\/60 {
    border-left-color: rgb(245 251 252 / 0.6);
    border-right-color: rgb(245 251 252 / 0.6);
  }

  .lg\:border-x-teal_extra_light\/70 {
    border-left-color: rgb(245 251 252 / 0.7);
    border-right-color: rgb(245 251 252 / 0.7);
  }

  .lg\:border-x-teal_extra_light\/75 {
    border-left-color: rgb(245 251 252 / 0.75);
    border-right-color: rgb(245 251 252 / 0.75);
  }

  .lg\:border-x-teal_extra_light\/80 {
    border-left-color: rgb(245 251 252 / 0.8);
    border-right-color: rgb(245 251 252 / 0.8);
  }

  .lg\:border-x-teal_extra_light\/90 {
    border-left-color: rgb(245 251 252 / 0.9);
    border-right-color: rgb(245 251 252 / 0.9);
  }

  .lg\:border-x-teal_extra_light\/95 {
    border-left-color: rgb(245 251 252 / 0.95);
    border-right-color: rgb(245 251 252 / 0.95);
  }

  .lg\:border-x-teal_light {
    --tw-border-opacity: 1;
    border-left-color: rgb(116 196 214 / var(--tw-border-opacity));
    border-right-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .lg\:border-x-teal_light\/0 {
    border-left-color: rgb(116 196 214 / 0);
    border-right-color: rgb(116 196 214 / 0);
  }

  .lg\:border-x-teal_light\/10 {
    border-left-color: rgb(116 196 214 / 0.1);
    border-right-color: rgb(116 196 214 / 0.1);
  }

  .lg\:border-x-teal_light\/100 {
    border-left-color: rgb(116 196 214 / 1);
    border-right-color: rgb(116 196 214 / 1);
  }

  .lg\:border-x-teal_light\/20 {
    border-left-color: rgb(116 196 214 / 0.2);
    border-right-color: rgb(116 196 214 / 0.2);
  }

  .lg\:border-x-teal_light\/25 {
    border-left-color: rgb(116 196 214 / 0.25);
    border-right-color: rgb(116 196 214 / 0.25);
  }

  .lg\:border-x-teal_light\/30 {
    border-left-color: rgb(116 196 214 / 0.3);
    border-right-color: rgb(116 196 214 / 0.3);
  }

  .lg\:border-x-teal_light\/40 {
    border-left-color: rgb(116 196 214 / 0.4);
    border-right-color: rgb(116 196 214 / 0.4);
  }

  .lg\:border-x-teal_light\/5 {
    border-left-color: rgb(116 196 214 / 0.05);
    border-right-color: rgb(116 196 214 / 0.05);
  }

  .lg\:border-x-teal_light\/50 {
    border-left-color: rgb(116 196 214 / 0.5);
    border-right-color: rgb(116 196 214 / 0.5);
  }

  .lg\:border-x-teal_light\/60 {
    border-left-color: rgb(116 196 214 / 0.6);
    border-right-color: rgb(116 196 214 / 0.6);
  }

  .lg\:border-x-teal_light\/70 {
    border-left-color: rgb(116 196 214 / 0.7);
    border-right-color: rgb(116 196 214 / 0.7);
  }

  .lg\:border-x-teal_light\/75 {
    border-left-color: rgb(116 196 214 / 0.75);
    border-right-color: rgb(116 196 214 / 0.75);
  }

  .lg\:border-x-teal_light\/80 {
    border-left-color: rgb(116 196 214 / 0.8);
    border-right-color: rgb(116 196 214 / 0.8);
  }

  .lg\:border-x-teal_light\/90 {
    border-left-color: rgb(116 196 214 / 0.9);
    border-right-color: rgb(116 196 214 / 0.9);
  }

  .lg\:border-x-teal_light\/95 {
    border-left-color: rgb(116 196 214 / 0.95);
    border-right-color: rgb(116 196 214 / 0.95);
  }

  .lg\:border-x-transparent {
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .lg\:border-x-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
    border-right-color: rgb(0 0 0 / 0);
  }

  .lg\:border-x-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-x-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
    border-right-color: rgb(0 0 0 / 1);
  }

  .lg\:border-x-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-x-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-x-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-x-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-x-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-x-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-x-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-x-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-x-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-x-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-x-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-x-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-x-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-x-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
    border-right-color: rgb(255 255 255 / 0);
  }

  .lg\:border-x-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-x-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
    border-right-color: rgb(255 255 255 / 1);
  }

  .lg\:border-x-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-x-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-x-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-x-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-x-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-x-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-x-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-x-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-x-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-x-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-x-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-x-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-y-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-y-black\/0 {
    border-top-color: rgb(0 0 0 / 0);
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .lg\:border-y-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-y-black\/100 {
    border-top-color: rgb(0 0 0 / 1);
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .lg\:border-y-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-y-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-y-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-y-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-y-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-y-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-y-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-y-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-y-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-y-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-y-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-y-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-y-current {
    border-top-color: currentColor;
    border-bottom-color: currentColor;
  }

  .lg\:border-y-error_red {
    --tw-border-opacity: 1;
    border-top-color: rgb(235 0 27 / var(--tw-border-opacity));
    border-bottom-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .lg\:border-y-error_red\/0 {
    border-top-color: rgb(235 0 27 / 0);
    border-bottom-color: rgb(235 0 27 / 0);
  }

  .lg\:border-y-error_red\/10 {
    border-top-color: rgb(235 0 27 / 0.1);
    border-bottom-color: rgb(235 0 27 / 0.1);
  }

  .lg\:border-y-error_red\/100 {
    border-top-color: rgb(235 0 27 / 1);
    border-bottom-color: rgb(235 0 27 / 1);
  }

  .lg\:border-y-error_red\/20 {
    border-top-color: rgb(235 0 27 / 0.2);
    border-bottom-color: rgb(235 0 27 / 0.2);
  }

  .lg\:border-y-error_red\/25 {
    border-top-color: rgb(235 0 27 / 0.25);
    border-bottom-color: rgb(235 0 27 / 0.25);
  }

  .lg\:border-y-error_red\/30 {
    border-top-color: rgb(235 0 27 / 0.3);
    border-bottom-color: rgb(235 0 27 / 0.3);
  }

  .lg\:border-y-error_red\/40 {
    border-top-color: rgb(235 0 27 / 0.4);
    border-bottom-color: rgb(235 0 27 / 0.4);
  }

  .lg\:border-y-error_red\/5 {
    border-top-color: rgb(235 0 27 / 0.05);
    border-bottom-color: rgb(235 0 27 / 0.05);
  }

  .lg\:border-y-error_red\/50 {
    border-top-color: rgb(235 0 27 / 0.5);
    border-bottom-color: rgb(235 0 27 / 0.5);
  }

  .lg\:border-y-error_red\/60 {
    border-top-color: rgb(235 0 27 / 0.6);
    border-bottom-color: rgb(235 0 27 / 0.6);
  }

  .lg\:border-y-error_red\/70 {
    border-top-color: rgb(235 0 27 / 0.7);
    border-bottom-color: rgb(235 0 27 / 0.7);
  }

  .lg\:border-y-error_red\/75 {
    border-top-color: rgb(235 0 27 / 0.75);
    border-bottom-color: rgb(235 0 27 / 0.75);
  }

  .lg\:border-y-error_red\/80 {
    border-top-color: rgb(235 0 27 / 0.8);
    border-bottom-color: rgb(235 0 27 / 0.8);
  }

  .lg\:border-y-error_red\/90 {
    border-top-color: rgb(235 0 27 / 0.9);
    border-bottom-color: rgb(235 0 27 / 0.9);
  }

  .lg\:border-y-error_red\/95 {
    border-top-color: rgb(235 0 27 / 0.95);
    border-bottom-color: rgb(235 0 27 / 0.95);
  }

  .lg\:border-y-gray5 {
    --tw-border-opacity: 1;
    border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
    border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-y-gray5\/0 {
    border-top-color: rgb(242 242 242 / 0);
    border-bottom-color: rgb(242 242 242 / 0);
  }

  .lg\:border-y-gray5\/10 {
    border-top-color: rgb(242 242 242 / 0.1);
    border-bottom-color: rgb(242 242 242 / 0.1);
  }

  .lg\:border-y-gray5\/100 {
    border-top-color: rgb(242 242 242 / 1);
    border-bottom-color: rgb(242 242 242 / 1);
  }

  .lg\:border-y-gray5\/20 {
    border-top-color: rgb(242 242 242 / 0.2);
    border-bottom-color: rgb(242 242 242 / 0.2);
  }

  .lg\:border-y-gray5\/25 {
    border-top-color: rgb(242 242 242 / 0.25);
    border-bottom-color: rgb(242 242 242 / 0.25);
  }

  .lg\:border-y-gray5\/30 {
    border-top-color: rgb(242 242 242 / 0.3);
    border-bottom-color: rgb(242 242 242 / 0.3);
  }

  .lg\:border-y-gray5\/40 {
    border-top-color: rgb(242 242 242 / 0.4);
    border-bottom-color: rgb(242 242 242 / 0.4);
  }

  .lg\:border-y-gray5\/5 {
    border-top-color: rgb(242 242 242 / 0.05);
    border-bottom-color: rgb(242 242 242 / 0.05);
  }

  .lg\:border-y-gray5\/50 {
    border-top-color: rgb(242 242 242 / 0.5);
    border-bottom-color: rgb(242 242 242 / 0.5);
  }

  .lg\:border-y-gray5\/60 {
    border-top-color: rgb(242 242 242 / 0.6);
    border-bottom-color: rgb(242 242 242 / 0.6);
  }

  .lg\:border-y-gray5\/70 {
    border-top-color: rgb(242 242 242 / 0.7);
    border-bottom-color: rgb(242 242 242 / 0.7);
  }

  .lg\:border-y-gray5\/75 {
    border-top-color: rgb(242 242 242 / 0.75);
    border-bottom-color: rgb(242 242 242 / 0.75);
  }

  .lg\:border-y-gray5\/80 {
    border-top-color: rgb(242 242 242 / 0.8);
    border-bottom-color: rgb(242 242 242 / 0.8);
  }

  .lg\:border-y-gray5\/90 {
    border-top-color: rgb(242 242 242 / 0.9);
    border-bottom-color: rgb(242 242 242 / 0.9);
  }

  .lg\:border-y-gray5\/95 {
    border-top-color: rgb(242 242 242 / 0.95);
    border-bottom-color: rgb(242 242 242 / 0.95);
  }

  .lg\:border-y-sh_black {
    --tw-border-opacity: 1;
    border-top-color: rgb(35 31 32 / var(--tw-border-opacity));
    border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .lg\:border-y-sh_black\/0 {
    border-top-color: rgb(35 31 32 / 0);
    border-bottom-color: rgb(35 31 32 / 0);
  }

  .lg\:border-y-sh_black\/10 {
    border-top-color: rgb(35 31 32 / 0.1);
    border-bottom-color: rgb(35 31 32 / 0.1);
  }

  .lg\:border-y-sh_black\/100 {
    border-top-color: rgb(35 31 32 / 1);
    border-bottom-color: rgb(35 31 32 / 1);
  }

  .lg\:border-y-sh_black\/20 {
    border-top-color: rgb(35 31 32 / 0.2);
    border-bottom-color: rgb(35 31 32 / 0.2);
  }

  .lg\:border-y-sh_black\/25 {
    border-top-color: rgb(35 31 32 / 0.25);
    border-bottom-color: rgb(35 31 32 / 0.25);
  }

  .lg\:border-y-sh_black\/30 {
    border-top-color: rgb(35 31 32 / 0.3);
    border-bottom-color: rgb(35 31 32 / 0.3);
  }

  .lg\:border-y-sh_black\/40 {
    border-top-color: rgb(35 31 32 / 0.4);
    border-bottom-color: rgb(35 31 32 / 0.4);
  }

  .lg\:border-y-sh_black\/5 {
    border-top-color: rgb(35 31 32 / 0.05);
    border-bottom-color: rgb(35 31 32 / 0.05);
  }

  .lg\:border-y-sh_black\/50 {
    border-top-color: rgb(35 31 32 / 0.5);
    border-bottom-color: rgb(35 31 32 / 0.5);
  }

  .lg\:border-y-sh_black\/60 {
    border-top-color: rgb(35 31 32 / 0.6);
    border-bottom-color: rgb(35 31 32 / 0.6);
  }

  .lg\:border-y-sh_black\/70 {
    border-top-color: rgb(35 31 32 / 0.7);
    border-bottom-color: rgb(35 31 32 / 0.7);
  }

  .lg\:border-y-sh_black\/75 {
    border-top-color: rgb(35 31 32 / 0.75);
    border-bottom-color: rgb(35 31 32 / 0.75);
  }

  .lg\:border-y-sh_black\/80 {
    border-top-color: rgb(35 31 32 / 0.8);
    border-bottom-color: rgb(35 31 32 / 0.8);
  }

  .lg\:border-y-sh_black\/90 {
    border-top-color: rgb(35 31 32 / 0.9);
    border-bottom-color: rgb(35 31 32 / 0.9);
  }

  .lg\:border-y-sh_black\/95 {
    border-top-color: rgb(35 31 32 / 0.95);
    border-bottom-color: rgb(35 31 32 / 0.95);
  }

  .lg\:border-y-success_green {
    --tw-border-opacity: 1;
    border-top-color: rgb(80 131 22 / var(--tw-border-opacity));
    border-bottom-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .lg\:border-y-success_green\/0 {
    border-top-color: rgb(80 131 22 / 0);
    border-bottom-color: rgb(80 131 22 / 0);
  }

  .lg\:border-y-success_green\/10 {
    border-top-color: rgb(80 131 22 / 0.1);
    border-bottom-color: rgb(80 131 22 / 0.1);
  }

  .lg\:border-y-success_green\/100 {
    border-top-color: rgb(80 131 22 / 1);
    border-bottom-color: rgb(80 131 22 / 1);
  }

  .lg\:border-y-success_green\/20 {
    border-top-color: rgb(80 131 22 / 0.2);
    border-bottom-color: rgb(80 131 22 / 0.2);
  }

  .lg\:border-y-success_green\/25 {
    border-top-color: rgb(80 131 22 / 0.25);
    border-bottom-color: rgb(80 131 22 / 0.25);
  }

  .lg\:border-y-success_green\/30 {
    border-top-color: rgb(80 131 22 / 0.3);
    border-bottom-color: rgb(80 131 22 / 0.3);
  }

  .lg\:border-y-success_green\/40 {
    border-top-color: rgb(80 131 22 / 0.4);
    border-bottom-color: rgb(80 131 22 / 0.4);
  }

  .lg\:border-y-success_green\/5 {
    border-top-color: rgb(80 131 22 / 0.05);
    border-bottom-color: rgb(80 131 22 / 0.05);
  }

  .lg\:border-y-success_green\/50 {
    border-top-color: rgb(80 131 22 / 0.5);
    border-bottom-color: rgb(80 131 22 / 0.5);
  }

  .lg\:border-y-success_green\/60 {
    border-top-color: rgb(80 131 22 / 0.6);
    border-bottom-color: rgb(80 131 22 / 0.6);
  }

  .lg\:border-y-success_green\/70 {
    border-top-color: rgb(80 131 22 / 0.7);
    border-bottom-color: rgb(80 131 22 / 0.7);
  }

  .lg\:border-y-success_green\/75 {
    border-top-color: rgb(80 131 22 / 0.75);
    border-bottom-color: rgb(80 131 22 / 0.75);
  }

  .lg\:border-y-success_green\/80 {
    border-top-color: rgb(80 131 22 / 0.8);
    border-bottom-color: rgb(80 131 22 / 0.8);
  }

  .lg\:border-y-success_green\/90 {
    border-top-color: rgb(80 131 22 / 0.9);
    border-bottom-color: rgb(80 131 22 / 0.9);
  }

  .lg\:border-y-success_green\/95 {
    border-top-color: rgb(80 131 22 / 0.95);
    border-bottom-color: rgb(80 131 22 / 0.95);
  }

  .lg\:border-y-teal {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 129 159 / var(--tw-border-opacity));
    border-bottom-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .lg\:border-y-teal\/0 {
    border-top-color: rgb(0 129 159 / 0);
    border-bottom-color: rgb(0 129 159 / 0);
  }

  .lg\:border-y-teal\/10 {
    border-top-color: rgb(0 129 159 / 0.1);
    border-bottom-color: rgb(0 129 159 / 0.1);
  }

  .lg\:border-y-teal\/100 {
    border-top-color: rgb(0 129 159 / 1);
    border-bottom-color: rgb(0 129 159 / 1);
  }

  .lg\:border-y-teal\/20 {
    border-top-color: rgb(0 129 159 / 0.2);
    border-bottom-color: rgb(0 129 159 / 0.2);
  }

  .lg\:border-y-teal\/25 {
    border-top-color: rgb(0 129 159 / 0.25);
    border-bottom-color: rgb(0 129 159 / 0.25);
  }

  .lg\:border-y-teal\/30 {
    border-top-color: rgb(0 129 159 / 0.3);
    border-bottom-color: rgb(0 129 159 / 0.3);
  }

  .lg\:border-y-teal\/40 {
    border-top-color: rgb(0 129 159 / 0.4);
    border-bottom-color: rgb(0 129 159 / 0.4);
  }

  .lg\:border-y-teal\/5 {
    border-top-color: rgb(0 129 159 / 0.05);
    border-bottom-color: rgb(0 129 159 / 0.05);
  }

  .lg\:border-y-teal\/50 {
    border-top-color: rgb(0 129 159 / 0.5);
    border-bottom-color: rgb(0 129 159 / 0.5);
  }

  .lg\:border-y-teal\/60 {
    border-top-color: rgb(0 129 159 / 0.6);
    border-bottom-color: rgb(0 129 159 / 0.6);
  }

  .lg\:border-y-teal\/70 {
    border-top-color: rgb(0 129 159 / 0.7);
    border-bottom-color: rgb(0 129 159 / 0.7);
  }

  .lg\:border-y-teal\/75 {
    border-top-color: rgb(0 129 159 / 0.75);
    border-bottom-color: rgb(0 129 159 / 0.75);
  }

  .lg\:border-y-teal\/80 {
    border-top-color: rgb(0 129 159 / 0.8);
    border-bottom-color: rgb(0 129 159 / 0.8);
  }

  .lg\:border-y-teal\/90 {
    border-top-color: rgb(0 129 159 / 0.9);
    border-bottom-color: rgb(0 129 159 / 0.9);
  }

  .lg\:border-y-teal\/95 {
    border-top-color: rgb(0 129 159 / 0.95);
    border-bottom-color: rgb(0 129 159 / 0.95);
  }

  .lg\:border-y-teal_dark {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 60 77 / var(--tw-border-opacity));
    border-bottom-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .lg\:border-y-teal_dark\/0 {
    border-top-color: rgb(0 60 77 / 0);
    border-bottom-color: rgb(0 60 77 / 0);
  }

  .lg\:border-y-teal_dark\/10 {
    border-top-color: rgb(0 60 77 / 0.1);
    border-bottom-color: rgb(0 60 77 / 0.1);
  }

  .lg\:border-y-teal_dark\/100 {
    border-top-color: rgb(0 60 77 / 1);
    border-bottom-color: rgb(0 60 77 / 1);
  }

  .lg\:border-y-teal_dark\/20 {
    border-top-color: rgb(0 60 77 / 0.2);
    border-bottom-color: rgb(0 60 77 / 0.2);
  }

  .lg\:border-y-teal_dark\/25 {
    border-top-color: rgb(0 60 77 / 0.25);
    border-bottom-color: rgb(0 60 77 / 0.25);
  }

  .lg\:border-y-teal_dark\/30 {
    border-top-color: rgb(0 60 77 / 0.3);
    border-bottom-color: rgb(0 60 77 / 0.3);
  }

  .lg\:border-y-teal_dark\/40 {
    border-top-color: rgb(0 60 77 / 0.4);
    border-bottom-color: rgb(0 60 77 / 0.4);
  }

  .lg\:border-y-teal_dark\/5 {
    border-top-color: rgb(0 60 77 / 0.05);
    border-bottom-color: rgb(0 60 77 / 0.05);
  }

  .lg\:border-y-teal_dark\/50 {
    border-top-color: rgb(0 60 77 / 0.5);
    border-bottom-color: rgb(0 60 77 / 0.5);
  }

  .lg\:border-y-teal_dark\/60 {
    border-top-color: rgb(0 60 77 / 0.6);
    border-bottom-color: rgb(0 60 77 / 0.6);
  }

  .lg\:border-y-teal_dark\/70 {
    border-top-color: rgb(0 60 77 / 0.7);
    border-bottom-color: rgb(0 60 77 / 0.7);
  }

  .lg\:border-y-teal_dark\/75 {
    border-top-color: rgb(0 60 77 / 0.75);
    border-bottom-color: rgb(0 60 77 / 0.75);
  }

  .lg\:border-y-teal_dark\/80 {
    border-top-color: rgb(0 60 77 / 0.8);
    border-bottom-color: rgb(0 60 77 / 0.8);
  }

  .lg\:border-y-teal_dark\/90 {
    border-top-color: rgb(0 60 77 / 0.9);
    border-bottom-color: rgb(0 60 77 / 0.9);
  }

  .lg\:border-y-teal_dark\/95 {
    border-top-color: rgb(0 60 77 / 0.95);
    border-bottom-color: rgb(0 60 77 / 0.95);
  }

  .lg\:border-y-teal_extra_light {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 251 252 / var(--tw-border-opacity));
    border-bottom-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .lg\:border-y-teal_extra_light\/0 {
    border-top-color: rgb(245 251 252 / 0);
    border-bottom-color: rgb(245 251 252 / 0);
  }

  .lg\:border-y-teal_extra_light\/10 {
    border-top-color: rgb(245 251 252 / 0.1);
    border-bottom-color: rgb(245 251 252 / 0.1);
  }

  .lg\:border-y-teal_extra_light\/100 {
    border-top-color: rgb(245 251 252 / 1);
    border-bottom-color: rgb(245 251 252 / 1);
  }

  .lg\:border-y-teal_extra_light\/20 {
    border-top-color: rgb(245 251 252 / 0.2);
    border-bottom-color: rgb(245 251 252 / 0.2);
  }

  .lg\:border-y-teal_extra_light\/25 {
    border-top-color: rgb(245 251 252 / 0.25);
    border-bottom-color: rgb(245 251 252 / 0.25);
  }

  .lg\:border-y-teal_extra_light\/30 {
    border-top-color: rgb(245 251 252 / 0.3);
    border-bottom-color: rgb(245 251 252 / 0.3);
  }

  .lg\:border-y-teal_extra_light\/40 {
    border-top-color: rgb(245 251 252 / 0.4);
    border-bottom-color: rgb(245 251 252 / 0.4);
  }

  .lg\:border-y-teal_extra_light\/5 {
    border-top-color: rgb(245 251 252 / 0.05);
    border-bottom-color: rgb(245 251 252 / 0.05);
  }

  .lg\:border-y-teal_extra_light\/50 {
    border-top-color: rgb(245 251 252 / 0.5);
    border-bottom-color: rgb(245 251 252 / 0.5);
  }

  .lg\:border-y-teal_extra_light\/60 {
    border-top-color: rgb(245 251 252 / 0.6);
    border-bottom-color: rgb(245 251 252 / 0.6);
  }

  .lg\:border-y-teal_extra_light\/70 {
    border-top-color: rgb(245 251 252 / 0.7);
    border-bottom-color: rgb(245 251 252 / 0.7);
  }

  .lg\:border-y-teal_extra_light\/75 {
    border-top-color: rgb(245 251 252 / 0.75);
    border-bottom-color: rgb(245 251 252 / 0.75);
  }

  .lg\:border-y-teal_extra_light\/80 {
    border-top-color: rgb(245 251 252 / 0.8);
    border-bottom-color: rgb(245 251 252 / 0.8);
  }

  .lg\:border-y-teal_extra_light\/90 {
    border-top-color: rgb(245 251 252 / 0.9);
    border-bottom-color: rgb(245 251 252 / 0.9);
  }

  .lg\:border-y-teal_extra_light\/95 {
    border-top-color: rgb(245 251 252 / 0.95);
    border-bottom-color: rgb(245 251 252 / 0.95);
  }

  .lg\:border-y-teal_light {
    --tw-border-opacity: 1;
    border-top-color: rgb(116 196 214 / var(--tw-border-opacity));
    border-bottom-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .lg\:border-y-teal_light\/0 {
    border-top-color: rgb(116 196 214 / 0);
    border-bottom-color: rgb(116 196 214 / 0);
  }

  .lg\:border-y-teal_light\/10 {
    border-top-color: rgb(116 196 214 / 0.1);
    border-bottom-color: rgb(116 196 214 / 0.1);
  }

  .lg\:border-y-teal_light\/100 {
    border-top-color: rgb(116 196 214 / 1);
    border-bottom-color: rgb(116 196 214 / 1);
  }

  .lg\:border-y-teal_light\/20 {
    border-top-color: rgb(116 196 214 / 0.2);
    border-bottom-color: rgb(116 196 214 / 0.2);
  }

  .lg\:border-y-teal_light\/25 {
    border-top-color: rgb(116 196 214 / 0.25);
    border-bottom-color: rgb(116 196 214 / 0.25);
  }

  .lg\:border-y-teal_light\/30 {
    border-top-color: rgb(116 196 214 / 0.3);
    border-bottom-color: rgb(116 196 214 / 0.3);
  }

  .lg\:border-y-teal_light\/40 {
    border-top-color: rgb(116 196 214 / 0.4);
    border-bottom-color: rgb(116 196 214 / 0.4);
  }

  .lg\:border-y-teal_light\/5 {
    border-top-color: rgb(116 196 214 / 0.05);
    border-bottom-color: rgb(116 196 214 / 0.05);
  }

  .lg\:border-y-teal_light\/50 {
    border-top-color: rgb(116 196 214 / 0.5);
    border-bottom-color: rgb(116 196 214 / 0.5);
  }

  .lg\:border-y-teal_light\/60 {
    border-top-color: rgb(116 196 214 / 0.6);
    border-bottom-color: rgb(116 196 214 / 0.6);
  }

  .lg\:border-y-teal_light\/70 {
    border-top-color: rgb(116 196 214 / 0.7);
    border-bottom-color: rgb(116 196 214 / 0.7);
  }

  .lg\:border-y-teal_light\/75 {
    border-top-color: rgb(116 196 214 / 0.75);
    border-bottom-color: rgb(116 196 214 / 0.75);
  }

  .lg\:border-y-teal_light\/80 {
    border-top-color: rgb(116 196 214 / 0.8);
    border-bottom-color: rgb(116 196 214 / 0.8);
  }

  .lg\:border-y-teal_light\/90 {
    border-top-color: rgb(116 196 214 / 0.9);
    border-bottom-color: rgb(116 196 214 / 0.9);
  }

  .lg\:border-y-teal_light\/95 {
    border-top-color: rgb(116 196 214 / 0.95);
    border-bottom-color: rgb(116 196 214 / 0.95);
  }

  .lg\:border-y-transparent {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }

  .lg\:border-y-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .lg\:border-y-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-y-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .lg\:border-y-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-y-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-y-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-y-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-y-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-y-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-y-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-y-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-y-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-y-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-y-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-y-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-y-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-y-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .lg\:border-y-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-y-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .lg\:border-y-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-y-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-y-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-y-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-y-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-y-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-y-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-y-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-y-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-y-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-y-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-y-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-b-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-b-black\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .lg\:border-b-black\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-b-black\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .lg\:border-b-black\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-b-black\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-b-black\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-b-black\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-b-black\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-b-black\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-b-black\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-b-black\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-b-black\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-b-black\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-b-black\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-b-black\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-b-current {
    border-bottom-color: currentColor;
  }

  .lg\:border-b-error_red {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .lg\:border-b-error_red\/0 {
    border-bottom-color: rgb(235 0 27 / 0);
  }

  .lg\:border-b-error_red\/10 {
    border-bottom-color: rgb(235 0 27 / 0.1);
  }

  .lg\:border-b-error_red\/100 {
    border-bottom-color: rgb(235 0 27 / 1);
  }

  .lg\:border-b-error_red\/20 {
    border-bottom-color: rgb(235 0 27 / 0.2);
  }

  .lg\:border-b-error_red\/25 {
    border-bottom-color: rgb(235 0 27 / 0.25);
  }

  .lg\:border-b-error_red\/30 {
    border-bottom-color: rgb(235 0 27 / 0.3);
  }

  .lg\:border-b-error_red\/40 {
    border-bottom-color: rgb(235 0 27 / 0.4);
  }

  .lg\:border-b-error_red\/5 {
    border-bottom-color: rgb(235 0 27 / 0.05);
  }

  .lg\:border-b-error_red\/50 {
    border-bottom-color: rgb(235 0 27 / 0.5);
  }

  .lg\:border-b-error_red\/60 {
    border-bottom-color: rgb(235 0 27 / 0.6);
  }

  .lg\:border-b-error_red\/70 {
    border-bottom-color: rgb(235 0 27 / 0.7);
  }

  .lg\:border-b-error_red\/75 {
    border-bottom-color: rgb(235 0 27 / 0.75);
  }

  .lg\:border-b-error_red\/80 {
    border-bottom-color: rgb(235 0 27 / 0.8);
  }

  .lg\:border-b-error_red\/90 {
    border-bottom-color: rgb(235 0 27 / 0.9);
  }

  .lg\:border-b-error_red\/95 {
    border-bottom-color: rgb(235 0 27 / 0.95);
  }

  .lg\:border-b-gray5 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-b-gray5\/0 {
    border-bottom-color: rgb(242 242 242 / 0);
  }

  .lg\:border-b-gray5\/10 {
    border-bottom-color: rgb(242 242 242 / 0.1);
  }

  .lg\:border-b-gray5\/100 {
    border-bottom-color: rgb(242 242 242 / 1);
  }

  .lg\:border-b-gray5\/20 {
    border-bottom-color: rgb(242 242 242 / 0.2);
  }

  .lg\:border-b-gray5\/25 {
    border-bottom-color: rgb(242 242 242 / 0.25);
  }

  .lg\:border-b-gray5\/30 {
    border-bottom-color: rgb(242 242 242 / 0.3);
  }

  .lg\:border-b-gray5\/40 {
    border-bottom-color: rgb(242 242 242 / 0.4);
  }

  .lg\:border-b-gray5\/5 {
    border-bottom-color: rgb(242 242 242 / 0.05);
  }

  .lg\:border-b-gray5\/50 {
    border-bottom-color: rgb(242 242 242 / 0.5);
  }

  .lg\:border-b-gray5\/60 {
    border-bottom-color: rgb(242 242 242 / 0.6);
  }

  .lg\:border-b-gray5\/70 {
    border-bottom-color: rgb(242 242 242 / 0.7);
  }

  .lg\:border-b-gray5\/75 {
    border-bottom-color: rgb(242 242 242 / 0.75);
  }

  .lg\:border-b-gray5\/80 {
    border-bottom-color: rgb(242 242 242 / 0.8);
  }

  .lg\:border-b-gray5\/90 {
    border-bottom-color: rgb(242 242 242 / 0.9);
  }

  .lg\:border-b-gray5\/95 {
    border-bottom-color: rgb(242 242 242 / 0.95);
  }

  .lg\:border-b-sh_black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .lg\:border-b-sh_black\/0 {
    border-bottom-color: rgb(35 31 32 / 0);
  }

  .lg\:border-b-sh_black\/10 {
    border-bottom-color: rgb(35 31 32 / 0.1);
  }

  .lg\:border-b-sh_black\/100 {
    border-bottom-color: rgb(35 31 32 / 1);
  }

  .lg\:border-b-sh_black\/20 {
    border-bottom-color: rgb(35 31 32 / 0.2);
  }

  .lg\:border-b-sh_black\/25 {
    border-bottom-color: rgb(35 31 32 / 0.25);
  }

  .lg\:border-b-sh_black\/30 {
    border-bottom-color: rgb(35 31 32 / 0.3);
  }

  .lg\:border-b-sh_black\/40 {
    border-bottom-color: rgb(35 31 32 / 0.4);
  }

  .lg\:border-b-sh_black\/5 {
    border-bottom-color: rgb(35 31 32 / 0.05);
  }

  .lg\:border-b-sh_black\/50 {
    border-bottom-color: rgb(35 31 32 / 0.5);
  }

  .lg\:border-b-sh_black\/60 {
    border-bottom-color: rgb(35 31 32 / 0.6);
  }

  .lg\:border-b-sh_black\/70 {
    border-bottom-color: rgb(35 31 32 / 0.7);
  }

  .lg\:border-b-sh_black\/75 {
    border-bottom-color: rgb(35 31 32 / 0.75);
  }

  .lg\:border-b-sh_black\/80 {
    border-bottom-color: rgb(35 31 32 / 0.8);
  }

  .lg\:border-b-sh_black\/90 {
    border-bottom-color: rgb(35 31 32 / 0.9);
  }

  .lg\:border-b-sh_black\/95 {
    border-bottom-color: rgb(35 31 32 / 0.95);
  }

  .lg\:border-b-success_green {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .lg\:border-b-success_green\/0 {
    border-bottom-color: rgb(80 131 22 / 0);
  }

  .lg\:border-b-success_green\/10 {
    border-bottom-color: rgb(80 131 22 / 0.1);
  }

  .lg\:border-b-success_green\/100 {
    border-bottom-color: rgb(80 131 22 / 1);
  }

  .lg\:border-b-success_green\/20 {
    border-bottom-color: rgb(80 131 22 / 0.2);
  }

  .lg\:border-b-success_green\/25 {
    border-bottom-color: rgb(80 131 22 / 0.25);
  }

  .lg\:border-b-success_green\/30 {
    border-bottom-color: rgb(80 131 22 / 0.3);
  }

  .lg\:border-b-success_green\/40 {
    border-bottom-color: rgb(80 131 22 / 0.4);
  }

  .lg\:border-b-success_green\/5 {
    border-bottom-color: rgb(80 131 22 / 0.05);
  }

  .lg\:border-b-success_green\/50 {
    border-bottom-color: rgb(80 131 22 / 0.5);
  }

  .lg\:border-b-success_green\/60 {
    border-bottom-color: rgb(80 131 22 / 0.6);
  }

  .lg\:border-b-success_green\/70 {
    border-bottom-color: rgb(80 131 22 / 0.7);
  }

  .lg\:border-b-success_green\/75 {
    border-bottom-color: rgb(80 131 22 / 0.75);
  }

  .lg\:border-b-success_green\/80 {
    border-bottom-color: rgb(80 131 22 / 0.8);
  }

  .lg\:border-b-success_green\/90 {
    border-bottom-color: rgb(80 131 22 / 0.9);
  }

  .lg\:border-b-success_green\/95 {
    border-bottom-color: rgb(80 131 22 / 0.95);
  }

  .lg\:border-b-teal {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal\/0 {
    border-bottom-color: rgb(0 129 159 / 0);
  }

  .lg\:border-b-teal\/10 {
    border-bottom-color: rgb(0 129 159 / 0.1);
  }

  .lg\:border-b-teal\/100 {
    border-bottom-color: rgb(0 129 159 / 1);
  }

  .lg\:border-b-teal\/20 {
    border-bottom-color: rgb(0 129 159 / 0.2);
  }

  .lg\:border-b-teal\/25 {
    border-bottom-color: rgb(0 129 159 / 0.25);
  }

  .lg\:border-b-teal\/30 {
    border-bottom-color: rgb(0 129 159 / 0.3);
  }

  .lg\:border-b-teal\/40 {
    border-bottom-color: rgb(0 129 159 / 0.4);
  }

  .lg\:border-b-teal\/5 {
    border-bottom-color: rgb(0 129 159 / 0.05);
  }

  .lg\:border-b-teal\/50 {
    border-bottom-color: rgb(0 129 159 / 0.5);
  }

  .lg\:border-b-teal\/60 {
    border-bottom-color: rgb(0 129 159 / 0.6);
  }

  .lg\:border-b-teal\/70 {
    border-bottom-color: rgb(0 129 159 / 0.7);
  }

  .lg\:border-b-teal\/75 {
    border-bottom-color: rgb(0 129 159 / 0.75);
  }

  .lg\:border-b-teal\/80 {
    border-bottom-color: rgb(0 129 159 / 0.8);
  }

  .lg\:border-b-teal\/90 {
    border-bottom-color: rgb(0 129 159 / 0.9);
  }

  .lg\:border-b-teal\/95 {
    border-bottom-color: rgb(0 129 159 / 0.95);
  }

  .lg\:border-b-teal_dark {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal_dark\/0 {
    border-bottom-color: rgb(0 60 77 / 0);
  }

  .lg\:border-b-teal_dark\/10 {
    border-bottom-color: rgb(0 60 77 / 0.1);
  }

  .lg\:border-b-teal_dark\/100 {
    border-bottom-color: rgb(0 60 77 / 1);
  }

  .lg\:border-b-teal_dark\/20 {
    border-bottom-color: rgb(0 60 77 / 0.2);
  }

  .lg\:border-b-teal_dark\/25 {
    border-bottom-color: rgb(0 60 77 / 0.25);
  }

  .lg\:border-b-teal_dark\/30 {
    border-bottom-color: rgb(0 60 77 / 0.3);
  }

  .lg\:border-b-teal_dark\/40 {
    border-bottom-color: rgb(0 60 77 / 0.4);
  }

  .lg\:border-b-teal_dark\/5 {
    border-bottom-color: rgb(0 60 77 / 0.05);
  }

  .lg\:border-b-teal_dark\/50 {
    border-bottom-color: rgb(0 60 77 / 0.5);
  }

  .lg\:border-b-teal_dark\/60 {
    border-bottom-color: rgb(0 60 77 / 0.6);
  }

  .lg\:border-b-teal_dark\/70 {
    border-bottom-color: rgb(0 60 77 / 0.7);
  }

  .lg\:border-b-teal_dark\/75 {
    border-bottom-color: rgb(0 60 77 / 0.75);
  }

  .lg\:border-b-teal_dark\/80 {
    border-bottom-color: rgb(0 60 77 / 0.8);
  }

  .lg\:border-b-teal_dark\/90 {
    border-bottom-color: rgb(0 60 77 / 0.9);
  }

  .lg\:border-b-teal_dark\/95 {
    border-bottom-color: rgb(0 60 77 / 0.95);
  }

  .lg\:border-b-teal_extra_light {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal_extra_light\/0 {
    border-bottom-color: rgb(245 251 252 / 0);
  }

  .lg\:border-b-teal_extra_light\/10 {
    border-bottom-color: rgb(245 251 252 / 0.1);
  }

  .lg\:border-b-teal_extra_light\/100 {
    border-bottom-color: rgb(245 251 252 / 1);
  }

  .lg\:border-b-teal_extra_light\/20 {
    border-bottom-color: rgb(245 251 252 / 0.2);
  }

  .lg\:border-b-teal_extra_light\/25 {
    border-bottom-color: rgb(245 251 252 / 0.25);
  }

  .lg\:border-b-teal_extra_light\/30 {
    border-bottom-color: rgb(245 251 252 / 0.3);
  }

  .lg\:border-b-teal_extra_light\/40 {
    border-bottom-color: rgb(245 251 252 / 0.4);
  }

  .lg\:border-b-teal_extra_light\/5 {
    border-bottom-color: rgb(245 251 252 / 0.05);
  }

  .lg\:border-b-teal_extra_light\/50 {
    border-bottom-color: rgb(245 251 252 / 0.5);
  }

  .lg\:border-b-teal_extra_light\/60 {
    border-bottom-color: rgb(245 251 252 / 0.6);
  }

  .lg\:border-b-teal_extra_light\/70 {
    border-bottom-color: rgb(245 251 252 / 0.7);
  }

  .lg\:border-b-teal_extra_light\/75 {
    border-bottom-color: rgb(245 251 252 / 0.75);
  }

  .lg\:border-b-teal_extra_light\/80 {
    border-bottom-color: rgb(245 251 252 / 0.8);
  }

  .lg\:border-b-teal_extra_light\/90 {
    border-bottom-color: rgb(245 251 252 / 0.9);
  }

  .lg\:border-b-teal_extra_light\/95 {
    border-bottom-color: rgb(245 251 252 / 0.95);
  }

  .lg\:border-b-teal_light {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal_light\/0 {
    border-bottom-color: rgb(116 196 214 / 0);
  }

  .lg\:border-b-teal_light\/10 {
    border-bottom-color: rgb(116 196 214 / 0.1);
  }

  .lg\:border-b-teal_light\/100 {
    border-bottom-color: rgb(116 196 214 / 1);
  }

  .lg\:border-b-teal_light\/20 {
    border-bottom-color: rgb(116 196 214 / 0.2);
  }

  .lg\:border-b-teal_light\/25 {
    border-bottom-color: rgb(116 196 214 / 0.25);
  }

  .lg\:border-b-teal_light\/30 {
    border-bottom-color: rgb(116 196 214 / 0.3);
  }

  .lg\:border-b-teal_light\/40 {
    border-bottom-color: rgb(116 196 214 / 0.4);
  }

  .lg\:border-b-teal_light\/5 {
    border-bottom-color: rgb(116 196 214 / 0.05);
  }

  .lg\:border-b-teal_light\/50 {
    border-bottom-color: rgb(116 196 214 / 0.5);
  }

  .lg\:border-b-teal_light\/60 {
    border-bottom-color: rgb(116 196 214 / 0.6);
  }

  .lg\:border-b-teal_light\/70 {
    border-bottom-color: rgb(116 196 214 / 0.7);
  }

  .lg\:border-b-teal_light\/75 {
    border-bottom-color: rgb(116 196 214 / 0.75);
  }

  .lg\:border-b-teal_light\/80 {
    border-bottom-color: rgb(116 196 214 / 0.8);
  }

  .lg\:border-b-teal_light\/90 {
    border-bottom-color: rgb(116 196 214 / 0.9);
  }

  .lg\:border-b-teal_light\/95 {
    border-bottom-color: rgb(116 196 214 / 0.95);
  }

  .lg\:border-b-transparent {
    border-bottom-color: transparent;
  }

  .lg\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .lg\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .lg\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-b-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .lg\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .lg\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-e-black {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-e-black\/0 {
    border-inline-end-color: rgb(0 0 0 / 0);
  }

  .lg\:border-e-black\/10 {
    border-inline-end-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-e-black\/100 {
    border-inline-end-color: rgb(0 0 0 / 1);
  }

  .lg\:border-e-black\/20 {
    border-inline-end-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-e-black\/25 {
    border-inline-end-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-e-black\/30 {
    border-inline-end-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-e-black\/40 {
    border-inline-end-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-e-black\/5 {
    border-inline-end-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-e-black\/50 {
    border-inline-end-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-e-black\/60 {
    border-inline-end-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-e-black\/70 {
    border-inline-end-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-e-black\/75 {
    border-inline-end-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-e-black\/80 {
    border-inline-end-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-e-black\/90 {
    border-inline-end-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-e-black\/95 {
    border-inline-end-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-e-current {
    border-inline-end-color: currentColor;
  }

  .lg\:border-e-error_red {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .lg\:border-e-error_red\/0 {
    border-inline-end-color: rgb(235 0 27 / 0);
  }

  .lg\:border-e-error_red\/10 {
    border-inline-end-color: rgb(235 0 27 / 0.1);
  }

  .lg\:border-e-error_red\/100 {
    border-inline-end-color: rgb(235 0 27 / 1);
  }

  .lg\:border-e-error_red\/20 {
    border-inline-end-color: rgb(235 0 27 / 0.2);
  }

  .lg\:border-e-error_red\/25 {
    border-inline-end-color: rgb(235 0 27 / 0.25);
  }

  .lg\:border-e-error_red\/30 {
    border-inline-end-color: rgb(235 0 27 / 0.3);
  }

  .lg\:border-e-error_red\/40 {
    border-inline-end-color: rgb(235 0 27 / 0.4);
  }

  .lg\:border-e-error_red\/5 {
    border-inline-end-color: rgb(235 0 27 / 0.05);
  }

  .lg\:border-e-error_red\/50 {
    border-inline-end-color: rgb(235 0 27 / 0.5);
  }

  .lg\:border-e-error_red\/60 {
    border-inline-end-color: rgb(235 0 27 / 0.6);
  }

  .lg\:border-e-error_red\/70 {
    border-inline-end-color: rgb(235 0 27 / 0.7);
  }

  .lg\:border-e-error_red\/75 {
    border-inline-end-color: rgb(235 0 27 / 0.75);
  }

  .lg\:border-e-error_red\/80 {
    border-inline-end-color: rgb(235 0 27 / 0.8);
  }

  .lg\:border-e-error_red\/90 {
    border-inline-end-color: rgb(235 0 27 / 0.9);
  }

  .lg\:border-e-error_red\/95 {
    border-inline-end-color: rgb(235 0 27 / 0.95);
  }

  .lg\:border-e-gray5 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-e-gray5\/0 {
    border-inline-end-color: rgb(242 242 242 / 0);
  }

  .lg\:border-e-gray5\/10 {
    border-inline-end-color: rgb(242 242 242 / 0.1);
  }

  .lg\:border-e-gray5\/100 {
    border-inline-end-color: rgb(242 242 242 / 1);
  }

  .lg\:border-e-gray5\/20 {
    border-inline-end-color: rgb(242 242 242 / 0.2);
  }

  .lg\:border-e-gray5\/25 {
    border-inline-end-color: rgb(242 242 242 / 0.25);
  }

  .lg\:border-e-gray5\/30 {
    border-inline-end-color: rgb(242 242 242 / 0.3);
  }

  .lg\:border-e-gray5\/40 {
    border-inline-end-color: rgb(242 242 242 / 0.4);
  }

  .lg\:border-e-gray5\/5 {
    border-inline-end-color: rgb(242 242 242 / 0.05);
  }

  .lg\:border-e-gray5\/50 {
    border-inline-end-color: rgb(242 242 242 / 0.5);
  }

  .lg\:border-e-gray5\/60 {
    border-inline-end-color: rgb(242 242 242 / 0.6);
  }

  .lg\:border-e-gray5\/70 {
    border-inline-end-color: rgb(242 242 242 / 0.7);
  }

  .lg\:border-e-gray5\/75 {
    border-inline-end-color: rgb(242 242 242 / 0.75);
  }

  .lg\:border-e-gray5\/80 {
    border-inline-end-color: rgb(242 242 242 / 0.8);
  }

  .lg\:border-e-gray5\/90 {
    border-inline-end-color: rgb(242 242 242 / 0.9);
  }

  .lg\:border-e-gray5\/95 {
    border-inline-end-color: rgb(242 242 242 / 0.95);
  }

  .lg\:border-e-sh_black {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .lg\:border-e-sh_black\/0 {
    border-inline-end-color: rgb(35 31 32 / 0);
  }

  .lg\:border-e-sh_black\/10 {
    border-inline-end-color: rgb(35 31 32 / 0.1);
  }

  .lg\:border-e-sh_black\/100 {
    border-inline-end-color: rgb(35 31 32 / 1);
  }

  .lg\:border-e-sh_black\/20 {
    border-inline-end-color: rgb(35 31 32 / 0.2);
  }

  .lg\:border-e-sh_black\/25 {
    border-inline-end-color: rgb(35 31 32 / 0.25);
  }

  .lg\:border-e-sh_black\/30 {
    border-inline-end-color: rgb(35 31 32 / 0.3);
  }

  .lg\:border-e-sh_black\/40 {
    border-inline-end-color: rgb(35 31 32 / 0.4);
  }

  .lg\:border-e-sh_black\/5 {
    border-inline-end-color: rgb(35 31 32 / 0.05);
  }

  .lg\:border-e-sh_black\/50 {
    border-inline-end-color: rgb(35 31 32 / 0.5);
  }

  .lg\:border-e-sh_black\/60 {
    border-inline-end-color: rgb(35 31 32 / 0.6);
  }

  .lg\:border-e-sh_black\/70 {
    border-inline-end-color: rgb(35 31 32 / 0.7);
  }

  .lg\:border-e-sh_black\/75 {
    border-inline-end-color: rgb(35 31 32 / 0.75);
  }

  .lg\:border-e-sh_black\/80 {
    border-inline-end-color: rgb(35 31 32 / 0.8);
  }

  .lg\:border-e-sh_black\/90 {
    border-inline-end-color: rgb(35 31 32 / 0.9);
  }

  .lg\:border-e-sh_black\/95 {
    border-inline-end-color: rgb(35 31 32 / 0.95);
  }

  .lg\:border-e-success_green {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .lg\:border-e-success_green\/0 {
    border-inline-end-color: rgb(80 131 22 / 0);
  }

  .lg\:border-e-success_green\/10 {
    border-inline-end-color: rgb(80 131 22 / 0.1);
  }

  .lg\:border-e-success_green\/100 {
    border-inline-end-color: rgb(80 131 22 / 1);
  }

  .lg\:border-e-success_green\/20 {
    border-inline-end-color: rgb(80 131 22 / 0.2);
  }

  .lg\:border-e-success_green\/25 {
    border-inline-end-color: rgb(80 131 22 / 0.25);
  }

  .lg\:border-e-success_green\/30 {
    border-inline-end-color: rgb(80 131 22 / 0.3);
  }

  .lg\:border-e-success_green\/40 {
    border-inline-end-color: rgb(80 131 22 / 0.4);
  }

  .lg\:border-e-success_green\/5 {
    border-inline-end-color: rgb(80 131 22 / 0.05);
  }

  .lg\:border-e-success_green\/50 {
    border-inline-end-color: rgb(80 131 22 / 0.5);
  }

  .lg\:border-e-success_green\/60 {
    border-inline-end-color: rgb(80 131 22 / 0.6);
  }

  .lg\:border-e-success_green\/70 {
    border-inline-end-color: rgb(80 131 22 / 0.7);
  }

  .lg\:border-e-success_green\/75 {
    border-inline-end-color: rgb(80 131 22 / 0.75);
  }

  .lg\:border-e-success_green\/80 {
    border-inline-end-color: rgb(80 131 22 / 0.8);
  }

  .lg\:border-e-success_green\/90 {
    border-inline-end-color: rgb(80 131 22 / 0.9);
  }

  .lg\:border-e-success_green\/95 {
    border-inline-end-color: rgb(80 131 22 / 0.95);
  }

  .lg\:border-e-teal {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal\/0 {
    border-inline-end-color: rgb(0 129 159 / 0);
  }

  .lg\:border-e-teal\/10 {
    border-inline-end-color: rgb(0 129 159 / 0.1);
  }

  .lg\:border-e-teal\/100 {
    border-inline-end-color: rgb(0 129 159 / 1);
  }

  .lg\:border-e-teal\/20 {
    border-inline-end-color: rgb(0 129 159 / 0.2);
  }

  .lg\:border-e-teal\/25 {
    border-inline-end-color: rgb(0 129 159 / 0.25);
  }

  .lg\:border-e-teal\/30 {
    border-inline-end-color: rgb(0 129 159 / 0.3);
  }

  .lg\:border-e-teal\/40 {
    border-inline-end-color: rgb(0 129 159 / 0.4);
  }

  .lg\:border-e-teal\/5 {
    border-inline-end-color: rgb(0 129 159 / 0.05);
  }

  .lg\:border-e-teal\/50 {
    border-inline-end-color: rgb(0 129 159 / 0.5);
  }

  .lg\:border-e-teal\/60 {
    border-inline-end-color: rgb(0 129 159 / 0.6);
  }

  .lg\:border-e-teal\/70 {
    border-inline-end-color: rgb(0 129 159 / 0.7);
  }

  .lg\:border-e-teal\/75 {
    border-inline-end-color: rgb(0 129 159 / 0.75);
  }

  .lg\:border-e-teal\/80 {
    border-inline-end-color: rgb(0 129 159 / 0.8);
  }

  .lg\:border-e-teal\/90 {
    border-inline-end-color: rgb(0 129 159 / 0.9);
  }

  .lg\:border-e-teal\/95 {
    border-inline-end-color: rgb(0 129 159 / 0.95);
  }

  .lg\:border-e-teal_dark {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal_dark\/0 {
    border-inline-end-color: rgb(0 60 77 / 0);
  }

  .lg\:border-e-teal_dark\/10 {
    border-inline-end-color: rgb(0 60 77 / 0.1);
  }

  .lg\:border-e-teal_dark\/100 {
    border-inline-end-color: rgb(0 60 77 / 1);
  }

  .lg\:border-e-teal_dark\/20 {
    border-inline-end-color: rgb(0 60 77 / 0.2);
  }

  .lg\:border-e-teal_dark\/25 {
    border-inline-end-color: rgb(0 60 77 / 0.25);
  }

  .lg\:border-e-teal_dark\/30 {
    border-inline-end-color: rgb(0 60 77 / 0.3);
  }

  .lg\:border-e-teal_dark\/40 {
    border-inline-end-color: rgb(0 60 77 / 0.4);
  }

  .lg\:border-e-teal_dark\/5 {
    border-inline-end-color: rgb(0 60 77 / 0.05);
  }

  .lg\:border-e-teal_dark\/50 {
    border-inline-end-color: rgb(0 60 77 / 0.5);
  }

  .lg\:border-e-teal_dark\/60 {
    border-inline-end-color: rgb(0 60 77 / 0.6);
  }

  .lg\:border-e-teal_dark\/70 {
    border-inline-end-color: rgb(0 60 77 / 0.7);
  }

  .lg\:border-e-teal_dark\/75 {
    border-inline-end-color: rgb(0 60 77 / 0.75);
  }

  .lg\:border-e-teal_dark\/80 {
    border-inline-end-color: rgb(0 60 77 / 0.8);
  }

  .lg\:border-e-teal_dark\/90 {
    border-inline-end-color: rgb(0 60 77 / 0.9);
  }

  .lg\:border-e-teal_dark\/95 {
    border-inline-end-color: rgb(0 60 77 / 0.95);
  }

  .lg\:border-e-teal_extra_light {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal_extra_light\/0 {
    border-inline-end-color: rgb(245 251 252 / 0);
  }

  .lg\:border-e-teal_extra_light\/10 {
    border-inline-end-color: rgb(245 251 252 / 0.1);
  }

  .lg\:border-e-teal_extra_light\/100 {
    border-inline-end-color: rgb(245 251 252 / 1);
  }

  .lg\:border-e-teal_extra_light\/20 {
    border-inline-end-color: rgb(245 251 252 / 0.2);
  }

  .lg\:border-e-teal_extra_light\/25 {
    border-inline-end-color: rgb(245 251 252 / 0.25);
  }

  .lg\:border-e-teal_extra_light\/30 {
    border-inline-end-color: rgb(245 251 252 / 0.3);
  }

  .lg\:border-e-teal_extra_light\/40 {
    border-inline-end-color: rgb(245 251 252 / 0.4);
  }

  .lg\:border-e-teal_extra_light\/5 {
    border-inline-end-color: rgb(245 251 252 / 0.05);
  }

  .lg\:border-e-teal_extra_light\/50 {
    border-inline-end-color: rgb(245 251 252 / 0.5);
  }

  .lg\:border-e-teal_extra_light\/60 {
    border-inline-end-color: rgb(245 251 252 / 0.6);
  }

  .lg\:border-e-teal_extra_light\/70 {
    border-inline-end-color: rgb(245 251 252 / 0.7);
  }

  .lg\:border-e-teal_extra_light\/75 {
    border-inline-end-color: rgb(245 251 252 / 0.75);
  }

  .lg\:border-e-teal_extra_light\/80 {
    border-inline-end-color: rgb(245 251 252 / 0.8);
  }

  .lg\:border-e-teal_extra_light\/90 {
    border-inline-end-color: rgb(245 251 252 / 0.9);
  }

  .lg\:border-e-teal_extra_light\/95 {
    border-inline-end-color: rgb(245 251 252 / 0.95);
  }

  .lg\:border-e-teal_light {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal_light\/0 {
    border-inline-end-color: rgb(116 196 214 / 0);
  }

  .lg\:border-e-teal_light\/10 {
    border-inline-end-color: rgb(116 196 214 / 0.1);
  }

  .lg\:border-e-teal_light\/100 {
    border-inline-end-color: rgb(116 196 214 / 1);
  }

  .lg\:border-e-teal_light\/20 {
    border-inline-end-color: rgb(116 196 214 / 0.2);
  }

  .lg\:border-e-teal_light\/25 {
    border-inline-end-color: rgb(116 196 214 / 0.25);
  }

  .lg\:border-e-teal_light\/30 {
    border-inline-end-color: rgb(116 196 214 / 0.3);
  }

  .lg\:border-e-teal_light\/40 {
    border-inline-end-color: rgb(116 196 214 / 0.4);
  }

  .lg\:border-e-teal_light\/5 {
    border-inline-end-color: rgb(116 196 214 / 0.05);
  }

  .lg\:border-e-teal_light\/50 {
    border-inline-end-color: rgb(116 196 214 / 0.5);
  }

  .lg\:border-e-teal_light\/60 {
    border-inline-end-color: rgb(116 196 214 / 0.6);
  }

  .lg\:border-e-teal_light\/70 {
    border-inline-end-color: rgb(116 196 214 / 0.7);
  }

  .lg\:border-e-teal_light\/75 {
    border-inline-end-color: rgb(116 196 214 / 0.75);
  }

  .lg\:border-e-teal_light\/80 {
    border-inline-end-color: rgb(116 196 214 / 0.8);
  }

  .lg\:border-e-teal_light\/90 {
    border-inline-end-color: rgb(116 196 214 / 0.9);
  }

  .lg\:border-e-teal_light\/95 {
    border-inline-end-color: rgb(116 196 214 / 0.95);
  }

  .lg\:border-e-transparent {
    border-inline-end-color: transparent;
  }

  .lg\:border-e-transparent\/0 {
    border-inline-end-color: rgb(0 0 0 / 0);
  }

  .lg\:border-e-transparent\/10 {
    border-inline-end-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-e-transparent\/100 {
    border-inline-end-color: rgb(0 0 0 / 1);
  }

  .lg\:border-e-transparent\/20 {
    border-inline-end-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-e-transparent\/25 {
    border-inline-end-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-e-transparent\/30 {
    border-inline-end-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-e-transparent\/40 {
    border-inline-end-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-e-transparent\/5 {
    border-inline-end-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-e-transparent\/50 {
    border-inline-end-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-e-transparent\/60 {
    border-inline-end-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-e-transparent\/70 {
    border-inline-end-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-e-transparent\/75 {
    border-inline-end-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-e-transparent\/80 {
    border-inline-end-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-e-transparent\/90 {
    border-inline-end-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-e-transparent\/95 {
    border-inline-end-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-e-white {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-white\/0 {
    border-inline-end-color: rgb(255 255 255 / 0);
  }

  .lg\:border-e-white\/10 {
    border-inline-end-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-e-white\/100 {
    border-inline-end-color: rgb(255 255 255 / 1);
  }

  .lg\:border-e-white\/20 {
    border-inline-end-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-e-white\/25 {
    border-inline-end-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-e-white\/30 {
    border-inline-end-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-e-white\/40 {
    border-inline-end-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-e-white\/5 {
    border-inline-end-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-e-white\/50 {
    border-inline-end-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-e-white\/60 {
    border-inline-end-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-e-white\/70 {
    border-inline-end-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-e-white\/75 {
    border-inline-end-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-e-white\/80 {
    border-inline-end-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-e-white\/90 {
    border-inline-end-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-e-white\/95 {
    border-inline-end-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-l-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-l-black\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .lg\:border-l-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-l-black\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .lg\:border-l-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-l-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-l-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-l-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-l-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-l-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-l-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-l-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-l-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-l-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-l-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-l-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-l-current {
    border-left-color: currentColor;
  }

  .lg\:border-l-error_red {
    --tw-border-opacity: 1;
    border-left-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .lg\:border-l-error_red\/0 {
    border-left-color: rgb(235 0 27 / 0);
  }

  .lg\:border-l-error_red\/10 {
    border-left-color: rgb(235 0 27 / 0.1);
  }

  .lg\:border-l-error_red\/100 {
    border-left-color: rgb(235 0 27 / 1);
  }

  .lg\:border-l-error_red\/20 {
    border-left-color: rgb(235 0 27 / 0.2);
  }

  .lg\:border-l-error_red\/25 {
    border-left-color: rgb(235 0 27 / 0.25);
  }

  .lg\:border-l-error_red\/30 {
    border-left-color: rgb(235 0 27 / 0.3);
  }

  .lg\:border-l-error_red\/40 {
    border-left-color: rgb(235 0 27 / 0.4);
  }

  .lg\:border-l-error_red\/5 {
    border-left-color: rgb(235 0 27 / 0.05);
  }

  .lg\:border-l-error_red\/50 {
    border-left-color: rgb(235 0 27 / 0.5);
  }

  .lg\:border-l-error_red\/60 {
    border-left-color: rgb(235 0 27 / 0.6);
  }

  .lg\:border-l-error_red\/70 {
    border-left-color: rgb(235 0 27 / 0.7);
  }

  .lg\:border-l-error_red\/75 {
    border-left-color: rgb(235 0 27 / 0.75);
  }

  .lg\:border-l-error_red\/80 {
    border-left-color: rgb(235 0 27 / 0.8);
  }

  .lg\:border-l-error_red\/90 {
    border-left-color: rgb(235 0 27 / 0.9);
  }

  .lg\:border-l-error_red\/95 {
    border-left-color: rgb(235 0 27 / 0.95);
  }

  .lg\:border-l-gray5 {
    --tw-border-opacity: 1;
    border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-l-gray5\/0 {
    border-left-color: rgb(242 242 242 / 0);
  }

  .lg\:border-l-gray5\/10 {
    border-left-color: rgb(242 242 242 / 0.1);
  }

  .lg\:border-l-gray5\/100 {
    border-left-color: rgb(242 242 242 / 1);
  }

  .lg\:border-l-gray5\/20 {
    border-left-color: rgb(242 242 242 / 0.2);
  }

  .lg\:border-l-gray5\/25 {
    border-left-color: rgb(242 242 242 / 0.25);
  }

  .lg\:border-l-gray5\/30 {
    border-left-color: rgb(242 242 242 / 0.3);
  }

  .lg\:border-l-gray5\/40 {
    border-left-color: rgb(242 242 242 / 0.4);
  }

  .lg\:border-l-gray5\/5 {
    border-left-color: rgb(242 242 242 / 0.05);
  }

  .lg\:border-l-gray5\/50 {
    border-left-color: rgb(242 242 242 / 0.5);
  }

  .lg\:border-l-gray5\/60 {
    border-left-color: rgb(242 242 242 / 0.6);
  }

  .lg\:border-l-gray5\/70 {
    border-left-color: rgb(242 242 242 / 0.7);
  }

  .lg\:border-l-gray5\/75 {
    border-left-color: rgb(242 242 242 / 0.75);
  }

  .lg\:border-l-gray5\/80 {
    border-left-color: rgb(242 242 242 / 0.8);
  }

  .lg\:border-l-gray5\/90 {
    border-left-color: rgb(242 242 242 / 0.9);
  }

  .lg\:border-l-gray5\/95 {
    border-left-color: rgb(242 242 242 / 0.95);
  }

  .lg\:border-l-sh_black {
    --tw-border-opacity: 1;
    border-left-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .lg\:border-l-sh_black\/0 {
    border-left-color: rgb(35 31 32 / 0);
  }

  .lg\:border-l-sh_black\/10 {
    border-left-color: rgb(35 31 32 / 0.1);
  }

  .lg\:border-l-sh_black\/100 {
    border-left-color: rgb(35 31 32 / 1);
  }

  .lg\:border-l-sh_black\/20 {
    border-left-color: rgb(35 31 32 / 0.2);
  }

  .lg\:border-l-sh_black\/25 {
    border-left-color: rgb(35 31 32 / 0.25);
  }

  .lg\:border-l-sh_black\/30 {
    border-left-color: rgb(35 31 32 / 0.3);
  }

  .lg\:border-l-sh_black\/40 {
    border-left-color: rgb(35 31 32 / 0.4);
  }

  .lg\:border-l-sh_black\/5 {
    border-left-color: rgb(35 31 32 / 0.05);
  }

  .lg\:border-l-sh_black\/50 {
    border-left-color: rgb(35 31 32 / 0.5);
  }

  .lg\:border-l-sh_black\/60 {
    border-left-color: rgb(35 31 32 / 0.6);
  }

  .lg\:border-l-sh_black\/70 {
    border-left-color: rgb(35 31 32 / 0.7);
  }

  .lg\:border-l-sh_black\/75 {
    border-left-color: rgb(35 31 32 / 0.75);
  }

  .lg\:border-l-sh_black\/80 {
    border-left-color: rgb(35 31 32 / 0.8);
  }

  .lg\:border-l-sh_black\/90 {
    border-left-color: rgb(35 31 32 / 0.9);
  }

  .lg\:border-l-sh_black\/95 {
    border-left-color: rgb(35 31 32 / 0.95);
  }

  .lg\:border-l-success_green {
    --tw-border-opacity: 1;
    border-left-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .lg\:border-l-success_green\/0 {
    border-left-color: rgb(80 131 22 / 0);
  }

  .lg\:border-l-success_green\/10 {
    border-left-color: rgb(80 131 22 / 0.1);
  }

  .lg\:border-l-success_green\/100 {
    border-left-color: rgb(80 131 22 / 1);
  }

  .lg\:border-l-success_green\/20 {
    border-left-color: rgb(80 131 22 / 0.2);
  }

  .lg\:border-l-success_green\/25 {
    border-left-color: rgb(80 131 22 / 0.25);
  }

  .lg\:border-l-success_green\/30 {
    border-left-color: rgb(80 131 22 / 0.3);
  }

  .lg\:border-l-success_green\/40 {
    border-left-color: rgb(80 131 22 / 0.4);
  }

  .lg\:border-l-success_green\/5 {
    border-left-color: rgb(80 131 22 / 0.05);
  }

  .lg\:border-l-success_green\/50 {
    border-left-color: rgb(80 131 22 / 0.5);
  }

  .lg\:border-l-success_green\/60 {
    border-left-color: rgb(80 131 22 / 0.6);
  }

  .lg\:border-l-success_green\/70 {
    border-left-color: rgb(80 131 22 / 0.7);
  }

  .lg\:border-l-success_green\/75 {
    border-left-color: rgb(80 131 22 / 0.75);
  }

  .lg\:border-l-success_green\/80 {
    border-left-color: rgb(80 131 22 / 0.8);
  }

  .lg\:border-l-success_green\/90 {
    border-left-color: rgb(80 131 22 / 0.9);
  }

  .lg\:border-l-success_green\/95 {
    border-left-color: rgb(80 131 22 / 0.95);
  }

  .lg\:border-l-teal {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal\/0 {
    border-left-color: rgb(0 129 159 / 0);
  }

  .lg\:border-l-teal\/10 {
    border-left-color: rgb(0 129 159 / 0.1);
  }

  .lg\:border-l-teal\/100 {
    border-left-color: rgb(0 129 159 / 1);
  }

  .lg\:border-l-teal\/20 {
    border-left-color: rgb(0 129 159 / 0.2);
  }

  .lg\:border-l-teal\/25 {
    border-left-color: rgb(0 129 159 / 0.25);
  }

  .lg\:border-l-teal\/30 {
    border-left-color: rgb(0 129 159 / 0.3);
  }

  .lg\:border-l-teal\/40 {
    border-left-color: rgb(0 129 159 / 0.4);
  }

  .lg\:border-l-teal\/5 {
    border-left-color: rgb(0 129 159 / 0.05);
  }

  .lg\:border-l-teal\/50 {
    border-left-color: rgb(0 129 159 / 0.5);
  }

  .lg\:border-l-teal\/60 {
    border-left-color: rgb(0 129 159 / 0.6);
  }

  .lg\:border-l-teal\/70 {
    border-left-color: rgb(0 129 159 / 0.7);
  }

  .lg\:border-l-teal\/75 {
    border-left-color: rgb(0 129 159 / 0.75);
  }

  .lg\:border-l-teal\/80 {
    border-left-color: rgb(0 129 159 / 0.8);
  }

  .lg\:border-l-teal\/90 {
    border-left-color: rgb(0 129 159 / 0.9);
  }

  .lg\:border-l-teal\/95 {
    border-left-color: rgb(0 129 159 / 0.95);
  }

  .lg\:border-l-teal_dark {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal_dark\/0 {
    border-left-color: rgb(0 60 77 / 0);
  }

  .lg\:border-l-teal_dark\/10 {
    border-left-color: rgb(0 60 77 / 0.1);
  }

  .lg\:border-l-teal_dark\/100 {
    border-left-color: rgb(0 60 77 / 1);
  }

  .lg\:border-l-teal_dark\/20 {
    border-left-color: rgb(0 60 77 / 0.2);
  }

  .lg\:border-l-teal_dark\/25 {
    border-left-color: rgb(0 60 77 / 0.25);
  }

  .lg\:border-l-teal_dark\/30 {
    border-left-color: rgb(0 60 77 / 0.3);
  }

  .lg\:border-l-teal_dark\/40 {
    border-left-color: rgb(0 60 77 / 0.4);
  }

  .lg\:border-l-teal_dark\/5 {
    border-left-color: rgb(0 60 77 / 0.05);
  }

  .lg\:border-l-teal_dark\/50 {
    border-left-color: rgb(0 60 77 / 0.5);
  }

  .lg\:border-l-teal_dark\/60 {
    border-left-color: rgb(0 60 77 / 0.6);
  }

  .lg\:border-l-teal_dark\/70 {
    border-left-color: rgb(0 60 77 / 0.7);
  }

  .lg\:border-l-teal_dark\/75 {
    border-left-color: rgb(0 60 77 / 0.75);
  }

  .lg\:border-l-teal_dark\/80 {
    border-left-color: rgb(0 60 77 / 0.8);
  }

  .lg\:border-l-teal_dark\/90 {
    border-left-color: rgb(0 60 77 / 0.9);
  }

  .lg\:border-l-teal_dark\/95 {
    border-left-color: rgb(0 60 77 / 0.95);
  }

  .lg\:border-l-teal_extra_light {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal_extra_light\/0 {
    border-left-color: rgb(245 251 252 / 0);
  }

  .lg\:border-l-teal_extra_light\/10 {
    border-left-color: rgb(245 251 252 / 0.1);
  }

  .lg\:border-l-teal_extra_light\/100 {
    border-left-color: rgb(245 251 252 / 1);
  }

  .lg\:border-l-teal_extra_light\/20 {
    border-left-color: rgb(245 251 252 / 0.2);
  }

  .lg\:border-l-teal_extra_light\/25 {
    border-left-color: rgb(245 251 252 / 0.25);
  }

  .lg\:border-l-teal_extra_light\/30 {
    border-left-color: rgb(245 251 252 / 0.3);
  }

  .lg\:border-l-teal_extra_light\/40 {
    border-left-color: rgb(245 251 252 / 0.4);
  }

  .lg\:border-l-teal_extra_light\/5 {
    border-left-color: rgb(245 251 252 / 0.05);
  }

  .lg\:border-l-teal_extra_light\/50 {
    border-left-color: rgb(245 251 252 / 0.5);
  }

  .lg\:border-l-teal_extra_light\/60 {
    border-left-color: rgb(245 251 252 / 0.6);
  }

  .lg\:border-l-teal_extra_light\/70 {
    border-left-color: rgb(245 251 252 / 0.7);
  }

  .lg\:border-l-teal_extra_light\/75 {
    border-left-color: rgb(245 251 252 / 0.75);
  }

  .lg\:border-l-teal_extra_light\/80 {
    border-left-color: rgb(245 251 252 / 0.8);
  }

  .lg\:border-l-teal_extra_light\/90 {
    border-left-color: rgb(245 251 252 / 0.9);
  }

  .lg\:border-l-teal_extra_light\/95 {
    border-left-color: rgb(245 251 252 / 0.95);
  }

  .lg\:border-l-teal_light {
    --tw-border-opacity: 1;
    border-left-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal_light\/0 {
    border-left-color: rgb(116 196 214 / 0);
  }

  .lg\:border-l-teal_light\/10 {
    border-left-color: rgb(116 196 214 / 0.1);
  }

  .lg\:border-l-teal_light\/100 {
    border-left-color: rgb(116 196 214 / 1);
  }

  .lg\:border-l-teal_light\/20 {
    border-left-color: rgb(116 196 214 / 0.2);
  }

  .lg\:border-l-teal_light\/25 {
    border-left-color: rgb(116 196 214 / 0.25);
  }

  .lg\:border-l-teal_light\/30 {
    border-left-color: rgb(116 196 214 / 0.3);
  }

  .lg\:border-l-teal_light\/40 {
    border-left-color: rgb(116 196 214 / 0.4);
  }

  .lg\:border-l-teal_light\/5 {
    border-left-color: rgb(116 196 214 / 0.05);
  }

  .lg\:border-l-teal_light\/50 {
    border-left-color: rgb(116 196 214 / 0.5);
  }

  .lg\:border-l-teal_light\/60 {
    border-left-color: rgb(116 196 214 / 0.6);
  }

  .lg\:border-l-teal_light\/70 {
    border-left-color: rgb(116 196 214 / 0.7);
  }

  .lg\:border-l-teal_light\/75 {
    border-left-color: rgb(116 196 214 / 0.75);
  }

  .lg\:border-l-teal_light\/80 {
    border-left-color: rgb(116 196 214 / 0.8);
  }

  .lg\:border-l-teal_light\/90 {
    border-left-color: rgb(116 196 214 / 0.9);
  }

  .lg\:border-l-teal_light\/95 {
    border-left-color: rgb(116 196 214 / 0.95);
  }

  .lg\:border-l-transparent {
    border-left-color: transparent;
  }

  .lg\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .lg\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .lg\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-l-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
  }

  .lg\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
  }

  .lg\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-r-black {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-r-black\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .lg\:border-r-black\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-r-black\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .lg\:border-r-black\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-r-black\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-r-black\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-r-black\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-r-black\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-r-black\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-r-black\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-r-black\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-r-black\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-r-black\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-r-black\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-r-black\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-r-current {
    border-right-color: currentColor;
  }

  .lg\:border-r-error_red {
    --tw-border-opacity: 1;
    border-right-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .lg\:border-r-error_red\/0 {
    border-right-color: rgb(235 0 27 / 0);
  }

  .lg\:border-r-error_red\/10 {
    border-right-color: rgb(235 0 27 / 0.1);
  }

  .lg\:border-r-error_red\/100 {
    border-right-color: rgb(235 0 27 / 1);
  }

  .lg\:border-r-error_red\/20 {
    border-right-color: rgb(235 0 27 / 0.2);
  }

  .lg\:border-r-error_red\/25 {
    border-right-color: rgb(235 0 27 / 0.25);
  }

  .lg\:border-r-error_red\/30 {
    border-right-color: rgb(235 0 27 / 0.3);
  }

  .lg\:border-r-error_red\/40 {
    border-right-color: rgb(235 0 27 / 0.4);
  }

  .lg\:border-r-error_red\/5 {
    border-right-color: rgb(235 0 27 / 0.05);
  }

  .lg\:border-r-error_red\/50 {
    border-right-color: rgb(235 0 27 / 0.5);
  }

  .lg\:border-r-error_red\/60 {
    border-right-color: rgb(235 0 27 / 0.6);
  }

  .lg\:border-r-error_red\/70 {
    border-right-color: rgb(235 0 27 / 0.7);
  }

  .lg\:border-r-error_red\/75 {
    border-right-color: rgb(235 0 27 / 0.75);
  }

  .lg\:border-r-error_red\/80 {
    border-right-color: rgb(235 0 27 / 0.8);
  }

  .lg\:border-r-error_red\/90 {
    border-right-color: rgb(235 0 27 / 0.9);
  }

  .lg\:border-r-error_red\/95 {
    border-right-color: rgb(235 0 27 / 0.95);
  }

  .lg\:border-r-gray5 {
    --tw-border-opacity: 1;
    border-right-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-r-gray5\/0 {
    border-right-color: rgb(242 242 242 / 0);
  }

  .lg\:border-r-gray5\/10 {
    border-right-color: rgb(242 242 242 / 0.1);
  }

  .lg\:border-r-gray5\/100 {
    border-right-color: rgb(242 242 242 / 1);
  }

  .lg\:border-r-gray5\/20 {
    border-right-color: rgb(242 242 242 / 0.2);
  }

  .lg\:border-r-gray5\/25 {
    border-right-color: rgb(242 242 242 / 0.25);
  }

  .lg\:border-r-gray5\/30 {
    border-right-color: rgb(242 242 242 / 0.3);
  }

  .lg\:border-r-gray5\/40 {
    border-right-color: rgb(242 242 242 / 0.4);
  }

  .lg\:border-r-gray5\/5 {
    border-right-color: rgb(242 242 242 / 0.05);
  }

  .lg\:border-r-gray5\/50 {
    border-right-color: rgb(242 242 242 / 0.5);
  }

  .lg\:border-r-gray5\/60 {
    border-right-color: rgb(242 242 242 / 0.6);
  }

  .lg\:border-r-gray5\/70 {
    border-right-color: rgb(242 242 242 / 0.7);
  }

  .lg\:border-r-gray5\/75 {
    border-right-color: rgb(242 242 242 / 0.75);
  }

  .lg\:border-r-gray5\/80 {
    border-right-color: rgb(242 242 242 / 0.8);
  }

  .lg\:border-r-gray5\/90 {
    border-right-color: rgb(242 242 242 / 0.9);
  }

  .lg\:border-r-gray5\/95 {
    border-right-color: rgb(242 242 242 / 0.95);
  }

  .lg\:border-r-sh_black {
    --tw-border-opacity: 1;
    border-right-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .lg\:border-r-sh_black\/0 {
    border-right-color: rgb(35 31 32 / 0);
  }

  .lg\:border-r-sh_black\/10 {
    border-right-color: rgb(35 31 32 / 0.1);
  }

  .lg\:border-r-sh_black\/100 {
    border-right-color: rgb(35 31 32 / 1);
  }

  .lg\:border-r-sh_black\/20 {
    border-right-color: rgb(35 31 32 / 0.2);
  }

  .lg\:border-r-sh_black\/25 {
    border-right-color: rgb(35 31 32 / 0.25);
  }

  .lg\:border-r-sh_black\/30 {
    border-right-color: rgb(35 31 32 / 0.3);
  }

  .lg\:border-r-sh_black\/40 {
    border-right-color: rgb(35 31 32 / 0.4);
  }

  .lg\:border-r-sh_black\/5 {
    border-right-color: rgb(35 31 32 / 0.05);
  }

  .lg\:border-r-sh_black\/50 {
    border-right-color: rgb(35 31 32 / 0.5);
  }

  .lg\:border-r-sh_black\/60 {
    border-right-color: rgb(35 31 32 / 0.6);
  }

  .lg\:border-r-sh_black\/70 {
    border-right-color: rgb(35 31 32 / 0.7);
  }

  .lg\:border-r-sh_black\/75 {
    border-right-color: rgb(35 31 32 / 0.75);
  }

  .lg\:border-r-sh_black\/80 {
    border-right-color: rgb(35 31 32 / 0.8);
  }

  .lg\:border-r-sh_black\/90 {
    border-right-color: rgb(35 31 32 / 0.9);
  }

  .lg\:border-r-sh_black\/95 {
    border-right-color: rgb(35 31 32 / 0.95);
  }

  .lg\:border-r-success_green {
    --tw-border-opacity: 1;
    border-right-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .lg\:border-r-success_green\/0 {
    border-right-color: rgb(80 131 22 / 0);
  }

  .lg\:border-r-success_green\/10 {
    border-right-color: rgb(80 131 22 / 0.1);
  }

  .lg\:border-r-success_green\/100 {
    border-right-color: rgb(80 131 22 / 1);
  }

  .lg\:border-r-success_green\/20 {
    border-right-color: rgb(80 131 22 / 0.2);
  }

  .lg\:border-r-success_green\/25 {
    border-right-color: rgb(80 131 22 / 0.25);
  }

  .lg\:border-r-success_green\/30 {
    border-right-color: rgb(80 131 22 / 0.3);
  }

  .lg\:border-r-success_green\/40 {
    border-right-color: rgb(80 131 22 / 0.4);
  }

  .lg\:border-r-success_green\/5 {
    border-right-color: rgb(80 131 22 / 0.05);
  }

  .lg\:border-r-success_green\/50 {
    border-right-color: rgb(80 131 22 / 0.5);
  }

  .lg\:border-r-success_green\/60 {
    border-right-color: rgb(80 131 22 / 0.6);
  }

  .lg\:border-r-success_green\/70 {
    border-right-color: rgb(80 131 22 / 0.7);
  }

  .lg\:border-r-success_green\/75 {
    border-right-color: rgb(80 131 22 / 0.75);
  }

  .lg\:border-r-success_green\/80 {
    border-right-color: rgb(80 131 22 / 0.8);
  }

  .lg\:border-r-success_green\/90 {
    border-right-color: rgb(80 131 22 / 0.9);
  }

  .lg\:border-r-success_green\/95 {
    border-right-color: rgb(80 131 22 / 0.95);
  }

  .lg\:border-r-teal {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal\/0 {
    border-right-color: rgb(0 129 159 / 0);
  }

  .lg\:border-r-teal\/10 {
    border-right-color: rgb(0 129 159 / 0.1);
  }

  .lg\:border-r-teal\/100 {
    border-right-color: rgb(0 129 159 / 1);
  }

  .lg\:border-r-teal\/20 {
    border-right-color: rgb(0 129 159 / 0.2);
  }

  .lg\:border-r-teal\/25 {
    border-right-color: rgb(0 129 159 / 0.25);
  }

  .lg\:border-r-teal\/30 {
    border-right-color: rgb(0 129 159 / 0.3);
  }

  .lg\:border-r-teal\/40 {
    border-right-color: rgb(0 129 159 / 0.4);
  }

  .lg\:border-r-teal\/5 {
    border-right-color: rgb(0 129 159 / 0.05);
  }

  .lg\:border-r-teal\/50 {
    border-right-color: rgb(0 129 159 / 0.5);
  }

  .lg\:border-r-teal\/60 {
    border-right-color: rgb(0 129 159 / 0.6);
  }

  .lg\:border-r-teal\/70 {
    border-right-color: rgb(0 129 159 / 0.7);
  }

  .lg\:border-r-teal\/75 {
    border-right-color: rgb(0 129 159 / 0.75);
  }

  .lg\:border-r-teal\/80 {
    border-right-color: rgb(0 129 159 / 0.8);
  }

  .lg\:border-r-teal\/90 {
    border-right-color: rgb(0 129 159 / 0.9);
  }

  .lg\:border-r-teal\/95 {
    border-right-color: rgb(0 129 159 / 0.95);
  }

  .lg\:border-r-teal_dark {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal_dark\/0 {
    border-right-color: rgb(0 60 77 / 0);
  }

  .lg\:border-r-teal_dark\/10 {
    border-right-color: rgb(0 60 77 / 0.1);
  }

  .lg\:border-r-teal_dark\/100 {
    border-right-color: rgb(0 60 77 / 1);
  }

  .lg\:border-r-teal_dark\/20 {
    border-right-color: rgb(0 60 77 / 0.2);
  }

  .lg\:border-r-teal_dark\/25 {
    border-right-color: rgb(0 60 77 / 0.25);
  }

  .lg\:border-r-teal_dark\/30 {
    border-right-color: rgb(0 60 77 / 0.3);
  }

  .lg\:border-r-teal_dark\/40 {
    border-right-color: rgb(0 60 77 / 0.4);
  }

  .lg\:border-r-teal_dark\/5 {
    border-right-color: rgb(0 60 77 / 0.05);
  }

  .lg\:border-r-teal_dark\/50 {
    border-right-color: rgb(0 60 77 / 0.5);
  }

  .lg\:border-r-teal_dark\/60 {
    border-right-color: rgb(0 60 77 / 0.6);
  }

  .lg\:border-r-teal_dark\/70 {
    border-right-color: rgb(0 60 77 / 0.7);
  }

  .lg\:border-r-teal_dark\/75 {
    border-right-color: rgb(0 60 77 / 0.75);
  }

  .lg\:border-r-teal_dark\/80 {
    border-right-color: rgb(0 60 77 / 0.8);
  }

  .lg\:border-r-teal_dark\/90 {
    border-right-color: rgb(0 60 77 / 0.9);
  }

  .lg\:border-r-teal_dark\/95 {
    border-right-color: rgb(0 60 77 / 0.95);
  }

  .lg\:border-r-teal_extra_light {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal_extra_light\/0 {
    border-right-color: rgb(245 251 252 / 0);
  }

  .lg\:border-r-teal_extra_light\/10 {
    border-right-color: rgb(245 251 252 / 0.1);
  }

  .lg\:border-r-teal_extra_light\/100 {
    border-right-color: rgb(245 251 252 / 1);
  }

  .lg\:border-r-teal_extra_light\/20 {
    border-right-color: rgb(245 251 252 / 0.2);
  }

  .lg\:border-r-teal_extra_light\/25 {
    border-right-color: rgb(245 251 252 / 0.25);
  }

  .lg\:border-r-teal_extra_light\/30 {
    border-right-color: rgb(245 251 252 / 0.3);
  }

  .lg\:border-r-teal_extra_light\/40 {
    border-right-color: rgb(245 251 252 / 0.4);
  }

  .lg\:border-r-teal_extra_light\/5 {
    border-right-color: rgb(245 251 252 / 0.05);
  }

  .lg\:border-r-teal_extra_light\/50 {
    border-right-color: rgb(245 251 252 / 0.5);
  }

  .lg\:border-r-teal_extra_light\/60 {
    border-right-color: rgb(245 251 252 / 0.6);
  }

  .lg\:border-r-teal_extra_light\/70 {
    border-right-color: rgb(245 251 252 / 0.7);
  }

  .lg\:border-r-teal_extra_light\/75 {
    border-right-color: rgb(245 251 252 / 0.75);
  }

  .lg\:border-r-teal_extra_light\/80 {
    border-right-color: rgb(245 251 252 / 0.8);
  }

  .lg\:border-r-teal_extra_light\/90 {
    border-right-color: rgb(245 251 252 / 0.9);
  }

  .lg\:border-r-teal_extra_light\/95 {
    border-right-color: rgb(245 251 252 / 0.95);
  }

  .lg\:border-r-teal_light {
    --tw-border-opacity: 1;
    border-right-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal_light\/0 {
    border-right-color: rgb(116 196 214 / 0);
  }

  .lg\:border-r-teal_light\/10 {
    border-right-color: rgb(116 196 214 / 0.1);
  }

  .lg\:border-r-teal_light\/100 {
    border-right-color: rgb(116 196 214 / 1);
  }

  .lg\:border-r-teal_light\/20 {
    border-right-color: rgb(116 196 214 / 0.2);
  }

  .lg\:border-r-teal_light\/25 {
    border-right-color: rgb(116 196 214 / 0.25);
  }

  .lg\:border-r-teal_light\/30 {
    border-right-color: rgb(116 196 214 / 0.3);
  }

  .lg\:border-r-teal_light\/40 {
    border-right-color: rgb(116 196 214 / 0.4);
  }

  .lg\:border-r-teal_light\/5 {
    border-right-color: rgb(116 196 214 / 0.05);
  }

  .lg\:border-r-teal_light\/50 {
    border-right-color: rgb(116 196 214 / 0.5);
  }

  .lg\:border-r-teal_light\/60 {
    border-right-color: rgb(116 196 214 / 0.6);
  }

  .lg\:border-r-teal_light\/70 {
    border-right-color: rgb(116 196 214 / 0.7);
  }

  .lg\:border-r-teal_light\/75 {
    border-right-color: rgb(116 196 214 / 0.75);
  }

  .lg\:border-r-teal_light\/80 {
    border-right-color: rgb(116 196 214 / 0.8);
  }

  .lg\:border-r-teal_light\/90 {
    border-right-color: rgb(116 196 214 / 0.9);
  }

  .lg\:border-r-teal_light\/95 {
    border-right-color: rgb(116 196 214 / 0.95);
  }

  .lg\:border-r-transparent {
    border-right-color: transparent;
  }

  .lg\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .lg\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .lg\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-r-white {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0);
  }

  .lg\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1);
  }

  .lg\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-s-black {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-s-black\/0 {
    border-inline-start-color: rgb(0 0 0 / 0);
  }

  .lg\:border-s-black\/10 {
    border-inline-start-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-s-black\/100 {
    border-inline-start-color: rgb(0 0 0 / 1);
  }

  .lg\:border-s-black\/20 {
    border-inline-start-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-s-black\/25 {
    border-inline-start-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-s-black\/30 {
    border-inline-start-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-s-black\/40 {
    border-inline-start-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-s-black\/5 {
    border-inline-start-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-s-black\/50 {
    border-inline-start-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-s-black\/60 {
    border-inline-start-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-s-black\/70 {
    border-inline-start-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-s-black\/75 {
    border-inline-start-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-s-black\/80 {
    border-inline-start-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-s-black\/90 {
    border-inline-start-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-s-black\/95 {
    border-inline-start-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-s-current {
    border-inline-start-color: currentColor;
  }

  .lg\:border-s-error_red {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .lg\:border-s-error_red\/0 {
    border-inline-start-color: rgb(235 0 27 / 0);
  }

  .lg\:border-s-error_red\/10 {
    border-inline-start-color: rgb(235 0 27 / 0.1);
  }

  .lg\:border-s-error_red\/100 {
    border-inline-start-color: rgb(235 0 27 / 1);
  }

  .lg\:border-s-error_red\/20 {
    border-inline-start-color: rgb(235 0 27 / 0.2);
  }

  .lg\:border-s-error_red\/25 {
    border-inline-start-color: rgb(235 0 27 / 0.25);
  }

  .lg\:border-s-error_red\/30 {
    border-inline-start-color: rgb(235 0 27 / 0.3);
  }

  .lg\:border-s-error_red\/40 {
    border-inline-start-color: rgb(235 0 27 / 0.4);
  }

  .lg\:border-s-error_red\/5 {
    border-inline-start-color: rgb(235 0 27 / 0.05);
  }

  .lg\:border-s-error_red\/50 {
    border-inline-start-color: rgb(235 0 27 / 0.5);
  }

  .lg\:border-s-error_red\/60 {
    border-inline-start-color: rgb(235 0 27 / 0.6);
  }

  .lg\:border-s-error_red\/70 {
    border-inline-start-color: rgb(235 0 27 / 0.7);
  }

  .lg\:border-s-error_red\/75 {
    border-inline-start-color: rgb(235 0 27 / 0.75);
  }

  .lg\:border-s-error_red\/80 {
    border-inline-start-color: rgb(235 0 27 / 0.8);
  }

  .lg\:border-s-error_red\/90 {
    border-inline-start-color: rgb(235 0 27 / 0.9);
  }

  .lg\:border-s-error_red\/95 {
    border-inline-start-color: rgb(235 0 27 / 0.95);
  }

  .lg\:border-s-gray5 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-s-gray5\/0 {
    border-inline-start-color: rgb(242 242 242 / 0);
  }

  .lg\:border-s-gray5\/10 {
    border-inline-start-color: rgb(242 242 242 / 0.1);
  }

  .lg\:border-s-gray5\/100 {
    border-inline-start-color: rgb(242 242 242 / 1);
  }

  .lg\:border-s-gray5\/20 {
    border-inline-start-color: rgb(242 242 242 / 0.2);
  }

  .lg\:border-s-gray5\/25 {
    border-inline-start-color: rgb(242 242 242 / 0.25);
  }

  .lg\:border-s-gray5\/30 {
    border-inline-start-color: rgb(242 242 242 / 0.3);
  }

  .lg\:border-s-gray5\/40 {
    border-inline-start-color: rgb(242 242 242 / 0.4);
  }

  .lg\:border-s-gray5\/5 {
    border-inline-start-color: rgb(242 242 242 / 0.05);
  }

  .lg\:border-s-gray5\/50 {
    border-inline-start-color: rgb(242 242 242 / 0.5);
  }

  .lg\:border-s-gray5\/60 {
    border-inline-start-color: rgb(242 242 242 / 0.6);
  }

  .lg\:border-s-gray5\/70 {
    border-inline-start-color: rgb(242 242 242 / 0.7);
  }

  .lg\:border-s-gray5\/75 {
    border-inline-start-color: rgb(242 242 242 / 0.75);
  }

  .lg\:border-s-gray5\/80 {
    border-inline-start-color: rgb(242 242 242 / 0.8);
  }

  .lg\:border-s-gray5\/90 {
    border-inline-start-color: rgb(242 242 242 / 0.9);
  }

  .lg\:border-s-gray5\/95 {
    border-inline-start-color: rgb(242 242 242 / 0.95);
  }

  .lg\:border-s-sh_black {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .lg\:border-s-sh_black\/0 {
    border-inline-start-color: rgb(35 31 32 / 0);
  }

  .lg\:border-s-sh_black\/10 {
    border-inline-start-color: rgb(35 31 32 / 0.1);
  }

  .lg\:border-s-sh_black\/100 {
    border-inline-start-color: rgb(35 31 32 / 1);
  }

  .lg\:border-s-sh_black\/20 {
    border-inline-start-color: rgb(35 31 32 / 0.2);
  }

  .lg\:border-s-sh_black\/25 {
    border-inline-start-color: rgb(35 31 32 / 0.25);
  }

  .lg\:border-s-sh_black\/30 {
    border-inline-start-color: rgb(35 31 32 / 0.3);
  }

  .lg\:border-s-sh_black\/40 {
    border-inline-start-color: rgb(35 31 32 / 0.4);
  }

  .lg\:border-s-sh_black\/5 {
    border-inline-start-color: rgb(35 31 32 / 0.05);
  }

  .lg\:border-s-sh_black\/50 {
    border-inline-start-color: rgb(35 31 32 / 0.5);
  }

  .lg\:border-s-sh_black\/60 {
    border-inline-start-color: rgb(35 31 32 / 0.6);
  }

  .lg\:border-s-sh_black\/70 {
    border-inline-start-color: rgb(35 31 32 / 0.7);
  }

  .lg\:border-s-sh_black\/75 {
    border-inline-start-color: rgb(35 31 32 / 0.75);
  }

  .lg\:border-s-sh_black\/80 {
    border-inline-start-color: rgb(35 31 32 / 0.8);
  }

  .lg\:border-s-sh_black\/90 {
    border-inline-start-color: rgb(35 31 32 / 0.9);
  }

  .lg\:border-s-sh_black\/95 {
    border-inline-start-color: rgb(35 31 32 / 0.95);
  }

  .lg\:border-s-success_green {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .lg\:border-s-success_green\/0 {
    border-inline-start-color: rgb(80 131 22 / 0);
  }

  .lg\:border-s-success_green\/10 {
    border-inline-start-color: rgb(80 131 22 / 0.1);
  }

  .lg\:border-s-success_green\/100 {
    border-inline-start-color: rgb(80 131 22 / 1);
  }

  .lg\:border-s-success_green\/20 {
    border-inline-start-color: rgb(80 131 22 / 0.2);
  }

  .lg\:border-s-success_green\/25 {
    border-inline-start-color: rgb(80 131 22 / 0.25);
  }

  .lg\:border-s-success_green\/30 {
    border-inline-start-color: rgb(80 131 22 / 0.3);
  }

  .lg\:border-s-success_green\/40 {
    border-inline-start-color: rgb(80 131 22 / 0.4);
  }

  .lg\:border-s-success_green\/5 {
    border-inline-start-color: rgb(80 131 22 / 0.05);
  }

  .lg\:border-s-success_green\/50 {
    border-inline-start-color: rgb(80 131 22 / 0.5);
  }

  .lg\:border-s-success_green\/60 {
    border-inline-start-color: rgb(80 131 22 / 0.6);
  }

  .lg\:border-s-success_green\/70 {
    border-inline-start-color: rgb(80 131 22 / 0.7);
  }

  .lg\:border-s-success_green\/75 {
    border-inline-start-color: rgb(80 131 22 / 0.75);
  }

  .lg\:border-s-success_green\/80 {
    border-inline-start-color: rgb(80 131 22 / 0.8);
  }

  .lg\:border-s-success_green\/90 {
    border-inline-start-color: rgb(80 131 22 / 0.9);
  }

  .lg\:border-s-success_green\/95 {
    border-inline-start-color: rgb(80 131 22 / 0.95);
  }

  .lg\:border-s-teal {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal\/0 {
    border-inline-start-color: rgb(0 129 159 / 0);
  }

  .lg\:border-s-teal\/10 {
    border-inline-start-color: rgb(0 129 159 / 0.1);
  }

  .lg\:border-s-teal\/100 {
    border-inline-start-color: rgb(0 129 159 / 1);
  }

  .lg\:border-s-teal\/20 {
    border-inline-start-color: rgb(0 129 159 / 0.2);
  }

  .lg\:border-s-teal\/25 {
    border-inline-start-color: rgb(0 129 159 / 0.25);
  }

  .lg\:border-s-teal\/30 {
    border-inline-start-color: rgb(0 129 159 / 0.3);
  }

  .lg\:border-s-teal\/40 {
    border-inline-start-color: rgb(0 129 159 / 0.4);
  }

  .lg\:border-s-teal\/5 {
    border-inline-start-color: rgb(0 129 159 / 0.05);
  }

  .lg\:border-s-teal\/50 {
    border-inline-start-color: rgb(0 129 159 / 0.5);
  }

  .lg\:border-s-teal\/60 {
    border-inline-start-color: rgb(0 129 159 / 0.6);
  }

  .lg\:border-s-teal\/70 {
    border-inline-start-color: rgb(0 129 159 / 0.7);
  }

  .lg\:border-s-teal\/75 {
    border-inline-start-color: rgb(0 129 159 / 0.75);
  }

  .lg\:border-s-teal\/80 {
    border-inline-start-color: rgb(0 129 159 / 0.8);
  }

  .lg\:border-s-teal\/90 {
    border-inline-start-color: rgb(0 129 159 / 0.9);
  }

  .lg\:border-s-teal\/95 {
    border-inline-start-color: rgb(0 129 159 / 0.95);
  }

  .lg\:border-s-teal_dark {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal_dark\/0 {
    border-inline-start-color: rgb(0 60 77 / 0);
  }

  .lg\:border-s-teal_dark\/10 {
    border-inline-start-color: rgb(0 60 77 / 0.1);
  }

  .lg\:border-s-teal_dark\/100 {
    border-inline-start-color: rgb(0 60 77 / 1);
  }

  .lg\:border-s-teal_dark\/20 {
    border-inline-start-color: rgb(0 60 77 / 0.2);
  }

  .lg\:border-s-teal_dark\/25 {
    border-inline-start-color: rgb(0 60 77 / 0.25);
  }

  .lg\:border-s-teal_dark\/30 {
    border-inline-start-color: rgb(0 60 77 / 0.3);
  }

  .lg\:border-s-teal_dark\/40 {
    border-inline-start-color: rgb(0 60 77 / 0.4);
  }

  .lg\:border-s-teal_dark\/5 {
    border-inline-start-color: rgb(0 60 77 / 0.05);
  }

  .lg\:border-s-teal_dark\/50 {
    border-inline-start-color: rgb(0 60 77 / 0.5);
  }

  .lg\:border-s-teal_dark\/60 {
    border-inline-start-color: rgb(0 60 77 / 0.6);
  }

  .lg\:border-s-teal_dark\/70 {
    border-inline-start-color: rgb(0 60 77 / 0.7);
  }

  .lg\:border-s-teal_dark\/75 {
    border-inline-start-color: rgb(0 60 77 / 0.75);
  }

  .lg\:border-s-teal_dark\/80 {
    border-inline-start-color: rgb(0 60 77 / 0.8);
  }

  .lg\:border-s-teal_dark\/90 {
    border-inline-start-color: rgb(0 60 77 / 0.9);
  }

  .lg\:border-s-teal_dark\/95 {
    border-inline-start-color: rgb(0 60 77 / 0.95);
  }

  .lg\:border-s-teal_extra_light {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal_extra_light\/0 {
    border-inline-start-color: rgb(245 251 252 / 0);
  }

  .lg\:border-s-teal_extra_light\/10 {
    border-inline-start-color: rgb(245 251 252 / 0.1);
  }

  .lg\:border-s-teal_extra_light\/100 {
    border-inline-start-color: rgb(245 251 252 / 1);
  }

  .lg\:border-s-teal_extra_light\/20 {
    border-inline-start-color: rgb(245 251 252 / 0.2);
  }

  .lg\:border-s-teal_extra_light\/25 {
    border-inline-start-color: rgb(245 251 252 / 0.25);
  }

  .lg\:border-s-teal_extra_light\/30 {
    border-inline-start-color: rgb(245 251 252 / 0.3);
  }

  .lg\:border-s-teal_extra_light\/40 {
    border-inline-start-color: rgb(245 251 252 / 0.4);
  }

  .lg\:border-s-teal_extra_light\/5 {
    border-inline-start-color: rgb(245 251 252 / 0.05);
  }

  .lg\:border-s-teal_extra_light\/50 {
    border-inline-start-color: rgb(245 251 252 / 0.5);
  }

  .lg\:border-s-teal_extra_light\/60 {
    border-inline-start-color: rgb(245 251 252 / 0.6);
  }

  .lg\:border-s-teal_extra_light\/70 {
    border-inline-start-color: rgb(245 251 252 / 0.7);
  }

  .lg\:border-s-teal_extra_light\/75 {
    border-inline-start-color: rgb(245 251 252 / 0.75);
  }

  .lg\:border-s-teal_extra_light\/80 {
    border-inline-start-color: rgb(245 251 252 / 0.8);
  }

  .lg\:border-s-teal_extra_light\/90 {
    border-inline-start-color: rgb(245 251 252 / 0.9);
  }

  .lg\:border-s-teal_extra_light\/95 {
    border-inline-start-color: rgb(245 251 252 / 0.95);
  }

  .lg\:border-s-teal_light {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal_light\/0 {
    border-inline-start-color: rgb(116 196 214 / 0);
  }

  .lg\:border-s-teal_light\/10 {
    border-inline-start-color: rgb(116 196 214 / 0.1);
  }

  .lg\:border-s-teal_light\/100 {
    border-inline-start-color: rgb(116 196 214 / 1);
  }

  .lg\:border-s-teal_light\/20 {
    border-inline-start-color: rgb(116 196 214 / 0.2);
  }

  .lg\:border-s-teal_light\/25 {
    border-inline-start-color: rgb(116 196 214 / 0.25);
  }

  .lg\:border-s-teal_light\/30 {
    border-inline-start-color: rgb(116 196 214 / 0.3);
  }

  .lg\:border-s-teal_light\/40 {
    border-inline-start-color: rgb(116 196 214 / 0.4);
  }

  .lg\:border-s-teal_light\/5 {
    border-inline-start-color: rgb(116 196 214 / 0.05);
  }

  .lg\:border-s-teal_light\/50 {
    border-inline-start-color: rgb(116 196 214 / 0.5);
  }

  .lg\:border-s-teal_light\/60 {
    border-inline-start-color: rgb(116 196 214 / 0.6);
  }

  .lg\:border-s-teal_light\/70 {
    border-inline-start-color: rgb(116 196 214 / 0.7);
  }

  .lg\:border-s-teal_light\/75 {
    border-inline-start-color: rgb(116 196 214 / 0.75);
  }

  .lg\:border-s-teal_light\/80 {
    border-inline-start-color: rgb(116 196 214 / 0.8);
  }

  .lg\:border-s-teal_light\/90 {
    border-inline-start-color: rgb(116 196 214 / 0.9);
  }

  .lg\:border-s-teal_light\/95 {
    border-inline-start-color: rgb(116 196 214 / 0.95);
  }

  .lg\:border-s-transparent {
    border-inline-start-color: transparent;
  }

  .lg\:border-s-transparent\/0 {
    border-inline-start-color: rgb(0 0 0 / 0);
  }

  .lg\:border-s-transparent\/10 {
    border-inline-start-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-s-transparent\/100 {
    border-inline-start-color: rgb(0 0 0 / 1);
  }

  .lg\:border-s-transparent\/20 {
    border-inline-start-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-s-transparent\/25 {
    border-inline-start-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-s-transparent\/30 {
    border-inline-start-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-s-transparent\/40 {
    border-inline-start-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-s-transparent\/5 {
    border-inline-start-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-s-transparent\/50 {
    border-inline-start-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-s-transparent\/60 {
    border-inline-start-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-s-transparent\/70 {
    border-inline-start-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-s-transparent\/75 {
    border-inline-start-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-s-transparent\/80 {
    border-inline-start-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-s-transparent\/90 {
    border-inline-start-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-s-transparent\/95 {
    border-inline-start-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-s-white {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-white\/0 {
    border-inline-start-color: rgb(255 255 255 / 0);
  }

  .lg\:border-s-white\/10 {
    border-inline-start-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-s-white\/100 {
    border-inline-start-color: rgb(255 255 255 / 1);
  }

  .lg\:border-s-white\/20 {
    border-inline-start-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-s-white\/25 {
    border-inline-start-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-s-white\/30 {
    border-inline-start-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-s-white\/40 {
    border-inline-start-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-s-white\/5 {
    border-inline-start-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-s-white\/50 {
    border-inline-start-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-s-white\/60 {
    border-inline-start-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-s-white\/70 {
    border-inline-start-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-s-white\/75 {
    border-inline-start-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-s-white\/80 {
    border-inline-start-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-s-white\/90 {
    border-inline-start-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-s-white\/95 {
    border-inline-start-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-t-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-t-black\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .lg\:border-t-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-t-black\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .lg\:border-t-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-t-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-t-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-t-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-t-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-t-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-t-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-t-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-t-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-t-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-t-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-t-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-t-current {
    border-top-color: currentColor;
  }

  .lg\:border-t-error_red {
    --tw-border-opacity: 1;
    border-top-color: rgb(235 0 27 / var(--tw-border-opacity));
  }

  .lg\:border-t-error_red\/0 {
    border-top-color: rgb(235 0 27 / 0);
  }

  .lg\:border-t-error_red\/10 {
    border-top-color: rgb(235 0 27 / 0.1);
  }

  .lg\:border-t-error_red\/100 {
    border-top-color: rgb(235 0 27 / 1);
  }

  .lg\:border-t-error_red\/20 {
    border-top-color: rgb(235 0 27 / 0.2);
  }

  .lg\:border-t-error_red\/25 {
    border-top-color: rgb(235 0 27 / 0.25);
  }

  .lg\:border-t-error_red\/30 {
    border-top-color: rgb(235 0 27 / 0.3);
  }

  .lg\:border-t-error_red\/40 {
    border-top-color: rgb(235 0 27 / 0.4);
  }

  .lg\:border-t-error_red\/5 {
    border-top-color: rgb(235 0 27 / 0.05);
  }

  .lg\:border-t-error_red\/50 {
    border-top-color: rgb(235 0 27 / 0.5);
  }

  .lg\:border-t-error_red\/60 {
    border-top-color: rgb(235 0 27 / 0.6);
  }

  .lg\:border-t-error_red\/70 {
    border-top-color: rgb(235 0 27 / 0.7);
  }

  .lg\:border-t-error_red\/75 {
    border-top-color: rgb(235 0 27 / 0.75);
  }

  .lg\:border-t-error_red\/80 {
    border-top-color: rgb(235 0 27 / 0.8);
  }

  .lg\:border-t-error_red\/90 {
    border-top-color: rgb(235 0 27 / 0.9);
  }

  .lg\:border-t-error_red\/95 {
    border-top-color: rgb(235 0 27 / 0.95);
  }

  .lg\:border-t-gray5 {
    --tw-border-opacity: 1;
    border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-t-gray5\/0 {
    border-top-color: rgb(242 242 242 / 0);
  }

  .lg\:border-t-gray5\/10 {
    border-top-color: rgb(242 242 242 / 0.1);
  }

  .lg\:border-t-gray5\/100 {
    border-top-color: rgb(242 242 242 / 1);
  }

  .lg\:border-t-gray5\/20 {
    border-top-color: rgb(242 242 242 / 0.2);
  }

  .lg\:border-t-gray5\/25 {
    border-top-color: rgb(242 242 242 / 0.25);
  }

  .lg\:border-t-gray5\/30 {
    border-top-color: rgb(242 242 242 / 0.3);
  }

  .lg\:border-t-gray5\/40 {
    border-top-color: rgb(242 242 242 / 0.4);
  }

  .lg\:border-t-gray5\/5 {
    border-top-color: rgb(242 242 242 / 0.05);
  }

  .lg\:border-t-gray5\/50 {
    border-top-color: rgb(242 242 242 / 0.5);
  }

  .lg\:border-t-gray5\/60 {
    border-top-color: rgb(242 242 242 / 0.6);
  }

  .lg\:border-t-gray5\/70 {
    border-top-color: rgb(242 242 242 / 0.7);
  }

  .lg\:border-t-gray5\/75 {
    border-top-color: rgb(242 242 242 / 0.75);
  }

  .lg\:border-t-gray5\/80 {
    border-top-color: rgb(242 242 242 / 0.8);
  }

  .lg\:border-t-gray5\/90 {
    border-top-color: rgb(242 242 242 / 0.9);
  }

  .lg\:border-t-gray5\/95 {
    border-top-color: rgb(242 242 242 / 0.95);
  }

  .lg\:border-t-sh_black {
    --tw-border-opacity: 1;
    border-top-color: rgb(35 31 32 / var(--tw-border-opacity));
  }

  .lg\:border-t-sh_black\/0 {
    border-top-color: rgb(35 31 32 / 0);
  }

  .lg\:border-t-sh_black\/10 {
    border-top-color: rgb(35 31 32 / 0.1);
  }

  .lg\:border-t-sh_black\/100 {
    border-top-color: rgb(35 31 32 / 1);
  }

  .lg\:border-t-sh_black\/20 {
    border-top-color: rgb(35 31 32 / 0.2);
  }

  .lg\:border-t-sh_black\/25 {
    border-top-color: rgb(35 31 32 / 0.25);
  }

  .lg\:border-t-sh_black\/30 {
    border-top-color: rgb(35 31 32 / 0.3);
  }

  .lg\:border-t-sh_black\/40 {
    border-top-color: rgb(35 31 32 / 0.4);
  }

  .lg\:border-t-sh_black\/5 {
    border-top-color: rgb(35 31 32 / 0.05);
  }

  .lg\:border-t-sh_black\/50 {
    border-top-color: rgb(35 31 32 / 0.5);
  }

  .lg\:border-t-sh_black\/60 {
    border-top-color: rgb(35 31 32 / 0.6);
  }

  .lg\:border-t-sh_black\/70 {
    border-top-color: rgb(35 31 32 / 0.7);
  }

  .lg\:border-t-sh_black\/75 {
    border-top-color: rgb(35 31 32 / 0.75);
  }

  .lg\:border-t-sh_black\/80 {
    border-top-color: rgb(35 31 32 / 0.8);
  }

  .lg\:border-t-sh_black\/90 {
    border-top-color: rgb(35 31 32 / 0.9);
  }

  .lg\:border-t-sh_black\/95 {
    border-top-color: rgb(35 31 32 / 0.95);
  }

  .lg\:border-t-success_green {
    --tw-border-opacity: 1;
    border-top-color: rgb(80 131 22 / var(--tw-border-opacity));
  }

  .lg\:border-t-success_green\/0 {
    border-top-color: rgb(80 131 22 / 0);
  }

  .lg\:border-t-success_green\/10 {
    border-top-color: rgb(80 131 22 / 0.1);
  }

  .lg\:border-t-success_green\/100 {
    border-top-color: rgb(80 131 22 / 1);
  }

  .lg\:border-t-success_green\/20 {
    border-top-color: rgb(80 131 22 / 0.2);
  }

  .lg\:border-t-success_green\/25 {
    border-top-color: rgb(80 131 22 / 0.25);
  }

  .lg\:border-t-success_green\/30 {
    border-top-color: rgb(80 131 22 / 0.3);
  }

  .lg\:border-t-success_green\/40 {
    border-top-color: rgb(80 131 22 / 0.4);
  }

  .lg\:border-t-success_green\/5 {
    border-top-color: rgb(80 131 22 / 0.05);
  }

  .lg\:border-t-success_green\/50 {
    border-top-color: rgb(80 131 22 / 0.5);
  }

  .lg\:border-t-success_green\/60 {
    border-top-color: rgb(80 131 22 / 0.6);
  }

  .lg\:border-t-success_green\/70 {
    border-top-color: rgb(80 131 22 / 0.7);
  }

  .lg\:border-t-success_green\/75 {
    border-top-color: rgb(80 131 22 / 0.75);
  }

  .lg\:border-t-success_green\/80 {
    border-top-color: rgb(80 131 22 / 0.8);
  }

  .lg\:border-t-success_green\/90 {
    border-top-color: rgb(80 131 22 / 0.9);
  }

  .lg\:border-t-success_green\/95 {
    border-top-color: rgb(80 131 22 / 0.95);
  }

  .lg\:border-t-teal {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 129 159 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal\/0 {
    border-top-color: rgb(0 129 159 / 0);
  }

  .lg\:border-t-teal\/10 {
    border-top-color: rgb(0 129 159 / 0.1);
  }

  .lg\:border-t-teal\/100 {
    border-top-color: rgb(0 129 159 / 1);
  }

  .lg\:border-t-teal\/20 {
    border-top-color: rgb(0 129 159 / 0.2);
  }

  .lg\:border-t-teal\/25 {
    border-top-color: rgb(0 129 159 / 0.25);
  }

  .lg\:border-t-teal\/30 {
    border-top-color: rgb(0 129 159 / 0.3);
  }

  .lg\:border-t-teal\/40 {
    border-top-color: rgb(0 129 159 / 0.4);
  }

  .lg\:border-t-teal\/5 {
    border-top-color: rgb(0 129 159 / 0.05);
  }

  .lg\:border-t-teal\/50 {
    border-top-color: rgb(0 129 159 / 0.5);
  }

  .lg\:border-t-teal\/60 {
    border-top-color: rgb(0 129 159 / 0.6);
  }

  .lg\:border-t-teal\/70 {
    border-top-color: rgb(0 129 159 / 0.7);
  }

  .lg\:border-t-teal\/75 {
    border-top-color: rgb(0 129 159 / 0.75);
  }

  .lg\:border-t-teal\/80 {
    border-top-color: rgb(0 129 159 / 0.8);
  }

  .lg\:border-t-teal\/90 {
    border-top-color: rgb(0 129 159 / 0.9);
  }

  .lg\:border-t-teal\/95 {
    border-top-color: rgb(0 129 159 / 0.95);
  }

  .lg\:border-t-teal_dark {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 60 77 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal_dark\/0 {
    border-top-color: rgb(0 60 77 / 0);
  }

  .lg\:border-t-teal_dark\/10 {
    border-top-color: rgb(0 60 77 / 0.1);
  }

  .lg\:border-t-teal_dark\/100 {
    border-top-color: rgb(0 60 77 / 1);
  }

  .lg\:border-t-teal_dark\/20 {
    border-top-color: rgb(0 60 77 / 0.2);
  }

  .lg\:border-t-teal_dark\/25 {
    border-top-color: rgb(0 60 77 / 0.25);
  }

  .lg\:border-t-teal_dark\/30 {
    border-top-color: rgb(0 60 77 / 0.3);
  }

  .lg\:border-t-teal_dark\/40 {
    border-top-color: rgb(0 60 77 / 0.4);
  }

  .lg\:border-t-teal_dark\/5 {
    border-top-color: rgb(0 60 77 / 0.05);
  }

  .lg\:border-t-teal_dark\/50 {
    border-top-color: rgb(0 60 77 / 0.5);
  }

  .lg\:border-t-teal_dark\/60 {
    border-top-color: rgb(0 60 77 / 0.6);
  }

  .lg\:border-t-teal_dark\/70 {
    border-top-color: rgb(0 60 77 / 0.7);
  }

  .lg\:border-t-teal_dark\/75 {
    border-top-color: rgb(0 60 77 / 0.75);
  }

  .lg\:border-t-teal_dark\/80 {
    border-top-color: rgb(0 60 77 / 0.8);
  }

  .lg\:border-t-teal_dark\/90 {
    border-top-color: rgb(0 60 77 / 0.9);
  }

  .lg\:border-t-teal_dark\/95 {
    border-top-color: rgb(0 60 77 / 0.95);
  }

  .lg\:border-t-teal_extra_light {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 251 252 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal_extra_light\/0 {
    border-top-color: rgb(245 251 252 / 0);
  }

  .lg\:border-t-teal_extra_light\/10 {
    border-top-color: rgb(245 251 252 / 0.1);
  }

  .lg\:border-t-teal_extra_light\/100 {
    border-top-color: rgb(245 251 252 / 1);
  }

  .lg\:border-t-teal_extra_light\/20 {
    border-top-color: rgb(245 251 252 / 0.2);
  }

  .lg\:border-t-teal_extra_light\/25 {
    border-top-color: rgb(245 251 252 / 0.25);
  }

  .lg\:border-t-teal_extra_light\/30 {
    border-top-color: rgb(245 251 252 / 0.3);
  }

  .lg\:border-t-teal_extra_light\/40 {
    border-top-color: rgb(245 251 252 / 0.4);
  }

  .lg\:border-t-teal_extra_light\/5 {
    border-top-color: rgb(245 251 252 / 0.05);
  }

  .lg\:border-t-teal_extra_light\/50 {
    border-top-color: rgb(245 251 252 / 0.5);
  }

  .lg\:border-t-teal_extra_light\/60 {
    border-top-color: rgb(245 251 252 / 0.6);
  }

  .lg\:border-t-teal_extra_light\/70 {
    border-top-color: rgb(245 251 252 / 0.7);
  }

  .lg\:border-t-teal_extra_light\/75 {
    border-top-color: rgb(245 251 252 / 0.75);
  }

  .lg\:border-t-teal_extra_light\/80 {
    border-top-color: rgb(245 251 252 / 0.8);
  }

  .lg\:border-t-teal_extra_light\/90 {
    border-top-color: rgb(245 251 252 / 0.9);
  }

  .lg\:border-t-teal_extra_light\/95 {
    border-top-color: rgb(245 251 252 / 0.95);
  }

  .lg\:border-t-teal_light {
    --tw-border-opacity: 1;
    border-top-color: rgb(116 196 214 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal_light\/0 {
    border-top-color: rgb(116 196 214 / 0);
  }

  .lg\:border-t-teal_light\/10 {
    border-top-color: rgb(116 196 214 / 0.1);
  }

  .lg\:border-t-teal_light\/100 {
    border-top-color: rgb(116 196 214 / 1);
  }

  .lg\:border-t-teal_light\/20 {
    border-top-color: rgb(116 196 214 / 0.2);
  }

  .lg\:border-t-teal_light\/25 {
    border-top-color: rgb(116 196 214 / 0.25);
  }

  .lg\:border-t-teal_light\/30 {
    border-top-color: rgb(116 196 214 / 0.3);
  }

  .lg\:border-t-teal_light\/40 {
    border-top-color: rgb(116 196 214 / 0.4);
  }

  .lg\:border-t-teal_light\/5 {
    border-top-color: rgb(116 196 214 / 0.05);
  }

  .lg\:border-t-teal_light\/50 {
    border-top-color: rgb(116 196 214 / 0.5);
  }

  .lg\:border-t-teal_light\/60 {
    border-top-color: rgb(116 196 214 / 0.6);
  }

  .lg\:border-t-teal_light\/70 {
    border-top-color: rgb(116 196 214 / 0.7);
  }

  .lg\:border-t-teal_light\/75 {
    border-top-color: rgb(116 196 214 / 0.75);
  }

  .lg\:border-t-teal_light\/80 {
    border-top-color: rgb(116 196 214 / 0.8);
  }

  .lg\:border-t-teal_light\/90 {
    border-top-color: rgb(116 196 214 / 0.9);
  }

  .lg\:border-t-teal_light\/95 {
    border-top-color: rgb(116 196 214 / 0.95);
  }

  .lg\:border-t-transparent {
    border-top-color: transparent;
  }

  .lg\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .lg\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .lg\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-t-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
  }

  .lg\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
  }

  .lg\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .lg\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .lg\:bg-black\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .lg\:bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .lg\:bg-black\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .lg\:bg-black\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .lg\:bg-black\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .lg\:bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .lg\:bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .lg\:bg-black\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .lg\:bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .lg\:bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .lg\:bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .lg\:bg-black\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .lg\:bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .lg\:bg-black\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .lg\:bg-black\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .lg\:bg-current {
    background-color: currentColor;
  }

  .lg\:bg-error_red {
    --tw-bg-opacity: 1;
    background-color: rgb(235 0 27 / var(--tw-bg-opacity));
  }

  .lg\:bg-error_red\/0 {
    background-color: rgb(235 0 27 / 0);
  }

  .lg\:bg-error_red\/10 {
    background-color: rgb(235 0 27 / 0.1);
  }

  .lg\:bg-error_red\/100 {
    background-color: rgb(235 0 27 / 1);
  }

  .lg\:bg-error_red\/20 {
    background-color: rgb(235 0 27 / 0.2);
  }

  .lg\:bg-error_red\/25 {
    background-color: rgb(235 0 27 / 0.25);
  }

  .lg\:bg-error_red\/30 {
    background-color: rgb(235 0 27 / 0.3);
  }

  .lg\:bg-error_red\/40 {
    background-color: rgb(235 0 27 / 0.4);
  }

  .lg\:bg-error_red\/5 {
    background-color: rgb(235 0 27 / 0.05);
  }

  .lg\:bg-error_red\/50 {
    background-color: rgb(235 0 27 / 0.5);
  }

  .lg\:bg-error_red\/60 {
    background-color: rgb(235 0 27 / 0.6);
  }

  .lg\:bg-error_red\/70 {
    background-color: rgb(235 0 27 / 0.7);
  }

  .lg\:bg-error_red\/75 {
    background-color: rgb(235 0 27 / 0.75);
  }

  .lg\:bg-error_red\/80 {
    background-color: rgb(235 0 27 / 0.8);
  }

  .lg\:bg-error_red\/90 {
    background-color: rgb(235 0 27 / 0.9);
  }

  .lg\:bg-error_red\/95 {
    background-color: rgb(235 0 27 / 0.95);
  }

  .lg\:bg-gray5 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray5\/0 {
    background-color: rgb(242 242 242 / 0);
  }

  .lg\:bg-gray5\/10 {
    background-color: rgb(242 242 242 / 0.1);
  }

  .lg\:bg-gray5\/100 {
    background-color: rgb(242 242 242 / 1);
  }

  .lg\:bg-gray5\/20 {
    background-color: rgb(242 242 242 / 0.2);
  }

  .lg\:bg-gray5\/25 {
    background-color: rgb(242 242 242 / 0.25);
  }

  .lg\:bg-gray5\/30 {
    background-color: rgb(242 242 242 / 0.3);
  }

  .lg\:bg-gray5\/40 {
    background-color: rgb(242 242 242 / 0.4);
  }

  .lg\:bg-gray5\/5 {
    background-color: rgb(242 242 242 / 0.05);
  }

  .lg\:bg-gray5\/50 {
    background-color: rgb(242 242 242 / 0.5);
  }

  .lg\:bg-gray5\/60 {
    background-color: rgb(242 242 242 / 0.6);
  }

  .lg\:bg-gray5\/70 {
    background-color: rgb(242 242 242 / 0.7);
  }

  .lg\:bg-gray5\/75 {
    background-color: rgb(242 242 242 / 0.75);
  }

  .lg\:bg-gray5\/80 {
    background-color: rgb(242 242 242 / 0.8);
  }

  .lg\:bg-gray5\/90 {
    background-color: rgb(242 242 242 / 0.9);
  }

  .lg\:bg-gray5\/95 {
    background-color: rgb(242 242 242 / 0.95);
  }

  .lg\:bg-sh_black {
    --tw-bg-opacity: 1;
    background-color: rgb(35 31 32 / var(--tw-bg-opacity));
  }

  .lg\:bg-sh_black\/0 {
    background-color: rgb(35 31 32 / 0);
  }

  .lg\:bg-sh_black\/10 {
    background-color: rgb(35 31 32 / 0.1);
  }

  .lg\:bg-sh_black\/100 {
    background-color: rgb(35 31 32 / 1);
  }

  .lg\:bg-sh_black\/20 {
    background-color: rgb(35 31 32 / 0.2);
  }

  .lg\:bg-sh_black\/25 {
    background-color: rgb(35 31 32 / 0.25);
  }

  .lg\:bg-sh_black\/30 {
    background-color: rgb(35 31 32 / 0.3);
  }

  .lg\:bg-sh_black\/40 {
    background-color: rgb(35 31 32 / 0.4);
  }

  .lg\:bg-sh_black\/5 {
    background-color: rgb(35 31 32 / 0.05);
  }

  .lg\:bg-sh_black\/50 {
    background-color: rgb(35 31 32 / 0.5);
  }

  .lg\:bg-sh_black\/60 {
    background-color: rgb(35 31 32 / 0.6);
  }

  .lg\:bg-sh_black\/70 {
    background-color: rgb(35 31 32 / 0.7);
  }

  .lg\:bg-sh_black\/75 {
    background-color: rgb(35 31 32 / 0.75);
  }

  .lg\:bg-sh_black\/80 {
    background-color: rgb(35 31 32 / 0.8);
  }

  .lg\:bg-sh_black\/90 {
    background-color: rgb(35 31 32 / 0.9);
  }

  .lg\:bg-sh_black\/95 {
    background-color: rgb(35 31 32 / 0.95);
  }

  .lg\:bg-success_green {
    --tw-bg-opacity: 1;
    background-color: rgb(80 131 22 / var(--tw-bg-opacity));
  }

  .lg\:bg-success_green\/0 {
    background-color: rgb(80 131 22 / 0);
  }

  .lg\:bg-success_green\/10 {
    background-color: rgb(80 131 22 / 0.1);
  }

  .lg\:bg-success_green\/100 {
    background-color: rgb(80 131 22 / 1);
  }

  .lg\:bg-success_green\/20 {
    background-color: rgb(80 131 22 / 0.2);
  }

  .lg\:bg-success_green\/25 {
    background-color: rgb(80 131 22 / 0.25);
  }

  .lg\:bg-success_green\/30 {
    background-color: rgb(80 131 22 / 0.3);
  }

  .lg\:bg-success_green\/40 {
    background-color: rgb(80 131 22 / 0.4);
  }

  .lg\:bg-success_green\/5 {
    background-color: rgb(80 131 22 / 0.05);
  }

  .lg\:bg-success_green\/50 {
    background-color: rgb(80 131 22 / 0.5);
  }

  .lg\:bg-success_green\/60 {
    background-color: rgb(80 131 22 / 0.6);
  }

  .lg\:bg-success_green\/70 {
    background-color: rgb(80 131 22 / 0.7);
  }

  .lg\:bg-success_green\/75 {
    background-color: rgb(80 131 22 / 0.75);
  }

  .lg\:bg-success_green\/80 {
    background-color: rgb(80 131 22 / 0.8);
  }

  .lg\:bg-success_green\/90 {
    background-color: rgb(80 131 22 / 0.9);
  }

  .lg\:bg-success_green\/95 {
    background-color: rgb(80 131 22 / 0.95);
  }

  .lg\:bg-teal {
    --tw-bg-opacity: 1;
    background-color: rgb(0 129 159 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal\/0 {
    background-color: rgb(0 129 159 / 0);
  }

  .lg\:bg-teal\/10 {
    background-color: rgb(0 129 159 / 0.1);
  }

  .lg\:bg-teal\/100 {
    background-color: rgb(0 129 159 / 1);
  }

  .lg\:bg-teal\/20 {
    background-color: rgb(0 129 159 / 0.2);
  }

  .lg\:bg-teal\/25 {
    background-color: rgb(0 129 159 / 0.25);
  }

  .lg\:bg-teal\/30 {
    background-color: rgb(0 129 159 / 0.3);
  }

  .lg\:bg-teal\/40 {
    background-color: rgb(0 129 159 / 0.4);
  }

  .lg\:bg-teal\/5 {
    background-color: rgb(0 129 159 / 0.05);
  }

  .lg\:bg-teal\/50 {
    background-color: rgb(0 129 159 / 0.5);
  }

  .lg\:bg-teal\/60 {
    background-color: rgb(0 129 159 / 0.6);
  }

  .lg\:bg-teal\/70 {
    background-color: rgb(0 129 159 / 0.7);
  }

  .lg\:bg-teal\/75 {
    background-color: rgb(0 129 159 / 0.75);
  }

  .lg\:bg-teal\/80 {
    background-color: rgb(0 129 159 / 0.8);
  }

  .lg\:bg-teal\/90 {
    background-color: rgb(0 129 159 / 0.9);
  }

  .lg\:bg-teal\/95 {
    background-color: rgb(0 129 159 / 0.95);
  }

  .lg\:bg-teal_dark {
    --tw-bg-opacity: 1;
    background-color: rgb(0 60 77 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal_dark\/0 {
    background-color: rgb(0 60 77 / 0);
  }

  .lg\:bg-teal_dark\/10 {
    background-color: rgb(0 60 77 / 0.1);
  }

  .lg\:bg-teal_dark\/100 {
    background-color: rgb(0 60 77 / 1);
  }

  .lg\:bg-teal_dark\/20 {
    background-color: rgb(0 60 77 / 0.2);
  }

  .lg\:bg-teal_dark\/25 {
    background-color: rgb(0 60 77 / 0.25);
  }

  .lg\:bg-teal_dark\/30 {
    background-color: rgb(0 60 77 / 0.3);
  }

  .lg\:bg-teal_dark\/40 {
    background-color: rgb(0 60 77 / 0.4);
  }

  .lg\:bg-teal_dark\/5 {
    background-color: rgb(0 60 77 / 0.05);
  }

  .lg\:bg-teal_dark\/50 {
    background-color: rgb(0 60 77 / 0.5);
  }

  .lg\:bg-teal_dark\/60 {
    background-color: rgb(0 60 77 / 0.6);
  }

  .lg\:bg-teal_dark\/70 {
    background-color: rgb(0 60 77 / 0.7);
  }

  .lg\:bg-teal_dark\/75 {
    background-color: rgb(0 60 77 / 0.75);
  }

  .lg\:bg-teal_dark\/80 {
    background-color: rgb(0 60 77 / 0.8);
  }

  .lg\:bg-teal_dark\/90 {
    background-color: rgb(0 60 77 / 0.9);
  }

  .lg\:bg-teal_dark\/95 {
    background-color: rgb(0 60 77 / 0.95);
  }

  .lg\:bg-teal_extra_light {
    --tw-bg-opacity: 1;
    background-color: rgb(245 251 252 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal_extra_light\/0 {
    background-color: rgb(245 251 252 / 0);
  }

  .lg\:bg-teal_extra_light\/10 {
    background-color: rgb(245 251 252 / 0.1);
  }

  .lg\:bg-teal_extra_light\/100 {
    background-color: rgb(245 251 252 / 1);
  }

  .lg\:bg-teal_extra_light\/20 {
    background-color: rgb(245 251 252 / 0.2);
  }

  .lg\:bg-teal_extra_light\/25 {
    background-color: rgb(245 251 252 / 0.25);
  }

  .lg\:bg-teal_extra_light\/30 {
    background-color: rgb(245 251 252 / 0.3);
  }

  .lg\:bg-teal_extra_light\/40 {
    background-color: rgb(245 251 252 / 0.4);
  }

  .lg\:bg-teal_extra_light\/5 {
    background-color: rgb(245 251 252 / 0.05);
  }

  .lg\:bg-teal_extra_light\/50 {
    background-color: rgb(245 251 252 / 0.5);
  }

  .lg\:bg-teal_extra_light\/60 {
    background-color: rgb(245 251 252 / 0.6);
  }

  .lg\:bg-teal_extra_light\/70 {
    background-color: rgb(245 251 252 / 0.7);
  }

  .lg\:bg-teal_extra_light\/75 {
    background-color: rgb(245 251 252 / 0.75);
  }

  .lg\:bg-teal_extra_light\/80 {
    background-color: rgb(245 251 252 / 0.8);
  }

  .lg\:bg-teal_extra_light\/90 {
    background-color: rgb(245 251 252 / 0.9);
  }

  .lg\:bg-teal_extra_light\/95 {
    background-color: rgb(245 251 252 / 0.95);
  }

  .lg\:bg-teal_light {
    --tw-bg-opacity: 1;
    background-color: rgb(116 196 214 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal_light\/0 {
    background-color: rgb(116 196 214 / 0);
  }

  .lg\:bg-teal_light\/10 {
    background-color: rgb(116 196 214 / 0.1);
  }

  .lg\:bg-teal_light\/100 {
    background-color: rgb(116 196 214 / 1);
  }

  .lg\:bg-teal_light\/20 {
    background-color: rgb(116 196 214 / 0.2);
  }

  .lg\:bg-teal_light\/25 {
    background-color: rgb(116 196 214 / 0.25);
  }

  .lg\:bg-teal_light\/30 {
    background-color: rgb(116 196 214 / 0.3);
  }

  .lg\:bg-teal_light\/40 {
    background-color: rgb(116 196 214 / 0.4);
  }

  .lg\:bg-teal_light\/5 {
    background-color: rgb(116 196 214 / 0.05);
  }

  .lg\:bg-teal_light\/50 {
    background-color: rgb(116 196 214 / 0.5);
  }

  .lg\:bg-teal_light\/60 {
    background-color: rgb(116 196 214 / 0.6);
  }

  .lg\:bg-teal_light\/70 {
    background-color: rgb(116 196 214 / 0.7);
  }

  .lg\:bg-teal_light\/75 {
    background-color: rgb(116 196 214 / 0.75);
  }

  .lg\:bg-teal_light\/80 {
    background-color: rgb(116 196 214 / 0.8);
  }

  .lg\:bg-teal_light\/90 {
    background-color: rgb(116 196 214 / 0.9);
  }

  .lg\:bg-teal_light\/95 {
    background-color: rgb(116 196 214 / 0.95);
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .lg\:bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .lg\:bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .lg\:bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .lg\:bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .lg\:bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .lg\:bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .lg\:bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .lg\:bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .lg\:bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .lg\:bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .lg\:bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .lg\:bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .lg\:bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .lg\:bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-white\/0 {
    background-color: rgb(255 255 255 / 0);
  }

  .lg\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .lg\:bg-white\/100 {
    background-color: rgb(255 255 255 / 1);
  }

  .lg\:bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }

  .lg\:bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25);
  }

  .lg\:bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
  }

  .lg\:bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4);
  }

  .lg\:bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
  }

  .lg\:bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
  }

  .lg\:bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
  }

  .lg\:bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
  }

  .lg\:bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75);
  }

  .lg\:bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
  }

  .lg\:bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
  }

  .lg\:bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:box-decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .lg\:box-decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-clip-border {
    background-clip: border-box;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box;
  }

  .lg\:bg-clip-content {
    background-clip: content-box;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-origin-border {
    background-origin: border-box;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box;
  }

  .lg\:bg-origin-content {
    background-origin: content-box;
  }

  .lg\:fill-black {
    fill: #000000;
  }

  .lg\:fill-black\/0 {
    fill: rgb(0 0 0 / 0);
  }

  .lg\:fill-black\/10 {
    fill: rgb(0 0 0 / 0.1);
  }

  .lg\:fill-black\/100 {
    fill: rgb(0 0 0 / 1);
  }

  .lg\:fill-black\/20 {
    fill: rgb(0 0 0 / 0.2);
  }

  .lg\:fill-black\/25 {
    fill: rgb(0 0 0 / 0.25);
  }

  .lg\:fill-black\/30 {
    fill: rgb(0 0 0 / 0.3);
  }

  .lg\:fill-black\/40 {
    fill: rgb(0 0 0 / 0.4);
  }

  .lg\:fill-black\/5 {
    fill: rgb(0 0 0 / 0.05);
  }

  .lg\:fill-black\/50 {
    fill: rgb(0 0 0 / 0.5);
  }

  .lg\:fill-black\/60 {
    fill: rgb(0 0 0 / 0.6);
  }

  .lg\:fill-black\/70 {
    fill: rgb(0 0 0 / 0.7);
  }

  .lg\:fill-black\/75 {
    fill: rgb(0 0 0 / 0.75);
  }

  .lg\:fill-black\/80 {
    fill: rgb(0 0 0 / 0.8);
  }

  .lg\:fill-black\/90 {
    fill: rgb(0 0 0 / 0.9);
  }

  .lg\:fill-black\/95 {
    fill: rgb(0 0 0 / 0.95);
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:fill-error_red {
    fill: #eb001b;
  }

  .lg\:fill-error_red\/0 {
    fill: rgb(235 0 27 / 0);
  }

  .lg\:fill-error_red\/10 {
    fill: rgb(235 0 27 / 0.1);
  }

  .lg\:fill-error_red\/100 {
    fill: rgb(235 0 27 / 1);
  }

  .lg\:fill-error_red\/20 {
    fill: rgb(235 0 27 / 0.2);
  }

  .lg\:fill-error_red\/25 {
    fill: rgb(235 0 27 / 0.25);
  }

  .lg\:fill-error_red\/30 {
    fill: rgb(235 0 27 / 0.3);
  }

  .lg\:fill-error_red\/40 {
    fill: rgb(235 0 27 / 0.4);
  }

  .lg\:fill-error_red\/5 {
    fill: rgb(235 0 27 / 0.05);
  }

  .lg\:fill-error_red\/50 {
    fill: rgb(235 0 27 / 0.5);
  }

  .lg\:fill-error_red\/60 {
    fill: rgb(235 0 27 / 0.6);
  }

  .lg\:fill-error_red\/70 {
    fill: rgb(235 0 27 / 0.7);
  }

  .lg\:fill-error_red\/75 {
    fill: rgb(235 0 27 / 0.75);
  }

  .lg\:fill-error_red\/80 {
    fill: rgb(235 0 27 / 0.8);
  }

  .lg\:fill-error_red\/90 {
    fill: rgb(235 0 27 / 0.9);
  }

  .lg\:fill-error_red\/95 {
    fill: rgb(235 0 27 / 0.95);
  }

  .lg\:fill-gray5 {
    fill: #f2f2f2;
  }

  .lg\:fill-gray5\/0 {
    fill: rgb(242 242 242 / 0);
  }

  .lg\:fill-gray5\/10 {
    fill: rgb(242 242 242 / 0.1);
  }

  .lg\:fill-gray5\/100 {
    fill: rgb(242 242 242 / 1);
  }

  .lg\:fill-gray5\/20 {
    fill: rgb(242 242 242 / 0.2);
  }

  .lg\:fill-gray5\/25 {
    fill: rgb(242 242 242 / 0.25);
  }

  .lg\:fill-gray5\/30 {
    fill: rgb(242 242 242 / 0.3);
  }

  .lg\:fill-gray5\/40 {
    fill: rgb(242 242 242 / 0.4);
  }

  .lg\:fill-gray5\/5 {
    fill: rgb(242 242 242 / 0.05);
  }

  .lg\:fill-gray5\/50 {
    fill: rgb(242 242 242 / 0.5);
  }

  .lg\:fill-gray5\/60 {
    fill: rgb(242 242 242 / 0.6);
  }

  .lg\:fill-gray5\/70 {
    fill: rgb(242 242 242 / 0.7);
  }

  .lg\:fill-gray5\/75 {
    fill: rgb(242 242 242 / 0.75);
  }

  .lg\:fill-gray5\/80 {
    fill: rgb(242 242 242 / 0.8);
  }

  .lg\:fill-gray5\/90 {
    fill: rgb(242 242 242 / 0.9);
  }

  .lg\:fill-gray5\/95 {
    fill: rgb(242 242 242 / 0.95);
  }

  .lg\:fill-none {
    fill: none;
  }

  .lg\:fill-sh_black {
    fill: #231f20;
  }

  .lg\:fill-sh_black\/0 {
    fill: rgb(35 31 32 / 0);
  }

  .lg\:fill-sh_black\/10 {
    fill: rgb(35 31 32 / 0.1);
  }

  .lg\:fill-sh_black\/100 {
    fill: rgb(35 31 32 / 1);
  }

  .lg\:fill-sh_black\/20 {
    fill: rgb(35 31 32 / 0.2);
  }

  .lg\:fill-sh_black\/25 {
    fill: rgb(35 31 32 / 0.25);
  }

  .lg\:fill-sh_black\/30 {
    fill: rgb(35 31 32 / 0.3);
  }

  .lg\:fill-sh_black\/40 {
    fill: rgb(35 31 32 / 0.4);
  }

  .lg\:fill-sh_black\/5 {
    fill: rgb(35 31 32 / 0.05);
  }

  .lg\:fill-sh_black\/50 {
    fill: rgb(35 31 32 / 0.5);
  }

  .lg\:fill-sh_black\/60 {
    fill: rgb(35 31 32 / 0.6);
  }

  .lg\:fill-sh_black\/70 {
    fill: rgb(35 31 32 / 0.7);
  }

  .lg\:fill-sh_black\/75 {
    fill: rgb(35 31 32 / 0.75);
  }

  .lg\:fill-sh_black\/80 {
    fill: rgb(35 31 32 / 0.8);
  }

  .lg\:fill-sh_black\/90 {
    fill: rgb(35 31 32 / 0.9);
  }

  .lg\:fill-sh_black\/95 {
    fill: rgb(35 31 32 / 0.95);
  }

  .lg\:fill-success_green {
    fill: #508316;
  }

  .lg\:fill-success_green\/0 {
    fill: rgb(80 131 22 / 0);
  }

  .lg\:fill-success_green\/10 {
    fill: rgb(80 131 22 / 0.1);
  }

  .lg\:fill-success_green\/100 {
    fill: rgb(80 131 22 / 1);
  }

  .lg\:fill-success_green\/20 {
    fill: rgb(80 131 22 / 0.2);
  }

  .lg\:fill-success_green\/25 {
    fill: rgb(80 131 22 / 0.25);
  }

  .lg\:fill-success_green\/30 {
    fill: rgb(80 131 22 / 0.3);
  }

  .lg\:fill-success_green\/40 {
    fill: rgb(80 131 22 / 0.4);
  }

  .lg\:fill-success_green\/5 {
    fill: rgb(80 131 22 / 0.05);
  }

  .lg\:fill-success_green\/50 {
    fill: rgb(80 131 22 / 0.5);
  }

  .lg\:fill-success_green\/60 {
    fill: rgb(80 131 22 / 0.6);
  }

  .lg\:fill-success_green\/70 {
    fill: rgb(80 131 22 / 0.7);
  }

  .lg\:fill-success_green\/75 {
    fill: rgb(80 131 22 / 0.75);
  }

  .lg\:fill-success_green\/80 {
    fill: rgb(80 131 22 / 0.8);
  }

  .lg\:fill-success_green\/90 {
    fill: rgb(80 131 22 / 0.9);
  }

  .lg\:fill-success_green\/95 {
    fill: rgb(80 131 22 / 0.95);
  }

  .lg\:fill-teal {
    fill: #00819f;
  }

  .lg\:fill-teal\/0 {
    fill: rgb(0 129 159 / 0);
  }

  .lg\:fill-teal\/10 {
    fill: rgb(0 129 159 / 0.1);
  }

  .lg\:fill-teal\/100 {
    fill: rgb(0 129 159 / 1);
  }

  .lg\:fill-teal\/20 {
    fill: rgb(0 129 159 / 0.2);
  }

  .lg\:fill-teal\/25 {
    fill: rgb(0 129 159 / 0.25);
  }

  .lg\:fill-teal\/30 {
    fill: rgb(0 129 159 / 0.3);
  }

  .lg\:fill-teal\/40 {
    fill: rgb(0 129 159 / 0.4);
  }

  .lg\:fill-teal\/5 {
    fill: rgb(0 129 159 / 0.05);
  }

  .lg\:fill-teal\/50 {
    fill: rgb(0 129 159 / 0.5);
  }

  .lg\:fill-teal\/60 {
    fill: rgb(0 129 159 / 0.6);
  }

  .lg\:fill-teal\/70 {
    fill: rgb(0 129 159 / 0.7);
  }

  .lg\:fill-teal\/75 {
    fill: rgb(0 129 159 / 0.75);
  }

  .lg\:fill-teal\/80 {
    fill: rgb(0 129 159 / 0.8);
  }

  .lg\:fill-teal\/90 {
    fill: rgb(0 129 159 / 0.9);
  }

  .lg\:fill-teal\/95 {
    fill: rgb(0 129 159 / 0.95);
  }

  .lg\:fill-teal_dark {
    fill: #003C4D;
  }

  .lg\:fill-teal_dark\/0 {
    fill: rgb(0 60 77 / 0);
  }

  .lg\:fill-teal_dark\/10 {
    fill: rgb(0 60 77 / 0.1);
  }

  .lg\:fill-teal_dark\/100 {
    fill: rgb(0 60 77 / 1);
  }

  .lg\:fill-teal_dark\/20 {
    fill: rgb(0 60 77 / 0.2);
  }

  .lg\:fill-teal_dark\/25 {
    fill: rgb(0 60 77 / 0.25);
  }

  .lg\:fill-teal_dark\/30 {
    fill: rgb(0 60 77 / 0.3);
  }

  .lg\:fill-teal_dark\/40 {
    fill: rgb(0 60 77 / 0.4);
  }

  .lg\:fill-teal_dark\/5 {
    fill: rgb(0 60 77 / 0.05);
  }

  .lg\:fill-teal_dark\/50 {
    fill: rgb(0 60 77 / 0.5);
  }

  .lg\:fill-teal_dark\/60 {
    fill: rgb(0 60 77 / 0.6);
  }

  .lg\:fill-teal_dark\/70 {
    fill: rgb(0 60 77 / 0.7);
  }

  .lg\:fill-teal_dark\/75 {
    fill: rgb(0 60 77 / 0.75);
  }

  .lg\:fill-teal_dark\/80 {
    fill: rgb(0 60 77 / 0.8);
  }

  .lg\:fill-teal_dark\/90 {
    fill: rgb(0 60 77 / 0.9);
  }

  .lg\:fill-teal_dark\/95 {
    fill: rgb(0 60 77 / 0.95);
  }

  .lg\:fill-teal_extra_light {
    fill: #f5fbfc;
  }

  .lg\:fill-teal_extra_light\/0 {
    fill: rgb(245 251 252 / 0);
  }

  .lg\:fill-teal_extra_light\/10 {
    fill: rgb(245 251 252 / 0.1);
  }

  .lg\:fill-teal_extra_light\/100 {
    fill: rgb(245 251 252 / 1);
  }

  .lg\:fill-teal_extra_light\/20 {
    fill: rgb(245 251 252 / 0.2);
  }

  .lg\:fill-teal_extra_light\/25 {
    fill: rgb(245 251 252 / 0.25);
  }

  .lg\:fill-teal_extra_light\/30 {
    fill: rgb(245 251 252 / 0.3);
  }

  .lg\:fill-teal_extra_light\/40 {
    fill: rgb(245 251 252 / 0.4);
  }

  .lg\:fill-teal_extra_light\/5 {
    fill: rgb(245 251 252 / 0.05);
  }

  .lg\:fill-teal_extra_light\/50 {
    fill: rgb(245 251 252 / 0.5);
  }

  .lg\:fill-teal_extra_light\/60 {
    fill: rgb(245 251 252 / 0.6);
  }

  .lg\:fill-teal_extra_light\/70 {
    fill: rgb(245 251 252 / 0.7);
  }

  .lg\:fill-teal_extra_light\/75 {
    fill: rgb(245 251 252 / 0.75);
  }

  .lg\:fill-teal_extra_light\/80 {
    fill: rgb(245 251 252 / 0.8);
  }

  .lg\:fill-teal_extra_light\/90 {
    fill: rgb(245 251 252 / 0.9);
  }

  .lg\:fill-teal_extra_light\/95 {
    fill: rgb(245 251 252 / 0.95);
  }

  .lg\:fill-teal_light {
    fill: #74c4d6;
  }

  .lg\:fill-teal_light\/0 {
    fill: rgb(116 196 214 / 0);
  }

  .lg\:fill-teal_light\/10 {
    fill: rgb(116 196 214 / 0.1);
  }

  .lg\:fill-teal_light\/100 {
    fill: rgb(116 196 214 / 1);
  }

  .lg\:fill-teal_light\/20 {
    fill: rgb(116 196 214 / 0.2);
  }

  .lg\:fill-teal_light\/25 {
    fill: rgb(116 196 214 / 0.25);
  }

  .lg\:fill-teal_light\/30 {
    fill: rgb(116 196 214 / 0.3);
  }

  .lg\:fill-teal_light\/40 {
    fill: rgb(116 196 214 / 0.4);
  }

  .lg\:fill-teal_light\/5 {
    fill: rgb(116 196 214 / 0.05);
  }

  .lg\:fill-teal_light\/50 {
    fill: rgb(116 196 214 / 0.5);
  }

  .lg\:fill-teal_light\/60 {
    fill: rgb(116 196 214 / 0.6);
  }

  .lg\:fill-teal_light\/70 {
    fill: rgb(116 196 214 / 0.7);
  }

  .lg\:fill-teal_light\/75 {
    fill: rgb(116 196 214 / 0.75);
  }

  .lg\:fill-teal_light\/80 {
    fill: rgb(116 196 214 / 0.8);
  }

  .lg\:fill-teal_light\/90 {
    fill: rgb(116 196 214 / 0.9);
  }

  .lg\:fill-teal_light\/95 {
    fill: rgb(116 196 214 / 0.95);
  }

  .lg\:fill-transparent {
    fill: transparent;
  }

  .lg\:fill-transparent\/0 {
    fill: rgb(0 0 0 / 0);
  }

  .lg\:fill-transparent\/10 {
    fill: rgb(0 0 0 / 0.1);
  }

  .lg\:fill-transparent\/100 {
    fill: rgb(0 0 0 / 1);
  }

  .lg\:fill-transparent\/20 {
    fill: rgb(0 0 0 / 0.2);
  }

  .lg\:fill-transparent\/25 {
    fill: rgb(0 0 0 / 0.25);
  }

  .lg\:fill-transparent\/30 {
    fill: rgb(0 0 0 / 0.3);
  }

  .lg\:fill-transparent\/40 {
    fill: rgb(0 0 0 / 0.4);
  }

  .lg\:fill-transparent\/5 {
    fill: rgb(0 0 0 / 0.05);
  }

  .lg\:fill-transparent\/50 {
    fill: rgb(0 0 0 / 0.5);
  }

  .lg\:fill-transparent\/60 {
    fill: rgb(0 0 0 / 0.6);
  }

  .lg\:fill-transparent\/70 {
    fill: rgb(0 0 0 / 0.7);
  }

  .lg\:fill-transparent\/75 {
    fill: rgb(0 0 0 / 0.75);
  }

  .lg\:fill-transparent\/80 {
    fill: rgb(0 0 0 / 0.8);
  }

  .lg\:fill-transparent\/90 {
    fill: rgb(0 0 0 / 0.9);
  }

  .lg\:fill-transparent\/95 {
    fill: rgb(0 0 0 / 0.95);
  }

  .lg\:fill-white {
    fill: #ffffff;
  }

  .lg\:fill-white\/0 {
    fill: rgb(255 255 255 / 0);
  }

  .lg\:fill-white\/10 {
    fill: rgb(255 255 255 / 0.1);
  }

  .lg\:fill-white\/100 {
    fill: rgb(255 255 255 / 1);
  }

  .lg\:fill-white\/20 {
    fill: rgb(255 255 255 / 0.2);
  }

  .lg\:fill-white\/25 {
    fill: rgb(255 255 255 / 0.25);
  }

  .lg\:fill-white\/30 {
    fill: rgb(255 255 255 / 0.3);
  }

  .lg\:fill-white\/40 {
    fill: rgb(255 255 255 / 0.4);
  }

  .lg\:fill-white\/5 {
    fill: rgb(255 255 255 / 0.05);
  }

  .lg\:fill-white\/50 {
    fill: rgb(255 255 255 / 0.5);
  }

  .lg\:fill-white\/60 {
    fill: rgb(255 255 255 / 0.6);
  }

  .lg\:fill-white\/70 {
    fill: rgb(255 255 255 / 0.7);
  }

  .lg\:fill-white\/75 {
    fill: rgb(255 255 255 / 0.75);
  }

  .lg\:fill-white\/80 {
    fill: rgb(255 255 255 / 0.8);
  }

  .lg\:fill-white\/90 {
    fill: rgb(255 255 255 / 0.9);
  }

  .lg\:fill-white\/95 {
    fill: rgb(255 255 255 / 0.95);
  }

  .lg\:stroke-black {
    stroke: #000000;
  }

  .lg\:stroke-black\/0 {
    stroke: rgb(0 0 0 / 0);
  }

  .lg\:stroke-black\/10 {
    stroke: rgb(0 0 0 / 0.1);
  }

  .lg\:stroke-black\/100 {
    stroke: rgb(0 0 0 / 1);
  }

  .lg\:stroke-black\/20 {
    stroke: rgb(0 0 0 / 0.2);
  }

  .lg\:stroke-black\/25 {
    stroke: rgb(0 0 0 / 0.25);
  }

  .lg\:stroke-black\/30 {
    stroke: rgb(0 0 0 / 0.3);
  }

  .lg\:stroke-black\/40 {
    stroke: rgb(0 0 0 / 0.4);
  }

  .lg\:stroke-black\/5 {
    stroke: rgb(0 0 0 / 0.05);
  }

  .lg\:stroke-black\/50 {
    stroke: rgb(0 0 0 / 0.5);
  }

  .lg\:stroke-black\/60 {
    stroke: rgb(0 0 0 / 0.6);
  }

  .lg\:stroke-black\/70 {
    stroke: rgb(0 0 0 / 0.7);
  }

  .lg\:stroke-black\/75 {
    stroke: rgb(0 0 0 / 0.75);
  }

  .lg\:stroke-black\/80 {
    stroke: rgb(0 0 0 / 0.8);
  }

  .lg\:stroke-black\/90 {
    stroke: rgb(0 0 0 / 0.9);
  }

  .lg\:stroke-black\/95 {
    stroke: rgb(0 0 0 / 0.95);
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:stroke-error_red {
    stroke: #eb001b;
  }

  .lg\:stroke-error_red\/0 {
    stroke: rgb(235 0 27 / 0);
  }

  .lg\:stroke-error_red\/10 {
    stroke: rgb(235 0 27 / 0.1);
  }

  .lg\:stroke-error_red\/100 {
    stroke: rgb(235 0 27 / 1);
  }

  .lg\:stroke-error_red\/20 {
    stroke: rgb(235 0 27 / 0.2);
  }

  .lg\:stroke-error_red\/25 {
    stroke: rgb(235 0 27 / 0.25);
  }

  .lg\:stroke-error_red\/30 {
    stroke: rgb(235 0 27 / 0.3);
  }

  .lg\:stroke-error_red\/40 {
    stroke: rgb(235 0 27 / 0.4);
  }

  .lg\:stroke-error_red\/5 {
    stroke: rgb(235 0 27 / 0.05);
  }

  .lg\:stroke-error_red\/50 {
    stroke: rgb(235 0 27 / 0.5);
  }

  .lg\:stroke-error_red\/60 {
    stroke: rgb(235 0 27 / 0.6);
  }

  .lg\:stroke-error_red\/70 {
    stroke: rgb(235 0 27 / 0.7);
  }

  .lg\:stroke-error_red\/75 {
    stroke: rgb(235 0 27 / 0.75);
  }

  .lg\:stroke-error_red\/80 {
    stroke: rgb(235 0 27 / 0.8);
  }

  .lg\:stroke-error_red\/90 {
    stroke: rgb(235 0 27 / 0.9);
  }

  .lg\:stroke-error_red\/95 {
    stroke: rgb(235 0 27 / 0.95);
  }

  .lg\:stroke-gray5 {
    stroke: #f2f2f2;
  }

  .lg\:stroke-gray5\/0 {
    stroke: rgb(242 242 242 / 0);
  }

  .lg\:stroke-gray5\/10 {
    stroke: rgb(242 242 242 / 0.1);
  }

  .lg\:stroke-gray5\/100 {
    stroke: rgb(242 242 242 / 1);
  }

  .lg\:stroke-gray5\/20 {
    stroke: rgb(242 242 242 / 0.2);
  }

  .lg\:stroke-gray5\/25 {
    stroke: rgb(242 242 242 / 0.25);
  }

  .lg\:stroke-gray5\/30 {
    stroke: rgb(242 242 242 / 0.3);
  }

  .lg\:stroke-gray5\/40 {
    stroke: rgb(242 242 242 / 0.4);
  }

  .lg\:stroke-gray5\/5 {
    stroke: rgb(242 242 242 / 0.05);
  }

  .lg\:stroke-gray5\/50 {
    stroke: rgb(242 242 242 / 0.5);
  }

  .lg\:stroke-gray5\/60 {
    stroke: rgb(242 242 242 / 0.6);
  }

  .lg\:stroke-gray5\/70 {
    stroke: rgb(242 242 242 / 0.7);
  }

  .lg\:stroke-gray5\/75 {
    stroke: rgb(242 242 242 / 0.75);
  }

  .lg\:stroke-gray5\/80 {
    stroke: rgb(242 242 242 / 0.8);
  }

  .lg\:stroke-gray5\/90 {
    stroke: rgb(242 242 242 / 0.9);
  }

  .lg\:stroke-gray5\/95 {
    stroke: rgb(242 242 242 / 0.95);
  }

  .lg\:stroke-none {
    stroke: none;
  }

  .lg\:stroke-sh_black {
    stroke: #231f20;
  }

  .lg\:stroke-sh_black\/0 {
    stroke: rgb(35 31 32 / 0);
  }

  .lg\:stroke-sh_black\/10 {
    stroke: rgb(35 31 32 / 0.1);
  }

  .lg\:stroke-sh_black\/100 {
    stroke: rgb(35 31 32 / 1);
  }

  .lg\:stroke-sh_black\/20 {
    stroke: rgb(35 31 32 / 0.2);
  }

  .lg\:stroke-sh_black\/25 {
    stroke: rgb(35 31 32 / 0.25);
  }

  .lg\:stroke-sh_black\/30 {
    stroke: rgb(35 31 32 / 0.3);
  }

  .lg\:stroke-sh_black\/40 {
    stroke: rgb(35 31 32 / 0.4);
  }

  .lg\:stroke-sh_black\/5 {
    stroke: rgb(35 31 32 / 0.05);
  }

  .lg\:stroke-sh_black\/50 {
    stroke: rgb(35 31 32 / 0.5);
  }

  .lg\:stroke-sh_black\/60 {
    stroke: rgb(35 31 32 / 0.6);
  }

  .lg\:stroke-sh_black\/70 {
    stroke: rgb(35 31 32 / 0.7);
  }

  .lg\:stroke-sh_black\/75 {
    stroke: rgb(35 31 32 / 0.75);
  }

  .lg\:stroke-sh_black\/80 {
    stroke: rgb(35 31 32 / 0.8);
  }

  .lg\:stroke-sh_black\/90 {
    stroke: rgb(35 31 32 / 0.9);
  }

  .lg\:stroke-sh_black\/95 {
    stroke: rgb(35 31 32 / 0.95);
  }

  .lg\:stroke-success_green {
    stroke: #508316;
  }

  .lg\:stroke-success_green\/0 {
    stroke: rgb(80 131 22 / 0);
  }

  .lg\:stroke-success_green\/10 {
    stroke: rgb(80 131 22 / 0.1);
  }

  .lg\:stroke-success_green\/100 {
    stroke: rgb(80 131 22 / 1);
  }

  .lg\:stroke-success_green\/20 {
    stroke: rgb(80 131 22 / 0.2);
  }

  .lg\:stroke-success_green\/25 {
    stroke: rgb(80 131 22 / 0.25);
  }

  .lg\:stroke-success_green\/30 {
    stroke: rgb(80 131 22 / 0.3);
  }

  .lg\:stroke-success_green\/40 {
    stroke: rgb(80 131 22 / 0.4);
  }

  .lg\:stroke-success_green\/5 {
    stroke: rgb(80 131 22 / 0.05);
  }

  .lg\:stroke-success_green\/50 {
    stroke: rgb(80 131 22 / 0.5);
  }

  .lg\:stroke-success_green\/60 {
    stroke: rgb(80 131 22 / 0.6);
  }

  .lg\:stroke-success_green\/70 {
    stroke: rgb(80 131 22 / 0.7);
  }

  .lg\:stroke-success_green\/75 {
    stroke: rgb(80 131 22 / 0.75);
  }

  .lg\:stroke-success_green\/80 {
    stroke: rgb(80 131 22 / 0.8);
  }

  .lg\:stroke-success_green\/90 {
    stroke: rgb(80 131 22 / 0.9);
  }

  .lg\:stroke-success_green\/95 {
    stroke: rgb(80 131 22 / 0.95);
  }

  .lg\:stroke-teal {
    stroke: #00819f;
  }

  .lg\:stroke-teal\/0 {
    stroke: rgb(0 129 159 / 0);
  }

  .lg\:stroke-teal\/10 {
    stroke: rgb(0 129 159 / 0.1);
  }

  .lg\:stroke-teal\/100 {
    stroke: rgb(0 129 159 / 1);
  }

  .lg\:stroke-teal\/20 {
    stroke: rgb(0 129 159 / 0.2);
  }

  .lg\:stroke-teal\/25 {
    stroke: rgb(0 129 159 / 0.25);
  }

  .lg\:stroke-teal\/30 {
    stroke: rgb(0 129 159 / 0.3);
  }

  .lg\:stroke-teal\/40 {
    stroke: rgb(0 129 159 / 0.4);
  }

  .lg\:stroke-teal\/5 {
    stroke: rgb(0 129 159 / 0.05);
  }

  .lg\:stroke-teal\/50 {
    stroke: rgb(0 129 159 / 0.5);
  }

  .lg\:stroke-teal\/60 {
    stroke: rgb(0 129 159 / 0.6);
  }

  .lg\:stroke-teal\/70 {
    stroke: rgb(0 129 159 / 0.7);
  }

  .lg\:stroke-teal\/75 {
    stroke: rgb(0 129 159 / 0.75);
  }

  .lg\:stroke-teal\/80 {
    stroke: rgb(0 129 159 / 0.8);
  }

  .lg\:stroke-teal\/90 {
    stroke: rgb(0 129 159 / 0.9);
  }

  .lg\:stroke-teal\/95 {
    stroke: rgb(0 129 159 / 0.95);
  }

  .lg\:stroke-teal_dark {
    stroke: #003C4D;
  }

  .lg\:stroke-teal_dark\/0 {
    stroke: rgb(0 60 77 / 0);
  }

  .lg\:stroke-teal_dark\/10 {
    stroke: rgb(0 60 77 / 0.1);
  }

  .lg\:stroke-teal_dark\/100 {
    stroke: rgb(0 60 77 / 1);
  }

  .lg\:stroke-teal_dark\/20 {
    stroke: rgb(0 60 77 / 0.2);
  }

  .lg\:stroke-teal_dark\/25 {
    stroke: rgb(0 60 77 / 0.25);
  }

  .lg\:stroke-teal_dark\/30 {
    stroke: rgb(0 60 77 / 0.3);
  }

  .lg\:stroke-teal_dark\/40 {
    stroke: rgb(0 60 77 / 0.4);
  }

  .lg\:stroke-teal_dark\/5 {
    stroke: rgb(0 60 77 / 0.05);
  }

  .lg\:stroke-teal_dark\/50 {
    stroke: rgb(0 60 77 / 0.5);
  }

  .lg\:stroke-teal_dark\/60 {
    stroke: rgb(0 60 77 / 0.6);
  }

  .lg\:stroke-teal_dark\/70 {
    stroke: rgb(0 60 77 / 0.7);
  }

  .lg\:stroke-teal_dark\/75 {
    stroke: rgb(0 60 77 / 0.75);
  }

  .lg\:stroke-teal_dark\/80 {
    stroke: rgb(0 60 77 / 0.8);
  }

  .lg\:stroke-teal_dark\/90 {
    stroke: rgb(0 60 77 / 0.9);
  }

  .lg\:stroke-teal_dark\/95 {
    stroke: rgb(0 60 77 / 0.95);
  }

  .lg\:stroke-teal_extra_light {
    stroke: #f5fbfc;
  }

  .lg\:stroke-teal_extra_light\/0 {
    stroke: rgb(245 251 252 / 0);
  }

  .lg\:stroke-teal_extra_light\/10 {
    stroke: rgb(245 251 252 / 0.1);
  }

  .lg\:stroke-teal_extra_light\/100 {
    stroke: rgb(245 251 252 / 1);
  }

  .lg\:stroke-teal_extra_light\/20 {
    stroke: rgb(245 251 252 / 0.2);
  }

  .lg\:stroke-teal_extra_light\/25 {
    stroke: rgb(245 251 252 / 0.25);
  }

  .lg\:stroke-teal_extra_light\/30 {
    stroke: rgb(245 251 252 / 0.3);
  }

  .lg\:stroke-teal_extra_light\/40 {
    stroke: rgb(245 251 252 / 0.4);
  }

  .lg\:stroke-teal_extra_light\/5 {
    stroke: rgb(245 251 252 / 0.05);
  }

  .lg\:stroke-teal_extra_light\/50 {
    stroke: rgb(245 251 252 / 0.5);
  }

  .lg\:stroke-teal_extra_light\/60 {
    stroke: rgb(245 251 252 / 0.6);
  }

  .lg\:stroke-teal_extra_light\/70 {
    stroke: rgb(245 251 252 / 0.7);
  }

  .lg\:stroke-teal_extra_light\/75 {
    stroke: rgb(245 251 252 / 0.75);
  }

  .lg\:stroke-teal_extra_light\/80 {
    stroke: rgb(245 251 252 / 0.8);
  }

  .lg\:stroke-teal_extra_light\/90 {
    stroke: rgb(245 251 252 / 0.9);
  }

  .lg\:stroke-teal_extra_light\/95 {
    stroke: rgb(245 251 252 / 0.95);
  }

  .lg\:stroke-teal_light {
    stroke: #74c4d6;
  }

  .lg\:stroke-teal_light\/0 {
    stroke: rgb(116 196 214 / 0);
  }

  .lg\:stroke-teal_light\/10 {
    stroke: rgb(116 196 214 / 0.1);
  }

  .lg\:stroke-teal_light\/100 {
    stroke: rgb(116 196 214 / 1);
  }

  .lg\:stroke-teal_light\/20 {
    stroke: rgb(116 196 214 / 0.2);
  }

  .lg\:stroke-teal_light\/25 {
    stroke: rgb(116 196 214 / 0.25);
  }

  .lg\:stroke-teal_light\/30 {
    stroke: rgb(116 196 214 / 0.3);
  }

  .lg\:stroke-teal_light\/40 {
    stroke: rgb(116 196 214 / 0.4);
  }

  .lg\:stroke-teal_light\/5 {
    stroke: rgb(116 196 214 / 0.05);
  }

  .lg\:stroke-teal_light\/50 {
    stroke: rgb(116 196 214 / 0.5);
  }

  .lg\:stroke-teal_light\/60 {
    stroke: rgb(116 196 214 / 0.6);
  }

  .lg\:stroke-teal_light\/70 {
    stroke: rgb(116 196 214 / 0.7);
  }

  .lg\:stroke-teal_light\/75 {
    stroke: rgb(116 196 214 / 0.75);
  }

  .lg\:stroke-teal_light\/80 {
    stroke: rgb(116 196 214 / 0.8);
  }

  .lg\:stroke-teal_light\/90 {
    stroke: rgb(116 196 214 / 0.9);
  }

  .lg\:stroke-teal_light\/95 {
    stroke: rgb(116 196 214 / 0.95);
  }

  .lg\:stroke-transparent {
    stroke: transparent;
  }

  .lg\:stroke-transparent\/0 {
    stroke: rgb(0 0 0 / 0);
  }

  .lg\:stroke-transparent\/10 {
    stroke: rgb(0 0 0 / 0.1);
  }

  .lg\:stroke-transparent\/100 {
    stroke: rgb(0 0 0 / 1);
  }

  .lg\:stroke-transparent\/20 {
    stroke: rgb(0 0 0 / 0.2);
  }

  .lg\:stroke-transparent\/25 {
    stroke: rgb(0 0 0 / 0.25);
  }

  .lg\:stroke-transparent\/30 {
    stroke: rgb(0 0 0 / 0.3);
  }

  .lg\:stroke-transparent\/40 {
    stroke: rgb(0 0 0 / 0.4);
  }

  .lg\:stroke-transparent\/5 {
    stroke: rgb(0 0 0 / 0.05);
  }

  .lg\:stroke-transparent\/50 {
    stroke: rgb(0 0 0 / 0.5);
  }

  .lg\:stroke-transparent\/60 {
    stroke: rgb(0 0 0 / 0.6);
  }

  .lg\:stroke-transparent\/70 {
    stroke: rgb(0 0 0 / 0.7);
  }

  .lg\:stroke-transparent\/75 {
    stroke: rgb(0 0 0 / 0.75);
  }

  .lg\:stroke-transparent\/80 {
    stroke: rgb(0 0 0 / 0.8);
  }

  .lg\:stroke-transparent\/90 {
    stroke: rgb(0 0 0 / 0.9);
  }

  .lg\:stroke-transparent\/95 {
    stroke: rgb(0 0 0 / 0.95);
  }

  .lg\:stroke-white {
    stroke: #ffffff;
  }

  .lg\:stroke-white\/0 {
    stroke: rgb(255 255 255 / 0);
  }

  .lg\:stroke-white\/10 {
    stroke: rgb(255 255 255 / 0.1);
  }

  .lg\:stroke-white\/100 {
    stroke: rgb(255 255 255 / 1);
  }

  .lg\:stroke-white\/20 {
    stroke: rgb(255 255 255 / 0.2);
  }

  .lg\:stroke-white\/25 {
    stroke: rgb(255 255 255 / 0.25);
  }

  .lg\:stroke-white\/30 {
    stroke: rgb(255 255 255 / 0.3);
  }

  .lg\:stroke-white\/40 {
    stroke: rgb(255 255 255 / 0.4);
  }

  .lg\:stroke-white\/5 {
    stroke: rgb(255 255 255 / 0.05);
  }

  .lg\:stroke-white\/50 {
    stroke: rgb(255 255 255 / 0.5);
  }

  .lg\:stroke-white\/60 {
    stroke: rgb(255 255 255 / 0.6);
  }

  .lg\:stroke-white\/70 {
    stroke: rgb(255 255 255 / 0.7);
  }

  .lg\:stroke-white\/75 {
    stroke: rgb(255 255 255 / 0.75);
  }

  .lg\:stroke-white\/80 {
    stroke: rgb(255 255 255 / 0.8);
  }

  .lg\:stroke-white\/90 {
    stroke: rgb(255 255 255 / 0.9);
  }

  .lg\:stroke-white\/95 {
    stroke: rgb(255 255 255 / 0.95);
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-1 {
    padding: 1px;
  }

  .lg\:p-10 {
    padding: 0.625rem;
  }

  .lg\:p-100 {
    padding: 6.250rem;
  }

  .lg\:p-12 {
    padding: 0.750rem;
  }

  .lg\:p-14 {
    padding: 0.875rem;
  }

  .lg\:p-150 {
    padding: 9.375rem;
  }

  .lg\:p-16 {
    padding: 1.000rem;
  }

  .lg\:p-18 {
    padding: 1.125rem;
  }

  .lg\:p-2 {
    padding: 0.125rem;
  }

  .lg\:p-20 {
    padding: 1.250rem;
  }

  .lg\:p-200 {
    padding: 12.5rem;
  }

  .lg\:p-22 {
    padding: 1.375rem;
  }

  .lg\:p-24 {
    padding: 1.500rem;
  }

  .lg\:p-250 {
    padding: 15.625rem;
  }

  .lg\:p-26 {
    padding: 1.625rem;
  }

  .lg\:p-28 {
    padding: 1.75rem;
  }

  .lg\:p-3 {
    padding: 0.188rem;
  }

  .lg\:p-30 {
    padding: 1.875rem;
  }

  .lg\:p-300 {
    padding: 18.75rem;
  }

  .lg\:p-32 {
    padding: 2rem;
  }

  .lg\:p-34 {
    padding: 2.125rem;
  }

  .lg\:p-36 {
    padding: 2.25rem;
  }

  .lg\:p-38 {
    padding: 2.375rem;
  }

  .lg\:p-4 {
    padding: 0.250rem;
  }

  .lg\:p-40 {
    padding: 2.500rem;
  }

  .lg\:p-50 {
    padding: 3.125rem;
  }

  .lg\:p-6 {
    padding: 0.375rem;
  }

  .lg\:p-60 {
    padding: 3.750rem;
  }

  .lg\:p-70 {
    padding: 4.375rem;
  }

  .lg\:p-8 {
    padding: 0.500rem;
  }

  .lg\:p-80 {
    padding: 5.000rem;
  }

  .lg\:p-90 {
    padding: 5.625rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-100 {
    padding-left: 6.250rem;
    padding-right: 6.250rem;
  }

  .lg\:px-12 {
    padding-left: 0.750rem;
    padding-right: 0.750rem;
  }

  .lg\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-150 {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .lg\:px-16 {
    padding-left: 1.000rem;
    padding-right: 1.000rem;
  }

  .lg\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .lg\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:px-20 {
    padding-left: 1.250rem;
    padding-right: 1.250rem;
  }

  .lg\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .lg\:px-22 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .lg\:px-24 {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
  }

  .lg\:px-250 {
    padding-left: 15.625rem;
    padding-right: 15.625rem;
  }

  .lg\:px-26 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .lg\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.188rem;
    padding-right: 0.188rem;
  }

  .lg\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:px-300 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .lg\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-34 {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .lg\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-38 {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .lg\:px-4 {
    padding-left: 0.250rem;
    padding-right: 0.250rem;
  }

  .lg\:px-40 {
    padding-left: 2.500rem;
    padding-right: 2.500rem;
  }

  .lg\:px-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:px-60 {
    padding-left: 3.750rem;
    padding-right: 3.750rem;
  }

  .lg\:px-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .lg\:px-8 {
    padding-left: 0.500rem;
    padding-right: 0.500rem;
  }

  .lg\:px-80 {
    padding-left: 5.000rem;
    padding-right: 5.000rem;
  }

  .lg\:px-90 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-100 {
    padding-top: 6.250rem;
    padding-bottom: 6.250rem;
  }

  .lg\:py-12 {
    padding-top: 0.750rem;
    padding-bottom: 0.750rem;
  }

  .lg\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-150 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .lg\:py-16 {
    padding-top: 1.000rem;
    padding-bottom: 1.000rem;
  }

  .lg\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .lg\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:py-20 {
    padding-top: 1.250rem;
    padding-bottom: 1.250rem;
  }

  .lg\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .lg\:py-22 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .lg\:py-24 {
    padding-top: 1.500rem;
    padding-bottom: 1.500rem;
  }

  .lg\:py-250 {
    padding-top: 15.625rem;
    padding-bottom: 15.625rem;
  }

  .lg\:py-26 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .lg\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-3 {
    padding-top: 0.188rem;
    padding-bottom: 0.188rem;
  }

  .lg\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:py-300 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .lg\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-34 {
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .lg\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-38 {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .lg\:py-4 {
    padding-top: 0.250rem;
    padding-bottom: 0.250rem;
  }

  .lg\:py-40 {
    padding-top: 2.500rem;
    padding-bottom: 2.500rem;
  }

  .lg\:py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:py-60 {
    padding-top: 3.750rem;
    padding-bottom: 3.750rem;
  }

  .lg\:py-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .lg\:py-8 {
    padding-top: 0.500rem;
    padding-bottom: 0.500rem;
  }

  .lg\:py-80 {
    padding-top: 5.000rem;
    padding-bottom: 5.000rem;
  }

  .lg\:py-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-1 {
    padding-bottom: 1px;
  }

  .lg\:pb-10 {
    padding-bottom: 0.625rem;
  }

  .lg\:pb-100 {
    padding-bottom: 6.250rem;
  }

  .lg\:pb-12 {
    padding-bottom: 0.750rem;
  }

  .lg\:pb-14 {
    padding-bottom: 0.875rem;
  }

  .lg\:pb-150 {
    padding-bottom: 9.375rem;
  }

  .lg\:pb-16 {
    padding-bottom: 1.000rem;
  }

  .lg\:pb-18 {
    padding-bottom: 1.125rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.125rem;
  }

  .lg\:pb-20 {
    padding-bottom: 1.250rem;
  }

  .lg\:pb-200 {
    padding-bottom: 12.5rem;
  }

  .lg\:pb-22 {
    padding-bottom: 1.375rem;
  }

  .lg\:pb-24 {
    padding-bottom: 1.500rem;
  }

  .lg\:pb-250 {
    padding-bottom: 15.625rem;
  }

  .lg\:pb-26 {
    padding-bottom: 1.625rem;
  }

  .lg\:pb-28 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.188rem;
  }

  .lg\:pb-30 {
    padding-bottom: 1.875rem;
  }

  .lg\:pb-300 {
    padding-bottom: 18.75rem;
  }

  .lg\:pb-32 {
    padding-bottom: 2rem;
  }

  .lg\:pb-34 {
    padding-bottom: 2.125rem;
  }

  .lg\:pb-36 {
    padding-bottom: 2.25rem;
  }

  .lg\:pb-38 {
    padding-bottom: 2.375rem;
  }

  .lg\:pb-4 {
    padding-bottom: 0.250rem;
  }

  .lg\:pb-40 {
    padding-bottom: 2.500rem;
  }

  .lg\:pb-50 {
    padding-bottom: 3.125rem;
  }

  .lg\:pb-6 {
    padding-bottom: 0.375rem;
  }

  .lg\:pb-60 {
    padding-bottom: 3.750rem;
  }

  .lg\:pb-70 {
    padding-bottom: 4.375rem;
  }

  .lg\:pb-8 {
    padding-bottom: 0.500rem;
  }

  .lg\:pb-80 {
    padding-bottom: 5.000rem;
  }

  .lg\:pb-90 {
    padding-bottom: 5.625rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-1 {
    padding-left: 1px;
  }

  .lg\:pl-10 {
    padding-left: 0.625rem;
  }

  .lg\:pl-100 {
    padding-left: 6.250rem;
  }

  .lg\:pl-12 {
    padding-left: 0.750rem;
  }

  .lg\:pl-14 {
    padding-left: 0.875rem;
  }

  .lg\:pl-150 {
    padding-left: 9.375rem;
  }

  .lg\:pl-16 {
    padding-left: 1.000rem;
  }

  .lg\:pl-18 {
    padding-left: 1.125rem;
  }

  .lg\:pl-2 {
    padding-left: 0.125rem;
  }

  .lg\:pl-20 {
    padding-left: 1.250rem;
  }

  .lg\:pl-200 {
    padding-left: 12.5rem;
  }

  .lg\:pl-22 {
    padding-left: 1.375rem;
  }

  .lg\:pl-24 {
    padding-left: 1.500rem;
  }

  .lg\:pl-250 {
    padding-left: 15.625rem;
  }

  .lg\:pl-26 {
    padding-left: 1.625rem;
  }

  .lg\:pl-28 {
    padding-left: 1.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.188rem;
  }

  .lg\:pl-30 {
    padding-left: 1.875rem;
  }

  .lg\:pl-300 {
    padding-left: 18.75rem;
  }

  .lg\:pl-32 {
    padding-left: 2rem;
  }

  .lg\:pl-34 {
    padding-left: 2.125rem;
  }

  .lg\:pl-36 {
    padding-left: 2.25rem;
  }

  .lg\:pl-38 {
    padding-left: 2.375rem;
  }

  .lg\:pl-4 {
    padding-left: 0.250rem;
  }

  .lg\:pl-40 {
    padding-left: 2.500rem;
  }

  .lg\:pl-50 {
    padding-left: 3.125rem;
  }

  .lg\:pl-6 {
    padding-left: 0.375rem;
  }

  .lg\:pl-60 {
    padding-left: 3.750rem;
  }

  .lg\:pl-70 {
    padding-left: 4.375rem;
  }

  .lg\:pl-8 {
    padding-left: 0.500rem;
  }

  .lg\:pl-80 {
    padding-left: 5.000rem;
  }

  .lg\:pl-90 {
    padding-left: 5.625rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-1 {
    padding-right: 1px;
  }

  .lg\:pr-10 {
    padding-right: 0.625rem;
  }

  .lg\:pr-100 {
    padding-right: 6.250rem;
  }

  .lg\:pr-12 {
    padding-right: 0.750rem;
  }

  .lg\:pr-14 {
    padding-right: 0.875rem;
  }

  .lg\:pr-150 {
    padding-right: 9.375rem;
  }

  .lg\:pr-16 {
    padding-right: 1.000rem;
  }

  .lg\:pr-18 {
    padding-right: 1.125rem;
  }

  .lg\:pr-2 {
    padding-right: 0.125rem;
  }

  .lg\:pr-20 {
    padding-right: 1.250rem;
  }

  .lg\:pr-200 {
    padding-right: 12.5rem;
  }

  .lg\:pr-22 {
    padding-right: 1.375rem;
  }

  .lg\:pr-24 {
    padding-right: 1.500rem;
  }

  .lg\:pr-250 {
    padding-right: 15.625rem;
  }

  .lg\:pr-26 {
    padding-right: 1.625rem;
  }

  .lg\:pr-28 {
    padding-right: 1.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.188rem;
  }

  .lg\:pr-30 {
    padding-right: 1.875rem;
  }

  .lg\:pr-300 {
    padding-right: 18.75rem;
  }

  .lg\:pr-32 {
    padding-right: 2rem;
  }

  .lg\:pr-34 {
    padding-right: 2.125rem;
  }

  .lg\:pr-36 {
    padding-right: 2.25rem;
  }

  .lg\:pr-38 {
    padding-right: 2.375rem;
  }

  .lg\:pr-4 {
    padding-right: 0.250rem;
  }

  .lg\:pr-40 {
    padding-right: 2.500rem;
  }

  .lg\:pr-50 {
    padding-right: 3.125rem;
  }

  .lg\:pr-6 {
    padding-right: 0.375rem;
  }

  .lg\:pr-60 {
    padding-right: 3.750rem;
  }

  .lg\:pr-70 {
    padding-right: 4.375rem;
  }

  .lg\:pr-8 {
    padding-right: 0.500rem;
  }

  .lg\:pr-80 {
    padding-right: 5.000rem;
  }

  .lg\:pr-90 {
    padding-right: 5.625rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-1 {
    padding-top: 1px;
  }

  .lg\:pt-10 {
    padding-top: 0.625rem;
  }

  .lg\:pt-100 {
    padding-top: 6.250rem;
  }

  .lg\:pt-12 {
    padding-top: 0.750rem;
  }

  .lg\:pt-14 {
    padding-top: 0.875rem;
  }

  .lg\:pt-150 {
    padding-top: 9.375rem;
  }

  .lg\:pt-16 {
    padding-top: 1.000rem;
  }

  .lg\:pt-18 {
    padding-top: 1.125rem;
  }

  .lg\:pt-2 {
    padding-top: 0.125rem;
  }

  .lg\:pt-20 {
    padding-top: 1.250rem;
  }

  .lg\:pt-200 {
    padding-top: 12.5rem;
  }

  .lg\:pt-22 {
    padding-top: 1.375rem;
  }

  .lg\:pt-24 {
    padding-top: 1.500rem;
  }

  .lg\:pt-250 {
    padding-top: 15.625rem;
  }

  .lg\:pt-26 {
    padding-top: 1.625rem;
  }

  .lg\:pt-28 {
    padding-top: 1.75rem;
  }

  .lg\:pt-3 {
    padding-top: 0.188rem;
  }

  .lg\:pt-30 {
    padding-top: 1.875rem;
  }

  .lg\:pt-300 {
    padding-top: 18.75rem;
  }

  .lg\:pt-32 {
    padding-top: 2rem;
  }

  .lg\:pt-34 {
    padding-top: 2.125rem;
  }

  .lg\:pt-36 {
    padding-top: 2.25rem;
  }

  .lg\:pt-38 {
    padding-top: 2.375rem;
  }

  .lg\:pt-4 {
    padding-top: 0.250rem;
  }

  .lg\:pt-40 {
    padding-top: 2.500rem;
  }

  .lg\:pt-50 {
    padding-top: 3.125rem;
  }

  .lg\:pt-6 {
    padding-top: 0.375rem;
  }

  .lg\:pt-60 {
    padding-top: 3.750rem;
  }

  .lg\:pt-70 {
    padding-top: 4.375rem;
  }

  .lg\:pt-8 {
    padding-top: 0.500rem;
  }

  .lg\:pt-80 {
    padding-top: 5.000rem;
  }

  .lg\:pt-90 {
    padding-top: 5.625rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-start {
    text-align: start;
  }

  .lg\:text-end {
    text-align: end;
  }

  .lg\:-indent-0 {
    text-indent: -0px;
  }

  .lg\:-indent-1 {
    text-indent: -1px;
  }

  .lg\:-indent-10 {
    text-indent: -0.625rem;
  }

  .lg\:-indent-100 {
    text-indent: -6.250rem;
  }

  .lg\:-indent-12 {
    text-indent: -0.750rem;
  }

  .lg\:-indent-14 {
    text-indent: -0.875rem;
  }

  .lg\:-indent-150 {
    text-indent: -9.375rem;
  }

  .lg\:-indent-16 {
    text-indent: -1.000rem;
  }

  .lg\:-indent-18 {
    text-indent: -1.125rem;
  }

  .lg\:-indent-2 {
    text-indent: -0.125rem;
  }

  .lg\:-indent-20 {
    text-indent: -1.250rem;
  }

  .lg\:-indent-200 {
    text-indent: -12.5rem;
  }

  .lg\:-indent-22 {
    text-indent: -1.375rem;
  }

  .lg\:-indent-24 {
    text-indent: -1.500rem;
  }

  .lg\:-indent-250 {
    text-indent: -15.625rem;
  }

  .lg\:-indent-26 {
    text-indent: -1.625rem;
  }

  .lg\:-indent-28 {
    text-indent: -1.75rem;
  }

  .lg\:-indent-3 {
    text-indent: -0.188rem;
  }

  .lg\:-indent-30 {
    text-indent: -1.875rem;
  }

  .lg\:-indent-300 {
    text-indent: -18.75rem;
  }

  .lg\:-indent-32 {
    text-indent: -2rem;
  }

  .lg\:-indent-34 {
    text-indent: -2.125rem;
  }

  .lg\:-indent-36 {
    text-indent: -2.25rem;
  }

  .lg\:-indent-38 {
    text-indent: -2.375rem;
  }

  .lg\:-indent-4 {
    text-indent: -0.250rem;
  }

  .lg\:-indent-40 {
    text-indent: -2.500rem;
  }

  .lg\:-indent-50 {
    text-indent: -3.125rem;
  }

  .lg\:-indent-6 {
    text-indent: -0.375rem;
  }

  .lg\:-indent-60 {
    text-indent: -3.750rem;
  }

  .lg\:-indent-70 {
    text-indent: -4.375rem;
  }

  .lg\:-indent-8 {
    text-indent: -0.500rem;
  }

  .lg\:-indent-80 {
    text-indent: -5.000rem;
  }

  .lg\:-indent-90 {
    text-indent: -5.625rem;
  }

  .lg\:indent-0 {
    text-indent: 0px;
  }

  .lg\:indent-1 {
    text-indent: 1px;
  }

  .lg\:indent-10 {
    text-indent: 0.625rem;
  }

  .lg\:indent-100 {
    text-indent: 6.250rem;
  }

  .lg\:indent-12 {
    text-indent: 0.750rem;
  }

  .lg\:indent-14 {
    text-indent: 0.875rem;
  }

  .lg\:indent-150 {
    text-indent: 9.375rem;
  }

  .lg\:indent-16 {
    text-indent: 1.000rem;
  }

  .lg\:indent-18 {
    text-indent: 1.125rem;
  }

  .lg\:indent-2 {
    text-indent: 0.125rem;
  }

  .lg\:indent-20 {
    text-indent: 1.250rem;
  }

  .lg\:indent-200 {
    text-indent: 12.5rem;
  }

  .lg\:indent-22 {
    text-indent: 1.375rem;
  }

  .lg\:indent-24 {
    text-indent: 1.500rem;
  }

  .lg\:indent-250 {
    text-indent: 15.625rem;
  }

  .lg\:indent-26 {
    text-indent: 1.625rem;
  }

  .lg\:indent-28 {
    text-indent: 1.75rem;
  }

  .lg\:indent-3 {
    text-indent: 0.188rem;
  }

  .lg\:indent-30 {
    text-indent: 1.875rem;
  }

  .lg\:indent-300 {
    text-indent: 18.75rem;
  }

  .lg\:indent-32 {
    text-indent: 2rem;
  }

  .lg\:indent-34 {
    text-indent: 2.125rem;
  }

  .lg\:indent-36 {
    text-indent: 2.25rem;
  }

  .lg\:indent-38 {
    text-indent: 2.375rem;
  }

  .lg\:indent-4 {
    text-indent: 0.250rem;
  }

  .lg\:indent-40 {
    text-indent: 2.500rem;
  }

  .lg\:indent-50 {
    text-indent: 3.125rem;
  }

  .lg\:indent-6 {
    text-indent: 0.375rem;
  }

  .lg\:indent-60 {
    text-indent: 3.750rem;
  }

  .lg\:indent-70 {
    text-indent: 4.375rem;
  }

  .lg\:indent-8 {
    text-indent: 0.500rem;
  }

  .lg\:indent-80 {
    text-indent: 5.000rem;
  }

  .lg\:indent-90 {
    text-indent: 5.625rem;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:align-sub {
    vertical-align: sub;
  }

  .lg\:align-super {
    vertical-align: super;
  }

  .lg\:font-roboto {
    font-family: Roboto, sans-serif;
  }

  .lg\:text-12 {
    font-size: .75em;
  }

  .lg\:text-14 {
    font-size: .875rem;
  }

  .lg\:text-16 {
    font-size: 1rem;
  }

  .lg\:text-18 {
    font-size: 1.125rem;
  }

  .lg\:text-20 {
    font-size: 1.25rem;
  }

  .lg\:text-22 {
    font-size: 1.375rem;
  }

  .lg\:text-24 {
    font-size: 1.5rem;
  }

  .lg\:text-26 {
    font-size: 1.625rem;
  }

  .lg\:text-28 {
    font-size: 1.75rem;
  }

  .lg\:text-32 {
    font-size: 2.0rem;
  }

  .lg\:text-42 {
    font-size: 2.625rem;
  }

  .lg\:text-50 {
    font-size: 3.125rem;
  }

  .lg\:text-62 {
    font-size: 3.875rem;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-medium {
    font-weight: 600;
  }

  .lg\:font-regular {
    font-weight: 400;
  }

  .lg\:leading-16 {
    line-height: 1rem;
  }

  .lg\:leading-20 {
    line-height: 1.25rem;
  }

  .lg\:leading-22 {
    line-height: 1.375rem;
  }

  .lg\:leading-24 {
    line-height: 1.5rem;
  }

  .lg\:leading-26 {
    line-height: 1.625rem;
  }

  .lg\:leading-28 {
    line-height: 1.75rem;
  }

  .lg\:leading-32 {
    line-height: 2.0rem;
  }

  .lg\:leading-38 {
    line-height: 2.375rem;
  }

  .lg\:leading-42 {
    line-height: 2.625rem;
  }

  .lg\:leading-50 {
    line-height: 3.125rem;
  }

  .lg\:leading-54 {
    line-height: 3.375rem;
  }

  .lg\:leading-66 {
    line-height: 4.125rem;
  }

  .lg\:leading-70 {
    line-height: 4.375rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:-tracking-normal {
    letter-spacing: -0em;
  }

  .lg\:-tracking-sh {
    letter-spacing: -.063rem;
  }

  .lg\:-tracking-tight {
    letter-spacing: 0.025em;
  }

  .lg\:-tracking-tighter {
    letter-spacing: 0.05em;
  }

  .lg\:-tracking-wide {
    letter-spacing: -0.025em;
  }

  .lg\:-tracking-wider {
    letter-spacing: -0.05em;
  }

  .lg\:-tracking-widest {
    letter-spacing: -0.1em;
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .lg\:text-black\/0 {
    color: rgb(0 0 0 / 0);
  }

  .lg\:text-black\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .lg\:text-black\/100 {
    color: rgb(0 0 0 / 1);
  }

  .lg\:text-black\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .lg\:text-black\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .lg\:text-black\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .lg\:text-black\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .lg\:text-black\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .lg\:text-black\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .lg\:text-black\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .lg\:text-black\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .lg\:text-black\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .lg\:text-black\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .lg\:text-black\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .lg\:text-black\/95 {
    color: rgb(0 0 0 / 0.95);
  }

  .lg\:text-current {
    color: currentColor;
  }

  .lg\:text-error_red {
    --tw-text-opacity: 1;
    color: rgb(235 0 27 / var(--tw-text-opacity));
  }

  .lg\:text-error_red\/0 {
    color: rgb(235 0 27 / 0);
  }

  .lg\:text-error_red\/10 {
    color: rgb(235 0 27 / 0.1);
  }

  .lg\:text-error_red\/100 {
    color: rgb(235 0 27 / 1);
  }

  .lg\:text-error_red\/20 {
    color: rgb(235 0 27 / 0.2);
  }

  .lg\:text-error_red\/25 {
    color: rgb(235 0 27 / 0.25);
  }

  .lg\:text-error_red\/30 {
    color: rgb(235 0 27 / 0.3);
  }

  .lg\:text-error_red\/40 {
    color: rgb(235 0 27 / 0.4);
  }

  .lg\:text-error_red\/5 {
    color: rgb(235 0 27 / 0.05);
  }

  .lg\:text-error_red\/50 {
    color: rgb(235 0 27 / 0.5);
  }

  .lg\:text-error_red\/60 {
    color: rgb(235 0 27 / 0.6);
  }

  .lg\:text-error_red\/70 {
    color: rgb(235 0 27 / 0.7);
  }

  .lg\:text-error_red\/75 {
    color: rgb(235 0 27 / 0.75);
  }

  .lg\:text-error_red\/80 {
    color: rgb(235 0 27 / 0.8);
  }

  .lg\:text-error_red\/90 {
    color: rgb(235 0 27 / 0.9);
  }

  .lg\:text-error_red\/95 {
    color: rgb(235 0 27 / 0.95);
  }

  .lg\:text-gray5 {
    --tw-text-opacity: 1;
    color: rgb(242 242 242 / var(--tw-text-opacity));
  }

  .lg\:text-gray5\/0 {
    color: rgb(242 242 242 / 0);
  }

  .lg\:text-gray5\/10 {
    color: rgb(242 242 242 / 0.1);
  }

  .lg\:text-gray5\/100 {
    color: rgb(242 242 242 / 1);
  }

  .lg\:text-gray5\/20 {
    color: rgb(242 242 242 / 0.2);
  }

  .lg\:text-gray5\/25 {
    color: rgb(242 242 242 / 0.25);
  }

  .lg\:text-gray5\/30 {
    color: rgb(242 242 242 / 0.3);
  }

  .lg\:text-gray5\/40 {
    color: rgb(242 242 242 / 0.4);
  }

  .lg\:text-gray5\/5 {
    color: rgb(242 242 242 / 0.05);
  }

  .lg\:text-gray5\/50 {
    color: rgb(242 242 242 / 0.5);
  }

  .lg\:text-gray5\/60 {
    color: rgb(242 242 242 / 0.6);
  }

  .lg\:text-gray5\/70 {
    color: rgb(242 242 242 / 0.7);
  }

  .lg\:text-gray5\/75 {
    color: rgb(242 242 242 / 0.75);
  }

  .lg\:text-gray5\/80 {
    color: rgb(242 242 242 / 0.8);
  }

  .lg\:text-gray5\/90 {
    color: rgb(242 242 242 / 0.9);
  }

  .lg\:text-gray5\/95 {
    color: rgb(242 242 242 / 0.95);
  }

  .lg\:text-sh_black {
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
  }

  .lg\:text-sh_black\/0 {
    color: rgb(35 31 32 / 0);
  }

  .lg\:text-sh_black\/10 {
    color: rgb(35 31 32 / 0.1);
  }

  .lg\:text-sh_black\/100 {
    color: rgb(35 31 32 / 1);
  }

  .lg\:text-sh_black\/20 {
    color: rgb(35 31 32 / 0.2);
  }

  .lg\:text-sh_black\/25 {
    color: rgb(35 31 32 / 0.25);
  }

  .lg\:text-sh_black\/30 {
    color: rgb(35 31 32 / 0.3);
  }

  .lg\:text-sh_black\/40 {
    color: rgb(35 31 32 / 0.4);
  }

  .lg\:text-sh_black\/5 {
    color: rgb(35 31 32 / 0.05);
  }

  .lg\:text-sh_black\/50 {
    color: rgb(35 31 32 / 0.5);
  }

  .lg\:text-sh_black\/60 {
    color: rgb(35 31 32 / 0.6);
  }

  .lg\:text-sh_black\/70 {
    color: rgb(35 31 32 / 0.7);
  }

  .lg\:text-sh_black\/75 {
    color: rgb(35 31 32 / 0.75);
  }

  .lg\:text-sh_black\/80 {
    color: rgb(35 31 32 / 0.8);
  }

  .lg\:text-sh_black\/90 {
    color: rgb(35 31 32 / 0.9);
  }

  .lg\:text-sh_black\/95 {
    color: rgb(35 31 32 / 0.95);
  }

  .lg\:text-success_green {
    --tw-text-opacity: 1;
    color: rgb(80 131 22 / var(--tw-text-opacity));
  }

  .lg\:text-success_green\/0 {
    color: rgb(80 131 22 / 0);
  }

  .lg\:text-success_green\/10 {
    color: rgb(80 131 22 / 0.1);
  }

  .lg\:text-success_green\/100 {
    color: rgb(80 131 22 / 1);
  }

  .lg\:text-success_green\/20 {
    color: rgb(80 131 22 / 0.2);
  }

  .lg\:text-success_green\/25 {
    color: rgb(80 131 22 / 0.25);
  }

  .lg\:text-success_green\/30 {
    color: rgb(80 131 22 / 0.3);
  }

  .lg\:text-success_green\/40 {
    color: rgb(80 131 22 / 0.4);
  }

  .lg\:text-success_green\/5 {
    color: rgb(80 131 22 / 0.05);
  }

  .lg\:text-success_green\/50 {
    color: rgb(80 131 22 / 0.5);
  }

  .lg\:text-success_green\/60 {
    color: rgb(80 131 22 / 0.6);
  }

  .lg\:text-success_green\/70 {
    color: rgb(80 131 22 / 0.7);
  }

  .lg\:text-success_green\/75 {
    color: rgb(80 131 22 / 0.75);
  }

  .lg\:text-success_green\/80 {
    color: rgb(80 131 22 / 0.8);
  }

  .lg\:text-success_green\/90 {
    color: rgb(80 131 22 / 0.9);
  }

  .lg\:text-success_green\/95 {
    color: rgb(80 131 22 / 0.95);
  }

  .lg\:text-teal {
    --tw-text-opacity: 1;
    color: rgb(0 129 159 / var(--tw-text-opacity));
  }

  .lg\:text-teal\/0 {
    color: rgb(0 129 159 / 0);
  }

  .lg\:text-teal\/10 {
    color: rgb(0 129 159 / 0.1);
  }

  .lg\:text-teal\/100 {
    color: rgb(0 129 159 / 1);
  }

  .lg\:text-teal\/20 {
    color: rgb(0 129 159 / 0.2);
  }

  .lg\:text-teal\/25 {
    color: rgb(0 129 159 / 0.25);
  }

  .lg\:text-teal\/30 {
    color: rgb(0 129 159 / 0.3);
  }

  .lg\:text-teal\/40 {
    color: rgb(0 129 159 / 0.4);
  }

  .lg\:text-teal\/5 {
    color: rgb(0 129 159 / 0.05);
  }

  .lg\:text-teal\/50 {
    color: rgb(0 129 159 / 0.5);
  }

  .lg\:text-teal\/60 {
    color: rgb(0 129 159 / 0.6);
  }

  .lg\:text-teal\/70 {
    color: rgb(0 129 159 / 0.7);
  }

  .lg\:text-teal\/75 {
    color: rgb(0 129 159 / 0.75);
  }

  .lg\:text-teal\/80 {
    color: rgb(0 129 159 / 0.8);
  }

  .lg\:text-teal\/90 {
    color: rgb(0 129 159 / 0.9);
  }

  .lg\:text-teal\/95 {
    color: rgb(0 129 159 / 0.95);
  }

  .lg\:text-teal_dark {
    --tw-text-opacity: 1;
    color: rgb(0 60 77 / var(--tw-text-opacity));
  }

  .lg\:text-teal_dark\/0 {
    color: rgb(0 60 77 / 0);
  }

  .lg\:text-teal_dark\/10 {
    color: rgb(0 60 77 / 0.1);
  }

  .lg\:text-teal_dark\/100 {
    color: rgb(0 60 77 / 1);
  }

  .lg\:text-teal_dark\/20 {
    color: rgb(0 60 77 / 0.2);
  }

  .lg\:text-teal_dark\/25 {
    color: rgb(0 60 77 / 0.25);
  }

  .lg\:text-teal_dark\/30 {
    color: rgb(0 60 77 / 0.3);
  }

  .lg\:text-teal_dark\/40 {
    color: rgb(0 60 77 / 0.4);
  }

  .lg\:text-teal_dark\/5 {
    color: rgb(0 60 77 / 0.05);
  }

  .lg\:text-teal_dark\/50 {
    color: rgb(0 60 77 / 0.5);
  }

  .lg\:text-teal_dark\/60 {
    color: rgb(0 60 77 / 0.6);
  }

  .lg\:text-teal_dark\/70 {
    color: rgb(0 60 77 / 0.7);
  }

  .lg\:text-teal_dark\/75 {
    color: rgb(0 60 77 / 0.75);
  }

  .lg\:text-teal_dark\/80 {
    color: rgb(0 60 77 / 0.8);
  }

  .lg\:text-teal_dark\/90 {
    color: rgb(0 60 77 / 0.9);
  }

  .lg\:text-teal_dark\/95 {
    color: rgb(0 60 77 / 0.95);
  }

  .lg\:text-teal_extra_light {
    --tw-text-opacity: 1;
    color: rgb(245 251 252 / var(--tw-text-opacity));
  }

  .lg\:text-teal_extra_light\/0 {
    color: rgb(245 251 252 / 0);
  }

  .lg\:text-teal_extra_light\/10 {
    color: rgb(245 251 252 / 0.1);
  }

  .lg\:text-teal_extra_light\/100 {
    color: rgb(245 251 252 / 1);
  }

  .lg\:text-teal_extra_light\/20 {
    color: rgb(245 251 252 / 0.2);
  }

  .lg\:text-teal_extra_light\/25 {
    color: rgb(245 251 252 / 0.25);
  }

  .lg\:text-teal_extra_light\/30 {
    color: rgb(245 251 252 / 0.3);
  }

  .lg\:text-teal_extra_light\/40 {
    color: rgb(245 251 252 / 0.4);
  }

  .lg\:text-teal_extra_light\/5 {
    color: rgb(245 251 252 / 0.05);
  }

  .lg\:text-teal_extra_light\/50 {
    color: rgb(245 251 252 / 0.5);
  }

  .lg\:text-teal_extra_light\/60 {
    color: rgb(245 251 252 / 0.6);
  }

  .lg\:text-teal_extra_light\/70 {
    color: rgb(245 251 252 / 0.7);
  }

  .lg\:text-teal_extra_light\/75 {
    color: rgb(245 251 252 / 0.75);
  }

  .lg\:text-teal_extra_light\/80 {
    color: rgb(245 251 252 / 0.8);
  }

  .lg\:text-teal_extra_light\/90 {
    color: rgb(245 251 252 / 0.9);
  }

  .lg\:text-teal_extra_light\/95 {
    color: rgb(245 251 252 / 0.95);
  }

  .lg\:text-teal_light {
    --tw-text-opacity: 1;
    color: rgb(116 196 214 / var(--tw-text-opacity));
  }

  .lg\:text-teal_light\/0 {
    color: rgb(116 196 214 / 0);
  }

  .lg\:text-teal_light\/10 {
    color: rgb(116 196 214 / 0.1);
  }

  .lg\:text-teal_light\/100 {
    color: rgb(116 196 214 / 1);
  }

  .lg\:text-teal_light\/20 {
    color: rgb(116 196 214 / 0.2);
  }

  .lg\:text-teal_light\/25 {
    color: rgb(116 196 214 / 0.25);
  }

  .lg\:text-teal_light\/30 {
    color: rgb(116 196 214 / 0.3);
  }

  .lg\:text-teal_light\/40 {
    color: rgb(116 196 214 / 0.4);
  }

  .lg\:text-teal_light\/5 {
    color: rgb(116 196 214 / 0.05);
  }

  .lg\:text-teal_light\/50 {
    color: rgb(116 196 214 / 0.5);
  }

  .lg\:text-teal_light\/60 {
    color: rgb(116 196 214 / 0.6);
  }

  .lg\:text-teal_light\/70 {
    color: rgb(116 196 214 / 0.7);
  }

  .lg\:text-teal_light\/75 {
    color: rgb(116 196 214 / 0.75);
  }

  .lg\:text-teal_light\/80 {
    color: rgb(116 196 214 / 0.8);
  }

  .lg\:text-teal_light\/90 {
    color: rgb(116 196 214 / 0.9);
  }

  .lg\:text-teal_light\/95 {
    color: rgb(116 196 214 / 0.95);
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-transparent\/0 {
    color: rgb(0 0 0 / 0);
  }

  .lg\:text-transparent\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .lg\:text-transparent\/100 {
    color: rgb(0 0 0 / 1);
  }

  .lg\:text-transparent\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .lg\:text-transparent\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .lg\:text-transparent\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .lg\:text-transparent\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .lg\:text-transparent\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .lg\:text-transparent\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .lg\:text-transparent\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .lg\:text-transparent\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .lg\:text-transparent\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .lg\:text-transparent\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .lg\:text-transparent\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .lg\:text-transparent\/95 {
    color: rgb(0 0 0 / 0.95);
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .lg\:text-white\/0 {
    color: rgb(255 255 255 / 0);
  }

  .lg\:text-white\/10 {
    color: rgb(255 255 255 / 0.1);
  }

  .lg\:text-white\/100 {
    color: rgb(255 255 255 / 1);
  }

  .lg\:text-white\/20 {
    color: rgb(255 255 255 / 0.2);
  }

  .lg\:text-white\/25 {
    color: rgb(255 255 255 / 0.25);
  }

  .lg\:text-white\/30 {
    color: rgb(255 255 255 / 0.3);
  }

  .lg\:text-white\/40 {
    color: rgb(255 255 255 / 0.4);
  }

  .lg\:text-white\/5 {
    color: rgb(255 255 255 / 0.05);
  }

  .lg\:text-white\/50 {
    color: rgb(255 255 255 / 0.5);
  }

  .lg\:text-white\/60 {
    color: rgb(255 255 255 / 0.6);
  }

  .lg\:text-white\/70 {
    color: rgb(255 255 255 / 0.7);
  }

  .lg\:text-white\/75 {
    color: rgb(255 255 255 / 0.75);
  }

  .lg\:text-white\/80 {
    color: rgb(255 255 255 / 0.8);
  }

  .lg\:text-white\/90 {
    color: rgb(255 255 255 / 0.9);
  }

  .lg\:text-white\/95 {
    color: rgb(255 255 255 / 0.95);
  }

  .lg\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .lg\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .lg\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .lg\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .lg\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .lg\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .lg\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .lg\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .lg\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .lg\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .lg\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .lg\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .lg\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .lg\:underline {
    text-decoration-line: underline;
  }

  .lg\:no-underline {
    text-decoration-line: none;
  }

  .lg\:underline-offset-0 {
    text-underline-offset: 0px;
  }

  .lg\:underline-offset-1 {
    text-underline-offset: 1px;
  }

  .lg\:underline-offset-2 {
    text-underline-offset: 2px;
  }

  .lg\:underline-offset-4 {
    text-underline-offset: 4px;
  }

  .lg\:underline-offset-8 {
    text-underline-offset: 8px;
  }

  .lg\:underline-offset-auto {
    text-underline-offset: auto;
  }

  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline {
    outline-style: solid;
  }

  .lg\:outline-dashed {
    outline-style: dashed;
  }

  .lg\:outline-dotted {
    outline-style: dotted;
  }

  .lg\:outline-double {
    outline-style: double;
  }

  .lg\:outline-0 {
    outline-width: 0px;
  }

  .lg\:outline-1 {
    outline-width: 1px;
  }

  .lg\:outline-2 {
    outline-width: 2px;
  }

  .lg\:outline-4 {
    outline-width: 4px;
  }

  .lg\:outline-8 {
    outline-width: 8px;
  }

  .lg\:-outline-offset-0 {
    outline-offset: -0px;
  }

  .lg\:-outline-offset-1 {
    outline-offset: -1px;
  }

  .lg\:-outline-offset-2 {
    outline-offset: -2px;
  }

  .lg\:-outline-offset-4 {
    outline-offset: -4px;
  }

  .lg\:-outline-offset-8 {
    outline-offset: -8px;
  }

  .lg\:outline-offset-0 {
    outline-offset: 0px;
  }

  .lg\:outline-offset-1 {
    outline-offset: 1px;
  }

  .lg\:outline-offset-2 {
    outline-offset: 2px;
  }

  .lg\:outline-offset-4 {
    outline-offset: 4px;
  }

  .lg\:outline-offset-8 {
    outline-offset: 8px;
  }

  .lg\:outline-black {
    outline-color: #000000;
  }

  .lg\:outline-black\/0 {
    outline-color: rgb(0 0 0 / 0);
  }

  .lg\:outline-black\/10 {
    outline-color: rgb(0 0 0 / 0.1);
  }

  .lg\:outline-black\/100 {
    outline-color: rgb(0 0 0 / 1);
  }

  .lg\:outline-black\/20 {
    outline-color: rgb(0 0 0 / 0.2);
  }

  .lg\:outline-black\/25 {
    outline-color: rgb(0 0 0 / 0.25);
  }

  .lg\:outline-black\/30 {
    outline-color: rgb(0 0 0 / 0.3);
  }

  .lg\:outline-black\/40 {
    outline-color: rgb(0 0 0 / 0.4);
  }

  .lg\:outline-black\/5 {
    outline-color: rgb(0 0 0 / 0.05);
  }

  .lg\:outline-black\/50 {
    outline-color: rgb(0 0 0 / 0.5);
  }

  .lg\:outline-black\/60 {
    outline-color: rgb(0 0 0 / 0.6);
  }

  .lg\:outline-black\/70 {
    outline-color: rgb(0 0 0 / 0.7);
  }

  .lg\:outline-black\/75 {
    outline-color: rgb(0 0 0 / 0.75);
  }

  .lg\:outline-black\/80 {
    outline-color: rgb(0 0 0 / 0.8);
  }

  .lg\:outline-black\/90 {
    outline-color: rgb(0 0 0 / 0.9);
  }

  .lg\:outline-black\/95 {
    outline-color: rgb(0 0 0 / 0.95);
  }

  .lg\:outline-current {
    outline-color: currentColor;
  }

  .lg\:outline-error_red {
    outline-color: #eb001b;
  }

  .lg\:outline-error_red\/0 {
    outline-color: rgb(235 0 27 / 0);
  }

  .lg\:outline-error_red\/10 {
    outline-color: rgb(235 0 27 / 0.1);
  }

  .lg\:outline-error_red\/100 {
    outline-color: rgb(235 0 27 / 1);
  }

  .lg\:outline-error_red\/20 {
    outline-color: rgb(235 0 27 / 0.2);
  }

  .lg\:outline-error_red\/25 {
    outline-color: rgb(235 0 27 / 0.25);
  }

  .lg\:outline-error_red\/30 {
    outline-color: rgb(235 0 27 / 0.3);
  }

  .lg\:outline-error_red\/40 {
    outline-color: rgb(235 0 27 / 0.4);
  }

  .lg\:outline-error_red\/5 {
    outline-color: rgb(235 0 27 / 0.05);
  }

  .lg\:outline-error_red\/50 {
    outline-color: rgb(235 0 27 / 0.5);
  }

  .lg\:outline-error_red\/60 {
    outline-color: rgb(235 0 27 / 0.6);
  }

  .lg\:outline-error_red\/70 {
    outline-color: rgb(235 0 27 / 0.7);
  }

  .lg\:outline-error_red\/75 {
    outline-color: rgb(235 0 27 / 0.75);
  }

  .lg\:outline-error_red\/80 {
    outline-color: rgb(235 0 27 / 0.8);
  }

  .lg\:outline-error_red\/90 {
    outline-color: rgb(235 0 27 / 0.9);
  }

  .lg\:outline-error_red\/95 {
    outline-color: rgb(235 0 27 / 0.95);
  }

  .lg\:outline-gray5 {
    outline-color: #f2f2f2;
  }

  .lg\:outline-gray5\/0 {
    outline-color: rgb(242 242 242 / 0);
  }

  .lg\:outline-gray5\/10 {
    outline-color: rgb(242 242 242 / 0.1);
  }

  .lg\:outline-gray5\/100 {
    outline-color: rgb(242 242 242 / 1);
  }

  .lg\:outline-gray5\/20 {
    outline-color: rgb(242 242 242 / 0.2);
  }

  .lg\:outline-gray5\/25 {
    outline-color: rgb(242 242 242 / 0.25);
  }

  .lg\:outline-gray5\/30 {
    outline-color: rgb(242 242 242 / 0.3);
  }

  .lg\:outline-gray5\/40 {
    outline-color: rgb(242 242 242 / 0.4);
  }

  .lg\:outline-gray5\/5 {
    outline-color: rgb(242 242 242 / 0.05);
  }

  .lg\:outline-gray5\/50 {
    outline-color: rgb(242 242 242 / 0.5);
  }

  .lg\:outline-gray5\/60 {
    outline-color: rgb(242 242 242 / 0.6);
  }

  .lg\:outline-gray5\/70 {
    outline-color: rgb(242 242 242 / 0.7);
  }

  .lg\:outline-gray5\/75 {
    outline-color: rgb(242 242 242 / 0.75);
  }

  .lg\:outline-gray5\/80 {
    outline-color: rgb(242 242 242 / 0.8);
  }

  .lg\:outline-gray5\/90 {
    outline-color: rgb(242 242 242 / 0.9);
  }

  .lg\:outline-gray5\/95 {
    outline-color: rgb(242 242 242 / 0.95);
  }

  .lg\:outline-sh_black {
    outline-color: #231f20;
  }

  .lg\:outline-sh_black\/0 {
    outline-color: rgb(35 31 32 / 0);
  }

  .lg\:outline-sh_black\/10 {
    outline-color: rgb(35 31 32 / 0.1);
  }

  .lg\:outline-sh_black\/100 {
    outline-color: rgb(35 31 32 / 1);
  }

  .lg\:outline-sh_black\/20 {
    outline-color: rgb(35 31 32 / 0.2);
  }

  .lg\:outline-sh_black\/25 {
    outline-color: rgb(35 31 32 / 0.25);
  }

  .lg\:outline-sh_black\/30 {
    outline-color: rgb(35 31 32 / 0.3);
  }

  .lg\:outline-sh_black\/40 {
    outline-color: rgb(35 31 32 / 0.4);
  }

  .lg\:outline-sh_black\/5 {
    outline-color: rgb(35 31 32 / 0.05);
  }

  .lg\:outline-sh_black\/50 {
    outline-color: rgb(35 31 32 / 0.5);
  }

  .lg\:outline-sh_black\/60 {
    outline-color: rgb(35 31 32 / 0.6);
  }

  .lg\:outline-sh_black\/70 {
    outline-color: rgb(35 31 32 / 0.7);
  }

  .lg\:outline-sh_black\/75 {
    outline-color: rgb(35 31 32 / 0.75);
  }

  .lg\:outline-sh_black\/80 {
    outline-color: rgb(35 31 32 / 0.8);
  }

  .lg\:outline-sh_black\/90 {
    outline-color: rgb(35 31 32 / 0.9);
  }

  .lg\:outline-sh_black\/95 {
    outline-color: rgb(35 31 32 / 0.95);
  }

  .lg\:outline-success_green {
    outline-color: #508316;
  }

  .lg\:outline-success_green\/0 {
    outline-color: rgb(80 131 22 / 0);
  }

  .lg\:outline-success_green\/10 {
    outline-color: rgb(80 131 22 / 0.1);
  }

  .lg\:outline-success_green\/100 {
    outline-color: rgb(80 131 22 / 1);
  }

  .lg\:outline-success_green\/20 {
    outline-color: rgb(80 131 22 / 0.2);
  }

  .lg\:outline-success_green\/25 {
    outline-color: rgb(80 131 22 / 0.25);
  }

  .lg\:outline-success_green\/30 {
    outline-color: rgb(80 131 22 / 0.3);
  }

  .lg\:outline-success_green\/40 {
    outline-color: rgb(80 131 22 / 0.4);
  }

  .lg\:outline-success_green\/5 {
    outline-color: rgb(80 131 22 / 0.05);
  }

  .lg\:outline-success_green\/50 {
    outline-color: rgb(80 131 22 / 0.5);
  }

  .lg\:outline-success_green\/60 {
    outline-color: rgb(80 131 22 / 0.6);
  }

  .lg\:outline-success_green\/70 {
    outline-color: rgb(80 131 22 / 0.7);
  }

  .lg\:outline-success_green\/75 {
    outline-color: rgb(80 131 22 / 0.75);
  }

  .lg\:outline-success_green\/80 {
    outline-color: rgb(80 131 22 / 0.8);
  }

  .lg\:outline-success_green\/90 {
    outline-color: rgb(80 131 22 / 0.9);
  }

  .lg\:outline-success_green\/95 {
    outline-color: rgb(80 131 22 / 0.95);
  }

  .lg\:outline-teal {
    outline-color: #00819f;
  }

  .lg\:outline-teal\/0 {
    outline-color: rgb(0 129 159 / 0);
  }

  .lg\:outline-teal\/10 {
    outline-color: rgb(0 129 159 / 0.1);
  }

  .lg\:outline-teal\/100 {
    outline-color: rgb(0 129 159 / 1);
  }

  .lg\:outline-teal\/20 {
    outline-color: rgb(0 129 159 / 0.2);
  }

  .lg\:outline-teal\/25 {
    outline-color: rgb(0 129 159 / 0.25);
  }

  .lg\:outline-teal\/30 {
    outline-color: rgb(0 129 159 / 0.3);
  }

  .lg\:outline-teal\/40 {
    outline-color: rgb(0 129 159 / 0.4);
  }

  .lg\:outline-teal\/5 {
    outline-color: rgb(0 129 159 / 0.05);
  }

  .lg\:outline-teal\/50 {
    outline-color: rgb(0 129 159 / 0.5);
  }

  .lg\:outline-teal\/60 {
    outline-color: rgb(0 129 159 / 0.6);
  }

  .lg\:outline-teal\/70 {
    outline-color: rgb(0 129 159 / 0.7);
  }

  .lg\:outline-teal\/75 {
    outline-color: rgb(0 129 159 / 0.75);
  }

  .lg\:outline-teal\/80 {
    outline-color: rgb(0 129 159 / 0.8);
  }

  .lg\:outline-teal\/90 {
    outline-color: rgb(0 129 159 / 0.9);
  }

  .lg\:outline-teal\/95 {
    outline-color: rgb(0 129 159 / 0.95);
  }

  .lg\:outline-teal_dark {
    outline-color: #003C4D;
  }

  .lg\:outline-teal_dark\/0 {
    outline-color: rgb(0 60 77 / 0);
  }

  .lg\:outline-teal_dark\/10 {
    outline-color: rgb(0 60 77 / 0.1);
  }

  .lg\:outline-teal_dark\/100 {
    outline-color: rgb(0 60 77 / 1);
  }

  .lg\:outline-teal_dark\/20 {
    outline-color: rgb(0 60 77 / 0.2);
  }

  .lg\:outline-teal_dark\/25 {
    outline-color: rgb(0 60 77 / 0.25);
  }

  .lg\:outline-teal_dark\/30 {
    outline-color: rgb(0 60 77 / 0.3);
  }

  .lg\:outline-teal_dark\/40 {
    outline-color: rgb(0 60 77 / 0.4);
  }

  .lg\:outline-teal_dark\/5 {
    outline-color: rgb(0 60 77 / 0.05);
  }

  .lg\:outline-teal_dark\/50 {
    outline-color: rgb(0 60 77 / 0.5);
  }

  .lg\:outline-teal_dark\/60 {
    outline-color: rgb(0 60 77 / 0.6);
  }

  .lg\:outline-teal_dark\/70 {
    outline-color: rgb(0 60 77 / 0.7);
  }

  .lg\:outline-teal_dark\/75 {
    outline-color: rgb(0 60 77 / 0.75);
  }

  .lg\:outline-teal_dark\/80 {
    outline-color: rgb(0 60 77 / 0.8);
  }

  .lg\:outline-teal_dark\/90 {
    outline-color: rgb(0 60 77 / 0.9);
  }

  .lg\:outline-teal_dark\/95 {
    outline-color: rgb(0 60 77 / 0.95);
  }

  .lg\:outline-teal_extra_light {
    outline-color: #f5fbfc;
  }

  .lg\:outline-teal_extra_light\/0 {
    outline-color: rgb(245 251 252 / 0);
  }

  .lg\:outline-teal_extra_light\/10 {
    outline-color: rgb(245 251 252 / 0.1);
  }

  .lg\:outline-teal_extra_light\/100 {
    outline-color: rgb(245 251 252 / 1);
  }

  .lg\:outline-teal_extra_light\/20 {
    outline-color: rgb(245 251 252 / 0.2);
  }

  .lg\:outline-teal_extra_light\/25 {
    outline-color: rgb(245 251 252 / 0.25);
  }

  .lg\:outline-teal_extra_light\/30 {
    outline-color: rgb(245 251 252 / 0.3);
  }

  .lg\:outline-teal_extra_light\/40 {
    outline-color: rgb(245 251 252 / 0.4);
  }

  .lg\:outline-teal_extra_light\/5 {
    outline-color: rgb(245 251 252 / 0.05);
  }

  .lg\:outline-teal_extra_light\/50 {
    outline-color: rgb(245 251 252 / 0.5);
  }

  .lg\:outline-teal_extra_light\/60 {
    outline-color: rgb(245 251 252 / 0.6);
  }

  .lg\:outline-teal_extra_light\/70 {
    outline-color: rgb(245 251 252 / 0.7);
  }

  .lg\:outline-teal_extra_light\/75 {
    outline-color: rgb(245 251 252 / 0.75);
  }

  .lg\:outline-teal_extra_light\/80 {
    outline-color: rgb(245 251 252 / 0.8);
  }

  .lg\:outline-teal_extra_light\/90 {
    outline-color: rgb(245 251 252 / 0.9);
  }

  .lg\:outline-teal_extra_light\/95 {
    outline-color: rgb(245 251 252 / 0.95);
  }

  .lg\:outline-teal_light {
    outline-color: #74c4d6;
  }

  .lg\:outline-teal_light\/0 {
    outline-color: rgb(116 196 214 / 0);
  }

  .lg\:outline-teal_light\/10 {
    outline-color: rgb(116 196 214 / 0.1);
  }

  .lg\:outline-teal_light\/100 {
    outline-color: rgb(116 196 214 / 1);
  }

  .lg\:outline-teal_light\/20 {
    outline-color: rgb(116 196 214 / 0.2);
  }

  .lg\:outline-teal_light\/25 {
    outline-color: rgb(116 196 214 / 0.25);
  }

  .lg\:outline-teal_light\/30 {
    outline-color: rgb(116 196 214 / 0.3);
  }

  .lg\:outline-teal_light\/40 {
    outline-color: rgb(116 196 214 / 0.4);
  }

  .lg\:outline-teal_light\/5 {
    outline-color: rgb(116 196 214 / 0.05);
  }

  .lg\:outline-teal_light\/50 {
    outline-color: rgb(116 196 214 / 0.5);
  }

  .lg\:outline-teal_light\/60 {
    outline-color: rgb(116 196 214 / 0.6);
  }

  .lg\:outline-teal_light\/70 {
    outline-color: rgb(116 196 214 / 0.7);
  }

  .lg\:outline-teal_light\/75 {
    outline-color: rgb(116 196 214 / 0.75);
  }

  .lg\:outline-teal_light\/80 {
    outline-color: rgb(116 196 214 / 0.8);
  }

  .lg\:outline-teal_light\/90 {
    outline-color: rgb(116 196 214 / 0.9);
  }

  .lg\:outline-teal_light\/95 {
    outline-color: rgb(116 196 214 / 0.95);
  }

  .lg\:outline-transparent {
    outline-color: transparent;
  }

  .lg\:outline-transparent\/0 {
    outline-color: rgb(0 0 0 / 0);
  }

  .lg\:outline-transparent\/10 {
    outline-color: rgb(0 0 0 / 0.1);
  }

  .lg\:outline-transparent\/100 {
    outline-color: rgb(0 0 0 / 1);
  }

  .lg\:outline-transparent\/20 {
    outline-color: rgb(0 0 0 / 0.2);
  }

  .lg\:outline-transparent\/25 {
    outline-color: rgb(0 0 0 / 0.25);
  }

  .lg\:outline-transparent\/30 {
    outline-color: rgb(0 0 0 / 0.3);
  }

  .lg\:outline-transparent\/40 {
    outline-color: rgb(0 0 0 / 0.4);
  }

  .lg\:outline-transparent\/5 {
    outline-color: rgb(0 0 0 / 0.05);
  }

  .lg\:outline-transparent\/50 {
    outline-color: rgb(0 0 0 / 0.5);
  }

  .lg\:outline-transparent\/60 {
    outline-color: rgb(0 0 0 / 0.6);
  }

  .lg\:outline-transparent\/70 {
    outline-color: rgb(0 0 0 / 0.7);
  }

  .lg\:outline-transparent\/75 {
    outline-color: rgb(0 0 0 / 0.75);
  }

  .lg\:outline-transparent\/80 {
    outline-color: rgb(0 0 0 / 0.8);
  }

  .lg\:outline-transparent\/90 {
    outline-color: rgb(0 0 0 / 0.9);
  }

  .lg\:outline-transparent\/95 {
    outline-color: rgb(0 0 0 / 0.95);
  }

  .lg\:outline-white {
    outline-color: #ffffff;
  }

  .lg\:outline-white\/0 {
    outline-color: rgb(255 255 255 / 0);
  }

  .lg\:outline-white\/10 {
    outline-color: rgb(255 255 255 / 0.1);
  }

  .lg\:outline-white\/100 {
    outline-color: rgb(255 255 255 / 1);
  }

  .lg\:outline-white\/20 {
    outline-color: rgb(255 255 255 / 0.2);
  }

  .lg\:outline-white\/25 {
    outline-color: rgb(255 255 255 / 0.25);
  }

  .lg\:outline-white\/30 {
    outline-color: rgb(255 255 255 / 0.3);
  }

  .lg\:outline-white\/40 {
    outline-color: rgb(255 255 255 / 0.4);
  }

  .lg\:outline-white\/5 {
    outline-color: rgb(255 255 255 / 0.05);
  }

  .lg\:outline-white\/50 {
    outline-color: rgb(255 255 255 / 0.5);
  }

  .lg\:outline-white\/60 {
    outline-color: rgb(255 255 255 / 0.6);
  }

  .lg\:outline-white\/70 {
    outline-color: rgb(255 255 255 / 0.7);
  }

  .lg\:outline-white\/75 {
    outline-color: rgb(255 255 255 / 0.75);
  }

  .lg\:outline-white\/80 {
    outline-color: rgb(255 255 255 / 0.8);
  }

  .lg\:outline-white\/90 {
    outline-color: rgb(255 255 255 / 0.9);
  }

  .lg\:outline-white\/95 {
    outline-color: rgb(255 255 255 / 0.95);
  }

  .lg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\: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;
  }

  .lg\:transition-none {
    transition-property: none;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:content-none {
    --tw-content: none;
    content: var(--tw-content);
  }

  .lg\:bg_cyan_dark {
    background-color: #007298;
  }

  .lg\:color_cyan_dark {
    color: #007298;
  }

  .lg\:fill_cyan_dark {
    fill: #007298;
    color: #007298;
  }

  .lg\:border_color_cyan_dark {
    border-color: #007298;
  }

  .lg\:bg_cyan {
    background-color: #408EA0;
  }

  .lg\:color_cyan {
    color: #408EA0;
  }

  .lg\:fill_cyan {
    fill: #408EA0;
    color: #408EA0;
  }

  .lg\:border_color_cyan {
    border-color: #408EA0;
  }

  .lg\:bg_cyan_light {
    background-color: #C5E0EA;
  }

  .lg\:color_cyan_light {
    color: #C5E0EA;
  }

  .lg\:fill_cyan_light {
    fill: #C5E0EA;
    color: #C5E0EA;
  }

  .lg\:border_color_cyan_light {
    border-color: #C5E0EA;
  }

  .lg\:bg_cyan_extra_light {
    background-color: #EFF7F8;
  }

  .lg\:color_cyan_extra_light {
    color: #EFF7F8;
  }

  .lg\:fill_cyan_extra_light {
    fill: #EFF7F8;
    color: #EFF7F8;
  }

  .lg\:border_color_extra_cyan_light {
    border-color: #EFF7F8;
  }

  .lg\:sh_height_580 {
    min-height: 36.25rem;
  }

  .lg\:sh_height_500 {
    min-height: 31.25rem;
  }

  .lg\:sh_height_450 {
    min-height: 28.125rem;
  }

  .lg\:sh_height_400 {
    min-height: 25rem;
  }

  .lg\:sh_height_350 {
    min-height: 21.875rem;
  }

  .lg\:sh_height_144 {
    min-height: 9rem;
  }

  .lg\:sh_superscript {
    position: relative;
    top: -5px;
    font-size: .625rem;
    margin-left: 1px;
  }

  .lg\:sh_icon_hover {
    color: #408EA0;
    fill: #408EA0;
  }

  .lg\:sh_icon_hover:hover {
    color: #74C3D5;
    fill: #74C3D5;
  }

  @media (max-width: 1023.9px) {
    .lg\:sh_hiddenWhenSmall {
      display: none;
    }
  }

  .lg\:important_mb_0 {
    margin-bottom: 0px !important;
  }

  .lg\:important_mt_0 {
    margin-top: 0px !important;
  }

  .lg\:important_pb_0 {
    padding-bottom: 0px !important;
  }

  .lg\:important_pt_0 {
    padding-top: 0px !important;
  }

  .lg\:important_bg_image_none {
    background-image: none !important;
  }

  .lg\:important_w_full {
    width: 100% !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  .lg\:important_button_width_100 {
    width: 100% !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  #layoutContainers>div>.row>.lg\:col-sm {
    padding: 0 !important;
  }
}