@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Barlow, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.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;
}
.-bottom-\[5px\]{
  bottom: -5px;
}
.-top-\[5px\]{
  top: -5px;
}
.left-0{
  left: 0px;
}
.left-\[8px\]{
  left: 8px;
}
.right-0{
  right: 0px;
}
.right-\[10px\]{
  right: 10px;
}
.top-0{
  top: 0px;
}
.top-\[80px\]{
  top: 80px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-ml-px{
  margin-left: -1px;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-8{
  margin-top: -2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-8{
  margin-left: 2rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-screen{
  height: 100vh;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-24{
  width: 6rem !important;
}
.w-1\/2{
  width: 50%;
}
.w-20{
  width: 5rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[250px\]{
  width: 250px;
}
.w-full{
  width: 100%;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-screen-md{
  max-width: 768px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.basis-1\/2{
  flex-basis: 50%;
}
.basis-2\/5{
  flex-basis: 40%;
}
.basis-3\/5{
  flex-basis: 60%;
}
.basis-5\/6{
  flex-basis: 83.333333%;
}
.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-0\.5{
  --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-1{
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1\.5{
  --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-10{
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-11{
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-12{
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-14{
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-16{
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2{
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2\.5{
  --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-20{
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-24{
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-28{
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3{
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3\.5{
  --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-32{
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-36{
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-4{
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-40{
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-44{
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-48{
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-5{
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-52{
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-56{
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-6{
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-60{
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-64{
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-7{
  --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-72{
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-8{
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-80{
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-9{
  --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-96{
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-px{
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  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-0\.5{
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1{
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1\.5{
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-10{
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-11{
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-12{
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-14{
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-16{
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2{
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2\.5{
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-20{
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-24{
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-28{
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3{
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3\.5{
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-32{
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-36{
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-4{
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-40{
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-44{
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-48{
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-5{
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-52{
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-56{
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-6{
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-60{
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-64{
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-7{
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-72{
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-8{
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-80{
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-9{
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-96{
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-px{
  --tw-border-spacing-x: 1px;
  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-0\.5{
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1{
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1\.5{
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-10{
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-11{
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-12{
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-14{
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-16{
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2{
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2\.5{
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-20{
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-24{
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-28{
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3{
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3\.5{
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-32{
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-36{
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-4{
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-40{
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-44{
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-48{
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-5{
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-52{
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-56{
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-6{
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-60{
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-64{
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-7{
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-72{
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-8{
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-80{
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-9{
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-96{
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-px{
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-top{
  transform-origin: top;
}
.origin-top-left{
  transform-origin: top left;
}
.origin-top-right{
  transform-origin: top right;
}
.-translate-y-\[4px\]{
  --tw-translate-y: -4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) 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-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-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-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));
}
.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-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));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-context-menu{
  cursor: context-menu;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-text{
  cursor: text;
}
.scroll-mt-56{
  scroll-margin-top: 14rem;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-clip{
  text-overflow: clip;
}
.text-wrap{
  text-wrap: wrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.text-pretty{
  text-wrap: pretty;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-8{
  border-width: 8px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-2{
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-x-4{
  border-left-width: 4px;
  border-right-width: 4px;
}
.border-x-8{
  border-left-width: 8px;
  border-right-width: 8px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-0{
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-y-4{
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.border-y-8{
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-b-8{
  border-bottom-width: 8px;
}
.border-e{
  border-inline-end-width: 1px;
}
.border-e-0{
  border-inline-end-width: 0px;
}
.border-e-2{
  border-inline-end-width: 2px;
}
.border-e-4{
  border-inline-end-width: 4px;
}
.border-e-8{
  border-inline-end-width: 8px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-l-8{
  border-left-width: 8px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-r-4{
  border-right-width: 4px;
}
.border-r-8{
  border-right-width: 8px;
}
.border-s{
  border-inline-start-width: 1px;
}
.border-s-0{
  border-inline-start-width: 0px;
}
.border-s-2{
  border-inline-start-width: 2px;
}
.border-s-4{
  border-inline-start-width: 4px;
}
.border-s-8{
  border-inline-start-width: 8px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-t-8{
  border-top-width: 8px;
}
.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, 1));
}
.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\/15{
  border-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-color: rgb(0 0 0 / 0.35);
}
.border-black\/40{
  border-color: rgb(0 0 0 / 0.4);
}
.border-black\/45{
  border-color: rgb(0 0 0 / 0.45);
}
.border-black\/5{
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/50{
  border-color: rgb(0 0 0 / 0.5);
}
.border-black\/55{
  border-color: rgb(0 0 0 / 0.55);
}
.border-black\/60{
  border-color: rgb(0 0 0 / 0.6);
}
.border-black\/65{
  border-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-color: rgb(0 0 0 / 0.85);
}
.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-dark-deep-blue{
  --tw-border-opacity: 1;
  border-color: rgb(28 34 61 / var(--tw-border-opacity, 1));
}
.border-dark-deep-blue\/0{
  border-color: rgb(28 34 61 / 0);
}
.border-dark-deep-blue\/10{
  border-color: rgb(28 34 61 / 0.1);
}
.border-dark-deep-blue\/100{
  border-color: rgb(28 34 61 / 1);
}
.border-dark-deep-blue\/15{
  border-color: rgb(28 34 61 / 0.15);
}
.border-dark-deep-blue\/20{
  border-color: rgb(28 34 61 / 0.2);
}
.border-dark-deep-blue\/25{
  border-color: rgb(28 34 61 / 0.25);
}
.border-dark-deep-blue\/30{
  border-color: rgb(28 34 61 / 0.3);
}
.border-dark-deep-blue\/35{
  border-color: rgb(28 34 61 / 0.35);
}
.border-dark-deep-blue\/40{
  border-color: rgb(28 34 61 / 0.4);
}
.border-dark-deep-blue\/45{
  border-color: rgb(28 34 61 / 0.45);
}
.border-dark-deep-blue\/5{
  border-color: rgb(28 34 61 / 0.05);
}
.border-dark-deep-blue\/50{
  border-color: rgb(28 34 61 / 0.5);
}
.border-dark-deep-blue\/55{
  border-color: rgb(28 34 61 / 0.55);
}
.border-dark-deep-blue\/60{
  border-color: rgb(28 34 61 / 0.6);
}
.border-dark-deep-blue\/65{
  border-color: rgb(28 34 61 / 0.65);
}
.border-dark-deep-blue\/70{
  border-color: rgb(28 34 61 / 0.7);
}
.border-dark-deep-blue\/75{
  border-color: rgb(28 34 61 / 0.75);
}
.border-dark-deep-blue\/80{
  border-color: rgb(28 34 61 / 0.8);
}
.border-dark-deep-blue\/85{
  border-color: rgb(28 34 61 / 0.85);
}
.border-dark-deep-blue\/90{
  border-color: rgb(28 34 61 / 0.9);
}
.border-dark-deep-blue\/95{
  border-color: rgb(28 34 61 / 0.95);
}
.border-deep-blue{
  --tw-border-opacity: 1;
  border-color: rgb(36 44 78 / var(--tw-border-opacity, 1));
}
.border-deep-blue\/0{
  border-color: rgb(36 44 78 / 0);
}
.border-deep-blue\/10{
  border-color: rgb(36 44 78 / 0.1);
}
.border-deep-blue\/100{
  border-color: rgb(36 44 78 / 1);
}
.border-deep-blue\/15{
  border-color: rgb(36 44 78 / 0.15);
}
.border-deep-blue\/20{
  border-color: rgb(36 44 78 / 0.2);
}
.border-deep-blue\/25{
  border-color: rgb(36 44 78 / 0.25);
}
.border-deep-blue\/30{
  border-color: rgb(36 44 78 / 0.3);
}
.border-deep-blue\/35{
  border-color: rgb(36 44 78 / 0.35);
}
.border-deep-blue\/40{
  border-color: rgb(36 44 78 / 0.4);
}
.border-deep-blue\/45{
  border-color: rgb(36 44 78 / 0.45);
}
.border-deep-blue\/5{
  border-color: rgb(36 44 78 / 0.05);
}
.border-deep-blue\/50{
  border-color: rgb(36 44 78 / 0.5);
}
.border-deep-blue\/55{
  border-color: rgb(36 44 78 / 0.55);
}
.border-deep-blue\/60{
  border-color: rgb(36 44 78 / 0.6);
}
.border-deep-blue\/65{
  border-color: rgb(36 44 78 / 0.65);
}
.border-deep-blue\/70{
  border-color: rgb(36 44 78 / 0.7);
}
.border-deep-blue\/75{
  border-color: rgb(36 44 78 / 0.75);
}
.border-deep-blue\/80{
  border-color: rgb(36 44 78 / 0.8);
}
.border-deep-blue\/85{
  border-color: rgb(36 44 78 / 0.85);
}
.border-deep-blue\/90{
  border-color: rgb(36 44 78 / 0.9);
}
.border-deep-blue\/95{
  border-color: rgb(36 44 78 / 0.95);
}
.border-deep-blue\/\[\.07\]{
  border-color: rgb(36 44 78 / .07);
}
.border-deep-blue\/\[\.1\]{
  border-color: rgb(36 44 78 / .1);
}
.border-error{
  --tw-border-opacity: 1;
  border-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
}
.border-error\/0{
  border-color: rgb(239 89 89 / 0);
}
.border-error\/10{
  border-color: rgb(239 89 89 / 0.1);
}
.border-error\/100{
  border-color: rgb(239 89 89 / 1);
}
.border-error\/15{
  border-color: rgb(239 89 89 / 0.15);
}
.border-error\/20{
  border-color: rgb(239 89 89 / 0.2);
}
.border-error\/25{
  border-color: rgb(239 89 89 / 0.25);
}
.border-error\/30{
  border-color: rgb(239 89 89 / 0.3);
}
.border-error\/35{
  border-color: rgb(239 89 89 / 0.35);
}
.border-error\/40{
  border-color: rgb(239 89 89 / 0.4);
}
.border-error\/45{
  border-color: rgb(239 89 89 / 0.45);
}
.border-error\/5{
  border-color: rgb(239 89 89 / 0.05);
}
.border-error\/50{
  border-color: rgb(239 89 89 / 0.5);
}
.border-error\/55{
  border-color: rgb(239 89 89 / 0.55);
}
.border-error\/60{
  border-color: rgb(239 89 89 / 0.6);
}
.border-error\/65{
  border-color: rgb(239 89 89 / 0.65);
}
.border-error\/70{
  border-color: rgb(239 89 89 / 0.7);
}
.border-error\/75{
  border-color: rgb(239 89 89 / 0.75);
}
.border-error\/80{
  border-color: rgb(239 89 89 / 0.8);
}
.border-error\/85{
  border-color: rgb(239 89 89 / 0.85);
}
.border-error\/90{
  border-color: rgb(239 89 89 / 0.9);
}
.border-error\/95{
  border-color: rgb(239 89 89 / 0.95);
}
.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-green\/0{
  border-color: rgb(77 184 166 / 0);
}
.border-green\/10{
  border-color: rgb(77 184 166 / 0.1);
}
.border-green\/100{
  border-color: rgb(77 184 166 / 1);
}
.border-green\/15{
  border-color: rgb(77 184 166 / 0.15);
}
.border-green\/20{
  border-color: rgb(77 184 166 / 0.2);
}
.border-green\/25{
  border-color: rgb(77 184 166 / 0.25);
}
.border-green\/30{
  border-color: rgb(77 184 166 / 0.3);
}
.border-green\/35{
  border-color: rgb(77 184 166 / 0.35);
}
.border-green\/40{
  border-color: rgb(77 184 166 / 0.4);
}
.border-green\/45{
  border-color: rgb(77 184 166 / 0.45);
}
.border-green\/5{
  border-color: rgb(77 184 166 / 0.05);
}
.border-green\/50{
  border-color: rgb(77 184 166 / 0.5);
}
.border-green\/55{
  border-color: rgb(77 184 166 / 0.55);
}
.border-green\/60{
  border-color: rgb(77 184 166 / 0.6);
}
.border-green\/65{
  border-color: rgb(77 184 166 / 0.65);
}
.border-green\/70{
  border-color: rgb(77 184 166 / 0.7);
}
.border-green\/75{
  border-color: rgb(77 184 166 / 0.75);
}
.border-green\/80{
  border-color: rgb(77 184 166 / 0.8);
}
.border-green\/85{
  border-color: rgb(77 184 166 / 0.85);
}
.border-green\/90{
  border-color: rgb(77 184 166 / 0.9);
}
.border-green\/95{
  border-color: rgb(77 184 166 / 0.95);
}
.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(133 137 155 / var(--tw-border-opacity, 1));
}
.border-grey\/0{
  border-color: rgb(133 137 155 / 0);
}
.border-grey\/10{
  border-color: rgb(133 137 155 / 0.1);
}
.border-grey\/100{
  border-color: rgb(133 137 155 / 1);
}
.border-grey\/15{
  border-color: rgb(133 137 155 / 0.15);
}
.border-grey\/20{
  border-color: rgb(133 137 155 / 0.2);
}
.border-grey\/25{
  border-color: rgb(133 137 155 / 0.25);
}
.border-grey\/30{
  border-color: rgb(133 137 155 / 0.3);
}
.border-grey\/35{
  border-color: rgb(133 137 155 / 0.35);
}
.border-grey\/40{
  border-color: rgb(133 137 155 / 0.4);
}
.border-grey\/45{
  border-color: rgb(133 137 155 / 0.45);
}
.border-grey\/5{
  border-color: rgb(133 137 155 / 0.05);
}
.border-grey\/50{
  border-color: rgb(133 137 155 / 0.5);
}
.border-grey\/55{
  border-color: rgb(133 137 155 / 0.55);
}
.border-grey\/60{
  border-color: rgb(133 137 155 / 0.6);
}
.border-grey\/65{
  border-color: rgb(133 137 155 / 0.65);
}
.border-grey\/70{
  border-color: rgb(133 137 155 / 0.7);
}
.border-grey\/75{
  border-color: rgb(133 137 155 / 0.75);
}
.border-grey\/80{
  border-color: rgb(133 137 155 / 0.8);
}
.border-grey\/85{
  border-color: rgb(133 137 155 / 0.85);
}
.border-grey\/90{
  border-color: rgb(133 137 155 / 0.9);
}
.border-grey\/95{
  border-color: rgb(133 137 155 / 0.95);
}
.border-infill-white{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 244 / var(--tw-border-opacity, 1));
}
.border-infill-white\/0{
  border-color: rgb(243 244 244 / 0);
}
.border-infill-white\/10{
  border-color: rgb(243 244 244 / 0.1);
}
.border-infill-white\/100{
  border-color: rgb(243 244 244 / 1);
}
.border-infill-white\/15{
  border-color: rgb(243 244 244 / 0.15);
}
.border-infill-white\/20{
  border-color: rgb(243 244 244 / 0.2);
}
.border-infill-white\/25{
  border-color: rgb(243 244 244 / 0.25);
}
.border-infill-white\/30{
  border-color: rgb(243 244 244 / 0.3);
}
.border-infill-white\/35{
  border-color: rgb(243 244 244 / 0.35);
}
.border-infill-white\/40{
  border-color: rgb(243 244 244 / 0.4);
}
.border-infill-white\/45{
  border-color: rgb(243 244 244 / 0.45);
}
.border-infill-white\/5{
  border-color: rgb(243 244 244 / 0.05);
}
.border-infill-white\/50{
  border-color: rgb(243 244 244 / 0.5);
}
.border-infill-white\/55{
  border-color: rgb(243 244 244 / 0.55);
}
.border-infill-white\/60{
  border-color: rgb(243 244 244 / 0.6);
}
.border-infill-white\/65{
  border-color: rgb(243 244 244 / 0.65);
}
.border-infill-white\/70{
  border-color: rgb(243 244 244 / 0.7);
}
.border-infill-white\/75{
  border-color: rgb(243 244 244 / 0.75);
}
.border-infill-white\/80{
  border-color: rgb(243 244 244 / 0.8);
}
.border-infill-white\/85{
  border-color: rgb(243 244 244 / 0.85);
}
.border-infill-white\/90{
  border-color: rgb(243 244 244 / 0.9);
}
.border-infill-white\/95{
  border-color: rgb(243 244 244 / 0.95);
}
.border-light-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 183 235 / var(--tw-border-opacity, 1));
}
.border-light-blue\/0{
  border-color: rgb(0 183 235 / 0);
}
.border-light-blue\/10{
  border-color: rgb(0 183 235 / 0.1);
}
.border-light-blue\/100{
  border-color: rgb(0 183 235 / 1);
}
.border-light-blue\/15{
  border-color: rgb(0 183 235 / 0.15);
}
.border-light-blue\/20{
  border-color: rgb(0 183 235 / 0.2);
}
.border-light-blue\/25{
  border-color: rgb(0 183 235 / 0.25);
}
.border-light-blue\/30{
  border-color: rgb(0 183 235 / 0.3);
}
.border-light-blue\/35{
  border-color: rgb(0 183 235 / 0.35);
}
.border-light-blue\/40{
  border-color: rgb(0 183 235 / 0.4);
}
.border-light-blue\/45{
  border-color: rgb(0 183 235 / 0.45);
}
.border-light-blue\/5{
  border-color: rgb(0 183 235 / 0.05);
}
.border-light-blue\/50{
  border-color: rgb(0 183 235 / 0.5);
}
.border-light-blue\/55{
  border-color: rgb(0 183 235 / 0.55);
}
.border-light-blue\/60{
  border-color: rgb(0 183 235 / 0.6);
}
.border-light-blue\/65{
  border-color: rgb(0 183 235 / 0.65);
}
.border-light-blue\/70{
  border-color: rgb(0 183 235 / 0.7);
}
.border-light-blue\/75{
  border-color: rgb(0 183 235 / 0.75);
}
.border-light-blue\/80{
  border-color: rgb(0 183 235 / 0.8);
}
.border-light-blue\/85{
  border-color: rgb(0 183 235 / 0.85);
}
.border-light-blue\/90{
  border-color: rgb(0 183 235 / 0.9);
}
.border-light-blue\/95{
  border-color: rgb(0 183 235 / 0.95);
}
.border-off-white{
  --tw-border-opacity: 1;
  border-color: rgb(250 251 251 / var(--tw-border-opacity, 1));
}
.border-off-white\/0{
  border-color: rgb(250 251 251 / 0);
}
.border-off-white\/10{
  border-color: rgb(250 251 251 / 0.1);
}
.border-off-white\/100{
  border-color: rgb(250 251 251 / 1);
}
.border-off-white\/15{
  border-color: rgb(250 251 251 / 0.15);
}
.border-off-white\/20{
  border-color: rgb(250 251 251 / 0.2);
}
.border-off-white\/25{
  border-color: rgb(250 251 251 / 0.25);
}
.border-off-white\/30{
  border-color: rgb(250 251 251 / 0.3);
}
.border-off-white\/35{
  border-color: rgb(250 251 251 / 0.35);
}
.border-off-white\/40{
  border-color: rgb(250 251 251 / 0.4);
}
.border-off-white\/45{
  border-color: rgb(250 251 251 / 0.45);
}
.border-off-white\/5{
  border-color: rgb(250 251 251 / 0.05);
}
.border-off-white\/50{
  border-color: rgb(250 251 251 / 0.5);
}
.border-off-white\/55{
  border-color: rgb(250 251 251 / 0.55);
}
.border-off-white\/60{
  border-color: rgb(250 251 251 / 0.6);
}
.border-off-white\/65{
  border-color: rgb(250 251 251 / 0.65);
}
.border-off-white\/70{
  border-color: rgb(250 251 251 / 0.7);
}
.border-off-white\/75{
  border-color: rgb(250 251 251 / 0.75);
}
.border-off-white\/80{
  border-color: rgb(250 251 251 / 0.8);
}
.border-off-white\/85{
  border-color: rgb(250 251 251 / 0.85);
}
.border-off-white\/90{
  border-color: rgb(250 251 251 / 0.9);
}
.border-off-white\/95{
  border-color: rgb(250 251 251 / 0.95);
}
.border-red{
  --tw-border-opacity: 1;
  border-color: rgb(255 101 101 / var(--tw-border-opacity, 1));
}
.border-red\/0{
  border-color: rgb(255 101 101 / 0);
}
.border-red\/10{
  border-color: rgb(255 101 101 / 0.1);
}
.border-red\/100{
  border-color: rgb(255 101 101 / 1);
}
.border-red\/15{
  border-color: rgb(255 101 101 / 0.15);
}
.border-red\/20{
  border-color: rgb(255 101 101 / 0.2);
}
.border-red\/25{
  border-color: rgb(255 101 101 / 0.25);
}
.border-red\/30{
  border-color: rgb(255 101 101 / 0.3);
}
.border-red\/35{
  border-color: rgb(255 101 101 / 0.35);
}
.border-red\/40{
  border-color: rgb(255 101 101 / 0.4);
}
.border-red\/45{
  border-color: rgb(255 101 101 / 0.45);
}
.border-red\/5{
  border-color: rgb(255 101 101 / 0.05);
}
.border-red\/50{
  border-color: rgb(255 101 101 / 0.5);
}
.border-red\/55{
  border-color: rgb(255 101 101 / 0.55);
}
.border-red\/60{
  border-color: rgb(255 101 101 / 0.6);
}
.border-red\/65{
  border-color: rgb(255 101 101 / 0.65);
}
.border-red\/70{
  border-color: rgb(255 101 101 / 0.7);
}
.border-red\/75{
  border-color: rgb(255 101 101 / 0.75);
}
.border-red\/80{
  border-color: rgb(255 101 101 / 0.8);
}
.border-red\/85{
  border-color: rgb(255 101 101 / 0.85);
}
.border-red\/90{
  border-color: rgb(255 101 101 / 0.9);
}
.border-red\/95{
  border-color: rgb(255 101 101 / 0.95);
}
.border-success{
  --tw-border-opacity: 1;
  border-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-success\/0{
  border-color: rgb(77 184 166 / 0);
}
.border-success\/10{
  border-color: rgb(77 184 166 / 0.1);
}
.border-success\/100{
  border-color: rgb(77 184 166 / 1);
}
.border-success\/15{
  border-color: rgb(77 184 166 / 0.15);
}
.border-success\/20{
  border-color: rgb(77 184 166 / 0.2);
}
.border-success\/25{
  border-color: rgb(77 184 166 / 0.25);
}
.border-success\/30{
  border-color: rgb(77 184 166 / 0.3);
}
.border-success\/35{
  border-color: rgb(77 184 166 / 0.35);
}
.border-success\/40{
  border-color: rgb(77 184 166 / 0.4);
}
.border-success\/45{
  border-color: rgb(77 184 166 / 0.45);
}
.border-success\/5{
  border-color: rgb(77 184 166 / 0.05);
}
.border-success\/50{
  border-color: rgb(77 184 166 / 0.5);
}
.border-success\/55{
  border-color: rgb(77 184 166 / 0.55);
}
.border-success\/60{
  border-color: rgb(77 184 166 / 0.6);
}
.border-success\/65{
  border-color: rgb(77 184 166 / 0.65);
}
.border-success\/70{
  border-color: rgb(77 184 166 / 0.7);
}
.border-success\/75{
  border-color: rgb(77 184 166 / 0.75);
}
.border-success\/80{
  border-color: rgb(77 184 166 / 0.8);
}
.border-success\/85{
  border-color: rgb(77 184 166 / 0.85);
}
.border-success\/90{
  border-color: rgb(77 184 166 / 0.9);
}
.border-success\/95{
  border-color: rgb(77 184 166 / 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\/15{
  border-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-color: rgb(0 0 0 / 0.35);
}
.border-transparent\/40{
  border-color: rgb(0 0 0 / 0.4);
}
.border-transparent\/45{
  border-color: rgb(0 0 0 / 0.45);
}
.border-transparent\/5{
  border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/50{
  border-color: rgb(0 0 0 / 0.5);
}
.border-transparent\/55{
  border-color: rgb(0 0 0 / 0.55);
}
.border-transparent\/60{
  border-color: rgb(0 0 0 / 0.6);
}
.border-transparent\/65{
  border-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-color: rgb(0 0 0 / 0.85);
}
.border-transparent\/90{
  border-color: rgb(0 0 0 / 0.9);
}
.border-transparent\/95{
  border-color: rgb(0 0 0 / 0.95);
}
.border-warning{
  --tw-border-opacity: 1;
  border-color: rgb(247 174 75 / var(--tw-border-opacity, 1));
}
.border-warning\/0{
  border-color: rgb(247 174 75 / 0);
}
.border-warning\/10{
  border-color: rgb(247 174 75 / 0.1);
}
.border-warning\/100{
  border-color: rgb(247 174 75 / 1);
}
.border-warning\/15{
  border-color: rgb(247 174 75 / 0.15);
}
.border-warning\/20{
  border-color: rgb(247 174 75 / 0.2);
}
.border-warning\/25{
  border-color: rgb(247 174 75 / 0.25);
}
.border-warning\/30{
  border-color: rgb(247 174 75 / 0.3);
}
.border-warning\/35{
  border-color: rgb(247 174 75 / 0.35);
}
.border-warning\/40{
  border-color: rgb(247 174 75 / 0.4);
}
.border-warning\/45{
  border-color: rgb(247 174 75 / 0.45);
}
.border-warning\/5{
  border-color: rgb(247 174 75 / 0.05);
}
.border-warning\/50{
  border-color: rgb(247 174 75 / 0.5);
}
.border-warning\/55{
  border-color: rgb(247 174 75 / 0.55);
}
.border-warning\/60{
  border-color: rgb(247 174 75 / 0.6);
}
.border-warning\/65{
  border-color: rgb(247 174 75 / 0.65);
}
.border-warning\/70{
  border-color: rgb(247 174 75 / 0.7);
}
.border-warning\/75{
  border-color: rgb(247 174 75 / 0.75);
}
.border-warning\/80{
  border-color: rgb(247 174 75 / 0.8);
}
.border-warning\/85{
  border-color: rgb(247 174 75 / 0.85);
}
.border-warning\/90{
  border-color: rgb(247 174 75 / 0.9);
}
.border-warning\/95{
  border-color: rgb(247 174 75 / 0.95);
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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\/15{
  border-color: rgb(255 255 255 / 0.15);
}
.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\/35{
  border-color: rgb(255 255 255 / 0.35);
}
.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/45{
  border-color: rgb(255 255 255 / 0.45);
}
.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/55{
  border-color: rgb(255 255 255 / 0.55);
}
.border-white\/60{
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/65{
  border-color: rgb(255 255 255 / 0.65);
}
.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\/85{
  border-color: rgb(255 255 255 / 0.85);
}
.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, 1));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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\/15{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.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\/45{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.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\/65{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.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-dark-deep-blue{
  --tw-border-opacity: 1;
  border-left-color: rgb(28 34 61 / var(--tw-border-opacity, 1));
  border-right-color: rgb(28 34 61 / var(--tw-border-opacity, 1));
}
.border-x-dark-deep-blue\/0{
  border-left-color: rgb(28 34 61 / 0);
  border-right-color: rgb(28 34 61 / 0);
}
.border-x-dark-deep-blue\/10{
  border-left-color: rgb(28 34 61 / 0.1);
  border-right-color: rgb(28 34 61 / 0.1);
}
.border-x-dark-deep-blue\/100{
  border-left-color: rgb(28 34 61 / 1);
  border-right-color: rgb(28 34 61 / 1);
}
.border-x-dark-deep-blue\/15{
  border-left-color: rgb(28 34 61 / 0.15);
  border-right-color: rgb(28 34 61 / 0.15);
}
.border-x-dark-deep-blue\/20{
  border-left-color: rgb(28 34 61 / 0.2);
  border-right-color: rgb(28 34 61 / 0.2);
}
.border-x-dark-deep-blue\/25{
  border-left-color: rgb(28 34 61 / 0.25);
  border-right-color: rgb(28 34 61 / 0.25);
}
.border-x-dark-deep-blue\/30{
  border-left-color: rgb(28 34 61 / 0.3);
  border-right-color: rgb(28 34 61 / 0.3);
}
.border-x-dark-deep-blue\/35{
  border-left-color: rgb(28 34 61 / 0.35);
  border-right-color: rgb(28 34 61 / 0.35);
}
.border-x-dark-deep-blue\/40{
  border-left-color: rgb(28 34 61 / 0.4);
  border-right-color: rgb(28 34 61 / 0.4);
}
.border-x-dark-deep-blue\/45{
  border-left-color: rgb(28 34 61 / 0.45);
  border-right-color: rgb(28 34 61 / 0.45);
}
.border-x-dark-deep-blue\/5{
  border-left-color: rgb(28 34 61 / 0.05);
  border-right-color: rgb(28 34 61 / 0.05);
}
.border-x-dark-deep-blue\/50{
  border-left-color: rgb(28 34 61 / 0.5);
  border-right-color: rgb(28 34 61 / 0.5);
}
.border-x-dark-deep-blue\/55{
  border-left-color: rgb(28 34 61 / 0.55);
  border-right-color: rgb(28 34 61 / 0.55);
}
.border-x-dark-deep-blue\/60{
  border-left-color: rgb(28 34 61 / 0.6);
  border-right-color: rgb(28 34 61 / 0.6);
}
.border-x-dark-deep-blue\/65{
  border-left-color: rgb(28 34 61 / 0.65);
  border-right-color: rgb(28 34 61 / 0.65);
}
.border-x-dark-deep-blue\/70{
  border-left-color: rgb(28 34 61 / 0.7);
  border-right-color: rgb(28 34 61 / 0.7);
}
.border-x-dark-deep-blue\/75{
  border-left-color: rgb(28 34 61 / 0.75);
  border-right-color: rgb(28 34 61 / 0.75);
}
.border-x-dark-deep-blue\/80{
  border-left-color: rgb(28 34 61 / 0.8);
  border-right-color: rgb(28 34 61 / 0.8);
}
.border-x-dark-deep-blue\/85{
  border-left-color: rgb(28 34 61 / 0.85);
  border-right-color: rgb(28 34 61 / 0.85);
}
.border-x-dark-deep-blue\/90{
  border-left-color: rgb(28 34 61 / 0.9);
  border-right-color: rgb(28 34 61 / 0.9);
}
.border-x-dark-deep-blue\/95{
  border-left-color: rgb(28 34 61 / 0.95);
  border-right-color: rgb(28 34 61 / 0.95);
}
.border-x-deep-blue{
  --tw-border-opacity: 1;
  border-left-color: rgb(36 44 78 / var(--tw-border-opacity, 1));
  border-right-color: rgb(36 44 78 / var(--tw-border-opacity, 1));
}
.border-x-deep-blue\/0{
  border-left-color: rgb(36 44 78 / 0);
  border-right-color: rgb(36 44 78 / 0);
}
.border-x-deep-blue\/10{
  border-left-color: rgb(36 44 78 / 0.1);
  border-right-color: rgb(36 44 78 / 0.1);
}
.border-x-deep-blue\/100{
  border-left-color: rgb(36 44 78 / 1);
  border-right-color: rgb(36 44 78 / 1);
}
.border-x-deep-blue\/15{
  border-left-color: rgb(36 44 78 / 0.15);
  border-right-color: rgb(36 44 78 / 0.15);
}
.border-x-deep-blue\/20{
  border-left-color: rgb(36 44 78 / 0.2);
  border-right-color: rgb(36 44 78 / 0.2);
}
.border-x-deep-blue\/25{
  border-left-color: rgb(36 44 78 / 0.25);
  border-right-color: rgb(36 44 78 / 0.25);
}
.border-x-deep-blue\/30{
  border-left-color: rgb(36 44 78 / 0.3);
  border-right-color: rgb(36 44 78 / 0.3);
}
.border-x-deep-blue\/35{
  border-left-color: rgb(36 44 78 / 0.35);
  border-right-color: rgb(36 44 78 / 0.35);
}
.border-x-deep-blue\/40{
  border-left-color: rgb(36 44 78 / 0.4);
  border-right-color: rgb(36 44 78 / 0.4);
}
.border-x-deep-blue\/45{
  border-left-color: rgb(36 44 78 / 0.45);
  border-right-color: rgb(36 44 78 / 0.45);
}
.border-x-deep-blue\/5{
  border-left-color: rgb(36 44 78 / 0.05);
  border-right-color: rgb(36 44 78 / 0.05);
}
.border-x-deep-blue\/50{
  border-left-color: rgb(36 44 78 / 0.5);
  border-right-color: rgb(36 44 78 / 0.5);
}
.border-x-deep-blue\/55{
  border-left-color: rgb(36 44 78 / 0.55);
  border-right-color: rgb(36 44 78 / 0.55);
}
.border-x-deep-blue\/60{
  border-left-color: rgb(36 44 78 / 0.6);
  border-right-color: rgb(36 44 78 / 0.6);
}
.border-x-deep-blue\/65{
  border-left-color: rgb(36 44 78 / 0.65);
  border-right-color: rgb(36 44 78 / 0.65);
}
.border-x-deep-blue\/70{
  border-left-color: rgb(36 44 78 / 0.7);
  border-right-color: rgb(36 44 78 / 0.7);
}
.border-x-deep-blue\/75{
  border-left-color: rgb(36 44 78 / 0.75);
  border-right-color: rgb(36 44 78 / 0.75);
}
.border-x-deep-blue\/80{
  border-left-color: rgb(36 44 78 / 0.8);
  border-right-color: rgb(36 44 78 / 0.8);
}
.border-x-deep-blue\/85{
  border-left-color: rgb(36 44 78 / 0.85);
  border-right-color: rgb(36 44 78 / 0.85);
}
.border-x-deep-blue\/90{
  border-left-color: rgb(36 44 78 / 0.9);
  border-right-color: rgb(36 44 78 / 0.9);
}
.border-x-deep-blue\/95{
  border-left-color: rgb(36 44 78 / 0.95);
  border-right-color: rgb(36 44 78 / 0.95);
}
.border-x-error{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
  border-right-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
}
.border-x-error\/0{
  border-left-color: rgb(239 89 89 / 0);
  border-right-color: rgb(239 89 89 / 0);
}
.border-x-error\/10{
  border-left-color: rgb(239 89 89 / 0.1);
  border-right-color: rgb(239 89 89 / 0.1);
}
.border-x-error\/100{
  border-left-color: rgb(239 89 89 / 1);
  border-right-color: rgb(239 89 89 / 1);
}
.border-x-error\/15{
  border-left-color: rgb(239 89 89 / 0.15);
  border-right-color: rgb(239 89 89 / 0.15);
}
.border-x-error\/20{
  border-left-color: rgb(239 89 89 / 0.2);
  border-right-color: rgb(239 89 89 / 0.2);
}
.border-x-error\/25{
  border-left-color: rgb(239 89 89 / 0.25);
  border-right-color: rgb(239 89 89 / 0.25);
}
.border-x-error\/30{
  border-left-color: rgb(239 89 89 / 0.3);
  border-right-color: rgb(239 89 89 / 0.3);
}
.border-x-error\/35{
  border-left-color: rgb(239 89 89 / 0.35);
  border-right-color: rgb(239 89 89 / 0.35);
}
.border-x-error\/40{
  border-left-color: rgb(239 89 89 / 0.4);
  border-right-color: rgb(239 89 89 / 0.4);
}
.border-x-error\/45{
  border-left-color: rgb(239 89 89 / 0.45);
  border-right-color: rgb(239 89 89 / 0.45);
}
.border-x-error\/5{
  border-left-color: rgb(239 89 89 / 0.05);
  border-right-color: rgb(239 89 89 / 0.05);
}
.border-x-error\/50{
  border-left-color: rgb(239 89 89 / 0.5);
  border-right-color: rgb(239 89 89 / 0.5);
}
.border-x-error\/55{
  border-left-color: rgb(239 89 89 / 0.55);
  border-right-color: rgb(239 89 89 / 0.55);
}
.border-x-error\/60{
  border-left-color: rgb(239 89 89 / 0.6);
  border-right-color: rgb(239 89 89 / 0.6);
}
.border-x-error\/65{
  border-left-color: rgb(239 89 89 / 0.65);
  border-right-color: rgb(239 89 89 / 0.65);
}
.border-x-error\/70{
  border-left-color: rgb(239 89 89 / 0.7);
  border-right-color: rgb(239 89 89 / 0.7);
}
.border-x-error\/75{
  border-left-color: rgb(239 89 89 / 0.75);
  border-right-color: rgb(239 89 89 / 0.75);
}
.border-x-error\/80{
  border-left-color: rgb(239 89 89 / 0.8);
  border-right-color: rgb(239 89 89 / 0.8);
}
.border-x-error\/85{
  border-left-color: rgb(239 89 89 / 0.85);
  border-right-color: rgb(239 89 89 / 0.85);
}
.border-x-error\/90{
  border-left-color: rgb(239 89 89 / 0.9);
  border-right-color: rgb(239 89 89 / 0.9);
}
.border-x-error\/95{
  border-left-color: rgb(239 89 89 / 0.95);
  border-right-color: rgb(239 89 89 / 0.95);
}
.border-x-green{
  --tw-border-opacity: 1;
  border-left-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
  border-right-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-x-green\/0{
  border-left-color: rgb(77 184 166 / 0);
  border-right-color: rgb(77 184 166 / 0);
}
.border-x-green\/10{
  border-left-color: rgb(77 184 166 / 0.1);
  border-right-color: rgb(77 184 166 / 0.1);
}
.border-x-green\/100{
  border-left-color: rgb(77 184 166 / 1);
  border-right-color: rgb(77 184 166 / 1);
}
.border-x-green\/15{
  border-left-color: rgb(77 184 166 / 0.15);
  border-right-color: rgb(77 184 166 / 0.15);
}
.border-x-green\/20{
  border-left-color: rgb(77 184 166 / 0.2);
  border-right-color: rgb(77 184 166 / 0.2);
}
.border-x-green\/25{
  border-left-color: rgb(77 184 166 / 0.25);
  border-right-color: rgb(77 184 166 / 0.25);
}
.border-x-green\/30{
  border-left-color: rgb(77 184 166 / 0.3);
  border-right-color: rgb(77 184 166 / 0.3);
}
.border-x-green\/35{
  border-left-color: rgb(77 184 166 / 0.35);
  border-right-color: rgb(77 184 166 / 0.35);
}
.border-x-green\/40{
  border-left-color: rgb(77 184 166 / 0.4);
  border-right-color: rgb(77 184 166 / 0.4);
}
.border-x-green\/45{
  border-left-color: rgb(77 184 166 / 0.45);
  border-right-color: rgb(77 184 166 / 0.45);
}
.border-x-green\/5{
  border-left-color: rgb(77 184 166 / 0.05);
  border-right-color: rgb(77 184 166 / 0.05);
}
.border-x-green\/50{
  border-left-color: rgb(77 184 166 / 0.5);
  border-right-color: rgb(77 184 166 / 0.5);
}
.border-x-green\/55{
  border-left-color: rgb(77 184 166 / 0.55);
  border-right-color: rgb(77 184 166 / 0.55);
}
.border-x-green\/60{
  border-left-color: rgb(77 184 166 / 0.6);
  border-right-color: rgb(77 184 166 / 0.6);
}
.border-x-green\/65{
  border-left-color: rgb(77 184 166 / 0.65);
  border-right-color: rgb(77 184 166 / 0.65);
}
.border-x-green\/70{
  border-left-color: rgb(77 184 166 / 0.7);
  border-right-color: rgb(77 184 166 / 0.7);
}
.border-x-green\/75{
  border-left-color: rgb(77 184 166 / 0.75);
  border-right-color: rgb(77 184 166 / 0.75);
}
.border-x-green\/80{
  border-left-color: rgb(77 184 166 / 0.8);
  border-right-color: rgb(77 184 166 / 0.8);
}
.border-x-green\/85{
  border-left-color: rgb(77 184 166 / 0.85);
  border-right-color: rgb(77 184 166 / 0.85);
}
.border-x-green\/90{
  border-left-color: rgb(77 184 166 / 0.9);
  border-right-color: rgb(77 184 166 / 0.9);
}
.border-x-green\/95{
  border-left-color: rgb(77 184 166 / 0.95);
  border-right-color: rgb(77 184 166 / 0.95);
}
.border-x-grey{
  --tw-border-opacity: 1;
  border-left-color: rgb(133 137 155 / var(--tw-border-opacity, 1));
  border-right-color: rgb(133 137 155 / var(--tw-border-opacity, 1));
}
.border-x-grey\/0{
  border-left-color: rgb(133 137 155 / 0);
  border-right-color: rgb(133 137 155 / 0);
}
.border-x-grey\/10{
  border-left-color: rgb(133 137 155 / 0.1);
  border-right-color: rgb(133 137 155 / 0.1);
}
.border-x-grey\/100{
  border-left-color: rgb(133 137 155 / 1);
  border-right-color: rgb(133 137 155 / 1);
}
.border-x-grey\/15{
  border-left-color: rgb(133 137 155 / 0.15);
  border-right-color: rgb(133 137 155 / 0.15);
}
.border-x-grey\/20{
  border-left-color: rgb(133 137 155 / 0.2);
  border-right-color: rgb(133 137 155 / 0.2);
}
.border-x-grey\/25{
  border-left-color: rgb(133 137 155 / 0.25);
  border-right-color: rgb(133 137 155 / 0.25);
}
.border-x-grey\/30{
  border-left-color: rgb(133 137 155 / 0.3);
  border-right-color: rgb(133 137 155 / 0.3);
}
.border-x-grey\/35{
  border-left-color: rgb(133 137 155 / 0.35);
  border-right-color: rgb(133 137 155 / 0.35);
}
.border-x-grey\/40{
  border-left-color: rgb(133 137 155 / 0.4);
  border-right-color: rgb(133 137 155 / 0.4);
}
.border-x-grey\/45{
  border-left-color: rgb(133 137 155 / 0.45);
  border-right-color: rgb(133 137 155 / 0.45);
}
.border-x-grey\/5{
  border-left-color: rgb(133 137 155 / 0.05);
  border-right-color: rgb(133 137 155 / 0.05);
}
.border-x-grey\/50{
  border-left-color: rgb(133 137 155 / 0.5);
  border-right-color: rgb(133 137 155 / 0.5);
}
.border-x-grey\/55{
  border-left-color: rgb(133 137 155 / 0.55);
  border-right-color: rgb(133 137 155 / 0.55);
}
.border-x-grey\/60{
  border-left-color: rgb(133 137 155 / 0.6);
  border-right-color: rgb(133 137 155 / 0.6);
}
.border-x-grey\/65{
  border-left-color: rgb(133 137 155 / 0.65);
  border-right-color: rgb(133 137 155 / 0.65);
}
.border-x-grey\/70{
  border-left-color: rgb(133 137 155 / 0.7);
  border-right-color: rgb(133 137 155 / 0.7);
}
.border-x-grey\/75{
  border-left-color: rgb(133 137 155 / 0.75);
  border-right-color: rgb(133 137 155 / 0.75);
}
.border-x-grey\/80{
  border-left-color: rgb(133 137 155 / 0.8);
  border-right-color: rgb(133 137 155 / 0.8);
}
.border-x-grey\/85{
  border-left-color: rgb(133 137 155 / 0.85);
  border-right-color: rgb(133 137 155 / 0.85);
}
.border-x-grey\/90{
  border-left-color: rgb(133 137 155 / 0.9);
  border-right-color: rgb(133 137 155 / 0.9);
}
.border-x-grey\/95{
  border-left-color: rgb(133 137 155 / 0.95);
  border-right-color: rgb(133 137 155 / 0.95);
}
.border-x-infill-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 244 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 244 244 / var(--tw-border-opacity, 1));
}
.border-x-infill-white\/0{
  border-left-color: rgb(243 244 244 / 0);
  border-right-color: rgb(243 244 244 / 0);
}
.border-x-infill-white\/10{
  border-left-color: rgb(243 244 244 / 0.1);
  border-right-color: rgb(243 244 244 / 0.1);
}
.border-x-infill-white\/100{
  border-left-color: rgb(243 244 244 / 1);
  border-right-color: rgb(243 244 244 / 1);
}
.border-x-infill-white\/15{
  border-left-color: rgb(243 244 244 / 0.15);
  border-right-color: rgb(243 244 244 / 0.15);
}
.border-x-infill-white\/20{
  border-left-color: rgb(243 244 244 / 0.2);
  border-right-color: rgb(243 244 244 / 0.2);
}
.border-x-infill-white\/25{
  border-left-color: rgb(243 244 244 / 0.25);
  border-right-color: rgb(243 244 244 / 0.25);
}
.border-x-infill-white\/30{
  border-left-color: rgb(243 244 244 / 0.3);
  border-right-color: rgb(243 244 244 / 0.3);
}
.border-x-infill-white\/35{
  border-left-color: rgb(243 244 244 / 0.35);
  border-right-color: rgb(243 244 244 / 0.35);
}
.border-x-infill-white\/40{
  border-left-color: rgb(243 244 244 / 0.4);
  border-right-color: rgb(243 244 244 / 0.4);
}
.border-x-infill-white\/45{
  border-left-color: rgb(243 244 244 / 0.45);
  border-right-color: rgb(243 244 244 / 0.45);
}
.border-x-infill-white\/5{
  border-left-color: rgb(243 244 244 / 0.05);
  border-right-color: rgb(243 244 244 / 0.05);
}
.border-x-infill-white\/50{
  border-left-color: rgb(243 244 244 / 0.5);
  border-right-color: rgb(243 244 244 / 0.5);
}
.border-x-infill-white\/55{
  border-left-color: rgb(243 244 244 / 0.55);
  border-right-color: rgb(243 244 244 / 0.55);
}
.border-x-infill-white\/60{
  border-left-color: rgb(243 244 244 / 0.6);
  border-right-color: rgb(243 244 244 / 0.6);
}
.border-x-infill-white\/65{
  border-left-color: rgb(243 244 244 / 0.65);
  border-right-color: rgb(243 244 244 / 0.65);
}
.border-x-infill-white\/70{
  border-left-color: rgb(243 244 244 / 0.7);
  border-right-color: rgb(243 244 244 / 0.7);
}
.border-x-infill-white\/75{
  border-left-color: rgb(243 244 244 / 0.75);
  border-right-color: rgb(243 244 244 / 0.75);
}
.border-x-infill-white\/80{
  border-left-color: rgb(243 244 244 / 0.8);
  border-right-color: rgb(243 244 244 / 0.8);
}
.border-x-infill-white\/85{
  border-left-color: rgb(243 244 244 / 0.85);
  border-right-color: rgb(243 244 244 / 0.85);
}
.border-x-infill-white\/90{
  border-left-color: rgb(243 244 244 / 0.9);
  border-right-color: rgb(243 244 244 / 0.9);
}
.border-x-infill-white\/95{
  border-left-color: rgb(243 244 244 / 0.95);
  border-right-color: rgb(243 244 244 / 0.95);
}
.border-x-light-blue{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 183 235 / var(--tw-border-opacity, 1));
  border-right-color: rgb(0 183 235 / var(--tw-border-opacity, 1));
}
.border-x-light-blue\/0{
  border-left-color: rgb(0 183 235 / 0);
  border-right-color: rgb(0 183 235 / 0);
}
.border-x-light-blue\/10{
  border-left-color: rgb(0 183 235 / 0.1);
  border-right-color: rgb(0 183 235 / 0.1);
}
.border-x-light-blue\/100{
  border-left-color: rgb(0 183 235 / 1);
  border-right-color: rgb(0 183 235 / 1);
}
.border-x-light-blue\/15{
  border-left-color: rgb(0 183 235 / 0.15);
  border-right-color: rgb(0 183 235 / 0.15);
}
.border-x-light-blue\/20{
  border-left-color: rgb(0 183 235 / 0.2);
  border-right-color: rgb(0 183 235 / 0.2);
}
.border-x-light-blue\/25{
  border-left-color: rgb(0 183 235 / 0.25);
  border-right-color: rgb(0 183 235 / 0.25);
}
.border-x-light-blue\/30{
  border-left-color: rgb(0 183 235 / 0.3);
  border-right-color: rgb(0 183 235 / 0.3);
}
.border-x-light-blue\/35{
  border-left-color: rgb(0 183 235 / 0.35);
  border-right-color: rgb(0 183 235 / 0.35);
}
.border-x-light-blue\/40{
  border-left-color: rgb(0 183 235 / 0.4);
  border-right-color: rgb(0 183 235 / 0.4);
}
.border-x-light-blue\/45{
  border-left-color: rgb(0 183 235 / 0.45);
  border-right-color: rgb(0 183 235 / 0.45);
}
.border-x-light-blue\/5{
  border-left-color: rgb(0 183 235 / 0.05);
  border-right-color: rgb(0 183 235 / 0.05);
}
.border-x-light-blue\/50{
  border-left-color: rgb(0 183 235 / 0.5);
  border-right-color: rgb(0 183 235 / 0.5);
}
.border-x-light-blue\/55{
  border-left-color: rgb(0 183 235 / 0.55);
  border-right-color: rgb(0 183 235 / 0.55);
}
.border-x-light-blue\/60{
  border-left-color: rgb(0 183 235 / 0.6);
  border-right-color: rgb(0 183 235 / 0.6);
}
.border-x-light-blue\/65{
  border-left-color: rgb(0 183 235 / 0.65);
  border-right-color: rgb(0 183 235 / 0.65);
}
.border-x-light-blue\/70{
  border-left-color: rgb(0 183 235 / 0.7);
  border-right-color: rgb(0 183 235 / 0.7);
}
.border-x-light-blue\/75{
  border-left-color: rgb(0 183 235 / 0.75);
  border-right-color: rgb(0 183 235 / 0.75);
}
.border-x-light-blue\/80{
  border-left-color: rgb(0 183 235 / 0.8);
  border-right-color: rgb(0 183 235 / 0.8);
}
.border-x-light-blue\/85{
  border-left-color: rgb(0 183 235 / 0.85);
  border-right-color: rgb(0 183 235 / 0.85);
}
.border-x-light-blue\/90{
  border-left-color: rgb(0 183 235 / 0.9);
  border-right-color: rgb(0 183 235 / 0.9);
}
.border-x-light-blue\/95{
  border-left-color: rgb(0 183 235 / 0.95);
  border-right-color: rgb(0 183 235 / 0.95);
}
.border-x-off-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 251 251 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 251 251 / var(--tw-border-opacity, 1));
}
.border-x-off-white\/0{
  border-left-color: rgb(250 251 251 / 0);
  border-right-color: rgb(250 251 251 / 0);
}
.border-x-off-white\/10{
  border-left-color: rgb(250 251 251 / 0.1);
  border-right-color: rgb(250 251 251 / 0.1);
}
.border-x-off-white\/100{
  border-left-color: rgb(250 251 251 / 1);
  border-right-color: rgb(250 251 251 / 1);
}
.border-x-off-white\/15{
  border-left-color: rgb(250 251 251 / 0.15);
  border-right-color: rgb(250 251 251 / 0.15);
}
.border-x-off-white\/20{
  border-left-color: rgb(250 251 251 / 0.2);
  border-right-color: rgb(250 251 251 / 0.2);
}
.border-x-off-white\/25{
  border-left-color: rgb(250 251 251 / 0.25);
  border-right-color: rgb(250 251 251 / 0.25);
}
.border-x-off-white\/30{
  border-left-color: rgb(250 251 251 / 0.3);
  border-right-color: rgb(250 251 251 / 0.3);
}
.border-x-off-white\/35{
  border-left-color: rgb(250 251 251 / 0.35);
  border-right-color: rgb(250 251 251 / 0.35);
}
.border-x-off-white\/40{
  border-left-color: rgb(250 251 251 / 0.4);
  border-right-color: rgb(250 251 251 / 0.4);
}
.border-x-off-white\/45{
  border-left-color: rgb(250 251 251 / 0.45);
  border-right-color: rgb(250 251 251 / 0.45);
}
.border-x-off-white\/5{
  border-left-color: rgb(250 251 251 / 0.05);
  border-right-color: rgb(250 251 251 / 0.05);
}
.border-x-off-white\/50{
  border-left-color: rgb(250 251 251 / 0.5);
  border-right-color: rgb(250 251 251 / 0.5);
}
.border-x-off-white\/55{
  border-left-color: rgb(250 251 251 / 0.55);
  border-right-color: rgb(250 251 251 / 0.55);
}
.border-x-off-white\/60{
  border-left-color: rgb(250 251 251 / 0.6);
  border-right-color: rgb(250 251 251 / 0.6);
}
.border-x-off-white\/65{
  border-left-color: rgb(250 251 251 / 0.65);
  border-right-color: rgb(250 251 251 / 0.65);
}
.border-x-off-white\/70{
  border-left-color: rgb(250 251 251 / 0.7);
  border-right-color: rgb(250 251 251 / 0.7);
}
.border-x-off-white\/75{
  border-left-color: rgb(250 251 251 / 0.75);
  border-right-color: rgb(250 251 251 / 0.75);
}
.border-x-off-white\/80{
  border-left-color: rgb(250 251 251 / 0.8);
  border-right-color: rgb(250 251 251 / 0.8);
}
.border-x-off-white\/85{
  border-left-color: rgb(250 251 251 / 0.85);
  border-right-color: rgb(250 251 251 / 0.85);
}
.border-x-off-white\/90{
  border-left-color: rgb(250 251 251 / 0.9);
  border-right-color: rgb(250 251 251 / 0.9);
}
.border-x-off-white\/95{
  border-left-color: rgb(250 251 251 / 0.95);
  border-right-color: rgb(250 251 251 / 0.95);
}
.border-x-red{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 101 101 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 101 101 / var(--tw-border-opacity, 1));
}
.border-x-red\/0{
  border-left-color: rgb(255 101 101 / 0);
  border-right-color: rgb(255 101 101 / 0);
}
.border-x-red\/10{
  border-left-color: rgb(255 101 101 / 0.1);
  border-right-color: rgb(255 101 101 / 0.1);
}
.border-x-red\/100{
  border-left-color: rgb(255 101 101 / 1);
  border-right-color: rgb(255 101 101 / 1);
}
.border-x-red\/15{
  border-left-color: rgb(255 101 101 / 0.15);
  border-right-color: rgb(255 101 101 / 0.15);
}
.border-x-red\/20{
  border-left-color: rgb(255 101 101 / 0.2);
  border-right-color: rgb(255 101 101 / 0.2);
}
.border-x-red\/25{
  border-left-color: rgb(255 101 101 / 0.25);
  border-right-color: rgb(255 101 101 / 0.25);
}
.border-x-red\/30{
  border-left-color: rgb(255 101 101 / 0.3);
  border-right-color: rgb(255 101 101 / 0.3);
}
.border-x-red\/35{
  border-left-color: rgb(255 101 101 / 0.35);
  border-right-color: rgb(255 101 101 / 0.35);
}
.border-x-red\/40{
  border-left-color: rgb(255 101 101 / 0.4);
  border-right-color: rgb(255 101 101 / 0.4);
}
.border-x-red\/45{
  border-left-color: rgb(255 101 101 / 0.45);
  border-right-color: rgb(255 101 101 / 0.45);
}
.border-x-red\/5{
  border-left-color: rgb(255 101 101 / 0.05);
  border-right-color: rgb(255 101 101 / 0.05);
}
.border-x-red\/50{
  border-left-color: rgb(255 101 101 / 0.5);
  border-right-color: rgb(255 101 101 / 0.5);
}
.border-x-red\/55{
  border-left-color: rgb(255 101 101 / 0.55);
  border-right-color: rgb(255 101 101 / 0.55);
}
.border-x-red\/60{
  border-left-color: rgb(255 101 101 / 0.6);
  border-right-color: rgb(255 101 101 / 0.6);
}
.border-x-red\/65{
  border-left-color: rgb(255 101 101 / 0.65);
  border-right-color: rgb(255 101 101 / 0.65);
}
.border-x-red\/70{
  border-left-color: rgb(255 101 101 / 0.7);
  border-right-color: rgb(255 101 101 / 0.7);
}
.border-x-red\/75{
  border-left-color: rgb(255 101 101 / 0.75);
  border-right-color: rgb(255 101 101 / 0.75);
}
.border-x-red\/80{
  border-left-color: rgb(255 101 101 / 0.8);
  border-right-color: rgb(255 101 101 / 0.8);
}
.border-x-red\/85{
  border-left-color: rgb(255 101 101 / 0.85);
  border-right-color: rgb(255 101 101 / 0.85);
}
.border-x-red\/90{
  border-left-color: rgb(255 101 101 / 0.9);
  border-right-color: rgb(255 101 101 / 0.9);
}
.border-x-red\/95{
  border-left-color: rgb(255 101 101 / 0.95);
  border-right-color: rgb(255 101 101 / 0.95);
}
.border-x-success{
  --tw-border-opacity: 1;
  border-left-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
  border-right-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-x-success\/0{
  border-left-color: rgb(77 184 166 / 0);
  border-right-color: rgb(77 184 166 / 0);
}
.border-x-success\/10{
  border-left-color: rgb(77 184 166 / 0.1);
  border-right-color: rgb(77 184 166 / 0.1);
}
.border-x-success\/100{
  border-left-color: rgb(77 184 166 / 1);
  border-right-color: rgb(77 184 166 / 1);
}
.border-x-success\/15{
  border-left-color: rgb(77 184 166 / 0.15);
  border-right-color: rgb(77 184 166 / 0.15);
}
.border-x-success\/20{
  border-left-color: rgb(77 184 166 / 0.2);
  border-right-color: rgb(77 184 166 / 0.2);
}
.border-x-success\/25{
  border-left-color: rgb(77 184 166 / 0.25);
  border-right-color: rgb(77 184 166 / 0.25);
}
.border-x-success\/30{
  border-left-color: rgb(77 184 166 / 0.3);
  border-right-color: rgb(77 184 166 / 0.3);
}
.border-x-success\/35{
  border-left-color: rgb(77 184 166 / 0.35);
  border-right-color: rgb(77 184 166 / 0.35);
}
.border-x-success\/40{
  border-left-color: rgb(77 184 166 / 0.4);
  border-right-color: rgb(77 184 166 / 0.4);
}
.border-x-success\/45{
  border-left-color: rgb(77 184 166 / 0.45);
  border-right-color: rgb(77 184 166 / 0.45);
}
.border-x-success\/5{
  border-left-color: rgb(77 184 166 / 0.05);
  border-right-color: rgb(77 184 166 / 0.05);
}
.border-x-success\/50{
  border-left-color: rgb(77 184 166 / 0.5);
  border-right-color: rgb(77 184 166 / 0.5);
}
.border-x-success\/55{
  border-left-color: rgb(77 184 166 / 0.55);
  border-right-color: rgb(77 184 166 / 0.55);
}
.border-x-success\/60{
  border-left-color: rgb(77 184 166 / 0.6);
  border-right-color: rgb(77 184 166 / 0.6);
}
.border-x-success\/65{
  border-left-color: rgb(77 184 166 / 0.65);
  border-right-color: rgb(77 184 166 / 0.65);
}
.border-x-success\/70{
  border-left-color: rgb(77 184 166 / 0.7);
  border-right-color: rgb(77 184 166 / 0.7);
}
.border-x-success\/75{
  border-left-color: rgb(77 184 166 / 0.75);
  border-right-color: rgb(77 184 166 / 0.75);
}
.border-x-success\/80{
  border-left-color: rgb(77 184 166 / 0.8);
  border-right-color: rgb(77 184 166 / 0.8);
}
.border-x-success\/85{
  border-left-color: rgb(77 184 166 / 0.85);
  border-right-color: rgb(77 184 166 / 0.85);
}
.border-x-success\/90{
  border-left-color: rgb(77 184 166 / 0.9);
  border-right-color: rgb(77 184 166 / 0.9);
}
.border-x-success\/95{
  border-left-color: rgb(77 184 166 / 0.95);
  border-right-color: rgb(77 184 166 / 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\/15{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.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\/45{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.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\/65{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.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-warning{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 174 75 / var(--tw-border-opacity, 1));
  border-right-color: rgb(247 174 75 / var(--tw-border-opacity, 1));
}
.border-x-warning\/0{
  border-left-color: rgb(247 174 75 / 0);
  border-right-color: rgb(247 174 75 / 0);
}
.border-x-warning\/10{
  border-left-color: rgb(247 174 75 / 0.1);
  border-right-color: rgb(247 174 75 / 0.1);
}
.border-x-warning\/100{
  border-left-color: rgb(247 174 75 / 1);
  border-right-color: rgb(247 174 75 / 1);
}
.border-x-warning\/15{
  border-left-color: rgb(247 174 75 / 0.15);
  border-right-color: rgb(247 174 75 / 0.15);
}
.border-x-warning\/20{
  border-left-color: rgb(247 174 75 / 0.2);
  border-right-color: rgb(247 174 75 / 0.2);
}
.border-x-warning\/25{
  border-left-color: rgb(247 174 75 / 0.25);
  border-right-color: rgb(247 174 75 / 0.25);
}
.border-x-warning\/30{
  border-left-color: rgb(247 174 75 / 0.3);
  border-right-color: rgb(247 174 75 / 0.3);
}
.border-x-warning\/35{
  border-left-color: rgb(247 174 75 / 0.35);
  border-right-color: rgb(247 174 75 / 0.35);
}
.border-x-warning\/40{
  border-left-color: rgb(247 174 75 / 0.4);
  border-right-color: rgb(247 174 75 / 0.4);
}
.border-x-warning\/45{
  border-left-color: rgb(247 174 75 / 0.45);
  border-right-color: rgb(247 174 75 / 0.45);
}
.border-x-warning\/5{
  border-left-color: rgb(247 174 75 / 0.05);
  border-right-color: rgb(247 174 75 / 0.05);
}
.border-x-warning\/50{
  border-left-color: rgb(247 174 75 / 0.5);
  border-right-color: rgb(247 174 75 / 0.5);
}
.border-x-warning\/55{
  border-left-color: rgb(247 174 75 / 0.55);
  border-right-color: rgb(247 174 75 / 0.55);
}
.border-x-warning\/60{
  border-left-color: rgb(247 174 75 / 0.6);
  border-right-color: rgb(247 174 75 / 0.6);
}
.border-x-warning\/65{
  border-left-color: rgb(247 174 75 / 0.65);
  border-right-color: rgb(247 174 75 / 0.65);
}
.border-x-warning\/70{
  border-left-color: rgb(247 174 75 / 0.7);
  border-right-color: rgb(247 174 75 / 0.7);
}
.border-x-warning\/75{
  border-left-color: rgb(247 174 75 / 0.75);
  border-right-color: rgb(247 174 75 / 0.75);
}
.border-x-warning\/80{
  border-left-color: rgb(247 174 75 / 0.8);
  border-right-color: rgb(247 174 75 / 0.8);
}
.border-x-warning\/85{
  border-left-color: rgb(247 174 75 / 0.85);
  border-right-color: rgb(247 174 75 / 0.85);
}
.border-x-warning\/90{
  border-left-color: rgb(247 174 75 / 0.9);
  border-right-color: rgb(247 174 75 / 0.9);
}
.border-x-warning\/95{
  border-left-color: rgb(247 174 75 / 0.95);
  border-right-color: rgb(247 174 75 / 0.95);
}
.border-x-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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\/15{
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}
.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\/35{
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}
.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\/45{
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}
.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\/55{
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}
.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\/65{
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}
.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\/85{
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}
.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, 1));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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\/15{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.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\/45{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.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\/65{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.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-dark-deep-blue{
  --tw-border-opacity: 1;
  border-top-color: rgb(28 34 61 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(28 34 61 / var(--tw-border-opacity, 1));
}
.border-y-dark-deep-blue\/0{
  border-top-color: rgb(28 34 61 / 0);
  border-bottom-color: rgb(28 34 61 / 0);
}
.border-y-dark-deep-blue\/10{
  border-top-color: rgb(28 34 61 / 0.1);
  border-bottom-color: rgb(28 34 61 / 0.1);
}
.border-y-dark-deep-blue\/100{
  border-top-color: rgb(28 34 61 / 1);
  border-bottom-color: rgb(28 34 61 / 1);
}
.border-y-dark-deep-blue\/15{
  border-top-color: rgb(28 34 61 / 0.15);
  border-bottom-color: rgb(28 34 61 / 0.15);
}
.border-y-dark-deep-blue\/20{
  border-top-color: rgb(28 34 61 / 0.2);
  border-bottom-color: rgb(28 34 61 / 0.2);
}
.border-y-dark-deep-blue\/25{
  border-top-color: rgb(28 34 61 / 0.25);
  border-bottom-color: rgb(28 34 61 / 0.25);
}
.border-y-dark-deep-blue\/30{
  border-top-color: rgb(28 34 61 / 0.3);
  border-bottom-color: rgb(28 34 61 / 0.3);
}
.border-y-dark-deep-blue\/35{
  border-top-color: rgb(28 34 61 / 0.35);
  border-bottom-color: rgb(28 34 61 / 0.35);
}
.border-y-dark-deep-blue\/40{
  border-top-color: rgb(28 34 61 / 0.4);
  border-bottom-color: rgb(28 34 61 / 0.4);
}
.border-y-dark-deep-blue\/45{
  border-top-color: rgb(28 34 61 / 0.45);
  border-bottom-color: rgb(28 34 61 / 0.45);
}
.border-y-dark-deep-blue\/5{
  border-top-color: rgb(28 34 61 / 0.05);
  border-bottom-color: rgb(28 34 61 / 0.05);
}
.border-y-dark-deep-blue\/50{
  border-top-color: rgb(28 34 61 / 0.5);
  border-bottom-color: rgb(28 34 61 / 0.5);
}
.border-y-dark-deep-blue\/55{
  border-top-color: rgb(28 34 61 / 0.55);
  border-bottom-color: rgb(28 34 61 / 0.55);
}
.border-y-dark-deep-blue\/60{
  border-top-color: rgb(28 34 61 / 0.6);
  border-bottom-color: rgb(28 34 61 / 0.6);
}
.border-y-dark-deep-blue\/65{
  border-top-color: rgb(28 34 61 / 0.65);
  border-bottom-color: rgb(28 34 61 / 0.65);
}
.border-y-dark-deep-blue\/70{
  border-top-color: rgb(28 34 61 / 0.7);
  border-bottom-color: rgb(28 34 61 / 0.7);
}
.border-y-dark-deep-blue\/75{
  border-top-color: rgb(28 34 61 / 0.75);
  border-bottom-color: rgb(28 34 61 / 0.75);
}
.border-y-dark-deep-blue\/80{
  border-top-color: rgb(28 34 61 / 0.8);
  border-bottom-color: rgb(28 34 61 / 0.8);
}
.border-y-dark-deep-blue\/85{
  border-top-color: rgb(28 34 61 / 0.85);
  border-bottom-color: rgb(28 34 61 / 0.85);
}
.border-y-dark-deep-blue\/90{
  border-top-color: rgb(28 34 61 / 0.9);
  border-bottom-color: rgb(28 34 61 / 0.9);
}
.border-y-dark-deep-blue\/95{
  border-top-color: rgb(28 34 61 / 0.95);
  border-bottom-color: rgb(28 34 61 / 0.95);
}
.border-y-deep-blue{
  --tw-border-opacity: 1;
  border-top-color: rgb(36 44 78 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(36 44 78 / var(--tw-border-opacity, 1));
}
.border-y-deep-blue\/0{
  border-top-color: rgb(36 44 78 / 0);
  border-bottom-color: rgb(36 44 78 / 0);
}
.border-y-deep-blue\/10{
  border-top-color: rgb(36 44 78 / 0.1);
  border-bottom-color: rgb(36 44 78 / 0.1);
}
.border-y-deep-blue\/100{
  border-top-color: rgb(36 44 78 / 1);
  border-bottom-color: rgb(36 44 78 / 1);
}
.border-y-deep-blue\/15{
  border-top-color: rgb(36 44 78 / 0.15);
  border-bottom-color: rgb(36 44 78 / 0.15);
}
.border-y-deep-blue\/20{
  border-top-color: rgb(36 44 78 / 0.2);
  border-bottom-color: rgb(36 44 78 / 0.2);
}
.border-y-deep-blue\/25{
  border-top-color: rgb(36 44 78 / 0.25);
  border-bottom-color: rgb(36 44 78 / 0.25);
}
.border-y-deep-blue\/30{
  border-top-color: rgb(36 44 78 / 0.3);
  border-bottom-color: rgb(36 44 78 / 0.3);
}
.border-y-deep-blue\/35{
  border-top-color: rgb(36 44 78 / 0.35);
  border-bottom-color: rgb(36 44 78 / 0.35);
}
.border-y-deep-blue\/40{
  border-top-color: rgb(36 44 78 / 0.4);
  border-bottom-color: rgb(36 44 78 / 0.4);
}
.border-y-deep-blue\/45{
  border-top-color: rgb(36 44 78 / 0.45);
  border-bottom-color: rgb(36 44 78 / 0.45);
}
.border-y-deep-blue\/5{
  border-top-color: rgb(36 44 78 / 0.05);
  border-bottom-color: rgb(36 44 78 / 0.05);
}
.border-y-deep-blue\/50{
  border-top-color: rgb(36 44 78 / 0.5);
  border-bottom-color: rgb(36 44 78 / 0.5);
}
.border-y-deep-blue\/55{
  border-top-color: rgb(36 44 78 / 0.55);
  border-bottom-color: rgb(36 44 78 / 0.55);
}
.border-y-deep-blue\/60{
  border-top-color: rgb(36 44 78 / 0.6);
  border-bottom-color: rgb(36 44 78 / 0.6);
}
.border-y-deep-blue\/65{
  border-top-color: rgb(36 44 78 / 0.65);
  border-bottom-color: rgb(36 44 78 / 0.65);
}
.border-y-deep-blue\/70{
  border-top-color: rgb(36 44 78 / 0.7);
  border-bottom-color: rgb(36 44 78 / 0.7);
}
.border-y-deep-blue\/75{
  border-top-color: rgb(36 44 78 / 0.75);
  border-bottom-color: rgb(36 44 78 / 0.75);
}
.border-y-deep-blue\/80{
  border-top-color: rgb(36 44 78 / 0.8);
  border-bottom-color: rgb(36 44 78 / 0.8);
}
.border-y-deep-blue\/85{
  border-top-color: rgb(36 44 78 / 0.85);
  border-bottom-color: rgb(36 44 78 / 0.85);
}
.border-y-deep-blue\/90{
  border-top-color: rgb(36 44 78 / 0.9);
  border-bottom-color: rgb(36 44 78 / 0.9);
}
.border-y-deep-blue\/95{
  border-top-color: rgb(36 44 78 / 0.95);
  border-bottom-color: rgb(36 44 78 / 0.95);
}
.border-y-error{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
}
.border-y-error\/0{
  border-top-color: rgb(239 89 89 / 0);
  border-bottom-color: rgb(239 89 89 / 0);
}
.border-y-error\/10{
  border-top-color: rgb(239 89 89 / 0.1);
  border-bottom-color: rgb(239 89 89 / 0.1);
}
.border-y-error\/100{
  border-top-color: rgb(239 89 89 / 1);
  border-bottom-color: rgb(239 89 89 / 1);
}
.border-y-error\/15{
  border-top-color: rgb(239 89 89 / 0.15);
  border-bottom-color: rgb(239 89 89 / 0.15);
}
.border-y-error\/20{
  border-top-color: rgb(239 89 89 / 0.2);
  border-bottom-color: rgb(239 89 89 / 0.2);
}
.border-y-error\/25{
  border-top-color: rgb(239 89 89 / 0.25);
  border-bottom-color: rgb(239 89 89 / 0.25);
}
.border-y-error\/30{
  border-top-color: rgb(239 89 89 / 0.3);
  border-bottom-color: rgb(239 89 89 / 0.3);
}
.border-y-error\/35{
  border-top-color: rgb(239 89 89 / 0.35);
  border-bottom-color: rgb(239 89 89 / 0.35);
}
.border-y-error\/40{
  border-top-color: rgb(239 89 89 / 0.4);
  border-bottom-color: rgb(239 89 89 / 0.4);
}
.border-y-error\/45{
  border-top-color: rgb(239 89 89 / 0.45);
  border-bottom-color: rgb(239 89 89 / 0.45);
}
.border-y-error\/5{
  border-top-color: rgb(239 89 89 / 0.05);
  border-bottom-color: rgb(239 89 89 / 0.05);
}
.border-y-error\/50{
  border-top-color: rgb(239 89 89 / 0.5);
  border-bottom-color: rgb(239 89 89 / 0.5);
}
.border-y-error\/55{
  border-top-color: rgb(239 89 89 / 0.55);
  border-bottom-color: rgb(239 89 89 / 0.55);
}
.border-y-error\/60{
  border-top-color: rgb(239 89 89 / 0.6);
  border-bottom-color: rgb(239 89 89 / 0.6);
}
.border-y-error\/65{
  border-top-color: rgb(239 89 89 / 0.65);
  border-bottom-color: rgb(239 89 89 / 0.65);
}
.border-y-error\/70{
  border-top-color: rgb(239 89 89 / 0.7);
  border-bottom-color: rgb(239 89 89 / 0.7);
}
.border-y-error\/75{
  border-top-color: rgb(239 89 89 / 0.75);
  border-bottom-color: rgb(239 89 89 / 0.75);
}
.border-y-error\/80{
  border-top-color: rgb(239 89 89 / 0.8);
  border-bottom-color: rgb(239 89 89 / 0.8);
}
.border-y-error\/85{
  border-top-color: rgb(239 89 89 / 0.85);
  border-bottom-color: rgb(239 89 89 / 0.85);
}
.border-y-error\/90{
  border-top-color: rgb(239 89 89 / 0.9);
  border-bottom-color: rgb(239 89 89 / 0.9);
}
.border-y-error\/95{
  border-top-color: rgb(239 89 89 / 0.95);
  border-bottom-color: rgb(239 89 89 / 0.95);
}
.border-y-green{
  --tw-border-opacity: 1;
  border-top-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-y-green\/0{
  border-top-color: rgb(77 184 166 / 0);
  border-bottom-color: rgb(77 184 166 / 0);
}
.border-y-green\/10{
  border-top-color: rgb(77 184 166 / 0.1);
  border-bottom-color: rgb(77 184 166 / 0.1);
}
.border-y-green\/100{
  border-top-color: rgb(77 184 166 / 1);
  border-bottom-color: rgb(77 184 166 / 1);
}
.border-y-green\/15{
  border-top-color: rgb(77 184 166 / 0.15);
  border-bottom-color: rgb(77 184 166 / 0.15);
}
.border-y-green\/20{
  border-top-color: rgb(77 184 166 / 0.2);
  border-bottom-color: rgb(77 184 166 / 0.2);
}
.border-y-green\/25{
  border-top-color: rgb(77 184 166 / 0.25);
  border-bottom-color: rgb(77 184 166 / 0.25);
}
.border-y-green\/30{
  border-top-color: rgb(77 184 166 / 0.3);
  border-bottom-color: rgb(77 184 166 / 0.3);
}
.border-y-green\/35{
  border-top-color: rgb(77 184 166 / 0.35);
  border-bottom-color: rgb(77 184 166 / 0.35);
}
.border-y-green\/40{
  border-top-color: rgb(77 184 166 / 0.4);
  border-bottom-color: rgb(77 184 166 / 0.4);
}
.border-y-green\/45{
  border-top-color: rgb(77 184 166 / 0.45);
  border-bottom-color: rgb(77 184 166 / 0.45);
}
.border-y-green\/5{
  border-top-color: rgb(77 184 166 / 0.05);
  border-bottom-color: rgb(77 184 166 / 0.05);
}
.border-y-green\/50{
  border-top-color: rgb(77 184 166 / 0.5);
  border-bottom-color: rgb(77 184 166 / 0.5);
}
.border-y-green\/55{
  border-top-color: rgb(77 184 166 / 0.55);
  border-bottom-color: rgb(77 184 166 / 0.55);
}
.border-y-green\/60{
  border-top-color: rgb(77 184 166 / 0.6);
  border-bottom-color: rgb(77 184 166 / 0.6);
}
.border-y-green\/65{
  border-top-color: rgb(77 184 166 / 0.65);
  border-bottom-color: rgb(77 184 166 / 0.65);
}
.border-y-green\/70{
  border-top-color: rgb(77 184 166 / 0.7);
  border-bottom-color: rgb(77 184 166 / 0.7);
}
.border-y-green\/75{
  border-top-color: rgb(77 184 166 / 0.75);
  border-bottom-color: rgb(77 184 166 / 0.75);
}
.border-y-green\/80{
  border-top-color: rgb(77 184 166 / 0.8);
  border-bottom-color: rgb(77 184 166 / 0.8);
}
.border-y-green\/85{
  border-top-color: rgb(77 184 166 / 0.85);
  border-bottom-color: rgb(77 184 166 / 0.85);
}
.border-y-green\/90{
  border-top-color: rgb(77 184 166 / 0.9);
  border-bottom-color: rgb(77 184 166 / 0.9);
}
.border-y-green\/95{
  border-top-color: rgb(77 184 166 / 0.95);
  border-bottom-color: rgb(77 184 166 / 0.95);
}
.border-y-grey{
  --tw-border-opacity: 1;
  border-top-color: rgb(133 137 155 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(133 137 155 / var(--tw-border-opacity, 1));
}
.border-y-grey\/0{
  border-top-color: rgb(133 137 155 / 0);
  border-bottom-color: rgb(133 137 155 / 0);
}
.border-y-grey\/10{
  border-top-color: rgb(133 137 155 / 0.1);
  border-bottom-color: rgb(133 137 155 / 0.1);
}
.border-y-grey\/100{
  border-top-color: rgb(133 137 155 / 1);
  border-bottom-color: rgb(133 137 155 / 1);
}
.border-y-grey\/15{
  border-top-color: rgb(133 137 155 / 0.15);
  border-bottom-color: rgb(133 137 155 / 0.15);
}
.border-y-grey\/20{
  border-top-color: rgb(133 137 155 / 0.2);
  border-bottom-color: rgb(133 137 155 / 0.2);
}
.border-y-grey\/25{
  border-top-color: rgb(133 137 155 / 0.25);
  border-bottom-color: rgb(133 137 155 / 0.25);
}
.border-y-grey\/30{
  border-top-color: rgb(133 137 155 / 0.3);
  border-bottom-color: rgb(133 137 155 / 0.3);
}
.border-y-grey\/35{
  border-top-color: rgb(133 137 155 / 0.35);
  border-bottom-color: rgb(133 137 155 / 0.35);
}
.border-y-grey\/40{
  border-top-color: rgb(133 137 155 / 0.4);
  border-bottom-color: rgb(133 137 155 / 0.4);
}
.border-y-grey\/45{
  border-top-color: rgb(133 137 155 / 0.45);
  border-bottom-color: rgb(133 137 155 / 0.45);
}
.border-y-grey\/5{
  border-top-color: rgb(133 137 155 / 0.05);
  border-bottom-color: rgb(133 137 155 / 0.05);
}
.border-y-grey\/50{
  border-top-color: rgb(133 137 155 / 0.5);
  border-bottom-color: rgb(133 137 155 / 0.5);
}
.border-y-grey\/55{
  border-top-color: rgb(133 137 155 / 0.55);
  border-bottom-color: rgb(133 137 155 / 0.55);
}
.border-y-grey\/60{
  border-top-color: rgb(133 137 155 / 0.6);
  border-bottom-color: rgb(133 137 155 / 0.6);
}
.border-y-grey\/65{
  border-top-color: rgb(133 137 155 / 0.65);
  border-bottom-color: rgb(133 137 155 / 0.65);
}
.border-y-grey\/70{
  border-top-color: rgb(133 137 155 / 0.7);
  border-bottom-color: rgb(133 137 155 / 0.7);
}
.border-y-grey\/75{
  border-top-color: rgb(133 137 155 / 0.75);
  border-bottom-color: rgb(133 137 155 / 0.75);
}
.border-y-grey\/80{
  border-top-color: rgb(133 137 155 / 0.8);
  border-bottom-color: rgb(133 137 155 / 0.8);
}
.border-y-grey\/85{
  border-top-color: rgb(133 137 155 / 0.85);
  border-bottom-color: rgb(133 137 155 / 0.85);
}
.border-y-grey\/90{
  border-top-color: rgb(133 137 155 / 0.9);
  border-bottom-color: rgb(133 137 155 / 0.9);
}
.border-y-grey\/95{
  border-top-color: rgb(133 137 155 / 0.95);
  border-bottom-color: rgb(133 137 155 / 0.95);
}
.border-y-infill-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 244 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 244 244 / var(--tw-border-opacity, 1));
}
.border-y-infill-white\/0{
  border-top-color: rgb(243 244 244 / 0);
  border-bottom-color: rgb(243 244 244 / 0);
}
.border-y-infill-white\/10{
  border-top-color: rgb(243 244 244 / 0.1);
  border-bottom-color: rgb(243 244 244 / 0.1);
}
.border-y-infill-white\/100{
  border-top-color: rgb(243 244 244 / 1);
  border-bottom-color: rgb(243 244 244 / 1);
}
.border-y-infill-white\/15{
  border-top-color: rgb(243 244 244 / 0.15);
  border-bottom-color: rgb(243 244 244 / 0.15);
}
.border-y-infill-white\/20{
  border-top-color: rgb(243 244 244 / 0.2);
  border-bottom-color: rgb(243 244 244 / 0.2);
}
.border-y-infill-white\/25{
  border-top-color: rgb(243 244 244 / 0.25);
  border-bottom-color: rgb(243 244 244 / 0.25);
}
.border-y-infill-white\/30{
  border-top-color: rgb(243 244 244 / 0.3);
  border-bottom-color: rgb(243 244 244 / 0.3);
}
.border-y-infill-white\/35{
  border-top-color: rgb(243 244 244 / 0.35);
  border-bottom-color: rgb(243 244 244 / 0.35);
}
.border-y-infill-white\/40{
  border-top-color: rgb(243 244 244 / 0.4);
  border-bottom-color: rgb(243 244 244 / 0.4);
}
.border-y-infill-white\/45{
  border-top-color: rgb(243 244 244 / 0.45);
  border-bottom-color: rgb(243 244 244 / 0.45);
}
.border-y-infill-white\/5{
  border-top-color: rgb(243 244 244 / 0.05);
  border-bottom-color: rgb(243 244 244 / 0.05);
}
.border-y-infill-white\/50{
  border-top-color: rgb(243 244 244 / 0.5);
  border-bottom-color: rgb(243 244 244 / 0.5);
}
.border-y-infill-white\/55{
  border-top-color: rgb(243 244 244 / 0.55);
  border-bottom-color: rgb(243 244 244 / 0.55);
}
.border-y-infill-white\/60{
  border-top-color: rgb(243 244 244 / 0.6);
  border-bottom-color: rgb(243 244 244 / 0.6);
}
.border-y-infill-white\/65{
  border-top-color: rgb(243 244 244 / 0.65);
  border-bottom-color: rgb(243 244 244 / 0.65);
}
.border-y-infill-white\/70{
  border-top-color: rgb(243 244 244 / 0.7);
  border-bottom-color: rgb(243 244 244 / 0.7);
}
.border-y-infill-white\/75{
  border-top-color: rgb(243 244 244 / 0.75);
  border-bottom-color: rgb(243 244 244 / 0.75);
}
.border-y-infill-white\/80{
  border-top-color: rgb(243 244 244 / 0.8);
  border-bottom-color: rgb(243 244 244 / 0.8);
}
.border-y-infill-white\/85{
  border-top-color: rgb(243 244 244 / 0.85);
  border-bottom-color: rgb(243 244 244 / 0.85);
}
.border-y-infill-white\/90{
  border-top-color: rgb(243 244 244 / 0.9);
  border-bottom-color: rgb(243 244 244 / 0.9);
}
.border-y-infill-white\/95{
  border-top-color: rgb(243 244 244 / 0.95);
  border-bottom-color: rgb(243 244 244 / 0.95);
}
.border-y-light-blue{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 183 235 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 183 235 / var(--tw-border-opacity, 1));
}
.border-y-light-blue\/0{
  border-top-color: rgb(0 183 235 / 0);
  border-bottom-color: rgb(0 183 235 / 0);
}
.border-y-light-blue\/10{
  border-top-color: rgb(0 183 235 / 0.1);
  border-bottom-color: rgb(0 183 235 / 0.1);
}
.border-y-light-blue\/100{
  border-top-color: rgb(0 183 235 / 1);
  border-bottom-color: rgb(0 183 235 / 1);
}
.border-y-light-blue\/15{
  border-top-color: rgb(0 183 235 / 0.15);
  border-bottom-color: rgb(0 183 235 / 0.15);
}
.border-y-light-blue\/20{
  border-top-color: rgb(0 183 235 / 0.2);
  border-bottom-color: rgb(0 183 235 / 0.2);
}
.border-y-light-blue\/25{
  border-top-color: rgb(0 183 235 / 0.25);
  border-bottom-color: rgb(0 183 235 / 0.25);
}
.border-y-light-blue\/30{
  border-top-color: rgb(0 183 235 / 0.3);
  border-bottom-color: rgb(0 183 235 / 0.3);
}
.border-y-light-blue\/35{
  border-top-color: rgb(0 183 235 / 0.35);
  border-bottom-color: rgb(0 183 235 / 0.35);
}
.border-y-light-blue\/40{
  border-top-color: rgb(0 183 235 / 0.4);
  border-bottom-color: rgb(0 183 235 / 0.4);
}
.border-y-light-blue\/45{
  border-top-color: rgb(0 183 235 / 0.45);
  border-bottom-color: rgb(0 183 235 / 0.45);
}
.border-y-light-blue\/5{
  border-top-color: rgb(0 183 235 / 0.05);
  border-bottom-color: rgb(0 183 235 / 0.05);
}
.border-y-light-blue\/50{
  border-top-color: rgb(0 183 235 / 0.5);
  border-bottom-color: rgb(0 183 235 / 0.5);
}
.border-y-light-blue\/55{
  border-top-color: rgb(0 183 235 / 0.55);
  border-bottom-color: rgb(0 183 235 / 0.55);
}
.border-y-light-blue\/60{
  border-top-color: rgb(0 183 235 / 0.6);
  border-bottom-color: rgb(0 183 235 / 0.6);
}
.border-y-light-blue\/65{
  border-top-color: rgb(0 183 235 / 0.65);
  border-bottom-color: rgb(0 183 235 / 0.65);
}
.border-y-light-blue\/70{
  border-top-color: rgb(0 183 235 / 0.7);
  border-bottom-color: rgb(0 183 235 / 0.7);
}
.border-y-light-blue\/75{
  border-top-color: rgb(0 183 235 / 0.75);
  border-bottom-color: rgb(0 183 235 / 0.75);
}
.border-y-light-blue\/80{
  border-top-color: rgb(0 183 235 / 0.8);
  border-bottom-color: rgb(0 183 235 / 0.8);
}
.border-y-light-blue\/85{
  border-top-color: rgb(0 183 235 / 0.85);
  border-bottom-color: rgb(0 183 235 / 0.85);
}
.border-y-light-blue\/90{
  border-top-color: rgb(0 183 235 / 0.9);
  border-bottom-color: rgb(0 183 235 / 0.9);
}
.border-y-light-blue\/95{
  border-top-color: rgb(0 183 235 / 0.95);
  border-bottom-color: rgb(0 183 235 / 0.95);
}
.border-y-off-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 251 251 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 251 251 / var(--tw-border-opacity, 1));
}
.border-y-off-white\/0{
  border-top-color: rgb(250 251 251 / 0);
  border-bottom-color: rgb(250 251 251 / 0);
}
.border-y-off-white\/10{
  border-top-color: rgb(250 251 251 / 0.1);
  border-bottom-color: rgb(250 251 251 / 0.1);
}
.border-y-off-white\/100{
  border-top-color: rgb(250 251 251 / 1);
  border-bottom-color: rgb(250 251 251 / 1);
}
.border-y-off-white\/15{
  border-top-color: rgb(250 251 251 / 0.15);
  border-bottom-color: rgb(250 251 251 / 0.15);
}
.border-y-off-white\/20{
  border-top-color: rgb(250 251 251 / 0.2);
  border-bottom-color: rgb(250 251 251 / 0.2);
}
.border-y-off-white\/25{
  border-top-color: rgb(250 251 251 / 0.25);
  border-bottom-color: rgb(250 251 251 / 0.25);
}
.border-y-off-white\/30{
  border-top-color: rgb(250 251 251 / 0.3);
  border-bottom-color: rgb(250 251 251 / 0.3);
}
.border-y-off-white\/35{
  border-top-color: rgb(250 251 251 / 0.35);
  border-bottom-color: rgb(250 251 251 / 0.35);
}
.border-y-off-white\/40{
  border-top-color: rgb(250 251 251 / 0.4);
  border-bottom-color: rgb(250 251 251 / 0.4);
}
.border-y-off-white\/45{
  border-top-color: rgb(250 251 251 / 0.45);
  border-bottom-color: rgb(250 251 251 / 0.45);
}
.border-y-off-white\/5{
  border-top-color: rgb(250 251 251 / 0.05);
  border-bottom-color: rgb(250 251 251 / 0.05);
}
.border-y-off-white\/50{
  border-top-color: rgb(250 251 251 / 0.5);
  border-bottom-color: rgb(250 251 251 / 0.5);
}
.border-y-off-white\/55{
  border-top-color: rgb(250 251 251 / 0.55);
  border-bottom-color: rgb(250 251 251 / 0.55);
}
.border-y-off-white\/60{
  border-top-color: rgb(250 251 251 / 0.6);
  border-bottom-color: rgb(250 251 251 / 0.6);
}
.border-y-off-white\/65{
  border-top-color: rgb(250 251 251 / 0.65);
  border-bottom-color: rgb(250 251 251 / 0.65);
}
.border-y-off-white\/70{
  border-top-color: rgb(250 251 251 / 0.7);
  border-bottom-color: rgb(250 251 251 / 0.7);
}
.border-y-off-white\/75{
  border-top-color: rgb(250 251 251 / 0.75);
  border-bottom-color: rgb(250 251 251 / 0.75);
}
.border-y-off-white\/80{
  border-top-color: rgb(250 251 251 / 0.8);
  border-bottom-color: rgb(250 251 251 / 0.8);
}
.border-y-off-white\/85{
  border-top-color: rgb(250 251 251 / 0.85);
  border-bottom-color: rgb(250 251 251 / 0.85);
}
.border-y-off-white\/90{
  border-top-color: rgb(250 251 251 / 0.9);
  border-bottom-color: rgb(250 251 251 / 0.9);
}
.border-y-off-white\/95{
  border-top-color: rgb(250 251 251 / 0.95);
  border-bottom-color: rgb(250 251 251 / 0.95);
}
.border-y-red{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 101 101 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 101 101 / var(--tw-border-opacity, 1));
}
.border-y-red\/0{
  border-top-color: rgb(255 101 101 / 0);
  border-bottom-color: rgb(255 101 101 / 0);
}
.border-y-red\/10{
  border-top-color: rgb(255 101 101 / 0.1);
  border-bottom-color: rgb(255 101 101 / 0.1);
}
.border-y-red\/100{
  border-top-color: rgb(255 101 101 / 1);
  border-bottom-color: rgb(255 101 101 / 1);
}
.border-y-red\/15{
  border-top-color: rgb(255 101 101 / 0.15);
  border-bottom-color: rgb(255 101 101 / 0.15);
}
.border-y-red\/20{
  border-top-color: rgb(255 101 101 / 0.2);
  border-bottom-color: rgb(255 101 101 / 0.2);
}
.border-y-red\/25{
  border-top-color: rgb(255 101 101 / 0.25);
  border-bottom-color: rgb(255 101 101 / 0.25);
}
.border-y-red\/30{
  border-top-color: rgb(255 101 101 / 0.3);
  border-bottom-color: rgb(255 101 101 / 0.3);
}
.border-y-red\/35{
  border-top-color: rgb(255 101 101 / 0.35);
  border-bottom-color: rgb(255 101 101 / 0.35);
}
.border-y-red\/40{
  border-top-color: rgb(255 101 101 / 0.4);
  border-bottom-color: rgb(255 101 101 / 0.4);
}
.border-y-red\/45{
  border-top-color: rgb(255 101 101 / 0.45);
  border-bottom-color: rgb(255 101 101 / 0.45);
}
.border-y-red\/5{
  border-top-color: rgb(255 101 101 / 0.05);
  border-bottom-color: rgb(255 101 101 / 0.05);
}
.border-y-red\/50{
  border-top-color: rgb(255 101 101 / 0.5);
  border-bottom-color: rgb(255 101 101 / 0.5);
}
.border-y-red\/55{
  border-top-color: rgb(255 101 101 / 0.55);
  border-bottom-color: rgb(255 101 101 / 0.55);
}
.border-y-red\/60{
  border-top-color: rgb(255 101 101 / 0.6);
  border-bottom-color: rgb(255 101 101 / 0.6);
}
.border-y-red\/65{
  border-top-color: rgb(255 101 101 / 0.65);
  border-bottom-color: rgb(255 101 101 / 0.65);
}
.border-y-red\/70{
  border-top-color: rgb(255 101 101 / 0.7);
  border-bottom-color: rgb(255 101 101 / 0.7);
}
.border-y-red\/75{
  border-top-color: rgb(255 101 101 / 0.75);
  border-bottom-color: rgb(255 101 101 / 0.75);
}
.border-y-red\/80{
  border-top-color: rgb(255 101 101 / 0.8);
  border-bottom-color: rgb(255 101 101 / 0.8);
}
.border-y-red\/85{
  border-top-color: rgb(255 101 101 / 0.85);
  border-bottom-color: rgb(255 101 101 / 0.85);
}
.border-y-red\/90{
  border-top-color: rgb(255 101 101 / 0.9);
  border-bottom-color: rgb(255 101 101 / 0.9);
}
.border-y-red\/95{
  border-top-color: rgb(255 101 101 / 0.95);
  border-bottom-color: rgb(255 101 101 / 0.95);
}
.border-y-success{
  --tw-border-opacity: 1;
  border-top-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-y-success\/0{
  border-top-color: rgb(77 184 166 / 0);
  border-bottom-color: rgb(77 184 166 / 0);
}
.border-y-success\/10{
  border-top-color: rgb(77 184 166 / 0.1);
  border-bottom-color: rgb(77 184 166 / 0.1);
}
.border-y-success\/100{
  border-top-color: rgb(77 184 166 / 1);
  border-bottom-color: rgb(77 184 166 / 1);
}
.border-y-success\/15{
  border-top-color: rgb(77 184 166 / 0.15);
  border-bottom-color: rgb(77 184 166 / 0.15);
}
.border-y-success\/20{
  border-top-color: rgb(77 184 166 / 0.2);
  border-bottom-color: rgb(77 184 166 / 0.2);
}
.border-y-success\/25{
  border-top-color: rgb(77 184 166 / 0.25);
  border-bottom-color: rgb(77 184 166 / 0.25);
}
.border-y-success\/30{
  border-top-color: rgb(77 184 166 / 0.3);
  border-bottom-color: rgb(77 184 166 / 0.3);
}
.border-y-success\/35{
  border-top-color: rgb(77 184 166 / 0.35);
  border-bottom-color: rgb(77 184 166 / 0.35);
}
.border-y-success\/40{
  border-top-color: rgb(77 184 166 / 0.4);
  border-bottom-color: rgb(77 184 166 / 0.4);
}
.border-y-success\/45{
  border-top-color: rgb(77 184 166 / 0.45);
  border-bottom-color: rgb(77 184 166 / 0.45);
}
.border-y-success\/5{
  border-top-color: rgb(77 184 166 / 0.05);
  border-bottom-color: rgb(77 184 166 / 0.05);
}
.border-y-success\/50{
  border-top-color: rgb(77 184 166 / 0.5);
  border-bottom-color: rgb(77 184 166 / 0.5);
}
.border-y-success\/55{
  border-top-color: rgb(77 184 166 / 0.55);
  border-bottom-color: rgb(77 184 166 / 0.55);
}
.border-y-success\/60{
  border-top-color: rgb(77 184 166 / 0.6);
  border-bottom-color: rgb(77 184 166 / 0.6);
}
.border-y-success\/65{
  border-top-color: rgb(77 184 166 / 0.65);
  border-bottom-color: rgb(77 184 166 / 0.65);
}
.border-y-success\/70{
  border-top-color: rgb(77 184 166 / 0.7);
  border-bottom-color: rgb(77 184 166 / 0.7);
}
.border-y-success\/75{
  border-top-color: rgb(77 184 166 / 0.75);
  border-bottom-color: rgb(77 184 166 / 0.75);
}
.border-y-success\/80{
  border-top-color: rgb(77 184 166 / 0.8);
  border-bottom-color: rgb(77 184 166 / 0.8);
}
.border-y-success\/85{
  border-top-color: rgb(77 184 166 / 0.85);
  border-bottom-color: rgb(77 184 166 / 0.85);
}
.border-y-success\/90{
  border-top-color: rgb(77 184 166 / 0.9);
  border-bottom-color: rgb(77 184 166 / 0.9);
}
.border-y-success\/95{
  border-top-color: rgb(77 184 166 / 0.95);
  border-bottom-color: rgb(77 184 166 / 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\/15{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.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\/45{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.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\/65{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.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-warning{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 174 75 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(247 174 75 / var(--tw-border-opacity, 1));
}
.border-y-warning\/0{
  border-top-color: rgb(247 174 75 / 0);
  border-bottom-color: rgb(247 174 75 / 0);
}
.border-y-warning\/10{
  border-top-color: rgb(247 174 75 / 0.1);
  border-bottom-color: rgb(247 174 75 / 0.1);
}
.border-y-warning\/100{
  border-top-color: rgb(247 174 75 / 1);
  border-bottom-color: rgb(247 174 75 / 1);
}
.border-y-warning\/15{
  border-top-color: rgb(247 174 75 / 0.15);
  border-bottom-color: rgb(247 174 75 / 0.15);
}
.border-y-warning\/20{
  border-top-color: rgb(247 174 75 / 0.2);
  border-bottom-color: rgb(247 174 75 / 0.2);
}
.border-y-warning\/25{
  border-top-color: rgb(247 174 75 / 0.25);
  border-bottom-color: rgb(247 174 75 / 0.25);
}
.border-y-warning\/30{
  border-top-color: rgb(247 174 75 / 0.3);
  border-bottom-color: rgb(247 174 75 / 0.3);
}
.border-y-warning\/35{
  border-top-color: rgb(247 174 75 / 0.35);
  border-bottom-color: rgb(247 174 75 / 0.35);
}
.border-y-warning\/40{
  border-top-color: rgb(247 174 75 / 0.4);
  border-bottom-color: rgb(247 174 75 / 0.4);
}
.border-y-warning\/45{
  border-top-color: rgb(247 174 75 / 0.45);
  border-bottom-color: rgb(247 174 75 / 0.45);
}
.border-y-warning\/5{
  border-top-color: rgb(247 174 75 / 0.05);
  border-bottom-color: rgb(247 174 75 / 0.05);
}
.border-y-warning\/50{
  border-top-color: rgb(247 174 75 / 0.5);
  border-bottom-color: rgb(247 174 75 / 0.5);
}
.border-y-warning\/55{
  border-top-color: rgb(247 174 75 / 0.55);
  border-bottom-color: rgb(247 174 75 / 0.55);
}
.border-y-warning\/60{
  border-top-color: rgb(247 174 75 / 0.6);
  border-bottom-color: rgb(247 174 75 / 0.6);
}
.border-y-warning\/65{
  border-top-color: rgb(247 174 75 / 0.65);
  border-bottom-color: rgb(247 174 75 / 0.65);
}
.border-y-warning\/70{
  border-top-color: rgb(247 174 75 / 0.7);
  border-bottom-color: rgb(247 174 75 / 0.7);
}
.border-y-warning\/75{
  border-top-color: rgb(247 174 75 / 0.75);
  border-bottom-color: rgb(247 174 75 / 0.75);
}
.border-y-warning\/80{
  border-top-color: rgb(247 174 75 / 0.8);
  border-bottom-color: rgb(247 174 75 / 0.8);
}
.border-y-warning\/85{
  border-top-color: rgb(247 174 75 / 0.85);
  border-bottom-color: rgb(247 174 75 / 0.85);
}
.border-y-warning\/90{
  border-top-color: rgb(247 174 75 / 0.9);
  border-bottom-color: rgb(247 174 75 / 0.9);
}
.border-y-warning\/95{
  border-top-color: rgb(247 174 75 / 0.95);
  border-bottom-color: rgb(247 174 75 / 0.95);
}
.border-y-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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\/15{
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.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\/35{
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.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\/45{
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.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\/55{
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.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\/65{
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.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\/85{
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.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, 1));
}
.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\/15{
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-black\/40{
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-black\/45{
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-black\/60{
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-black\/65{
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.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-dark-deep-blue{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(28 34 61 / var(--tw-border-opacity, 1));
}
.border-b-dark-deep-blue\/0{
  border-bottom-color: rgb(28 34 61 / 0);
}
.border-b-dark-deep-blue\/10{
  border-bottom-color: rgb(28 34 61 / 0.1);
}
.border-b-dark-deep-blue\/100{
  border-bottom-color: rgb(28 34 61 / 1);
}
.border-b-dark-deep-blue\/15{
  border-bottom-color: rgb(28 34 61 / 0.15);
}
.border-b-dark-deep-blue\/20{
  border-bottom-color: rgb(28 34 61 / 0.2);
}
.border-b-dark-deep-blue\/25{
  border-bottom-color: rgb(28 34 61 / 0.25);
}
.border-b-dark-deep-blue\/30{
  border-bottom-color: rgb(28 34 61 / 0.3);
}
.border-b-dark-deep-blue\/35{
  border-bottom-color: rgb(28 34 61 / 0.35);
}
.border-b-dark-deep-blue\/40{
  border-bottom-color: rgb(28 34 61 / 0.4);
}
.border-b-dark-deep-blue\/45{
  border-bottom-color: rgb(28 34 61 / 0.45);
}
.border-b-dark-deep-blue\/5{
  border-bottom-color: rgb(28 34 61 / 0.05);
}
.border-b-dark-deep-blue\/50{
  border-bottom-color: rgb(28 34 61 / 0.5);
}
.border-b-dark-deep-blue\/55{
  border-bottom-color: rgb(28 34 61 / 0.55);
}
.border-b-dark-deep-blue\/60{
  border-bottom-color: rgb(28 34 61 / 0.6);
}
.border-b-dark-deep-blue\/65{
  border-bottom-color: rgb(28 34 61 / 0.65);
}
.border-b-dark-deep-blue\/70{
  border-bottom-color: rgb(28 34 61 / 0.7);
}
.border-b-dark-deep-blue\/75{
  border-bottom-color: rgb(28 34 61 / 0.75);
}
.border-b-dark-deep-blue\/80{
  border-bottom-color: rgb(28 34 61 / 0.8);
}
.border-b-dark-deep-blue\/85{
  border-bottom-color: rgb(28 34 61 / 0.85);
}
.border-b-dark-deep-blue\/90{
  border-bottom-color: rgb(28 34 61 / 0.9);
}
.border-b-dark-deep-blue\/95{
  border-bottom-color: rgb(28 34 61 / 0.95);
}
.border-b-deep-blue{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(36 44 78 / var(--tw-border-opacity, 1));
}
.border-b-deep-blue\/0{
  border-bottom-color: rgb(36 44 78 / 0);
}
.border-b-deep-blue\/10{
  border-bottom-color: rgb(36 44 78 / 0.1);
}
.border-b-deep-blue\/100{
  border-bottom-color: rgb(36 44 78 / 1);
}
.border-b-deep-blue\/15{
  border-bottom-color: rgb(36 44 78 / 0.15);
}
.border-b-deep-blue\/20{
  border-bottom-color: rgb(36 44 78 / 0.2);
}
.border-b-deep-blue\/25{
  border-bottom-color: rgb(36 44 78 / 0.25);
}
.border-b-deep-blue\/30{
  border-bottom-color: rgb(36 44 78 / 0.3);
}
.border-b-deep-blue\/35{
  border-bottom-color: rgb(36 44 78 / 0.35);
}
.border-b-deep-blue\/40{
  border-bottom-color: rgb(36 44 78 / 0.4);
}
.border-b-deep-blue\/45{
  border-bottom-color: rgb(36 44 78 / 0.45);
}
.border-b-deep-blue\/5{
  border-bottom-color: rgb(36 44 78 / 0.05);
}
.border-b-deep-blue\/50{
  border-bottom-color: rgb(36 44 78 / 0.5);
}
.border-b-deep-blue\/55{
  border-bottom-color: rgb(36 44 78 / 0.55);
}
.border-b-deep-blue\/60{
  border-bottom-color: rgb(36 44 78 / 0.6);
}
.border-b-deep-blue\/65{
  border-bottom-color: rgb(36 44 78 / 0.65);
}
.border-b-deep-blue\/70{
  border-bottom-color: rgb(36 44 78 / 0.7);
}
.border-b-deep-blue\/75{
  border-bottom-color: rgb(36 44 78 / 0.75);
}
.border-b-deep-blue\/80{
  border-bottom-color: rgb(36 44 78 / 0.8);
}
.border-b-deep-blue\/85{
  border-bottom-color: rgb(36 44 78 / 0.85);
}
.border-b-deep-blue\/90{
  border-bottom-color: rgb(36 44 78 / 0.9);
}
.border-b-deep-blue\/95{
  border-bottom-color: rgb(36 44 78 / 0.95);
}
.border-b-error{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
}
.border-b-error\/0{
  border-bottom-color: rgb(239 89 89 / 0);
}
.border-b-error\/10{
  border-bottom-color: rgb(239 89 89 / 0.1);
}
.border-b-error\/100{
  border-bottom-color: rgb(239 89 89 / 1);
}
.border-b-error\/15{
  border-bottom-color: rgb(239 89 89 / 0.15);
}
.border-b-error\/20{
  border-bottom-color: rgb(239 89 89 / 0.2);
}
.border-b-error\/25{
  border-bottom-color: rgb(239 89 89 / 0.25);
}
.border-b-error\/30{
  border-bottom-color: rgb(239 89 89 / 0.3);
}
.border-b-error\/35{
  border-bottom-color: rgb(239 89 89 / 0.35);
}
.border-b-error\/40{
  border-bottom-color: rgb(239 89 89 / 0.4);
}
.border-b-error\/45{
  border-bottom-color: rgb(239 89 89 / 0.45);
}
.border-b-error\/5{
  border-bottom-color: rgb(239 89 89 / 0.05);
}
.border-b-error\/50{
  border-bottom-color: rgb(239 89 89 / 0.5);
}
.border-b-error\/55{
  border-bottom-color: rgb(239 89 89 / 0.55);
}
.border-b-error\/60{
  border-bottom-color: rgb(239 89 89 / 0.6);
}
.border-b-error\/65{
  border-bottom-color: rgb(239 89 89 / 0.65);
}
.border-b-error\/70{
  border-bottom-color: rgb(239 89 89 / 0.7);
}
.border-b-error\/75{
  border-bottom-color: rgb(239 89 89 / 0.75);
}
.border-b-error\/80{
  border-bottom-color: rgb(239 89 89 / 0.8);
}
.border-b-error\/85{
  border-bottom-color: rgb(239 89 89 / 0.85);
}
.border-b-error\/90{
  border-bottom-color: rgb(239 89 89 / 0.9);
}
.border-b-error\/95{
  border-bottom-color: rgb(239 89 89 / 0.95);
}
.border-b-green{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-b-green\/0{
  border-bottom-color: rgb(77 184 166 / 0);
}
.border-b-green\/10{
  border-bottom-color: rgb(77 184 166 / 0.1);
}
.border-b-green\/100{
  border-bottom-color: rgb(77 184 166 / 1);
}
.border-b-green\/15{
  border-bottom-color: rgb(77 184 166 / 0.15);
}
.border-b-green\/20{
  border-bottom-color: rgb(77 184 166 / 0.2);
}
.border-b-green\/25{
  border-bottom-color: rgb(77 184 166 / 0.25);
}
.border-b-green\/30{
  border-bottom-color: rgb(77 184 166 / 0.3);
}
.border-b-green\/35{
  border-bottom-color: rgb(77 184 166 / 0.35);
}
.border-b-green\/40{
  border-bottom-color: rgb(77 184 166 / 0.4);
}
.border-b-green\/45{
  border-bottom-color: rgb(77 184 166 / 0.45);
}
.border-b-green\/5{
  border-bottom-color: rgb(77 184 166 / 0.05);
}
.border-b-green\/50{
  border-bottom-color: rgb(77 184 166 / 0.5);
}
.border-b-green\/55{
  border-bottom-color: rgb(77 184 166 / 0.55);
}
.border-b-green\/60{
  border-bottom-color: rgb(77 184 166 / 0.6);
}
.border-b-green\/65{
  border-bottom-color: rgb(77 184 166 / 0.65);
}
.border-b-green\/70{
  border-bottom-color: rgb(77 184 166 / 0.7);
}
.border-b-green\/75{
  border-bottom-color: rgb(77 184 166 / 0.75);
}
.border-b-green\/80{
  border-bottom-color: rgb(77 184 166 / 0.8);
}
.border-b-green\/85{
  border-bottom-color: rgb(77 184 166 / 0.85);
}
.border-b-green\/90{
  border-bottom-color: rgb(77 184 166 / 0.9);
}
.border-b-green\/95{
  border-bottom-color: rgb(77 184 166 / 0.95);
}
.border-b-grey{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 137 155 / var(--tw-border-opacity, 1));
}
.border-b-grey\/0{
  border-bottom-color: rgb(133 137 155 / 0);
}
.border-b-grey\/10{
  border-bottom-color: rgb(133 137 155 / 0.1);
}
.border-b-grey\/100{
  border-bottom-color: rgb(133 137 155 / 1);
}
.border-b-grey\/15{
  border-bottom-color: rgb(133 137 155 / 0.15);
}
.border-b-grey\/20{
  border-bottom-color: rgb(133 137 155 / 0.2);
}
.border-b-grey\/25{
  border-bottom-color: rgb(133 137 155 / 0.25);
}
.border-b-grey\/30{
  border-bottom-color: rgb(133 137 155 / 0.3);
}
.border-b-grey\/35{
  border-bottom-color: rgb(133 137 155 / 0.35);
}
.border-b-grey\/40{
  border-bottom-color: rgb(133 137 155 / 0.4);
}
.border-b-grey\/45{
  border-bottom-color: rgb(133 137 155 / 0.45);
}
.border-b-grey\/5{
  border-bottom-color: rgb(133 137 155 / 0.05);
}
.border-b-grey\/50{
  border-bottom-color: rgb(133 137 155 / 0.5);
}
.border-b-grey\/55{
  border-bottom-color: rgb(133 137 155 / 0.55);
}
.border-b-grey\/60{
  border-bottom-color: rgb(133 137 155 / 0.6);
}
.border-b-grey\/65{
  border-bottom-color: rgb(133 137 155 / 0.65);
}
.border-b-grey\/70{
  border-bottom-color: rgb(133 137 155 / 0.7);
}
.border-b-grey\/75{
  border-bottom-color: rgb(133 137 155 / 0.75);
}
.border-b-grey\/80{
  border-bottom-color: rgb(133 137 155 / 0.8);
}
.border-b-grey\/85{
  border-bottom-color: rgb(133 137 155 / 0.85);
}
.border-b-grey\/90{
  border-bottom-color: rgb(133 137 155 / 0.9);
}
.border-b-grey\/95{
  border-bottom-color: rgb(133 137 155 / 0.95);
}
.border-b-infill-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 244 / var(--tw-border-opacity, 1));
}
.border-b-infill-white\/0{
  border-bottom-color: rgb(243 244 244 / 0);
}
.border-b-infill-white\/10{
  border-bottom-color: rgb(243 244 244 / 0.1);
}
.border-b-infill-white\/100{
  border-bottom-color: rgb(243 244 244 / 1);
}
.border-b-infill-white\/15{
  border-bottom-color: rgb(243 244 244 / 0.15);
}
.border-b-infill-white\/20{
  border-bottom-color: rgb(243 244 244 / 0.2);
}
.border-b-infill-white\/25{
  border-bottom-color: rgb(243 244 244 / 0.25);
}
.border-b-infill-white\/30{
  border-bottom-color: rgb(243 244 244 / 0.3);
}
.border-b-infill-white\/35{
  border-bottom-color: rgb(243 244 244 / 0.35);
}
.border-b-infill-white\/40{
  border-bottom-color: rgb(243 244 244 / 0.4);
}
.border-b-infill-white\/45{
  border-bottom-color: rgb(243 244 244 / 0.45);
}
.border-b-infill-white\/5{
  border-bottom-color: rgb(243 244 244 / 0.05);
}
.border-b-infill-white\/50{
  border-bottom-color: rgb(243 244 244 / 0.5);
}
.border-b-infill-white\/55{
  border-bottom-color: rgb(243 244 244 / 0.55);
}
.border-b-infill-white\/60{
  border-bottom-color: rgb(243 244 244 / 0.6);
}
.border-b-infill-white\/65{
  border-bottom-color: rgb(243 244 244 / 0.65);
}
.border-b-infill-white\/70{
  border-bottom-color: rgb(243 244 244 / 0.7);
}
.border-b-infill-white\/75{
  border-bottom-color: rgb(243 244 244 / 0.75);
}
.border-b-infill-white\/80{
  border-bottom-color: rgb(243 244 244 / 0.8);
}
.border-b-infill-white\/85{
  border-bottom-color: rgb(243 244 244 / 0.85);
}
.border-b-infill-white\/90{
  border-bottom-color: rgb(243 244 244 / 0.9);
}
.border-b-infill-white\/95{
  border-bottom-color: rgb(243 244 244 / 0.95);
}
.border-b-light-blue{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 183 235 / var(--tw-border-opacity, 1));
}
.border-b-light-blue\/0{
  border-bottom-color: rgb(0 183 235 / 0);
}
.border-b-light-blue\/10{
  border-bottom-color: rgb(0 183 235 / 0.1);
}
.border-b-light-blue\/100{
  border-bottom-color: rgb(0 183 235 / 1);
}
.border-b-light-blue\/15{
  border-bottom-color: rgb(0 183 235 / 0.15);
}
.border-b-light-blue\/20{
  border-bottom-color: rgb(0 183 235 / 0.2);
}
.border-b-light-blue\/25{
  border-bottom-color: rgb(0 183 235 / 0.25);
}
.border-b-light-blue\/30{
  border-bottom-color: rgb(0 183 235 / 0.3);
}
.border-b-light-blue\/35{
  border-bottom-color: rgb(0 183 235 / 0.35);
}
.border-b-light-blue\/40{
  border-bottom-color: rgb(0 183 235 / 0.4);
}
.border-b-light-blue\/45{
  border-bottom-color: rgb(0 183 235 / 0.45);
}
.border-b-light-blue\/5{
  border-bottom-color: rgb(0 183 235 / 0.05);
}
.border-b-light-blue\/50{
  border-bottom-color: rgb(0 183 235 / 0.5);
}
.border-b-light-blue\/55{
  border-bottom-color: rgb(0 183 235 / 0.55);
}
.border-b-light-blue\/60{
  border-bottom-color: rgb(0 183 235 / 0.6);
}
.border-b-light-blue\/65{
  border-bottom-color: rgb(0 183 235 / 0.65);
}
.border-b-light-blue\/70{
  border-bottom-color: rgb(0 183 235 / 0.7);
}
.border-b-light-blue\/75{
  border-bottom-color: rgb(0 183 235 / 0.75);
}
.border-b-light-blue\/80{
  border-bottom-color: rgb(0 183 235 / 0.8);
}
.border-b-light-blue\/85{
  border-bottom-color: rgb(0 183 235 / 0.85);
}
.border-b-light-blue\/90{
  border-bottom-color: rgb(0 183 235 / 0.9);
}
.border-b-light-blue\/95{
  border-bottom-color: rgb(0 183 235 / 0.95);
}
.border-b-off-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 251 251 / var(--tw-border-opacity, 1));
}
.border-b-off-white\/0{
  border-bottom-color: rgb(250 251 251 / 0);
}
.border-b-off-white\/10{
  border-bottom-color: rgb(250 251 251 / 0.1);
}
.border-b-off-white\/100{
  border-bottom-color: rgb(250 251 251 / 1);
}
.border-b-off-white\/15{
  border-bottom-color: rgb(250 251 251 / 0.15);
}
.border-b-off-white\/20{
  border-bottom-color: rgb(250 251 251 / 0.2);
}
.border-b-off-white\/25{
  border-bottom-color: rgb(250 251 251 / 0.25);
}
.border-b-off-white\/30{
  border-bottom-color: rgb(250 251 251 / 0.3);
}
.border-b-off-white\/35{
  border-bottom-color: rgb(250 251 251 / 0.35);
}
.border-b-off-white\/40{
  border-bottom-color: rgb(250 251 251 / 0.4);
}
.border-b-off-white\/45{
  border-bottom-color: rgb(250 251 251 / 0.45);
}
.border-b-off-white\/5{
  border-bottom-color: rgb(250 251 251 / 0.05);
}
.border-b-off-white\/50{
  border-bottom-color: rgb(250 251 251 / 0.5);
}
.border-b-off-white\/55{
  border-bottom-color: rgb(250 251 251 / 0.55);
}
.border-b-off-white\/60{
  border-bottom-color: rgb(250 251 251 / 0.6);
}
.border-b-off-white\/65{
  border-bottom-color: rgb(250 251 251 / 0.65);
}
.border-b-off-white\/70{
  border-bottom-color: rgb(250 251 251 / 0.7);
}
.border-b-off-white\/75{
  border-bottom-color: rgb(250 251 251 / 0.75);
}
.border-b-off-white\/80{
  border-bottom-color: rgb(250 251 251 / 0.8);
}
.border-b-off-white\/85{
  border-bottom-color: rgb(250 251 251 / 0.85);
}
.border-b-off-white\/90{
  border-bottom-color: rgb(250 251 251 / 0.9);
}
.border-b-off-white\/95{
  border-bottom-color: rgb(250 251 251 / 0.95);
}
.border-b-red{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 101 101 / var(--tw-border-opacity, 1));
}
.border-b-red\/0{
  border-bottom-color: rgb(255 101 101 / 0);
}
.border-b-red\/10{
  border-bottom-color: rgb(255 101 101 / 0.1);
}
.border-b-red\/100{
  border-bottom-color: rgb(255 101 101 / 1);
}
.border-b-red\/15{
  border-bottom-color: rgb(255 101 101 / 0.15);
}
.border-b-red\/20{
  border-bottom-color: rgb(255 101 101 / 0.2);
}
.border-b-red\/25{
  border-bottom-color: rgb(255 101 101 / 0.25);
}
.border-b-red\/30{
  border-bottom-color: rgb(255 101 101 / 0.3);
}
.border-b-red\/35{
  border-bottom-color: rgb(255 101 101 / 0.35);
}
.border-b-red\/40{
  border-bottom-color: rgb(255 101 101 / 0.4);
}
.border-b-red\/45{
  border-bottom-color: rgb(255 101 101 / 0.45);
}
.border-b-red\/5{
  border-bottom-color: rgb(255 101 101 / 0.05);
}
.border-b-red\/50{
  border-bottom-color: rgb(255 101 101 / 0.5);
}
.border-b-red\/55{
  border-bottom-color: rgb(255 101 101 / 0.55);
}
.border-b-red\/60{
  border-bottom-color: rgb(255 101 101 / 0.6);
}
.border-b-red\/65{
  border-bottom-color: rgb(255 101 101 / 0.65);
}
.border-b-red\/70{
  border-bottom-color: rgb(255 101 101 / 0.7);
}
.border-b-red\/75{
  border-bottom-color: rgb(255 101 101 / 0.75);
}
.border-b-red\/80{
  border-bottom-color: rgb(255 101 101 / 0.8);
}
.border-b-red\/85{
  border-bottom-color: rgb(255 101 101 / 0.85);
}
.border-b-red\/90{
  border-bottom-color: rgb(255 101 101 / 0.9);
}
.border-b-red\/95{
  border-bottom-color: rgb(255 101 101 / 0.95);
}
.border-b-success{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-b-success\/0{
  border-bottom-color: rgb(77 184 166 / 0);
}
.border-b-success\/10{
  border-bottom-color: rgb(77 184 166 / 0.1);
}
.border-b-success\/100{
  border-bottom-color: rgb(77 184 166 / 1);
}
.border-b-success\/15{
  border-bottom-color: rgb(77 184 166 / 0.15);
}
.border-b-success\/20{
  border-bottom-color: rgb(77 184 166 / 0.2);
}
.border-b-success\/25{
  border-bottom-color: rgb(77 184 166 / 0.25);
}
.border-b-success\/30{
  border-bottom-color: rgb(77 184 166 / 0.3);
}
.border-b-success\/35{
  border-bottom-color: rgb(77 184 166 / 0.35);
}
.border-b-success\/40{
  border-bottom-color: rgb(77 184 166 / 0.4);
}
.border-b-success\/45{
  border-bottom-color: rgb(77 184 166 / 0.45);
}
.border-b-success\/5{
  border-bottom-color: rgb(77 184 166 / 0.05);
}
.border-b-success\/50{
  border-bottom-color: rgb(77 184 166 / 0.5);
}
.border-b-success\/55{
  border-bottom-color: rgb(77 184 166 / 0.55);
}
.border-b-success\/60{
  border-bottom-color: rgb(77 184 166 / 0.6);
}
.border-b-success\/65{
  border-bottom-color: rgb(77 184 166 / 0.65);
}
.border-b-success\/70{
  border-bottom-color: rgb(77 184 166 / 0.7);
}
.border-b-success\/75{
  border-bottom-color: rgb(77 184 166 / 0.75);
}
.border-b-success\/80{
  border-bottom-color: rgb(77 184 166 / 0.8);
}
.border-b-success\/85{
  border-bottom-color: rgb(77 184 166 / 0.85);
}
.border-b-success\/90{
  border-bottom-color: rgb(77 184 166 / 0.9);
}
.border-b-success\/95{
  border-bottom-color: rgb(77 184 166 / 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\/15{
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-transparent\/40{
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-transparent\/45{
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-transparent\/60{
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-transparent\/65{
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.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-warning{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 174 75 / var(--tw-border-opacity, 1));
}
.border-b-warning\/0{
  border-bottom-color: rgb(247 174 75 / 0);
}
.border-b-warning\/10{
  border-bottom-color: rgb(247 174 75 / 0.1);
}
.border-b-warning\/100{
  border-bottom-color: rgb(247 174 75 / 1);
}
.border-b-warning\/15{
  border-bottom-color: rgb(247 174 75 / 0.15);
}
.border-b-warning\/20{
  border-bottom-color: rgb(247 174 75 / 0.2);
}
.border-b-warning\/25{
  border-bottom-color: rgb(247 174 75 / 0.25);
}
.border-b-warning\/30{
  border-bottom-color: rgb(247 174 75 / 0.3);
}
.border-b-warning\/35{
  border-bottom-color: rgb(247 174 75 / 0.35);
}
.border-b-warning\/40{
  border-bottom-color: rgb(247 174 75 / 0.4);
}
.border-b-warning\/45{
  border-bottom-color: rgb(247 174 75 / 0.45);
}
.border-b-warning\/5{
  border-bottom-color: rgb(247 174 75 / 0.05);
}
.border-b-warning\/50{
  border-bottom-color: rgb(247 174 75 / 0.5);
}
.border-b-warning\/55{
  border-bottom-color: rgb(247 174 75 / 0.55);
}
.border-b-warning\/60{
  border-bottom-color: rgb(247 174 75 / 0.6);
}
.border-b-warning\/65{
  border-bottom-color: rgb(247 174 75 / 0.65);
}
.border-b-warning\/70{
  border-bottom-color: rgb(247 174 75 / 0.7);
}
.border-b-warning\/75{
  border-bottom-color: rgb(247 174 75 / 0.75);
}
.border-b-warning\/80{
  border-bottom-color: rgb(247 174 75 / 0.8);
}
.border-b-warning\/85{
  border-bottom-color: rgb(247 174 75 / 0.85);
}
.border-b-warning\/90{
  border-bottom-color: rgb(247 174 75 / 0.9);
}
.border-b-warning\/95{
  border-bottom-color: rgb(247 174 75 / 0.95);
}
.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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\/15{
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.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\/35{
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-b-white\/40{
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-white\/45{
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.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\/55{
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-b-white\/60{
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-white\/65{
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.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\/85{
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.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, 1));
}
.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\/15{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-black\/40{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-black\/45{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-black\/60{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-black\/65{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.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-dark-deep-blue{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(28 34 61 / var(--tw-border-opacity, 1));
}
.border-e-dark-deep-blue\/0{
  border-inline-end-color: rgb(28 34 61 / 0);
}
.border-e-dark-deep-blue\/10{
  border-inline-end-color: rgb(28 34 61 / 0.1);
}
.border-e-dark-deep-blue\/100{
  border-inline-end-color: rgb(28 34 61 / 1);
}
.border-e-dark-deep-blue\/15{
  border-inline-end-color: rgb(28 34 61 / 0.15);
}
.border-e-dark-deep-blue\/20{
  border-inline-end-color: rgb(28 34 61 / 0.2);
}
.border-e-dark-deep-blue\/25{
  border-inline-end-color: rgb(28 34 61 / 0.25);
}
.border-e-dark-deep-blue\/30{
  border-inline-end-color: rgb(28 34 61 / 0.3);
}
.border-e-dark-deep-blue\/35{
  border-inline-end-color: rgb(28 34 61 / 0.35);
}
.border-e-dark-deep-blue\/40{
  border-inline-end-color: rgb(28 34 61 / 0.4);
}
.border-e-dark-deep-blue\/45{
  border-inline-end-color: rgb(28 34 61 / 0.45);
}
.border-e-dark-deep-blue\/5{
  border-inline-end-color: rgb(28 34 61 / 0.05);
}
.border-e-dark-deep-blue\/50{
  border-inline-end-color: rgb(28 34 61 / 0.5);
}
.border-e-dark-deep-blue\/55{
  border-inline-end-color: rgb(28 34 61 / 0.55);
}
.border-e-dark-deep-blue\/60{
  border-inline-end-color: rgb(28 34 61 / 0.6);
}
.border-e-dark-deep-blue\/65{
  border-inline-end-color: rgb(28 34 61 / 0.65);
}
.border-e-dark-deep-blue\/70{
  border-inline-end-color: rgb(28 34 61 / 0.7);
}
.border-e-dark-deep-blue\/75{
  border-inline-end-color: rgb(28 34 61 / 0.75);
}
.border-e-dark-deep-blue\/80{
  border-inline-end-color: rgb(28 34 61 / 0.8);
}
.border-e-dark-deep-blue\/85{
  border-inline-end-color: rgb(28 34 61 / 0.85);
}
.border-e-dark-deep-blue\/90{
  border-inline-end-color: rgb(28 34 61 / 0.9);
}
.border-e-dark-deep-blue\/95{
  border-inline-end-color: rgb(28 34 61 / 0.95);
}
.border-e-deep-blue{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(36 44 78 / var(--tw-border-opacity, 1));
}
.border-e-deep-blue\/0{
  border-inline-end-color: rgb(36 44 78 / 0);
}
.border-e-deep-blue\/10{
  border-inline-end-color: rgb(36 44 78 / 0.1);
}
.border-e-deep-blue\/100{
  border-inline-end-color: rgb(36 44 78 / 1);
}
.border-e-deep-blue\/15{
  border-inline-end-color: rgb(36 44 78 / 0.15);
}
.border-e-deep-blue\/20{
  border-inline-end-color: rgb(36 44 78 / 0.2);
}
.border-e-deep-blue\/25{
  border-inline-end-color: rgb(36 44 78 / 0.25);
}
.border-e-deep-blue\/30{
  border-inline-end-color: rgb(36 44 78 / 0.3);
}
.border-e-deep-blue\/35{
  border-inline-end-color: rgb(36 44 78 / 0.35);
}
.border-e-deep-blue\/40{
  border-inline-end-color: rgb(36 44 78 / 0.4);
}
.border-e-deep-blue\/45{
  border-inline-end-color: rgb(36 44 78 / 0.45);
}
.border-e-deep-blue\/5{
  border-inline-end-color: rgb(36 44 78 / 0.05);
}
.border-e-deep-blue\/50{
  border-inline-end-color: rgb(36 44 78 / 0.5);
}
.border-e-deep-blue\/55{
  border-inline-end-color: rgb(36 44 78 / 0.55);
}
.border-e-deep-blue\/60{
  border-inline-end-color: rgb(36 44 78 / 0.6);
}
.border-e-deep-blue\/65{
  border-inline-end-color: rgb(36 44 78 / 0.65);
}
.border-e-deep-blue\/70{
  border-inline-end-color: rgb(36 44 78 / 0.7);
}
.border-e-deep-blue\/75{
  border-inline-end-color: rgb(36 44 78 / 0.75);
}
.border-e-deep-blue\/80{
  border-inline-end-color: rgb(36 44 78 / 0.8);
}
.border-e-deep-blue\/85{
  border-inline-end-color: rgb(36 44 78 / 0.85);
}
.border-e-deep-blue\/90{
  border-inline-end-color: rgb(36 44 78 / 0.9);
}
.border-e-deep-blue\/95{
  border-inline-end-color: rgb(36 44 78 / 0.95);
}
.border-e-error{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
}
.border-e-error\/0{
  border-inline-end-color: rgb(239 89 89 / 0);
}
.border-e-error\/10{
  border-inline-end-color: rgb(239 89 89 / 0.1);
}
.border-e-error\/100{
  border-inline-end-color: rgb(239 89 89 / 1);
}
.border-e-error\/15{
  border-inline-end-color: rgb(239 89 89 / 0.15);
}
.border-e-error\/20{
  border-inline-end-color: rgb(239 89 89 / 0.2);
}
.border-e-error\/25{
  border-inline-end-color: rgb(239 89 89 / 0.25);
}
.border-e-error\/30{
  border-inline-end-color: rgb(239 89 89 / 0.3);
}
.border-e-error\/35{
  border-inline-end-color: rgb(239 89 89 / 0.35);
}
.border-e-error\/40{
  border-inline-end-color: rgb(239 89 89 / 0.4);
}
.border-e-error\/45{
  border-inline-end-color: rgb(239 89 89 / 0.45);
}
.border-e-error\/5{
  border-inline-end-color: rgb(239 89 89 / 0.05);
}
.border-e-error\/50{
  border-inline-end-color: rgb(239 89 89 / 0.5);
}
.border-e-error\/55{
  border-inline-end-color: rgb(239 89 89 / 0.55);
}
.border-e-error\/60{
  border-inline-end-color: rgb(239 89 89 / 0.6);
}
.border-e-error\/65{
  border-inline-end-color: rgb(239 89 89 / 0.65);
}
.border-e-error\/70{
  border-inline-end-color: rgb(239 89 89 / 0.7);
}
.border-e-error\/75{
  border-inline-end-color: rgb(239 89 89 / 0.75);
}
.border-e-error\/80{
  border-inline-end-color: rgb(239 89 89 / 0.8);
}
.border-e-error\/85{
  border-inline-end-color: rgb(239 89 89 / 0.85);
}
.border-e-error\/90{
  border-inline-end-color: rgb(239 89 89 / 0.9);
}
.border-e-error\/95{
  border-inline-end-color: rgb(239 89 89 / 0.95);
}
.border-e-green{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-e-green\/0{
  border-inline-end-color: rgb(77 184 166 / 0);
}
.border-e-green\/10{
  border-inline-end-color: rgb(77 184 166 / 0.1);
}
.border-e-green\/100{
  border-inline-end-color: rgb(77 184 166 / 1);
}
.border-e-green\/15{
  border-inline-end-color: rgb(77 184 166 / 0.15);
}
.border-e-green\/20{
  border-inline-end-color: rgb(77 184 166 / 0.2);
}
.border-e-green\/25{
  border-inline-end-color: rgb(77 184 166 / 0.25);
}
.border-e-green\/30{
  border-inline-end-color: rgb(77 184 166 / 0.3);
}
.border-e-green\/35{
  border-inline-end-color: rgb(77 184 166 / 0.35);
}
.border-e-green\/40{
  border-inline-end-color: rgb(77 184 166 / 0.4);
}
.border-e-green\/45{
  border-inline-end-color: rgb(77 184 166 / 0.45);
}
.border-e-green\/5{
  border-inline-end-color: rgb(77 184 166 / 0.05);
}
.border-e-green\/50{
  border-inline-end-color: rgb(77 184 166 / 0.5);
}
.border-e-green\/55{
  border-inline-end-color: rgb(77 184 166 / 0.55);
}
.border-e-green\/60{
  border-inline-end-color: rgb(77 184 166 / 0.6);
}
.border-e-green\/65{
  border-inline-end-color: rgb(77 184 166 / 0.65);
}
.border-e-green\/70{
  border-inline-end-color: rgb(77 184 166 / 0.7);
}
.border-e-green\/75{
  border-inline-end-color: rgb(77 184 166 / 0.75);
}
.border-e-green\/80{
  border-inline-end-color: rgb(77 184 166 / 0.8);
}
.border-e-green\/85{
  border-inline-end-color: rgb(77 184 166 / 0.85);
}
.border-e-green\/90{
  border-inline-end-color: rgb(77 184 166 / 0.9);
}
.border-e-green\/95{
  border-inline-end-color: rgb(77 184 166 / 0.95);
}
.border-e-grey{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(133 137 155 / var(--tw-border-opacity, 1));
}
.border-e-grey\/0{
  border-inline-end-color: rgb(133 137 155 / 0);
}
.border-e-grey\/10{
  border-inline-end-color: rgb(133 137 155 / 0.1);
}
.border-e-grey\/100{
  border-inline-end-color: rgb(133 137 155 / 1);
}
.border-e-grey\/15{
  border-inline-end-color: rgb(133 137 155 / 0.15);
}
.border-e-grey\/20{
  border-inline-end-color: rgb(133 137 155 / 0.2);
}
.border-e-grey\/25{
  border-inline-end-color: rgb(133 137 155 / 0.25);
}
.border-e-grey\/30{
  border-inline-end-color: rgb(133 137 155 / 0.3);
}
.border-e-grey\/35{
  border-inline-end-color: rgb(133 137 155 / 0.35);
}
.border-e-grey\/40{
  border-inline-end-color: rgb(133 137 155 / 0.4);
}
.border-e-grey\/45{
  border-inline-end-color: rgb(133 137 155 / 0.45);
}
.border-e-grey\/5{
  border-inline-end-color: rgb(133 137 155 / 0.05);
}
.border-e-grey\/50{
  border-inline-end-color: rgb(133 137 155 / 0.5);
}
.border-e-grey\/55{
  border-inline-end-color: rgb(133 137 155 / 0.55);
}
.border-e-grey\/60{
  border-inline-end-color: rgb(133 137 155 / 0.6);
}
.border-e-grey\/65{
  border-inline-end-color: rgb(133 137 155 / 0.65);
}
.border-e-grey\/70{
  border-inline-end-color: rgb(133 137 155 / 0.7);
}
.border-e-grey\/75{
  border-inline-end-color: rgb(133 137 155 / 0.75);
}
.border-e-grey\/80{
  border-inline-end-color: rgb(133 137 155 / 0.8);
}
.border-e-grey\/85{
  border-inline-end-color: rgb(133 137 155 / 0.85);
}
.border-e-grey\/90{
  border-inline-end-color: rgb(133 137 155 / 0.9);
}
.border-e-grey\/95{
  border-inline-end-color: rgb(133 137 155 / 0.95);
}
.border-e-infill-white{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 244 244 / var(--tw-border-opacity, 1));
}
.border-e-infill-white\/0{
  border-inline-end-color: rgb(243 244 244 / 0);
}
.border-e-infill-white\/10{
  border-inline-end-color: rgb(243 244 244 / 0.1);
}
.border-e-infill-white\/100{
  border-inline-end-color: rgb(243 244 244 / 1);
}
.border-e-infill-white\/15{
  border-inline-end-color: rgb(243 244 244 / 0.15);
}
.border-e-infill-white\/20{
  border-inline-end-color: rgb(243 244 244 / 0.2);
}
.border-e-infill-white\/25{
  border-inline-end-color: rgb(243 244 244 / 0.25);
}
.border-e-infill-white\/30{
  border-inline-end-color: rgb(243 244 244 / 0.3);
}
.border-e-infill-white\/35{
  border-inline-end-color: rgb(243 244 244 / 0.35);
}
.border-e-infill-white\/40{
  border-inline-end-color: rgb(243 244 244 / 0.4);
}
.border-e-infill-white\/45{
  border-inline-end-color: rgb(243 244 244 / 0.45);
}
.border-e-infill-white\/5{
  border-inline-end-color: rgb(243 244 244 / 0.05);
}
.border-e-infill-white\/50{
  border-inline-end-color: rgb(243 244 244 / 0.5);
}
.border-e-infill-white\/55{
  border-inline-end-color: rgb(243 244 244 / 0.55);
}
.border-e-infill-white\/60{
  border-inline-end-color: rgb(243 244 244 / 0.6);
}
.border-e-infill-white\/65{
  border-inline-end-color: rgb(243 244 244 / 0.65);
}
.border-e-infill-white\/70{
  border-inline-end-color: rgb(243 244 244 / 0.7);
}
.border-e-infill-white\/75{
  border-inline-end-color: rgb(243 244 244 / 0.75);
}
.border-e-infill-white\/80{
  border-inline-end-color: rgb(243 244 244 / 0.8);
}
.border-e-infill-white\/85{
  border-inline-end-color: rgb(243 244 244 / 0.85);
}
.border-e-infill-white\/90{
  border-inline-end-color: rgb(243 244 244 / 0.9);
}
.border-e-infill-white\/95{
  border-inline-end-color: rgb(243 244 244 / 0.95);
}
.border-e-light-blue{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 183 235 / var(--tw-border-opacity, 1));
}
.border-e-light-blue\/0{
  border-inline-end-color: rgb(0 183 235 / 0);
}
.border-e-light-blue\/10{
  border-inline-end-color: rgb(0 183 235 / 0.1);
}
.border-e-light-blue\/100{
  border-inline-end-color: rgb(0 183 235 / 1);
}
.border-e-light-blue\/15{
  border-inline-end-color: rgb(0 183 235 / 0.15);
}
.border-e-light-blue\/20{
  border-inline-end-color: rgb(0 183 235 / 0.2);
}
.border-e-light-blue\/25{
  border-inline-end-color: rgb(0 183 235 / 0.25);
}
.border-e-light-blue\/30{
  border-inline-end-color: rgb(0 183 235 / 0.3);
}
.border-e-light-blue\/35{
  border-inline-end-color: rgb(0 183 235 / 0.35);
}
.border-e-light-blue\/40{
  border-inline-end-color: rgb(0 183 235 / 0.4);
}
.border-e-light-blue\/45{
  border-inline-end-color: rgb(0 183 235 / 0.45);
}
.border-e-light-blue\/5{
  border-inline-end-color: rgb(0 183 235 / 0.05);
}
.border-e-light-blue\/50{
  border-inline-end-color: rgb(0 183 235 / 0.5);
}
.border-e-light-blue\/55{
  border-inline-end-color: rgb(0 183 235 / 0.55);
}
.border-e-light-blue\/60{
  border-inline-end-color: rgb(0 183 235 / 0.6);
}
.border-e-light-blue\/65{
  border-inline-end-color: rgb(0 183 235 / 0.65);
}
.border-e-light-blue\/70{
  border-inline-end-color: rgb(0 183 235 / 0.7);
}
.border-e-light-blue\/75{
  border-inline-end-color: rgb(0 183 235 / 0.75);
}
.border-e-light-blue\/80{
  border-inline-end-color: rgb(0 183 235 / 0.8);
}
.border-e-light-blue\/85{
  border-inline-end-color: rgb(0 183 235 / 0.85);
}
.border-e-light-blue\/90{
  border-inline-end-color: rgb(0 183 235 / 0.9);
}
.border-e-light-blue\/95{
  border-inline-end-color: rgb(0 183 235 / 0.95);
}
.border-e-off-white{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 251 251 / var(--tw-border-opacity, 1));
}
.border-e-off-white\/0{
  border-inline-end-color: rgb(250 251 251 / 0);
}
.border-e-off-white\/10{
  border-inline-end-color: rgb(250 251 251 / 0.1);
}
.border-e-off-white\/100{
  border-inline-end-color: rgb(250 251 251 / 1);
}
.border-e-off-white\/15{
  border-inline-end-color: rgb(250 251 251 / 0.15);
}
.border-e-off-white\/20{
  border-inline-end-color: rgb(250 251 251 / 0.2);
}
.border-e-off-white\/25{
  border-inline-end-color: rgb(250 251 251 / 0.25);
}
.border-e-off-white\/30{
  border-inline-end-color: rgb(250 251 251 / 0.3);
}
.border-e-off-white\/35{
  border-inline-end-color: rgb(250 251 251 / 0.35);
}
.border-e-off-white\/40{
  border-inline-end-color: rgb(250 251 251 / 0.4);
}
.border-e-off-white\/45{
  border-inline-end-color: rgb(250 251 251 / 0.45);
}
.border-e-off-white\/5{
  border-inline-end-color: rgb(250 251 251 / 0.05);
}
.border-e-off-white\/50{
  border-inline-end-color: rgb(250 251 251 / 0.5);
}
.border-e-off-white\/55{
  border-inline-end-color: rgb(250 251 251 / 0.55);
}
.border-e-off-white\/60{
  border-inline-end-color: rgb(250 251 251 / 0.6);
}
.border-e-off-white\/65{
  border-inline-end-color: rgb(250 251 251 / 0.65);
}
.border-e-off-white\/70{
  border-inline-end-color: rgb(250 251 251 / 0.7);
}
.border-e-off-white\/75{
  border-inline-end-color: rgb(250 251 251 / 0.75);
}
.border-e-off-white\/80{
  border-inline-end-color: rgb(250 251 251 / 0.8);
}
.border-e-off-white\/85{
  border-inline-end-color: rgb(250 251 251 / 0.85);
}
.border-e-off-white\/90{
  border-inline-end-color: rgb(250 251 251 / 0.9);
}
.border-e-off-white\/95{
  border-inline-end-color: rgb(250 251 251 / 0.95);
}
.border-e-red{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 101 101 / var(--tw-border-opacity, 1));
}
.border-e-red\/0{
  border-inline-end-color: rgb(255 101 101 / 0);
}
.border-e-red\/10{
  border-inline-end-color: rgb(255 101 101 / 0.1);
}
.border-e-red\/100{
  border-inline-end-color: rgb(255 101 101 / 1);
}
.border-e-red\/15{
  border-inline-end-color: rgb(255 101 101 / 0.15);
}
.border-e-red\/20{
  border-inline-end-color: rgb(255 101 101 / 0.2);
}
.border-e-red\/25{
  border-inline-end-color: rgb(255 101 101 / 0.25);
}
.border-e-red\/30{
  border-inline-end-color: rgb(255 101 101 / 0.3);
}
.border-e-red\/35{
  border-inline-end-color: rgb(255 101 101 / 0.35);
}
.border-e-red\/40{
  border-inline-end-color: rgb(255 101 101 / 0.4);
}
.border-e-red\/45{
  border-inline-end-color: rgb(255 101 101 / 0.45);
}
.border-e-red\/5{
  border-inline-end-color: rgb(255 101 101 / 0.05);
}
.border-e-red\/50{
  border-inline-end-color: rgb(255 101 101 / 0.5);
}
.border-e-red\/55{
  border-inline-end-color: rgb(255 101 101 / 0.55);
}
.border-e-red\/60{
  border-inline-end-color: rgb(255 101 101 / 0.6);
}
.border-e-red\/65{
  border-inline-end-color: rgb(255 101 101 / 0.65);
}
.border-e-red\/70{
  border-inline-end-color: rgb(255 101 101 / 0.7);
}
.border-e-red\/75{
  border-inline-end-color: rgb(255 101 101 / 0.75);
}
.border-e-red\/80{
  border-inline-end-color: rgb(255 101 101 / 0.8);
}
.border-e-red\/85{
  border-inline-end-color: rgb(255 101 101 / 0.85);
}
.border-e-red\/90{
  border-inline-end-color: rgb(255 101 101 / 0.9);
}
.border-e-red\/95{
  border-inline-end-color: rgb(255 101 101 / 0.95);
}
.border-e-success{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-e-success\/0{
  border-inline-end-color: rgb(77 184 166 / 0);
}
.border-e-success\/10{
  border-inline-end-color: rgb(77 184 166 / 0.1);
}
.border-e-success\/100{
  border-inline-end-color: rgb(77 184 166 / 1);
}
.border-e-success\/15{
  border-inline-end-color: rgb(77 184 166 / 0.15);
}
.border-e-success\/20{
  border-inline-end-color: rgb(77 184 166 / 0.2);
}
.border-e-success\/25{
  border-inline-end-color: rgb(77 184 166 / 0.25);
}
.border-e-success\/30{
  border-inline-end-color: rgb(77 184 166 / 0.3);
}
.border-e-success\/35{
  border-inline-end-color: rgb(77 184 166 / 0.35);
}
.border-e-success\/40{
  border-inline-end-color: rgb(77 184 166 / 0.4);
}
.border-e-success\/45{
  border-inline-end-color: rgb(77 184 166 / 0.45);
}
.border-e-success\/5{
  border-inline-end-color: rgb(77 184 166 / 0.05);
}
.border-e-success\/50{
  border-inline-end-color: rgb(77 184 166 / 0.5);
}
.border-e-success\/55{
  border-inline-end-color: rgb(77 184 166 / 0.55);
}
.border-e-success\/60{
  border-inline-end-color: rgb(77 184 166 / 0.6);
}
.border-e-success\/65{
  border-inline-end-color: rgb(77 184 166 / 0.65);
}
.border-e-success\/70{
  border-inline-end-color: rgb(77 184 166 / 0.7);
}
.border-e-success\/75{
  border-inline-end-color: rgb(77 184 166 / 0.75);
}
.border-e-success\/80{
  border-inline-end-color: rgb(77 184 166 / 0.8);
}
.border-e-success\/85{
  border-inline-end-color: rgb(77 184 166 / 0.85);
}
.border-e-success\/90{
  border-inline-end-color: rgb(77 184 166 / 0.9);
}
.border-e-success\/95{
  border-inline-end-color: rgb(77 184 166 / 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\/15{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-transparent\/40{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-transparent\/45{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-transparent\/60{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-transparent\/65{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.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-warning{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 174 75 / var(--tw-border-opacity, 1));
}
.border-e-warning\/0{
  border-inline-end-color: rgb(247 174 75 / 0);
}
.border-e-warning\/10{
  border-inline-end-color: rgb(247 174 75 / 0.1);
}
.border-e-warning\/100{
  border-inline-end-color: rgb(247 174 75 / 1);
}
.border-e-warning\/15{
  border-inline-end-color: rgb(247 174 75 / 0.15);
}
.border-e-warning\/20{
  border-inline-end-color: rgb(247 174 75 / 0.2);
}
.border-e-warning\/25{
  border-inline-end-color: rgb(247 174 75 / 0.25);
}
.border-e-warning\/30{
  border-inline-end-color: rgb(247 174 75 / 0.3);
}
.border-e-warning\/35{
  border-inline-end-color: rgb(247 174 75 / 0.35);
}
.border-e-warning\/40{
  border-inline-end-color: rgb(247 174 75 / 0.4);
}
.border-e-warning\/45{
  border-inline-end-color: rgb(247 174 75 / 0.45);
}
.border-e-warning\/5{
  border-inline-end-color: rgb(247 174 75 / 0.05);
}
.border-e-warning\/50{
  border-inline-end-color: rgb(247 174 75 / 0.5);
}
.border-e-warning\/55{
  border-inline-end-color: rgb(247 174 75 / 0.55);
}
.border-e-warning\/60{
  border-inline-end-color: rgb(247 174 75 / 0.6);
}
.border-e-warning\/65{
  border-inline-end-color: rgb(247 174 75 / 0.65);
}
.border-e-warning\/70{
  border-inline-end-color: rgb(247 174 75 / 0.7);
}
.border-e-warning\/75{
  border-inline-end-color: rgb(247 174 75 / 0.75);
}
.border-e-warning\/80{
  border-inline-end-color: rgb(247 174 75 / 0.8);
}
.border-e-warning\/85{
  border-inline-end-color: rgb(247 174 75 / 0.85);
}
.border-e-warning\/90{
  border-inline-end-color: rgb(247 174 75 / 0.9);
}
.border-e-warning\/95{
  border-inline-end-color: rgb(247 174 75 / 0.95);
}
.border-e-white{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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\/15{
  border-inline-end-color: rgb(255 255 255 / 0.15);
}
.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\/35{
  border-inline-end-color: rgb(255 255 255 / 0.35);
}
.border-e-white\/40{
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-white\/45{
  border-inline-end-color: rgb(255 255 255 / 0.45);
}
.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\/55{
  border-inline-end-color: rgb(255 255 255 / 0.55);
}
.border-e-white\/60{
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-white\/65{
  border-inline-end-color: rgb(255 255 255 / 0.65);
}
.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\/85{
  border-inline-end-color: rgb(255 255 255 / 0.85);
}
.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, 1));
}
.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\/15{
  border-left-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-black\/40{
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-black\/45{
  border-left-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-black\/60{
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-black\/65{
  border-left-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-left-color: rgb(0 0 0 / 0.85);
}
.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-dark-deep-blue{
  --tw-border-opacity: 1;
  border-left-color: rgb(28 34 61 / var(--tw-border-opacity, 1));
}
.border-l-dark-deep-blue\/0{
  border-left-color: rgb(28 34 61 / 0);
}
.border-l-dark-deep-blue\/10{
  border-left-color: rgb(28 34 61 / 0.1);
}
.border-l-dark-deep-blue\/100{
  border-left-color: rgb(28 34 61 / 1);
}
.border-l-dark-deep-blue\/15{
  border-left-color: rgb(28 34 61 / 0.15);
}
.border-l-dark-deep-blue\/20{
  border-left-color: rgb(28 34 61 / 0.2);
}
.border-l-dark-deep-blue\/25{
  border-left-color: rgb(28 34 61 / 0.25);
}
.border-l-dark-deep-blue\/30{
  border-left-color: rgb(28 34 61 / 0.3);
}
.border-l-dark-deep-blue\/35{
  border-left-color: rgb(28 34 61 / 0.35);
}
.border-l-dark-deep-blue\/40{
  border-left-color: rgb(28 34 61 / 0.4);
}
.border-l-dark-deep-blue\/45{
  border-left-color: rgb(28 34 61 / 0.45);
}
.border-l-dark-deep-blue\/5{
  border-left-color: rgb(28 34 61 / 0.05);
}
.border-l-dark-deep-blue\/50{
  border-left-color: rgb(28 34 61 / 0.5);
}
.border-l-dark-deep-blue\/55{
  border-left-color: rgb(28 34 61 / 0.55);
}
.border-l-dark-deep-blue\/60{
  border-left-color: rgb(28 34 61 / 0.6);
}
.border-l-dark-deep-blue\/65{
  border-left-color: rgb(28 34 61 / 0.65);
}
.border-l-dark-deep-blue\/70{
  border-left-color: rgb(28 34 61 / 0.7);
}
.border-l-dark-deep-blue\/75{
  border-left-color: rgb(28 34 61 / 0.75);
}
.border-l-dark-deep-blue\/80{
  border-left-color: rgb(28 34 61 / 0.8);
}
.border-l-dark-deep-blue\/85{
  border-left-color: rgb(28 34 61 / 0.85);
}
.border-l-dark-deep-blue\/90{
  border-left-color: rgb(28 34 61 / 0.9);
}
.border-l-dark-deep-blue\/95{
  border-left-color: rgb(28 34 61 / 0.95);
}
.border-l-deep-blue{
  --tw-border-opacity: 1;
  border-left-color: rgb(36 44 78 / var(--tw-border-opacity, 1));
}
.border-l-deep-blue\/0{
  border-left-color: rgb(36 44 78 / 0);
}
.border-l-deep-blue\/10{
  border-left-color: rgb(36 44 78 / 0.1);
}
.border-l-deep-blue\/100{
  border-left-color: rgb(36 44 78 / 1);
}
.border-l-deep-blue\/15{
  border-left-color: rgb(36 44 78 / 0.15);
}
.border-l-deep-blue\/20{
  border-left-color: rgb(36 44 78 / 0.2);
}
.border-l-deep-blue\/25{
  border-left-color: rgb(36 44 78 / 0.25);
}
.border-l-deep-blue\/30{
  border-left-color: rgb(36 44 78 / 0.3);
}
.border-l-deep-blue\/35{
  border-left-color: rgb(36 44 78 / 0.35);
}
.border-l-deep-blue\/40{
  border-left-color: rgb(36 44 78 / 0.4);
}
.border-l-deep-blue\/45{
  border-left-color: rgb(36 44 78 / 0.45);
}
.border-l-deep-blue\/5{
  border-left-color: rgb(36 44 78 / 0.05);
}
.border-l-deep-blue\/50{
  border-left-color: rgb(36 44 78 / 0.5);
}
.border-l-deep-blue\/55{
  border-left-color: rgb(36 44 78 / 0.55);
}
.border-l-deep-blue\/60{
  border-left-color: rgb(36 44 78 / 0.6);
}
.border-l-deep-blue\/65{
  border-left-color: rgb(36 44 78 / 0.65);
}
.border-l-deep-blue\/70{
  border-left-color: rgb(36 44 78 / 0.7);
}
.border-l-deep-blue\/75{
  border-left-color: rgb(36 44 78 / 0.75);
}
.border-l-deep-blue\/80{
  border-left-color: rgb(36 44 78 / 0.8);
}
.border-l-deep-blue\/85{
  border-left-color: rgb(36 44 78 / 0.85);
}
.border-l-deep-blue\/90{
  border-left-color: rgb(36 44 78 / 0.9);
}
.border-l-deep-blue\/95{
  border-left-color: rgb(36 44 78 / 0.95);
}
.border-l-error{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
}
.border-l-error\/0{
  border-left-color: rgb(239 89 89 / 0);
}
.border-l-error\/10{
  border-left-color: rgb(239 89 89 / 0.1);
}
.border-l-error\/100{
  border-left-color: rgb(239 89 89 / 1);
}
.border-l-error\/15{
  border-left-color: rgb(239 89 89 / 0.15);
}
.border-l-error\/20{
  border-left-color: rgb(239 89 89 / 0.2);
}
.border-l-error\/25{
  border-left-color: rgb(239 89 89 / 0.25);
}
.border-l-error\/30{
  border-left-color: rgb(239 89 89 / 0.3);
}
.border-l-error\/35{
  border-left-color: rgb(239 89 89 / 0.35);
}
.border-l-error\/40{
  border-left-color: rgb(239 89 89 / 0.4);
}
.border-l-error\/45{
  border-left-color: rgb(239 89 89 / 0.45);
}
.border-l-error\/5{
  border-left-color: rgb(239 89 89 / 0.05);
}
.border-l-error\/50{
  border-left-color: rgb(239 89 89 / 0.5);
}
.border-l-error\/55{
  border-left-color: rgb(239 89 89 / 0.55);
}
.border-l-error\/60{
  border-left-color: rgb(239 89 89 / 0.6);
}
.border-l-error\/65{
  border-left-color: rgb(239 89 89 / 0.65);
}
.border-l-error\/70{
  border-left-color: rgb(239 89 89 / 0.7);
}
.border-l-error\/75{
  border-left-color: rgb(239 89 89 / 0.75);
}
.border-l-error\/80{
  border-left-color: rgb(239 89 89 / 0.8);
}
.border-l-error\/85{
  border-left-color: rgb(239 89 89 / 0.85);
}
.border-l-error\/90{
  border-left-color: rgb(239 89 89 / 0.9);
}
.border-l-error\/95{
  border-left-color: rgb(239 89 89 / 0.95);
}
.border-l-green{
  --tw-border-opacity: 1;
  border-left-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-l-green\/0{
  border-left-color: rgb(77 184 166 / 0);
}
.border-l-green\/10{
  border-left-color: rgb(77 184 166 / 0.1);
}
.border-l-green\/100{
  border-left-color: rgb(77 184 166 / 1);
}
.border-l-green\/15{
  border-left-color: rgb(77 184 166 / 0.15);
}
.border-l-green\/20{
  border-left-color: rgb(77 184 166 / 0.2);
}
.border-l-green\/25{
  border-left-color: rgb(77 184 166 / 0.25);
}
.border-l-green\/30{
  border-left-color: rgb(77 184 166 / 0.3);
}
.border-l-green\/35{
  border-left-color: rgb(77 184 166 / 0.35);
}
.border-l-green\/40{
  border-left-color: rgb(77 184 166 / 0.4);
}
.border-l-green\/45{
  border-left-color: rgb(77 184 166 / 0.45);
}
.border-l-green\/5{
  border-left-color: rgb(77 184 166 / 0.05);
}
.border-l-green\/50{
  border-left-color: rgb(77 184 166 / 0.5);
}
.border-l-green\/55{
  border-left-color: rgb(77 184 166 / 0.55);
}
.border-l-green\/60{
  border-left-color: rgb(77 184 166 / 0.6);
}
.border-l-green\/65{
  border-left-color: rgb(77 184 166 / 0.65);
}
.border-l-green\/70{
  border-left-color: rgb(77 184 166 / 0.7);
}
.border-l-green\/75{
  border-left-color: rgb(77 184 166 / 0.75);
}
.border-l-green\/80{
  border-left-color: rgb(77 184 166 / 0.8);
}
.border-l-green\/85{
  border-left-color: rgb(77 184 166 / 0.85);
}
.border-l-green\/90{
  border-left-color: rgb(77 184 166 / 0.9);
}
.border-l-green\/95{
  border-left-color: rgb(77 184 166 / 0.95);
}
.border-l-grey{
  --tw-border-opacity: 1;
  border-left-color: rgb(133 137 155 / var(--tw-border-opacity, 1));
}
.border-l-grey\/0{
  border-left-color: rgb(133 137 155 / 0);
}
.border-l-grey\/10{
  border-left-color: rgb(133 137 155 / 0.1);
}
.border-l-grey\/100{
  border-left-color: rgb(133 137 155 / 1);
}
.border-l-grey\/15{
  border-left-color: rgb(133 137 155 / 0.15);
}
.border-l-grey\/20{
  border-left-color: rgb(133 137 155 / 0.2);
}
.border-l-grey\/25{
  border-left-color: rgb(133 137 155 / 0.25);
}
.border-l-grey\/30{
  border-left-color: rgb(133 137 155 / 0.3);
}
.border-l-grey\/35{
  border-left-color: rgb(133 137 155 / 0.35);
}
.border-l-grey\/40{
  border-left-color: rgb(133 137 155 / 0.4);
}
.border-l-grey\/45{
  border-left-color: rgb(133 137 155 / 0.45);
}
.border-l-grey\/5{
  border-left-color: rgb(133 137 155 / 0.05);
}
.border-l-grey\/50{
  border-left-color: rgb(133 137 155 / 0.5);
}
.border-l-grey\/55{
  border-left-color: rgb(133 137 155 / 0.55);
}
.border-l-grey\/60{
  border-left-color: rgb(133 137 155 / 0.6);
}
.border-l-grey\/65{
  border-left-color: rgb(133 137 155 / 0.65);
}
.border-l-grey\/70{
  border-left-color: rgb(133 137 155 / 0.7);
}
.border-l-grey\/75{
  border-left-color: rgb(133 137 155 / 0.75);
}
.border-l-grey\/80{
  border-left-color: rgb(133 137 155 / 0.8);
}
.border-l-grey\/85{
  border-left-color: rgb(133 137 155 / 0.85);
}
.border-l-grey\/90{
  border-left-color: rgb(133 137 155 / 0.9);
}
.border-l-grey\/95{
  border-left-color: rgb(133 137 155 / 0.95);
}
.border-l-infill-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 244 / var(--tw-border-opacity, 1));
}
.border-l-infill-white\/0{
  border-left-color: rgb(243 244 244 / 0);
}
.border-l-infill-white\/10{
  border-left-color: rgb(243 244 244 / 0.1);
}
.border-l-infill-white\/100{
  border-left-color: rgb(243 244 244 / 1);
}
.border-l-infill-white\/15{
  border-left-color: rgb(243 244 244 / 0.15);
}
.border-l-infill-white\/20{
  border-left-color: rgb(243 244 244 / 0.2);
}
.border-l-infill-white\/25{
  border-left-color: rgb(243 244 244 / 0.25);
}
.border-l-infill-white\/30{
  border-left-color: rgb(243 244 244 / 0.3);
}
.border-l-infill-white\/35{
  border-left-color: rgb(243 244 244 / 0.35);
}
.border-l-infill-white\/40{
  border-left-color: rgb(243 244 244 / 0.4);
}
.border-l-infill-white\/45{
  border-left-color: rgb(243 244 244 / 0.45);
}
.border-l-infill-white\/5{
  border-left-color: rgb(243 244 244 / 0.05);
}
.border-l-infill-white\/50{
  border-left-color: rgb(243 244 244 / 0.5);
}
.border-l-infill-white\/55{
  border-left-color: rgb(243 244 244 / 0.55);
}
.border-l-infill-white\/60{
  border-left-color: rgb(243 244 244 / 0.6);
}
.border-l-infill-white\/65{
  border-left-color: rgb(243 244 244 / 0.65);
}
.border-l-infill-white\/70{
  border-left-color: rgb(243 244 244 / 0.7);
}
.border-l-infill-white\/75{
  border-left-color: rgb(243 244 244 / 0.75);
}
.border-l-infill-white\/80{
  border-left-color: rgb(243 244 244 / 0.8);
}
.border-l-infill-white\/85{
  border-left-color: rgb(243 244 244 / 0.85);
}
.border-l-infill-white\/90{
  border-left-color: rgb(243 244 244 / 0.9);
}
.border-l-infill-white\/95{
  border-left-color: rgb(243 244 244 / 0.95);
}
.border-l-light-blue{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 183 235 / var(--tw-border-opacity, 1));
}
.border-l-light-blue\/0{
  border-left-color: rgb(0 183 235 / 0);
}
.border-l-light-blue\/10{
  border-left-color: rgb(0 183 235 / 0.1);
}
.border-l-light-blue\/100{
  border-left-color: rgb(0 183 235 / 1);
}
.border-l-light-blue\/15{
  border-left-color: rgb(0 183 235 / 0.15);
}
.border-l-light-blue\/20{
  border-left-color: rgb(0 183 235 / 0.2);
}
.border-l-light-blue\/25{
  border-left-color: rgb(0 183 235 / 0.25);
}
.border-l-light-blue\/30{
  border-left-color: rgb(0 183 235 / 0.3);
}
.border-l-light-blue\/35{
  border-left-color: rgb(0 183 235 / 0.35);
}
.border-l-light-blue\/40{
  border-left-color: rgb(0 183 235 / 0.4);
}
.border-l-light-blue\/45{
  border-left-color: rgb(0 183 235 / 0.45);
}
.border-l-light-blue\/5{
  border-left-color: rgb(0 183 235 / 0.05);
}
.border-l-light-blue\/50{
  border-left-color: rgb(0 183 235 / 0.5);
}
.border-l-light-blue\/55{
  border-left-color: rgb(0 183 235 / 0.55);
}
.border-l-light-blue\/60{
  border-left-color: rgb(0 183 235 / 0.6);
}
.border-l-light-blue\/65{
  border-left-color: rgb(0 183 235 / 0.65);
}
.border-l-light-blue\/70{
  border-left-color: rgb(0 183 235 / 0.7);
}
.border-l-light-blue\/75{
  border-left-color: rgb(0 183 235 / 0.75);
}
.border-l-light-blue\/80{
  border-left-color: rgb(0 183 235 / 0.8);
}
.border-l-light-blue\/85{
  border-left-color: rgb(0 183 235 / 0.85);
}
.border-l-light-blue\/90{
  border-left-color: rgb(0 183 235 / 0.9);
}
.border-l-light-blue\/95{
  border-left-color: rgb(0 183 235 / 0.95);
}
.border-l-off-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 251 251 / var(--tw-border-opacity, 1));
}
.border-l-off-white\/0{
  border-left-color: rgb(250 251 251 / 0);
}
.border-l-off-white\/10{
  border-left-color: rgb(250 251 251 / 0.1);
}
.border-l-off-white\/100{
  border-left-color: rgb(250 251 251 / 1);
}
.border-l-off-white\/15{
  border-left-color: rgb(250 251 251 / 0.15);
}
.border-l-off-white\/20{
  border-left-color: rgb(250 251 251 / 0.2);
}
.border-l-off-white\/25{
  border-left-color: rgb(250 251 251 / 0.25);
}
.border-l-off-white\/30{
  border-left-color: rgb(250 251 251 / 0.3);
}
.border-l-off-white\/35{
  border-left-color: rgb(250 251 251 / 0.35);
}
.border-l-off-white\/40{
  border-left-color: rgb(250 251 251 / 0.4);
}
.border-l-off-white\/45{
  border-left-color: rgb(250 251 251 / 0.45);
}
.border-l-off-white\/5{
  border-left-color: rgb(250 251 251 / 0.05);
}
.border-l-off-white\/50{
  border-left-color: rgb(250 251 251 / 0.5);
}
.border-l-off-white\/55{
  border-left-color: rgb(250 251 251 / 0.55);
}
.border-l-off-white\/60{
  border-left-color: rgb(250 251 251 / 0.6);
}
.border-l-off-white\/65{
  border-left-color: rgb(250 251 251 / 0.65);
}
.border-l-off-white\/70{
  border-left-color: rgb(250 251 251 / 0.7);
}
.border-l-off-white\/75{
  border-left-color: rgb(250 251 251 / 0.75);
}
.border-l-off-white\/80{
  border-left-color: rgb(250 251 251 / 0.8);
}
.border-l-off-white\/85{
  border-left-color: rgb(250 251 251 / 0.85);
}
.border-l-off-white\/90{
  border-left-color: rgb(250 251 251 / 0.9);
}
.border-l-off-white\/95{
  border-left-color: rgb(250 251 251 / 0.95);
}
.border-l-red{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 101 101 / var(--tw-border-opacity, 1));
}
.border-l-red\/0{
  border-left-color: rgb(255 101 101 / 0);
}
.border-l-red\/10{
  border-left-color: rgb(255 101 101 / 0.1);
}
.border-l-red\/100{
  border-left-color: rgb(255 101 101 / 1);
}
.border-l-red\/15{
  border-left-color: rgb(255 101 101 / 0.15);
}
.border-l-red\/20{
  border-left-color: rgb(255 101 101 / 0.2);
}
.border-l-red\/25{
  border-left-color: rgb(255 101 101 / 0.25);
}
.border-l-red\/30{
  border-left-color: rgb(255 101 101 / 0.3);
}
.border-l-red\/35{
  border-left-color: rgb(255 101 101 / 0.35);
}
.border-l-red\/40{
  border-left-color: rgb(255 101 101 / 0.4);
}
.border-l-red\/45{
  border-left-color: rgb(255 101 101 / 0.45);
}
.border-l-red\/5{
  border-left-color: rgb(255 101 101 / 0.05);
}
.border-l-red\/50{
  border-left-color: rgb(255 101 101 / 0.5);
}
.border-l-red\/55{
  border-left-color: rgb(255 101 101 / 0.55);
}
.border-l-red\/60{
  border-left-color: rgb(255 101 101 / 0.6);
}
.border-l-red\/65{
  border-left-color: rgb(255 101 101 / 0.65);
}
.border-l-red\/70{
  border-left-color: rgb(255 101 101 / 0.7);
}
.border-l-red\/75{
  border-left-color: rgb(255 101 101 / 0.75);
}
.border-l-red\/80{
  border-left-color: rgb(255 101 101 / 0.8);
}
.border-l-red\/85{
  border-left-color: rgb(255 101 101 / 0.85);
}
.border-l-red\/90{
  border-left-color: rgb(255 101 101 / 0.9);
}
.border-l-red\/95{
  border-left-color: rgb(255 101 101 / 0.95);
}
.border-l-success{
  --tw-border-opacity: 1;
  border-left-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-l-success\/0{
  border-left-color: rgb(77 184 166 / 0);
}
.border-l-success\/10{
  border-left-color: rgb(77 184 166 / 0.1);
}
.border-l-success\/100{
  border-left-color: rgb(77 184 166 / 1);
}
.border-l-success\/15{
  border-left-color: rgb(77 184 166 / 0.15);
}
.border-l-success\/20{
  border-left-color: rgb(77 184 166 / 0.2);
}
.border-l-success\/25{
  border-left-color: rgb(77 184 166 / 0.25);
}
.border-l-success\/30{
  border-left-color: rgb(77 184 166 / 0.3);
}
.border-l-success\/35{
  border-left-color: rgb(77 184 166 / 0.35);
}
.border-l-success\/40{
  border-left-color: rgb(77 184 166 / 0.4);
}
.border-l-success\/45{
  border-left-color: rgb(77 184 166 / 0.45);
}
.border-l-success\/5{
  border-left-color: rgb(77 184 166 / 0.05);
}
.border-l-success\/50{
  border-left-color: rgb(77 184 166 / 0.5);
}
.border-l-success\/55{
  border-left-color: rgb(77 184 166 / 0.55);
}
.border-l-success\/60{
  border-left-color: rgb(77 184 166 / 0.6);
}
.border-l-success\/65{
  border-left-color: rgb(77 184 166 / 0.65);
}
.border-l-success\/70{
  border-left-color: rgb(77 184 166 / 0.7);
}
.border-l-success\/75{
  border-left-color: rgb(77 184 166 / 0.75);
}
.border-l-success\/80{
  border-left-color: rgb(77 184 166 / 0.8);
}
.border-l-success\/85{
  border-left-color: rgb(77 184 166 / 0.85);
}
.border-l-success\/90{
  border-left-color: rgb(77 184 166 / 0.9);
}
.border-l-success\/95{
  border-left-color: rgb(77 184 166 / 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\/15{
  border-left-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-transparent\/40{
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-transparent\/45{
  border-left-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-transparent\/60{
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-transparent\/65{
  border-left-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-left-color: rgb(0 0 0 / 0.85);
}
.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-warning{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 174 75 / var(--tw-border-opacity, 1));
}
.border-l-warning\/0{
  border-left-color: rgb(247 174 75 / 0);
}
.border-l-warning\/10{
  border-left-color: rgb(247 174 75 / 0.1);
}
.border-l-warning\/100{
  border-left-color: rgb(247 174 75 / 1);
}
.border-l-warning\/15{
  border-left-color: rgb(247 174 75 / 0.15);
}
.border-l-warning\/20{
  border-left-color: rgb(247 174 75 / 0.2);
}
.border-l-warning\/25{
  border-left-color: rgb(247 174 75 / 0.25);
}
.border-l-warning\/30{
  border-left-color: rgb(247 174 75 / 0.3);
}
.border-l-warning\/35{
  border-left-color: rgb(247 174 75 / 0.35);
}
.border-l-warning\/40{
  border-left-color: rgb(247 174 75 / 0.4);
}
.border-l-warning\/45{
  border-left-color: rgb(247 174 75 / 0.45);
}
.border-l-warning\/5{
  border-left-color: rgb(247 174 75 / 0.05);
}
.border-l-warning\/50{
  border-left-color: rgb(247 174 75 / 0.5);
}
.border-l-warning\/55{
  border-left-color: rgb(247 174 75 / 0.55);
}
.border-l-warning\/60{
  border-left-color: rgb(247 174 75 / 0.6);
}
.border-l-warning\/65{
  border-left-color: rgb(247 174 75 / 0.65);
}
.border-l-warning\/70{
  border-left-color: rgb(247 174 75 / 0.7);
}
.border-l-warning\/75{
  border-left-color: rgb(247 174 75 / 0.75);
}
.border-l-warning\/80{
  border-left-color: rgb(247 174 75 / 0.8);
}
.border-l-warning\/85{
  border-left-color: rgb(247 174 75 / 0.85);
}
.border-l-warning\/90{
  border-left-color: rgb(247 174 75 / 0.9);
}
.border-l-warning\/95{
  border-left-color: rgb(247 174 75 / 0.95);
}
.border-l-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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\/15{
  border-left-color: rgb(255 255 255 / 0.15);
}
.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\/35{
  border-left-color: rgb(255 255 255 / 0.35);
}
.border-l-white\/40{
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-white\/45{
  border-left-color: rgb(255 255 255 / 0.45);
}
.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\/55{
  border-left-color: rgb(255 255 255 / 0.55);
}
.border-l-white\/60{
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-white\/65{
  border-left-color: rgb(255 255 255 / 0.65);
}
.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\/85{
  border-left-color: rgb(255 255 255 / 0.85);
}
.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, 1));
}
.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\/15{
  border-right-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-black\/40{
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-black\/45{
  border-right-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-black\/60{
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-black\/65{
  border-right-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-right-color: rgb(0 0 0 / 0.85);
}
.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-dark-deep-blue{
  --tw-border-opacity: 1;
  border-right-color: rgb(28 34 61 / var(--tw-border-opacity, 1));
}
.border-r-dark-deep-blue\/0{
  border-right-color: rgb(28 34 61 / 0);
}
.border-r-dark-deep-blue\/10{
  border-right-color: rgb(28 34 61 / 0.1);
}
.border-r-dark-deep-blue\/100{
  border-right-color: rgb(28 34 61 / 1);
}
.border-r-dark-deep-blue\/15{
  border-right-color: rgb(28 34 61 / 0.15);
}
.border-r-dark-deep-blue\/20{
  border-right-color: rgb(28 34 61 / 0.2);
}
.border-r-dark-deep-blue\/25{
  border-right-color: rgb(28 34 61 / 0.25);
}
.border-r-dark-deep-blue\/30{
  border-right-color: rgb(28 34 61 / 0.3);
}
.border-r-dark-deep-blue\/35{
  border-right-color: rgb(28 34 61 / 0.35);
}
.border-r-dark-deep-blue\/40{
  border-right-color: rgb(28 34 61 / 0.4);
}
.border-r-dark-deep-blue\/45{
  border-right-color: rgb(28 34 61 / 0.45);
}
.border-r-dark-deep-blue\/5{
  border-right-color: rgb(28 34 61 / 0.05);
}
.border-r-dark-deep-blue\/50{
  border-right-color: rgb(28 34 61 / 0.5);
}
.border-r-dark-deep-blue\/55{
  border-right-color: rgb(28 34 61 / 0.55);
}
.border-r-dark-deep-blue\/60{
  border-right-color: rgb(28 34 61 / 0.6);
}
.border-r-dark-deep-blue\/65{
  border-right-color: rgb(28 34 61 / 0.65);
}
.border-r-dark-deep-blue\/70{
  border-right-color: rgb(28 34 61 / 0.7);
}
.border-r-dark-deep-blue\/75{
  border-right-color: rgb(28 34 61 / 0.75);
}
.border-r-dark-deep-blue\/80{
  border-right-color: rgb(28 34 61 / 0.8);
}
.border-r-dark-deep-blue\/85{
  border-right-color: rgb(28 34 61 / 0.85);
}
.border-r-dark-deep-blue\/90{
  border-right-color: rgb(28 34 61 / 0.9);
}
.border-r-dark-deep-blue\/95{
  border-right-color: rgb(28 34 61 / 0.95);
}
.border-r-deep-blue{
  --tw-border-opacity: 1;
  border-right-color: rgb(36 44 78 / var(--tw-border-opacity, 1));
}
.border-r-deep-blue\/0{
  border-right-color: rgb(36 44 78 / 0);
}
.border-r-deep-blue\/10{
  border-right-color: rgb(36 44 78 / 0.1);
}
.border-r-deep-blue\/100{
  border-right-color: rgb(36 44 78 / 1);
}
.border-r-deep-blue\/15{
  border-right-color: rgb(36 44 78 / 0.15);
}
.border-r-deep-blue\/20{
  border-right-color: rgb(36 44 78 / 0.2);
}
.border-r-deep-blue\/25{
  border-right-color: rgb(36 44 78 / 0.25);
}
.border-r-deep-blue\/30{
  border-right-color: rgb(36 44 78 / 0.3);
}
.border-r-deep-blue\/35{
  border-right-color: rgb(36 44 78 / 0.35);
}
.border-r-deep-blue\/40{
  border-right-color: rgb(36 44 78 / 0.4);
}
.border-r-deep-blue\/45{
  border-right-color: rgb(36 44 78 / 0.45);
}
.border-r-deep-blue\/5{
  border-right-color: rgb(36 44 78 / 0.05);
}
.border-r-deep-blue\/50{
  border-right-color: rgb(36 44 78 / 0.5);
}
.border-r-deep-blue\/55{
  border-right-color: rgb(36 44 78 / 0.55);
}
.border-r-deep-blue\/60{
  border-right-color: rgb(36 44 78 / 0.6);
}
.border-r-deep-blue\/65{
  border-right-color: rgb(36 44 78 / 0.65);
}
.border-r-deep-blue\/70{
  border-right-color: rgb(36 44 78 / 0.7);
}
.border-r-deep-blue\/75{
  border-right-color: rgb(36 44 78 / 0.75);
}
.border-r-deep-blue\/80{
  border-right-color: rgb(36 44 78 / 0.8);
}
.border-r-deep-blue\/85{
  border-right-color: rgb(36 44 78 / 0.85);
}
.border-r-deep-blue\/90{
  border-right-color: rgb(36 44 78 / 0.9);
}
.border-r-deep-blue\/95{
  border-right-color: rgb(36 44 78 / 0.95);
}
.border-r-error{
  --tw-border-opacity: 1;
  border-right-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
}
.border-r-error\/0{
  border-right-color: rgb(239 89 89 / 0);
}
.border-r-error\/10{
  border-right-color: rgb(239 89 89 / 0.1);
}
.border-r-error\/100{
  border-right-color: rgb(239 89 89 / 1);
}
.border-r-error\/15{
  border-right-color: rgb(239 89 89 / 0.15);
}
.border-r-error\/20{
  border-right-color: rgb(239 89 89 / 0.2);
}
.border-r-error\/25{
  border-right-color: rgb(239 89 89 / 0.25);
}
.border-r-error\/30{
  border-right-color: rgb(239 89 89 / 0.3);
}
.border-r-error\/35{
  border-right-color: rgb(239 89 89 / 0.35);
}
.border-r-error\/40{
  border-right-color: rgb(239 89 89 / 0.4);
}
.border-r-error\/45{
  border-right-color: rgb(239 89 89 / 0.45);
}
.border-r-error\/5{
  border-right-color: rgb(239 89 89 / 0.05);
}
.border-r-error\/50{
  border-right-color: rgb(239 89 89 / 0.5);
}
.border-r-error\/55{
  border-right-color: rgb(239 89 89 / 0.55);
}
.border-r-error\/60{
  border-right-color: rgb(239 89 89 / 0.6);
}
.border-r-error\/65{
  border-right-color: rgb(239 89 89 / 0.65);
}
.border-r-error\/70{
  border-right-color: rgb(239 89 89 / 0.7);
}
.border-r-error\/75{
  border-right-color: rgb(239 89 89 / 0.75);
}
.border-r-error\/80{
  border-right-color: rgb(239 89 89 / 0.8);
}
.border-r-error\/85{
  border-right-color: rgb(239 89 89 / 0.85);
}
.border-r-error\/90{
  border-right-color: rgb(239 89 89 / 0.9);
}
.border-r-error\/95{
  border-right-color: rgb(239 89 89 / 0.95);
}
.border-r-green{
  --tw-border-opacity: 1;
  border-right-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-r-green\/0{
  border-right-color: rgb(77 184 166 / 0);
}
.border-r-green\/10{
  border-right-color: rgb(77 184 166 / 0.1);
}
.border-r-green\/100{
  border-right-color: rgb(77 184 166 / 1);
}
.border-r-green\/15{
  border-right-color: rgb(77 184 166 / 0.15);
}
.border-r-green\/20{
  border-right-color: rgb(77 184 166 / 0.2);
}
.border-r-green\/25{
  border-right-color: rgb(77 184 166 / 0.25);
}
.border-r-green\/30{
  border-right-color: rgb(77 184 166 / 0.3);
}
.border-r-green\/35{
  border-right-color: rgb(77 184 166 / 0.35);
}
.border-r-green\/40{
  border-right-color: rgb(77 184 166 / 0.4);
}
.border-r-green\/45{
  border-right-color: rgb(77 184 166 / 0.45);
}
.border-r-green\/5{
  border-right-color: rgb(77 184 166 / 0.05);
}
.border-r-green\/50{
  border-right-color: rgb(77 184 166 / 0.5);
}
.border-r-green\/55{
  border-right-color: rgb(77 184 166 / 0.55);
}
.border-r-green\/60{
  border-right-color: rgb(77 184 166 / 0.6);
}
.border-r-green\/65{
  border-right-color: rgb(77 184 166 / 0.65);
}
.border-r-green\/70{
  border-right-color: rgb(77 184 166 / 0.7);
}
.border-r-green\/75{
  border-right-color: rgb(77 184 166 / 0.75);
}
.border-r-green\/80{
  border-right-color: rgb(77 184 166 / 0.8);
}
.border-r-green\/85{
  border-right-color: rgb(77 184 166 / 0.85);
}
.border-r-green\/90{
  border-right-color: rgb(77 184 166 / 0.9);
}
.border-r-green\/95{
  border-right-color: rgb(77 184 166 / 0.95);
}
.border-r-grey{
  --tw-border-opacity: 1;
  border-right-color: rgb(133 137 155 / var(--tw-border-opacity, 1));
}
.border-r-grey\/0{
  border-right-color: rgb(133 137 155 / 0);
}
.border-r-grey\/10{
  border-right-color: rgb(133 137 155 / 0.1);
}
.border-r-grey\/100{
  border-right-color: rgb(133 137 155 / 1);
}
.border-r-grey\/15{
  border-right-color: rgb(133 137 155 / 0.15);
}
.border-r-grey\/20{
  border-right-color: rgb(133 137 155 / 0.2);
}
.border-r-grey\/25{
  border-right-color: rgb(133 137 155 / 0.25);
}
.border-r-grey\/30{
  border-right-color: rgb(133 137 155 / 0.3);
}
.border-r-grey\/35{
  border-right-color: rgb(133 137 155 / 0.35);
}
.border-r-grey\/40{
  border-right-color: rgb(133 137 155 / 0.4);
}
.border-r-grey\/45{
  border-right-color: rgb(133 137 155 / 0.45);
}
.border-r-grey\/5{
  border-right-color: rgb(133 137 155 / 0.05);
}
.border-r-grey\/50{
  border-right-color: rgb(133 137 155 / 0.5);
}
.border-r-grey\/55{
  border-right-color: rgb(133 137 155 / 0.55);
}
.border-r-grey\/60{
  border-right-color: rgb(133 137 155 / 0.6);
}
.border-r-grey\/65{
  border-right-color: rgb(133 137 155 / 0.65);
}
.border-r-grey\/70{
  border-right-color: rgb(133 137 155 / 0.7);
}
.border-r-grey\/75{
  border-right-color: rgb(133 137 155 / 0.75);
}
.border-r-grey\/80{
  border-right-color: rgb(133 137 155 / 0.8);
}
.border-r-grey\/85{
  border-right-color: rgb(133 137 155 / 0.85);
}
.border-r-grey\/90{
  border-right-color: rgb(133 137 155 / 0.9);
}
.border-r-grey\/95{
  border-right-color: rgb(133 137 155 / 0.95);
}
.border-r-infill-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 244 / var(--tw-border-opacity, 1));
}
.border-r-infill-white\/0{
  border-right-color: rgb(243 244 244 / 0);
}
.border-r-infill-white\/10{
  border-right-color: rgb(243 244 244 / 0.1);
}
.border-r-infill-white\/100{
  border-right-color: rgb(243 244 244 / 1);
}
.border-r-infill-white\/15{
  border-right-color: rgb(243 244 244 / 0.15);
}
.border-r-infill-white\/20{
  border-right-color: rgb(243 244 244 / 0.2);
}
.border-r-infill-white\/25{
  border-right-color: rgb(243 244 244 / 0.25);
}
.border-r-infill-white\/30{
  border-right-color: rgb(243 244 244 / 0.3);
}
.border-r-infill-white\/35{
  border-right-color: rgb(243 244 244 / 0.35);
}
.border-r-infill-white\/40{
  border-right-color: rgb(243 244 244 / 0.4);
}
.border-r-infill-white\/45{
  border-right-color: rgb(243 244 244 / 0.45);
}
.border-r-infill-white\/5{
  border-right-color: rgb(243 244 244 / 0.05);
}
.border-r-infill-white\/50{
  border-right-color: rgb(243 244 244 / 0.5);
}
.border-r-infill-white\/55{
  border-right-color: rgb(243 244 244 / 0.55);
}
.border-r-infill-white\/60{
  border-right-color: rgb(243 244 244 / 0.6);
}
.border-r-infill-white\/65{
  border-right-color: rgb(243 244 244 / 0.65);
}
.border-r-infill-white\/70{
  border-right-color: rgb(243 244 244 / 0.7);
}
.border-r-infill-white\/75{
  border-right-color: rgb(243 244 244 / 0.75);
}
.border-r-infill-white\/80{
  border-right-color: rgb(243 244 244 / 0.8);
}
.border-r-infill-white\/85{
  border-right-color: rgb(243 244 244 / 0.85);
}
.border-r-infill-white\/90{
  border-right-color: rgb(243 244 244 / 0.9);
}
.border-r-infill-white\/95{
  border-right-color: rgb(243 244 244 / 0.95);
}
.border-r-light-blue{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 183 235 / var(--tw-border-opacity, 1));
}
.border-r-light-blue\/0{
  border-right-color: rgb(0 183 235 / 0);
}
.border-r-light-blue\/10{
  border-right-color: rgb(0 183 235 / 0.1);
}
.border-r-light-blue\/100{
  border-right-color: rgb(0 183 235 / 1);
}
.border-r-light-blue\/15{
  border-right-color: rgb(0 183 235 / 0.15);
}
.border-r-light-blue\/20{
  border-right-color: rgb(0 183 235 / 0.2);
}
.border-r-light-blue\/25{
  border-right-color: rgb(0 183 235 / 0.25);
}
.border-r-light-blue\/30{
  border-right-color: rgb(0 183 235 / 0.3);
}
.border-r-light-blue\/35{
  border-right-color: rgb(0 183 235 / 0.35);
}
.border-r-light-blue\/40{
  border-right-color: rgb(0 183 235 / 0.4);
}
.border-r-light-blue\/45{
  border-right-color: rgb(0 183 235 / 0.45);
}
.border-r-light-blue\/5{
  border-right-color: rgb(0 183 235 / 0.05);
}
.border-r-light-blue\/50{
  border-right-color: rgb(0 183 235 / 0.5);
}
.border-r-light-blue\/55{
  border-right-color: rgb(0 183 235 / 0.55);
}
.border-r-light-blue\/60{
  border-right-color: rgb(0 183 235 / 0.6);
}
.border-r-light-blue\/65{
  border-right-color: rgb(0 183 235 / 0.65);
}
.border-r-light-blue\/70{
  border-right-color: rgb(0 183 235 / 0.7);
}
.border-r-light-blue\/75{
  border-right-color: rgb(0 183 235 / 0.75);
}
.border-r-light-blue\/80{
  border-right-color: rgb(0 183 235 / 0.8);
}
.border-r-light-blue\/85{
  border-right-color: rgb(0 183 235 / 0.85);
}
.border-r-light-blue\/90{
  border-right-color: rgb(0 183 235 / 0.9);
}
.border-r-light-blue\/95{
  border-right-color: rgb(0 183 235 / 0.95);
}
.border-r-off-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 251 251 / var(--tw-border-opacity, 1));
}
.border-r-off-white\/0{
  border-right-color: rgb(250 251 251 / 0);
}
.border-r-off-white\/10{
  border-right-color: rgb(250 251 251 / 0.1);
}
.border-r-off-white\/100{
  border-right-color: rgb(250 251 251 / 1);
}
.border-r-off-white\/15{
  border-right-color: rgb(250 251 251 / 0.15);
}
.border-r-off-white\/20{
  border-right-color: rgb(250 251 251 / 0.2);
}
.border-r-off-white\/25{
  border-right-color: rgb(250 251 251 / 0.25);
}
.border-r-off-white\/30{
  border-right-color: rgb(250 251 251 / 0.3);
}
.border-r-off-white\/35{
  border-right-color: rgb(250 251 251 / 0.35);
}
.border-r-off-white\/40{
  border-right-color: rgb(250 251 251 / 0.4);
}
.border-r-off-white\/45{
  border-right-color: rgb(250 251 251 / 0.45);
}
.border-r-off-white\/5{
  border-right-color: rgb(250 251 251 / 0.05);
}
.border-r-off-white\/50{
  border-right-color: rgb(250 251 251 / 0.5);
}
.border-r-off-white\/55{
  border-right-color: rgb(250 251 251 / 0.55);
}
.border-r-off-white\/60{
  border-right-color: rgb(250 251 251 / 0.6);
}
.border-r-off-white\/65{
  border-right-color: rgb(250 251 251 / 0.65);
}
.border-r-off-white\/70{
  border-right-color: rgb(250 251 251 / 0.7);
}
.border-r-off-white\/75{
  border-right-color: rgb(250 251 251 / 0.75);
}
.border-r-off-white\/80{
  border-right-color: rgb(250 251 251 / 0.8);
}
.border-r-off-white\/85{
  border-right-color: rgb(250 251 251 / 0.85);
}
.border-r-off-white\/90{
  border-right-color: rgb(250 251 251 / 0.9);
}
.border-r-off-white\/95{
  border-right-color: rgb(250 251 251 / 0.95);
}
.border-r-red{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 101 101 / var(--tw-border-opacity, 1));
}
.border-r-red\/0{
  border-right-color: rgb(255 101 101 / 0);
}
.border-r-red\/10{
  border-right-color: rgb(255 101 101 / 0.1);
}
.border-r-red\/100{
  border-right-color: rgb(255 101 101 / 1);
}
.border-r-red\/15{
  border-right-color: rgb(255 101 101 / 0.15);
}
.border-r-red\/20{
  border-right-color: rgb(255 101 101 / 0.2);
}
.border-r-red\/25{
  border-right-color: rgb(255 101 101 / 0.25);
}
.border-r-red\/30{
  border-right-color: rgb(255 101 101 / 0.3);
}
.border-r-red\/35{
  border-right-color: rgb(255 101 101 / 0.35);
}
.border-r-red\/40{
  border-right-color: rgb(255 101 101 / 0.4);
}
.border-r-red\/45{
  border-right-color: rgb(255 101 101 / 0.45);
}
.border-r-red\/5{
  border-right-color: rgb(255 101 101 / 0.05);
}
.border-r-red\/50{
  border-right-color: rgb(255 101 101 / 0.5);
}
.border-r-red\/55{
  border-right-color: rgb(255 101 101 / 0.55);
}
.border-r-red\/60{
  border-right-color: rgb(255 101 101 / 0.6);
}
.border-r-red\/65{
  border-right-color: rgb(255 101 101 / 0.65);
}
.border-r-red\/70{
  border-right-color: rgb(255 101 101 / 0.7);
}
.border-r-red\/75{
  border-right-color: rgb(255 101 101 / 0.75);
}
.border-r-red\/80{
  border-right-color: rgb(255 101 101 / 0.8);
}
.border-r-red\/85{
  border-right-color: rgb(255 101 101 / 0.85);
}
.border-r-red\/90{
  border-right-color: rgb(255 101 101 / 0.9);
}
.border-r-red\/95{
  border-right-color: rgb(255 101 101 / 0.95);
}
.border-r-success{
  --tw-border-opacity: 1;
  border-right-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-r-success\/0{
  border-right-color: rgb(77 184 166 / 0);
}
.border-r-success\/10{
  border-right-color: rgb(77 184 166 / 0.1);
}
.border-r-success\/100{
  border-right-color: rgb(77 184 166 / 1);
}
.border-r-success\/15{
  border-right-color: rgb(77 184 166 / 0.15);
}
.border-r-success\/20{
  border-right-color: rgb(77 184 166 / 0.2);
}
.border-r-success\/25{
  border-right-color: rgb(77 184 166 / 0.25);
}
.border-r-success\/30{
  border-right-color: rgb(77 184 166 / 0.3);
}
.border-r-success\/35{
  border-right-color: rgb(77 184 166 / 0.35);
}
.border-r-success\/40{
  border-right-color: rgb(77 184 166 / 0.4);
}
.border-r-success\/45{
  border-right-color: rgb(77 184 166 / 0.45);
}
.border-r-success\/5{
  border-right-color: rgb(77 184 166 / 0.05);
}
.border-r-success\/50{
  border-right-color: rgb(77 184 166 / 0.5);
}
.border-r-success\/55{
  border-right-color: rgb(77 184 166 / 0.55);
}
.border-r-success\/60{
  border-right-color: rgb(77 184 166 / 0.6);
}
.border-r-success\/65{
  border-right-color: rgb(77 184 166 / 0.65);
}
.border-r-success\/70{
  border-right-color: rgb(77 184 166 / 0.7);
}
.border-r-success\/75{
  border-right-color: rgb(77 184 166 / 0.75);
}
.border-r-success\/80{
  border-right-color: rgb(77 184 166 / 0.8);
}
.border-r-success\/85{
  border-right-color: rgb(77 184 166 / 0.85);
}
.border-r-success\/90{
  border-right-color: rgb(77 184 166 / 0.9);
}
.border-r-success\/95{
  border-right-color: rgb(77 184 166 / 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\/15{
  border-right-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-transparent\/40{
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-transparent\/45{
  border-right-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-transparent\/60{
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-transparent\/65{
  border-right-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-right-color: rgb(0 0 0 / 0.85);
}
.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-warning{
  --tw-border-opacity: 1;
  border-right-color: rgb(247 174 75 / var(--tw-border-opacity, 1));
}
.border-r-warning\/0{
  border-right-color: rgb(247 174 75 / 0);
}
.border-r-warning\/10{
  border-right-color: rgb(247 174 75 / 0.1);
}
.border-r-warning\/100{
  border-right-color: rgb(247 174 75 / 1);
}
.border-r-warning\/15{
  border-right-color: rgb(247 174 75 / 0.15);
}
.border-r-warning\/20{
  border-right-color: rgb(247 174 75 / 0.2);
}
.border-r-warning\/25{
  border-right-color: rgb(247 174 75 / 0.25);
}
.border-r-warning\/30{
  border-right-color: rgb(247 174 75 / 0.3);
}
.border-r-warning\/35{
  border-right-color: rgb(247 174 75 / 0.35);
}
.border-r-warning\/40{
  border-right-color: rgb(247 174 75 / 0.4);
}
.border-r-warning\/45{
  border-right-color: rgb(247 174 75 / 0.45);
}
.border-r-warning\/5{
  border-right-color: rgb(247 174 75 / 0.05);
}
.border-r-warning\/50{
  border-right-color: rgb(247 174 75 / 0.5);
}
.border-r-warning\/55{
  border-right-color: rgb(247 174 75 / 0.55);
}
.border-r-warning\/60{
  border-right-color: rgb(247 174 75 / 0.6);
}
.border-r-warning\/65{
  border-right-color: rgb(247 174 75 / 0.65);
}
.border-r-warning\/70{
  border-right-color: rgb(247 174 75 / 0.7);
}
.border-r-warning\/75{
  border-right-color: rgb(247 174 75 / 0.75);
}
.border-r-warning\/80{
  border-right-color: rgb(247 174 75 / 0.8);
}
.border-r-warning\/85{
  border-right-color: rgb(247 174 75 / 0.85);
}
.border-r-warning\/90{
  border-right-color: rgb(247 174 75 / 0.9);
}
.border-r-warning\/95{
  border-right-color: rgb(247 174 75 / 0.95);
}
.border-r-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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\/15{
  border-right-color: rgb(255 255 255 / 0.15);
}
.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\/35{
  border-right-color: rgb(255 255 255 / 0.35);
}
.border-r-white\/40{
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-white\/45{
  border-right-color: rgb(255 255 255 / 0.45);
}
.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\/55{
  border-right-color: rgb(255 255 255 / 0.55);
}
.border-r-white\/60{
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-white\/65{
  border-right-color: rgb(255 255 255 / 0.65);
}
.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\/85{
  border-right-color: rgb(255 255 255 / 0.85);
}
.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, 1));
}
.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\/15{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-black\/40{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-black\/45{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-black\/60{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-black\/65{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.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-dark-deep-blue{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(28 34 61 / var(--tw-border-opacity, 1));
}
.border-s-dark-deep-blue\/0{
  border-inline-start-color: rgb(28 34 61 / 0);
}
.border-s-dark-deep-blue\/10{
  border-inline-start-color: rgb(28 34 61 / 0.1);
}
.border-s-dark-deep-blue\/100{
  border-inline-start-color: rgb(28 34 61 / 1);
}
.border-s-dark-deep-blue\/15{
  border-inline-start-color: rgb(28 34 61 / 0.15);
}
.border-s-dark-deep-blue\/20{
  border-inline-start-color: rgb(28 34 61 / 0.2);
}
.border-s-dark-deep-blue\/25{
  border-inline-start-color: rgb(28 34 61 / 0.25);
}
.border-s-dark-deep-blue\/30{
  border-inline-start-color: rgb(28 34 61 / 0.3);
}
.border-s-dark-deep-blue\/35{
  border-inline-start-color: rgb(28 34 61 / 0.35);
}
.border-s-dark-deep-blue\/40{
  border-inline-start-color: rgb(28 34 61 / 0.4);
}
.border-s-dark-deep-blue\/45{
  border-inline-start-color: rgb(28 34 61 / 0.45);
}
.border-s-dark-deep-blue\/5{
  border-inline-start-color: rgb(28 34 61 / 0.05);
}
.border-s-dark-deep-blue\/50{
  border-inline-start-color: rgb(28 34 61 / 0.5);
}
.border-s-dark-deep-blue\/55{
  border-inline-start-color: rgb(28 34 61 / 0.55);
}
.border-s-dark-deep-blue\/60{
  border-inline-start-color: rgb(28 34 61 / 0.6);
}
.border-s-dark-deep-blue\/65{
  border-inline-start-color: rgb(28 34 61 / 0.65);
}
.border-s-dark-deep-blue\/70{
  border-inline-start-color: rgb(28 34 61 / 0.7);
}
.border-s-dark-deep-blue\/75{
  border-inline-start-color: rgb(28 34 61 / 0.75);
}
.border-s-dark-deep-blue\/80{
  border-inline-start-color: rgb(28 34 61 / 0.8);
}
.border-s-dark-deep-blue\/85{
  border-inline-start-color: rgb(28 34 61 / 0.85);
}
.border-s-dark-deep-blue\/90{
  border-inline-start-color: rgb(28 34 61 / 0.9);
}
.border-s-dark-deep-blue\/95{
  border-inline-start-color: rgb(28 34 61 / 0.95);
}
.border-s-deep-blue{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(36 44 78 / var(--tw-border-opacity, 1));
}
.border-s-deep-blue\/0{
  border-inline-start-color: rgb(36 44 78 / 0);
}
.border-s-deep-blue\/10{
  border-inline-start-color: rgb(36 44 78 / 0.1);
}
.border-s-deep-blue\/100{
  border-inline-start-color: rgb(36 44 78 / 1);
}
.border-s-deep-blue\/15{
  border-inline-start-color: rgb(36 44 78 / 0.15);
}
.border-s-deep-blue\/20{
  border-inline-start-color: rgb(36 44 78 / 0.2);
}
.border-s-deep-blue\/25{
  border-inline-start-color: rgb(36 44 78 / 0.25);
}
.border-s-deep-blue\/30{
  border-inline-start-color: rgb(36 44 78 / 0.3);
}
.border-s-deep-blue\/35{
  border-inline-start-color: rgb(36 44 78 / 0.35);
}
.border-s-deep-blue\/40{
  border-inline-start-color: rgb(36 44 78 / 0.4);
}
.border-s-deep-blue\/45{
  border-inline-start-color: rgb(36 44 78 / 0.45);
}
.border-s-deep-blue\/5{
  border-inline-start-color: rgb(36 44 78 / 0.05);
}
.border-s-deep-blue\/50{
  border-inline-start-color: rgb(36 44 78 / 0.5);
}
.border-s-deep-blue\/55{
  border-inline-start-color: rgb(36 44 78 / 0.55);
}
.border-s-deep-blue\/60{
  border-inline-start-color: rgb(36 44 78 / 0.6);
}
.border-s-deep-blue\/65{
  border-inline-start-color: rgb(36 44 78 / 0.65);
}
.border-s-deep-blue\/70{
  border-inline-start-color: rgb(36 44 78 / 0.7);
}
.border-s-deep-blue\/75{
  border-inline-start-color: rgb(36 44 78 / 0.75);
}
.border-s-deep-blue\/80{
  border-inline-start-color: rgb(36 44 78 / 0.8);
}
.border-s-deep-blue\/85{
  border-inline-start-color: rgb(36 44 78 / 0.85);
}
.border-s-deep-blue\/90{
  border-inline-start-color: rgb(36 44 78 / 0.9);
}
.border-s-deep-blue\/95{
  border-inline-start-color: rgb(36 44 78 / 0.95);
}
.border-s-error{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
}
.border-s-error\/0{
  border-inline-start-color: rgb(239 89 89 / 0);
}
.border-s-error\/10{
  border-inline-start-color: rgb(239 89 89 / 0.1);
}
.border-s-error\/100{
  border-inline-start-color: rgb(239 89 89 / 1);
}
.border-s-error\/15{
  border-inline-start-color: rgb(239 89 89 / 0.15);
}
.border-s-error\/20{
  border-inline-start-color: rgb(239 89 89 / 0.2);
}
.border-s-error\/25{
  border-inline-start-color: rgb(239 89 89 / 0.25);
}
.border-s-error\/30{
  border-inline-start-color: rgb(239 89 89 / 0.3);
}
.border-s-error\/35{
  border-inline-start-color: rgb(239 89 89 / 0.35);
}
.border-s-error\/40{
  border-inline-start-color: rgb(239 89 89 / 0.4);
}
.border-s-error\/45{
  border-inline-start-color: rgb(239 89 89 / 0.45);
}
.border-s-error\/5{
  border-inline-start-color: rgb(239 89 89 / 0.05);
}
.border-s-error\/50{
  border-inline-start-color: rgb(239 89 89 / 0.5);
}
.border-s-error\/55{
  border-inline-start-color: rgb(239 89 89 / 0.55);
}
.border-s-error\/60{
  border-inline-start-color: rgb(239 89 89 / 0.6);
}
.border-s-error\/65{
  border-inline-start-color: rgb(239 89 89 / 0.65);
}
.border-s-error\/70{
  border-inline-start-color: rgb(239 89 89 / 0.7);
}
.border-s-error\/75{
  border-inline-start-color: rgb(239 89 89 / 0.75);
}
.border-s-error\/80{
  border-inline-start-color: rgb(239 89 89 / 0.8);
}
.border-s-error\/85{
  border-inline-start-color: rgb(239 89 89 / 0.85);
}
.border-s-error\/90{
  border-inline-start-color: rgb(239 89 89 / 0.9);
}
.border-s-error\/95{
  border-inline-start-color: rgb(239 89 89 / 0.95);
}
.border-s-green{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-s-green\/0{
  border-inline-start-color: rgb(77 184 166 / 0);
}
.border-s-green\/10{
  border-inline-start-color: rgb(77 184 166 / 0.1);
}
.border-s-green\/100{
  border-inline-start-color: rgb(77 184 166 / 1);
}
.border-s-green\/15{
  border-inline-start-color: rgb(77 184 166 / 0.15);
}
.border-s-green\/20{
  border-inline-start-color: rgb(77 184 166 / 0.2);
}
.border-s-green\/25{
  border-inline-start-color: rgb(77 184 166 / 0.25);
}
.border-s-green\/30{
  border-inline-start-color: rgb(77 184 166 / 0.3);
}
.border-s-green\/35{
  border-inline-start-color: rgb(77 184 166 / 0.35);
}
.border-s-green\/40{
  border-inline-start-color: rgb(77 184 166 / 0.4);
}
.border-s-green\/45{
  border-inline-start-color: rgb(77 184 166 / 0.45);
}
.border-s-green\/5{
  border-inline-start-color: rgb(77 184 166 / 0.05);
}
.border-s-green\/50{
  border-inline-start-color: rgb(77 184 166 / 0.5);
}
.border-s-green\/55{
  border-inline-start-color: rgb(77 184 166 / 0.55);
}
.border-s-green\/60{
  border-inline-start-color: rgb(77 184 166 / 0.6);
}
.border-s-green\/65{
  border-inline-start-color: rgb(77 184 166 / 0.65);
}
.border-s-green\/70{
  border-inline-start-color: rgb(77 184 166 / 0.7);
}
.border-s-green\/75{
  border-inline-start-color: rgb(77 184 166 / 0.75);
}
.border-s-green\/80{
  border-inline-start-color: rgb(77 184 166 / 0.8);
}
.border-s-green\/85{
  border-inline-start-color: rgb(77 184 166 / 0.85);
}
.border-s-green\/90{
  border-inline-start-color: rgb(77 184 166 / 0.9);
}
.border-s-green\/95{
  border-inline-start-color: rgb(77 184 166 / 0.95);
}
.border-s-grey{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(133 137 155 / var(--tw-border-opacity, 1));
}
.border-s-grey\/0{
  border-inline-start-color: rgb(133 137 155 / 0);
}
.border-s-grey\/10{
  border-inline-start-color: rgb(133 137 155 / 0.1);
}
.border-s-grey\/100{
  border-inline-start-color: rgb(133 137 155 / 1);
}
.border-s-grey\/15{
  border-inline-start-color: rgb(133 137 155 / 0.15);
}
.border-s-grey\/20{
  border-inline-start-color: rgb(133 137 155 / 0.2);
}
.border-s-grey\/25{
  border-inline-start-color: rgb(133 137 155 / 0.25);
}
.border-s-grey\/30{
  border-inline-start-color: rgb(133 137 155 / 0.3);
}
.border-s-grey\/35{
  border-inline-start-color: rgb(133 137 155 / 0.35);
}
.border-s-grey\/40{
  border-inline-start-color: rgb(133 137 155 / 0.4);
}
.border-s-grey\/45{
  border-inline-start-color: rgb(133 137 155 / 0.45);
}
.border-s-grey\/5{
  border-inline-start-color: rgb(133 137 155 / 0.05);
}
.border-s-grey\/50{
  border-inline-start-color: rgb(133 137 155 / 0.5);
}
.border-s-grey\/55{
  border-inline-start-color: rgb(133 137 155 / 0.55);
}
.border-s-grey\/60{
  border-inline-start-color: rgb(133 137 155 / 0.6);
}
.border-s-grey\/65{
  border-inline-start-color: rgb(133 137 155 / 0.65);
}
.border-s-grey\/70{
  border-inline-start-color: rgb(133 137 155 / 0.7);
}
.border-s-grey\/75{
  border-inline-start-color: rgb(133 137 155 / 0.75);
}
.border-s-grey\/80{
  border-inline-start-color: rgb(133 137 155 / 0.8);
}
.border-s-grey\/85{
  border-inline-start-color: rgb(133 137 155 / 0.85);
}
.border-s-grey\/90{
  border-inline-start-color: rgb(133 137 155 / 0.9);
}
.border-s-grey\/95{
  border-inline-start-color: rgb(133 137 155 / 0.95);
}
.border-s-infill-white{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 244 244 / var(--tw-border-opacity, 1));
}
.border-s-infill-white\/0{
  border-inline-start-color: rgb(243 244 244 / 0);
}
.border-s-infill-white\/10{
  border-inline-start-color: rgb(243 244 244 / 0.1);
}
.border-s-infill-white\/100{
  border-inline-start-color: rgb(243 244 244 / 1);
}
.border-s-infill-white\/15{
  border-inline-start-color: rgb(243 244 244 / 0.15);
}
.border-s-infill-white\/20{
  border-inline-start-color: rgb(243 244 244 / 0.2);
}
.border-s-infill-white\/25{
  border-inline-start-color: rgb(243 244 244 / 0.25);
}
.border-s-infill-white\/30{
  border-inline-start-color: rgb(243 244 244 / 0.3);
}
.border-s-infill-white\/35{
  border-inline-start-color: rgb(243 244 244 / 0.35);
}
.border-s-infill-white\/40{
  border-inline-start-color: rgb(243 244 244 / 0.4);
}
.border-s-infill-white\/45{
  border-inline-start-color: rgb(243 244 244 / 0.45);
}
.border-s-infill-white\/5{
  border-inline-start-color: rgb(243 244 244 / 0.05);
}
.border-s-infill-white\/50{
  border-inline-start-color: rgb(243 244 244 / 0.5);
}
.border-s-infill-white\/55{
  border-inline-start-color: rgb(243 244 244 / 0.55);
}
.border-s-infill-white\/60{
  border-inline-start-color: rgb(243 244 244 / 0.6);
}
.border-s-infill-white\/65{
  border-inline-start-color: rgb(243 244 244 / 0.65);
}
.border-s-infill-white\/70{
  border-inline-start-color: rgb(243 244 244 / 0.7);
}
.border-s-infill-white\/75{
  border-inline-start-color: rgb(243 244 244 / 0.75);
}
.border-s-infill-white\/80{
  border-inline-start-color: rgb(243 244 244 / 0.8);
}
.border-s-infill-white\/85{
  border-inline-start-color: rgb(243 244 244 / 0.85);
}
.border-s-infill-white\/90{
  border-inline-start-color: rgb(243 244 244 / 0.9);
}
.border-s-infill-white\/95{
  border-inline-start-color: rgb(243 244 244 / 0.95);
}
.border-s-light-blue{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 183 235 / var(--tw-border-opacity, 1));
}
.border-s-light-blue\/0{
  border-inline-start-color: rgb(0 183 235 / 0);
}
.border-s-light-blue\/10{
  border-inline-start-color: rgb(0 183 235 / 0.1);
}
.border-s-light-blue\/100{
  border-inline-start-color: rgb(0 183 235 / 1);
}
.border-s-light-blue\/15{
  border-inline-start-color: rgb(0 183 235 / 0.15);
}
.border-s-light-blue\/20{
  border-inline-start-color: rgb(0 183 235 / 0.2);
}
.border-s-light-blue\/25{
  border-inline-start-color: rgb(0 183 235 / 0.25);
}
.border-s-light-blue\/30{
  border-inline-start-color: rgb(0 183 235 / 0.3);
}
.border-s-light-blue\/35{
  border-inline-start-color: rgb(0 183 235 / 0.35);
}
.border-s-light-blue\/40{
  border-inline-start-color: rgb(0 183 235 / 0.4);
}
.border-s-light-blue\/45{
  border-inline-start-color: rgb(0 183 235 / 0.45);
}
.border-s-light-blue\/5{
  border-inline-start-color: rgb(0 183 235 / 0.05);
}
.border-s-light-blue\/50{
  border-inline-start-color: rgb(0 183 235 / 0.5);
}
.border-s-light-blue\/55{
  border-inline-start-color: rgb(0 183 235 / 0.55);
}
.border-s-light-blue\/60{
  border-inline-start-color: rgb(0 183 235 / 0.6);
}
.border-s-light-blue\/65{
  border-inline-start-color: rgb(0 183 235 / 0.65);
}
.border-s-light-blue\/70{
  border-inline-start-color: rgb(0 183 235 / 0.7);
}
.border-s-light-blue\/75{
  border-inline-start-color: rgb(0 183 235 / 0.75);
}
.border-s-light-blue\/80{
  border-inline-start-color: rgb(0 183 235 / 0.8);
}
.border-s-light-blue\/85{
  border-inline-start-color: rgb(0 183 235 / 0.85);
}
.border-s-light-blue\/90{
  border-inline-start-color: rgb(0 183 235 / 0.9);
}
.border-s-light-blue\/95{
  border-inline-start-color: rgb(0 183 235 / 0.95);
}
.border-s-off-white{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 251 251 / var(--tw-border-opacity, 1));
}
.border-s-off-white\/0{
  border-inline-start-color: rgb(250 251 251 / 0);
}
.border-s-off-white\/10{
  border-inline-start-color: rgb(250 251 251 / 0.1);
}
.border-s-off-white\/100{
  border-inline-start-color: rgb(250 251 251 / 1);
}
.border-s-off-white\/15{
  border-inline-start-color: rgb(250 251 251 / 0.15);
}
.border-s-off-white\/20{
  border-inline-start-color: rgb(250 251 251 / 0.2);
}
.border-s-off-white\/25{
  border-inline-start-color: rgb(250 251 251 / 0.25);
}
.border-s-off-white\/30{
  border-inline-start-color: rgb(250 251 251 / 0.3);
}
.border-s-off-white\/35{
  border-inline-start-color: rgb(250 251 251 / 0.35);
}
.border-s-off-white\/40{
  border-inline-start-color: rgb(250 251 251 / 0.4);
}
.border-s-off-white\/45{
  border-inline-start-color: rgb(250 251 251 / 0.45);
}
.border-s-off-white\/5{
  border-inline-start-color: rgb(250 251 251 / 0.05);
}
.border-s-off-white\/50{
  border-inline-start-color: rgb(250 251 251 / 0.5);
}
.border-s-off-white\/55{
  border-inline-start-color: rgb(250 251 251 / 0.55);
}
.border-s-off-white\/60{
  border-inline-start-color: rgb(250 251 251 / 0.6);
}
.border-s-off-white\/65{
  border-inline-start-color: rgb(250 251 251 / 0.65);
}
.border-s-off-white\/70{
  border-inline-start-color: rgb(250 251 251 / 0.7);
}
.border-s-off-white\/75{
  border-inline-start-color: rgb(250 251 251 / 0.75);
}
.border-s-off-white\/80{
  border-inline-start-color: rgb(250 251 251 / 0.8);
}
.border-s-off-white\/85{
  border-inline-start-color: rgb(250 251 251 / 0.85);
}
.border-s-off-white\/90{
  border-inline-start-color: rgb(250 251 251 / 0.9);
}
.border-s-off-white\/95{
  border-inline-start-color: rgb(250 251 251 / 0.95);
}
.border-s-red{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 101 101 / var(--tw-border-opacity, 1));
}
.border-s-red\/0{
  border-inline-start-color: rgb(255 101 101 / 0);
}
.border-s-red\/10{
  border-inline-start-color: rgb(255 101 101 / 0.1);
}
.border-s-red\/100{
  border-inline-start-color: rgb(255 101 101 / 1);
}
.border-s-red\/15{
  border-inline-start-color: rgb(255 101 101 / 0.15);
}
.border-s-red\/20{
  border-inline-start-color: rgb(255 101 101 / 0.2);
}
.border-s-red\/25{
  border-inline-start-color: rgb(255 101 101 / 0.25);
}
.border-s-red\/30{
  border-inline-start-color: rgb(255 101 101 / 0.3);
}
.border-s-red\/35{
  border-inline-start-color: rgb(255 101 101 / 0.35);
}
.border-s-red\/40{
  border-inline-start-color: rgb(255 101 101 / 0.4);
}
.border-s-red\/45{
  border-inline-start-color: rgb(255 101 101 / 0.45);
}
.border-s-red\/5{
  border-inline-start-color: rgb(255 101 101 / 0.05);
}
.border-s-red\/50{
  border-inline-start-color: rgb(255 101 101 / 0.5);
}
.border-s-red\/55{
  border-inline-start-color: rgb(255 101 101 / 0.55);
}
.border-s-red\/60{
  border-inline-start-color: rgb(255 101 101 / 0.6);
}
.border-s-red\/65{
  border-inline-start-color: rgb(255 101 101 / 0.65);
}
.border-s-red\/70{
  border-inline-start-color: rgb(255 101 101 / 0.7);
}
.border-s-red\/75{
  border-inline-start-color: rgb(255 101 101 / 0.75);
}
.border-s-red\/80{
  border-inline-start-color: rgb(255 101 101 / 0.8);
}
.border-s-red\/85{
  border-inline-start-color: rgb(255 101 101 / 0.85);
}
.border-s-red\/90{
  border-inline-start-color: rgb(255 101 101 / 0.9);
}
.border-s-red\/95{
  border-inline-start-color: rgb(255 101 101 / 0.95);
}
.border-s-success{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-s-success\/0{
  border-inline-start-color: rgb(77 184 166 / 0);
}
.border-s-success\/10{
  border-inline-start-color: rgb(77 184 166 / 0.1);
}
.border-s-success\/100{
  border-inline-start-color: rgb(77 184 166 / 1);
}
.border-s-success\/15{
  border-inline-start-color: rgb(77 184 166 / 0.15);
}
.border-s-success\/20{
  border-inline-start-color: rgb(77 184 166 / 0.2);
}
.border-s-success\/25{
  border-inline-start-color: rgb(77 184 166 / 0.25);
}
.border-s-success\/30{
  border-inline-start-color: rgb(77 184 166 / 0.3);
}
.border-s-success\/35{
  border-inline-start-color: rgb(77 184 166 / 0.35);
}
.border-s-success\/40{
  border-inline-start-color: rgb(77 184 166 / 0.4);
}
.border-s-success\/45{
  border-inline-start-color: rgb(77 184 166 / 0.45);
}
.border-s-success\/5{
  border-inline-start-color: rgb(77 184 166 / 0.05);
}
.border-s-success\/50{
  border-inline-start-color: rgb(77 184 166 / 0.5);
}
.border-s-success\/55{
  border-inline-start-color: rgb(77 184 166 / 0.55);
}
.border-s-success\/60{
  border-inline-start-color: rgb(77 184 166 / 0.6);
}
.border-s-success\/65{
  border-inline-start-color: rgb(77 184 166 / 0.65);
}
.border-s-success\/70{
  border-inline-start-color: rgb(77 184 166 / 0.7);
}
.border-s-success\/75{
  border-inline-start-color: rgb(77 184 166 / 0.75);
}
.border-s-success\/80{
  border-inline-start-color: rgb(77 184 166 / 0.8);
}
.border-s-success\/85{
  border-inline-start-color: rgb(77 184 166 / 0.85);
}
.border-s-success\/90{
  border-inline-start-color: rgb(77 184 166 / 0.9);
}
.border-s-success\/95{
  border-inline-start-color: rgb(77 184 166 / 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\/15{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-transparent\/40{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-transparent\/45{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-transparent\/60{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-transparent\/65{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.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-warning{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 174 75 / var(--tw-border-opacity, 1));
}
.border-s-warning\/0{
  border-inline-start-color: rgb(247 174 75 / 0);
}
.border-s-warning\/10{
  border-inline-start-color: rgb(247 174 75 / 0.1);
}
.border-s-warning\/100{
  border-inline-start-color: rgb(247 174 75 / 1);
}
.border-s-warning\/15{
  border-inline-start-color: rgb(247 174 75 / 0.15);
}
.border-s-warning\/20{
  border-inline-start-color: rgb(247 174 75 / 0.2);
}
.border-s-warning\/25{
  border-inline-start-color: rgb(247 174 75 / 0.25);
}
.border-s-warning\/30{
  border-inline-start-color: rgb(247 174 75 / 0.3);
}
.border-s-warning\/35{
  border-inline-start-color: rgb(247 174 75 / 0.35);
}
.border-s-warning\/40{
  border-inline-start-color: rgb(247 174 75 / 0.4);
}
.border-s-warning\/45{
  border-inline-start-color: rgb(247 174 75 / 0.45);
}
.border-s-warning\/5{
  border-inline-start-color: rgb(247 174 75 / 0.05);
}
.border-s-warning\/50{
  border-inline-start-color: rgb(247 174 75 / 0.5);
}
.border-s-warning\/55{
  border-inline-start-color: rgb(247 174 75 / 0.55);
}
.border-s-warning\/60{
  border-inline-start-color: rgb(247 174 75 / 0.6);
}
.border-s-warning\/65{
  border-inline-start-color: rgb(247 174 75 / 0.65);
}
.border-s-warning\/70{
  border-inline-start-color: rgb(247 174 75 / 0.7);
}
.border-s-warning\/75{
  border-inline-start-color: rgb(247 174 75 / 0.75);
}
.border-s-warning\/80{
  border-inline-start-color: rgb(247 174 75 / 0.8);
}
.border-s-warning\/85{
  border-inline-start-color: rgb(247 174 75 / 0.85);
}
.border-s-warning\/90{
  border-inline-start-color: rgb(247 174 75 / 0.9);
}
.border-s-warning\/95{
  border-inline-start-color: rgb(247 174 75 / 0.95);
}
.border-s-white{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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\/15{
  border-inline-start-color: rgb(255 255 255 / 0.15);
}
.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\/35{
  border-inline-start-color: rgb(255 255 255 / 0.35);
}
.border-s-white\/40{
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-white\/45{
  border-inline-start-color: rgb(255 255 255 / 0.45);
}
.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\/55{
  border-inline-start-color: rgb(255 255 255 / 0.55);
}
.border-s-white\/60{
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-white\/65{
  border-inline-start-color: rgb(255 255 255 / 0.65);
}
.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\/85{
  border-inline-start-color: rgb(255 255 255 / 0.85);
}
.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, 1));
}
.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\/15{
  border-top-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-black\/40{
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-black\/45{
  border-top-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-black\/60{
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-black\/65{
  border-top-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-top-color: rgb(0 0 0 / 0.85);
}
.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-dark-deep-blue{
  --tw-border-opacity: 1;
  border-top-color: rgb(28 34 61 / var(--tw-border-opacity, 1));
}
.border-t-dark-deep-blue\/0{
  border-top-color: rgb(28 34 61 / 0);
}
.border-t-dark-deep-blue\/10{
  border-top-color: rgb(28 34 61 / 0.1);
}
.border-t-dark-deep-blue\/100{
  border-top-color: rgb(28 34 61 / 1);
}
.border-t-dark-deep-blue\/15{
  border-top-color: rgb(28 34 61 / 0.15);
}
.border-t-dark-deep-blue\/20{
  border-top-color: rgb(28 34 61 / 0.2);
}
.border-t-dark-deep-blue\/25{
  border-top-color: rgb(28 34 61 / 0.25);
}
.border-t-dark-deep-blue\/30{
  border-top-color: rgb(28 34 61 / 0.3);
}
.border-t-dark-deep-blue\/35{
  border-top-color: rgb(28 34 61 / 0.35);
}
.border-t-dark-deep-blue\/40{
  border-top-color: rgb(28 34 61 / 0.4);
}
.border-t-dark-deep-blue\/45{
  border-top-color: rgb(28 34 61 / 0.45);
}
.border-t-dark-deep-blue\/5{
  border-top-color: rgb(28 34 61 / 0.05);
}
.border-t-dark-deep-blue\/50{
  border-top-color: rgb(28 34 61 / 0.5);
}
.border-t-dark-deep-blue\/55{
  border-top-color: rgb(28 34 61 / 0.55);
}
.border-t-dark-deep-blue\/60{
  border-top-color: rgb(28 34 61 / 0.6);
}
.border-t-dark-deep-blue\/65{
  border-top-color: rgb(28 34 61 / 0.65);
}
.border-t-dark-deep-blue\/70{
  border-top-color: rgb(28 34 61 / 0.7);
}
.border-t-dark-deep-blue\/75{
  border-top-color: rgb(28 34 61 / 0.75);
}
.border-t-dark-deep-blue\/80{
  border-top-color: rgb(28 34 61 / 0.8);
}
.border-t-dark-deep-blue\/85{
  border-top-color: rgb(28 34 61 / 0.85);
}
.border-t-dark-deep-blue\/90{
  border-top-color: rgb(28 34 61 / 0.9);
}
.border-t-dark-deep-blue\/95{
  border-top-color: rgb(28 34 61 / 0.95);
}
.border-t-deep-blue{
  --tw-border-opacity: 1;
  border-top-color: rgb(36 44 78 / var(--tw-border-opacity, 1));
}
.border-t-deep-blue\/0{
  border-top-color: rgb(36 44 78 / 0);
}
.border-t-deep-blue\/10{
  border-top-color: rgb(36 44 78 / 0.1);
}
.border-t-deep-blue\/100{
  border-top-color: rgb(36 44 78 / 1);
}
.border-t-deep-blue\/15{
  border-top-color: rgb(36 44 78 / 0.15);
}
.border-t-deep-blue\/20{
  border-top-color: rgb(36 44 78 / 0.2);
}
.border-t-deep-blue\/25{
  border-top-color: rgb(36 44 78 / 0.25);
}
.border-t-deep-blue\/30{
  border-top-color: rgb(36 44 78 / 0.3);
}
.border-t-deep-blue\/35{
  border-top-color: rgb(36 44 78 / 0.35);
}
.border-t-deep-blue\/40{
  border-top-color: rgb(36 44 78 / 0.4);
}
.border-t-deep-blue\/45{
  border-top-color: rgb(36 44 78 / 0.45);
}
.border-t-deep-blue\/5{
  border-top-color: rgb(36 44 78 / 0.05);
}
.border-t-deep-blue\/50{
  border-top-color: rgb(36 44 78 / 0.5);
}
.border-t-deep-blue\/55{
  border-top-color: rgb(36 44 78 / 0.55);
}
.border-t-deep-blue\/60{
  border-top-color: rgb(36 44 78 / 0.6);
}
.border-t-deep-blue\/65{
  border-top-color: rgb(36 44 78 / 0.65);
}
.border-t-deep-blue\/70{
  border-top-color: rgb(36 44 78 / 0.7);
}
.border-t-deep-blue\/75{
  border-top-color: rgb(36 44 78 / 0.75);
}
.border-t-deep-blue\/80{
  border-top-color: rgb(36 44 78 / 0.8);
}
.border-t-deep-blue\/85{
  border-top-color: rgb(36 44 78 / 0.85);
}
.border-t-deep-blue\/90{
  border-top-color: rgb(36 44 78 / 0.9);
}
.border-t-deep-blue\/95{
  border-top-color: rgb(36 44 78 / 0.95);
}
.border-t-error{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
}
.border-t-error\/0{
  border-top-color: rgb(239 89 89 / 0);
}
.border-t-error\/10{
  border-top-color: rgb(239 89 89 / 0.1);
}
.border-t-error\/100{
  border-top-color: rgb(239 89 89 / 1);
}
.border-t-error\/15{
  border-top-color: rgb(239 89 89 / 0.15);
}
.border-t-error\/20{
  border-top-color: rgb(239 89 89 / 0.2);
}
.border-t-error\/25{
  border-top-color: rgb(239 89 89 / 0.25);
}
.border-t-error\/30{
  border-top-color: rgb(239 89 89 / 0.3);
}
.border-t-error\/35{
  border-top-color: rgb(239 89 89 / 0.35);
}
.border-t-error\/40{
  border-top-color: rgb(239 89 89 / 0.4);
}
.border-t-error\/45{
  border-top-color: rgb(239 89 89 / 0.45);
}
.border-t-error\/5{
  border-top-color: rgb(239 89 89 / 0.05);
}
.border-t-error\/50{
  border-top-color: rgb(239 89 89 / 0.5);
}
.border-t-error\/55{
  border-top-color: rgb(239 89 89 / 0.55);
}
.border-t-error\/60{
  border-top-color: rgb(239 89 89 / 0.6);
}
.border-t-error\/65{
  border-top-color: rgb(239 89 89 / 0.65);
}
.border-t-error\/70{
  border-top-color: rgb(239 89 89 / 0.7);
}
.border-t-error\/75{
  border-top-color: rgb(239 89 89 / 0.75);
}
.border-t-error\/80{
  border-top-color: rgb(239 89 89 / 0.8);
}
.border-t-error\/85{
  border-top-color: rgb(239 89 89 / 0.85);
}
.border-t-error\/90{
  border-top-color: rgb(239 89 89 / 0.9);
}
.border-t-error\/95{
  border-top-color: rgb(239 89 89 / 0.95);
}
.border-t-green{
  --tw-border-opacity: 1;
  border-top-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-t-green\/0{
  border-top-color: rgb(77 184 166 / 0);
}
.border-t-green\/10{
  border-top-color: rgb(77 184 166 / 0.1);
}
.border-t-green\/100{
  border-top-color: rgb(77 184 166 / 1);
}
.border-t-green\/15{
  border-top-color: rgb(77 184 166 / 0.15);
}
.border-t-green\/20{
  border-top-color: rgb(77 184 166 / 0.2);
}
.border-t-green\/25{
  border-top-color: rgb(77 184 166 / 0.25);
}
.border-t-green\/30{
  border-top-color: rgb(77 184 166 / 0.3);
}
.border-t-green\/35{
  border-top-color: rgb(77 184 166 / 0.35);
}
.border-t-green\/40{
  border-top-color: rgb(77 184 166 / 0.4);
}
.border-t-green\/45{
  border-top-color: rgb(77 184 166 / 0.45);
}
.border-t-green\/5{
  border-top-color: rgb(77 184 166 / 0.05);
}
.border-t-green\/50{
  border-top-color: rgb(77 184 166 / 0.5);
}
.border-t-green\/55{
  border-top-color: rgb(77 184 166 / 0.55);
}
.border-t-green\/60{
  border-top-color: rgb(77 184 166 / 0.6);
}
.border-t-green\/65{
  border-top-color: rgb(77 184 166 / 0.65);
}
.border-t-green\/70{
  border-top-color: rgb(77 184 166 / 0.7);
}
.border-t-green\/75{
  border-top-color: rgb(77 184 166 / 0.75);
}
.border-t-green\/80{
  border-top-color: rgb(77 184 166 / 0.8);
}
.border-t-green\/85{
  border-top-color: rgb(77 184 166 / 0.85);
}
.border-t-green\/90{
  border-top-color: rgb(77 184 166 / 0.9);
}
.border-t-green\/95{
  border-top-color: rgb(77 184 166 / 0.95);
}
.border-t-grey{
  --tw-border-opacity: 1;
  border-top-color: rgb(133 137 155 / var(--tw-border-opacity, 1));
}
.border-t-grey\/0{
  border-top-color: rgb(133 137 155 / 0);
}
.border-t-grey\/10{
  border-top-color: rgb(133 137 155 / 0.1);
}
.border-t-grey\/100{
  border-top-color: rgb(133 137 155 / 1);
}
.border-t-grey\/15{
  border-top-color: rgb(133 137 155 / 0.15);
}
.border-t-grey\/20{
  border-top-color: rgb(133 137 155 / 0.2);
}
.border-t-grey\/25{
  border-top-color: rgb(133 137 155 / 0.25);
}
.border-t-grey\/30{
  border-top-color: rgb(133 137 155 / 0.3);
}
.border-t-grey\/35{
  border-top-color: rgb(133 137 155 / 0.35);
}
.border-t-grey\/40{
  border-top-color: rgb(133 137 155 / 0.4);
}
.border-t-grey\/45{
  border-top-color: rgb(133 137 155 / 0.45);
}
.border-t-grey\/5{
  border-top-color: rgb(133 137 155 / 0.05);
}
.border-t-grey\/50{
  border-top-color: rgb(133 137 155 / 0.5);
}
.border-t-grey\/55{
  border-top-color: rgb(133 137 155 / 0.55);
}
.border-t-grey\/60{
  border-top-color: rgb(133 137 155 / 0.6);
}
.border-t-grey\/65{
  border-top-color: rgb(133 137 155 / 0.65);
}
.border-t-grey\/70{
  border-top-color: rgb(133 137 155 / 0.7);
}
.border-t-grey\/75{
  border-top-color: rgb(133 137 155 / 0.75);
}
.border-t-grey\/80{
  border-top-color: rgb(133 137 155 / 0.8);
}
.border-t-grey\/85{
  border-top-color: rgb(133 137 155 / 0.85);
}
.border-t-grey\/90{
  border-top-color: rgb(133 137 155 / 0.9);
}
.border-t-grey\/95{
  border-top-color: rgb(133 137 155 / 0.95);
}
.border-t-infill-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 244 / var(--tw-border-opacity, 1));
}
.border-t-infill-white\/0{
  border-top-color: rgb(243 244 244 / 0);
}
.border-t-infill-white\/10{
  border-top-color: rgb(243 244 244 / 0.1);
}
.border-t-infill-white\/100{
  border-top-color: rgb(243 244 244 / 1);
}
.border-t-infill-white\/15{
  border-top-color: rgb(243 244 244 / 0.15);
}
.border-t-infill-white\/20{
  border-top-color: rgb(243 244 244 / 0.2);
}
.border-t-infill-white\/25{
  border-top-color: rgb(243 244 244 / 0.25);
}
.border-t-infill-white\/30{
  border-top-color: rgb(243 244 244 / 0.3);
}
.border-t-infill-white\/35{
  border-top-color: rgb(243 244 244 / 0.35);
}
.border-t-infill-white\/40{
  border-top-color: rgb(243 244 244 / 0.4);
}
.border-t-infill-white\/45{
  border-top-color: rgb(243 244 244 / 0.45);
}
.border-t-infill-white\/5{
  border-top-color: rgb(243 244 244 / 0.05);
}
.border-t-infill-white\/50{
  border-top-color: rgb(243 244 244 / 0.5);
}
.border-t-infill-white\/55{
  border-top-color: rgb(243 244 244 / 0.55);
}
.border-t-infill-white\/60{
  border-top-color: rgb(243 244 244 / 0.6);
}
.border-t-infill-white\/65{
  border-top-color: rgb(243 244 244 / 0.65);
}
.border-t-infill-white\/70{
  border-top-color: rgb(243 244 244 / 0.7);
}
.border-t-infill-white\/75{
  border-top-color: rgb(243 244 244 / 0.75);
}
.border-t-infill-white\/80{
  border-top-color: rgb(243 244 244 / 0.8);
}
.border-t-infill-white\/85{
  border-top-color: rgb(243 244 244 / 0.85);
}
.border-t-infill-white\/90{
  border-top-color: rgb(243 244 244 / 0.9);
}
.border-t-infill-white\/95{
  border-top-color: rgb(243 244 244 / 0.95);
}
.border-t-light-blue{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 183 235 / var(--tw-border-opacity, 1));
}
.border-t-light-blue\/0{
  border-top-color: rgb(0 183 235 / 0);
}
.border-t-light-blue\/10{
  border-top-color: rgb(0 183 235 / 0.1);
}
.border-t-light-blue\/100{
  border-top-color: rgb(0 183 235 / 1);
}
.border-t-light-blue\/15{
  border-top-color: rgb(0 183 235 / 0.15);
}
.border-t-light-blue\/20{
  border-top-color: rgb(0 183 235 / 0.2);
}
.border-t-light-blue\/25{
  border-top-color: rgb(0 183 235 / 0.25);
}
.border-t-light-blue\/30{
  border-top-color: rgb(0 183 235 / 0.3);
}
.border-t-light-blue\/35{
  border-top-color: rgb(0 183 235 / 0.35);
}
.border-t-light-blue\/40{
  border-top-color: rgb(0 183 235 / 0.4);
}
.border-t-light-blue\/45{
  border-top-color: rgb(0 183 235 / 0.45);
}
.border-t-light-blue\/5{
  border-top-color: rgb(0 183 235 / 0.05);
}
.border-t-light-blue\/50{
  border-top-color: rgb(0 183 235 / 0.5);
}
.border-t-light-blue\/55{
  border-top-color: rgb(0 183 235 / 0.55);
}
.border-t-light-blue\/60{
  border-top-color: rgb(0 183 235 / 0.6);
}
.border-t-light-blue\/65{
  border-top-color: rgb(0 183 235 / 0.65);
}
.border-t-light-blue\/70{
  border-top-color: rgb(0 183 235 / 0.7);
}
.border-t-light-blue\/75{
  border-top-color: rgb(0 183 235 / 0.75);
}
.border-t-light-blue\/80{
  border-top-color: rgb(0 183 235 / 0.8);
}
.border-t-light-blue\/85{
  border-top-color: rgb(0 183 235 / 0.85);
}
.border-t-light-blue\/90{
  border-top-color: rgb(0 183 235 / 0.9);
}
.border-t-light-blue\/95{
  border-top-color: rgb(0 183 235 / 0.95);
}
.border-t-off-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 251 251 / var(--tw-border-opacity, 1));
}
.border-t-off-white\/0{
  border-top-color: rgb(250 251 251 / 0);
}
.border-t-off-white\/10{
  border-top-color: rgb(250 251 251 / 0.1);
}
.border-t-off-white\/100{
  border-top-color: rgb(250 251 251 / 1);
}
.border-t-off-white\/15{
  border-top-color: rgb(250 251 251 / 0.15);
}
.border-t-off-white\/20{
  border-top-color: rgb(250 251 251 / 0.2);
}
.border-t-off-white\/25{
  border-top-color: rgb(250 251 251 / 0.25);
}
.border-t-off-white\/30{
  border-top-color: rgb(250 251 251 / 0.3);
}
.border-t-off-white\/35{
  border-top-color: rgb(250 251 251 / 0.35);
}
.border-t-off-white\/40{
  border-top-color: rgb(250 251 251 / 0.4);
}
.border-t-off-white\/45{
  border-top-color: rgb(250 251 251 / 0.45);
}
.border-t-off-white\/5{
  border-top-color: rgb(250 251 251 / 0.05);
}
.border-t-off-white\/50{
  border-top-color: rgb(250 251 251 / 0.5);
}
.border-t-off-white\/55{
  border-top-color: rgb(250 251 251 / 0.55);
}
.border-t-off-white\/60{
  border-top-color: rgb(250 251 251 / 0.6);
}
.border-t-off-white\/65{
  border-top-color: rgb(250 251 251 / 0.65);
}
.border-t-off-white\/70{
  border-top-color: rgb(250 251 251 / 0.7);
}
.border-t-off-white\/75{
  border-top-color: rgb(250 251 251 / 0.75);
}
.border-t-off-white\/80{
  border-top-color: rgb(250 251 251 / 0.8);
}
.border-t-off-white\/85{
  border-top-color: rgb(250 251 251 / 0.85);
}
.border-t-off-white\/90{
  border-top-color: rgb(250 251 251 / 0.9);
}
.border-t-off-white\/95{
  border-top-color: rgb(250 251 251 / 0.95);
}
.border-t-red{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 101 101 / var(--tw-border-opacity, 1));
}
.border-t-red\/0{
  border-top-color: rgb(255 101 101 / 0);
}
.border-t-red\/10{
  border-top-color: rgb(255 101 101 / 0.1);
}
.border-t-red\/100{
  border-top-color: rgb(255 101 101 / 1);
}
.border-t-red\/15{
  border-top-color: rgb(255 101 101 / 0.15);
}
.border-t-red\/20{
  border-top-color: rgb(255 101 101 / 0.2);
}
.border-t-red\/25{
  border-top-color: rgb(255 101 101 / 0.25);
}
.border-t-red\/30{
  border-top-color: rgb(255 101 101 / 0.3);
}
.border-t-red\/35{
  border-top-color: rgb(255 101 101 / 0.35);
}
.border-t-red\/40{
  border-top-color: rgb(255 101 101 / 0.4);
}
.border-t-red\/45{
  border-top-color: rgb(255 101 101 / 0.45);
}
.border-t-red\/5{
  border-top-color: rgb(255 101 101 / 0.05);
}
.border-t-red\/50{
  border-top-color: rgb(255 101 101 / 0.5);
}
.border-t-red\/55{
  border-top-color: rgb(255 101 101 / 0.55);
}
.border-t-red\/60{
  border-top-color: rgb(255 101 101 / 0.6);
}
.border-t-red\/65{
  border-top-color: rgb(255 101 101 / 0.65);
}
.border-t-red\/70{
  border-top-color: rgb(255 101 101 / 0.7);
}
.border-t-red\/75{
  border-top-color: rgb(255 101 101 / 0.75);
}
.border-t-red\/80{
  border-top-color: rgb(255 101 101 / 0.8);
}
.border-t-red\/85{
  border-top-color: rgb(255 101 101 / 0.85);
}
.border-t-red\/90{
  border-top-color: rgb(255 101 101 / 0.9);
}
.border-t-red\/95{
  border-top-color: rgb(255 101 101 / 0.95);
}
.border-t-success{
  --tw-border-opacity: 1;
  border-top-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.border-t-success\/0{
  border-top-color: rgb(77 184 166 / 0);
}
.border-t-success\/10{
  border-top-color: rgb(77 184 166 / 0.1);
}
.border-t-success\/100{
  border-top-color: rgb(77 184 166 / 1);
}
.border-t-success\/15{
  border-top-color: rgb(77 184 166 / 0.15);
}
.border-t-success\/20{
  border-top-color: rgb(77 184 166 / 0.2);
}
.border-t-success\/25{
  border-top-color: rgb(77 184 166 / 0.25);
}
.border-t-success\/30{
  border-top-color: rgb(77 184 166 / 0.3);
}
.border-t-success\/35{
  border-top-color: rgb(77 184 166 / 0.35);
}
.border-t-success\/40{
  border-top-color: rgb(77 184 166 / 0.4);
}
.border-t-success\/45{
  border-top-color: rgb(77 184 166 / 0.45);
}
.border-t-success\/5{
  border-top-color: rgb(77 184 166 / 0.05);
}
.border-t-success\/50{
  border-top-color: rgb(77 184 166 / 0.5);
}
.border-t-success\/55{
  border-top-color: rgb(77 184 166 / 0.55);
}
.border-t-success\/60{
  border-top-color: rgb(77 184 166 / 0.6);
}
.border-t-success\/65{
  border-top-color: rgb(77 184 166 / 0.65);
}
.border-t-success\/70{
  border-top-color: rgb(77 184 166 / 0.7);
}
.border-t-success\/75{
  border-top-color: rgb(77 184 166 / 0.75);
}
.border-t-success\/80{
  border-top-color: rgb(77 184 166 / 0.8);
}
.border-t-success\/85{
  border-top-color: rgb(77 184 166 / 0.85);
}
.border-t-success\/90{
  border-top-color: rgb(77 184 166 / 0.9);
}
.border-t-success\/95{
  border-top-color: rgb(77 184 166 / 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\/15{
  border-top-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-transparent\/40{
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-transparent\/45{
  border-top-color: rgb(0 0 0 / 0.45);
}
.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\/55{
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-transparent\/60{
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-transparent\/65{
  border-top-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  border-top-color: rgb(0 0 0 / 0.85);
}
.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-warning{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 174 75 / var(--tw-border-opacity, 1));
}
.border-t-warning\/0{
  border-top-color: rgb(247 174 75 / 0);
}
.border-t-warning\/10{
  border-top-color: rgb(247 174 75 / 0.1);
}
.border-t-warning\/100{
  border-top-color: rgb(247 174 75 / 1);
}
.border-t-warning\/15{
  border-top-color: rgb(247 174 75 / 0.15);
}
.border-t-warning\/20{
  border-top-color: rgb(247 174 75 / 0.2);
}
.border-t-warning\/25{
  border-top-color: rgb(247 174 75 / 0.25);
}
.border-t-warning\/30{
  border-top-color: rgb(247 174 75 / 0.3);
}
.border-t-warning\/35{
  border-top-color: rgb(247 174 75 / 0.35);
}
.border-t-warning\/40{
  border-top-color: rgb(247 174 75 / 0.4);
}
.border-t-warning\/45{
  border-top-color: rgb(247 174 75 / 0.45);
}
.border-t-warning\/5{
  border-top-color: rgb(247 174 75 / 0.05);
}
.border-t-warning\/50{
  border-top-color: rgb(247 174 75 / 0.5);
}
.border-t-warning\/55{
  border-top-color: rgb(247 174 75 / 0.55);
}
.border-t-warning\/60{
  border-top-color: rgb(247 174 75 / 0.6);
}
.border-t-warning\/65{
  border-top-color: rgb(247 174 75 / 0.65);
}
.border-t-warning\/70{
  border-top-color: rgb(247 174 75 / 0.7);
}
.border-t-warning\/75{
  border-top-color: rgb(247 174 75 / 0.75);
}
.border-t-warning\/80{
  border-top-color: rgb(247 174 75 / 0.8);
}
.border-t-warning\/85{
  border-top-color: rgb(247 174 75 / 0.85);
}
.border-t-warning\/90{
  border-top-color: rgb(247 174 75 / 0.9);
}
.border-t-warning\/95{
  border-top-color: rgb(247 174 75 / 0.95);
}
.border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.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\/15{
  border-top-color: rgb(255 255 255 / 0.15);
}
.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\/35{
  border-top-color: rgb(255 255 255 / 0.35);
}
.border-t-white\/40{
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-white\/45{
  border-top-color: rgb(255 255 255 / 0.45);
}
.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\/55{
  border-top-color: rgb(255 255 255 / 0.55);
}
.border-t-white\/60{
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-white\/65{
  border-top-color: rgb(255 255 255 / 0.65);
}
.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\/85{
  border-top-color: rgb(255 255 255 / 0.85);
}
.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-15{
  --tw-border-opacity: 0.15;
}
.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-35{
  --tw-border-opacity: 0.35;
}
.border-opacity-40{
  --tw-border-opacity: 0.4;
}
.border-opacity-45{
  --tw-border-opacity: 0.45;
}
.border-opacity-5{
  --tw-border-opacity: 0.05;
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.border-opacity-55{
  --tw-border-opacity: 0.55;
}
.border-opacity-60{
  --tw-border-opacity: 0.6;
}
.border-opacity-65{
  --tw-border-opacity: 0.65;
}
.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-85{
  --tw-border-opacity: 0.85;
}
.border-opacity-90{
  --tw-border-opacity: 0.9;
}
.border-opacity-95{
  --tw-border-opacity: 0.95;
}
.\!bg-transparent{
  background-color: transparent !important;
}
.\!bg-white\/30{
  background-color: rgb(255 255 255 / 0.3) !important;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.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\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.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-dark-deep-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(28 34 61 / var(--tw-bg-opacity, 1));
}
.bg-dark-deep-blue\/0{
  background-color: rgb(28 34 61 / 0);
}
.bg-dark-deep-blue\/10{
  background-color: rgb(28 34 61 / 0.1);
}
.bg-dark-deep-blue\/100{
  background-color: rgb(28 34 61 / 1);
}
.bg-dark-deep-blue\/15{
  background-color: rgb(28 34 61 / 0.15);
}
.bg-dark-deep-blue\/20{
  background-color: rgb(28 34 61 / 0.2);
}
.bg-dark-deep-blue\/25{
  background-color: rgb(28 34 61 / 0.25);
}
.bg-dark-deep-blue\/30{
  background-color: rgb(28 34 61 / 0.3);
}
.bg-dark-deep-blue\/35{
  background-color: rgb(28 34 61 / 0.35);
}
.bg-dark-deep-blue\/40{
  background-color: rgb(28 34 61 / 0.4);
}
.bg-dark-deep-blue\/45{
  background-color: rgb(28 34 61 / 0.45);
}
.bg-dark-deep-blue\/5{
  background-color: rgb(28 34 61 / 0.05);
}
.bg-dark-deep-blue\/50{
  background-color: rgb(28 34 61 / 0.5);
}
.bg-dark-deep-blue\/55{
  background-color: rgb(28 34 61 / 0.55);
}
.bg-dark-deep-blue\/60{
  background-color: rgb(28 34 61 / 0.6);
}
.bg-dark-deep-blue\/65{
  background-color: rgb(28 34 61 / 0.65);
}
.bg-dark-deep-blue\/70{
  background-color: rgb(28 34 61 / 0.7);
}
.bg-dark-deep-blue\/75{
  background-color: rgb(28 34 61 / 0.75);
}
.bg-dark-deep-blue\/80{
  background-color: rgb(28 34 61 / 0.8);
}
.bg-dark-deep-blue\/85{
  background-color: rgb(28 34 61 / 0.85);
}
.bg-dark-deep-blue\/90{
  background-color: rgb(28 34 61 / 0.9);
}
.bg-dark-deep-blue\/95{
  background-color: rgb(28 34 61 / 0.95);
}
.bg-deep-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(36 44 78 / var(--tw-bg-opacity, 1));
}
.bg-deep-blue\/0{
  background-color: rgb(36 44 78 / 0);
}
.bg-deep-blue\/10{
  background-color: rgb(36 44 78 / 0.1);
}
.bg-deep-blue\/100{
  background-color: rgb(36 44 78 / 1);
}
.bg-deep-blue\/15{
  background-color: rgb(36 44 78 / 0.15);
}
.bg-deep-blue\/20{
  background-color: rgb(36 44 78 / 0.2);
}
.bg-deep-blue\/25{
  background-color: rgb(36 44 78 / 0.25);
}
.bg-deep-blue\/30{
  background-color: rgb(36 44 78 / 0.3);
}
.bg-deep-blue\/35{
  background-color: rgb(36 44 78 / 0.35);
}
.bg-deep-blue\/40{
  background-color: rgb(36 44 78 / 0.4);
}
.bg-deep-blue\/45{
  background-color: rgb(36 44 78 / 0.45);
}
.bg-deep-blue\/5{
  background-color: rgb(36 44 78 / 0.05);
}
.bg-deep-blue\/50{
  background-color: rgb(36 44 78 / 0.5);
}
.bg-deep-blue\/55{
  background-color: rgb(36 44 78 / 0.55);
}
.bg-deep-blue\/60{
  background-color: rgb(36 44 78 / 0.6);
}
.bg-deep-blue\/65{
  background-color: rgb(36 44 78 / 0.65);
}
.bg-deep-blue\/70{
  background-color: rgb(36 44 78 / 0.7);
}
.bg-deep-blue\/75{
  background-color: rgb(36 44 78 / 0.75);
}
.bg-deep-blue\/80{
  background-color: rgb(36 44 78 / 0.8);
}
.bg-deep-blue\/85{
  background-color: rgb(36 44 78 / 0.85);
}
.bg-deep-blue\/90{
  background-color: rgb(36 44 78 / 0.9);
}
.bg-deep-blue\/95{
  background-color: rgb(36 44 78 / 0.95);
}
.bg-error{
  --tw-bg-opacity: 1;
  background-color: rgb(239 89 89 / var(--tw-bg-opacity, 1));
}
.bg-error\/0{
  background-color: rgb(239 89 89 / 0);
}
.bg-error\/10{
  background-color: rgb(239 89 89 / 0.1);
}
.bg-error\/100{
  background-color: rgb(239 89 89 / 1);
}
.bg-error\/15{
  background-color: rgb(239 89 89 / 0.15);
}
.bg-error\/20{
  background-color: rgb(239 89 89 / 0.2);
}
.bg-error\/25{
  background-color: rgb(239 89 89 / 0.25);
}
.bg-error\/30{
  background-color: rgb(239 89 89 / 0.3);
}
.bg-error\/35{
  background-color: rgb(239 89 89 / 0.35);
}
.bg-error\/40{
  background-color: rgb(239 89 89 / 0.4);
}
.bg-error\/45{
  background-color: rgb(239 89 89 / 0.45);
}
.bg-error\/5{
  background-color: rgb(239 89 89 / 0.05);
}
.bg-error\/50{
  background-color: rgb(239 89 89 / 0.5);
}
.bg-error\/55{
  background-color: rgb(239 89 89 / 0.55);
}
.bg-error\/60{
  background-color: rgb(239 89 89 / 0.6);
}
.bg-error\/65{
  background-color: rgb(239 89 89 / 0.65);
}
.bg-error\/70{
  background-color: rgb(239 89 89 / 0.7);
}
.bg-error\/75{
  background-color: rgb(239 89 89 / 0.75);
}
.bg-error\/80{
  background-color: rgb(239 89 89 / 0.8);
}
.bg-error\/85{
  background-color: rgb(239 89 89 / 0.85);
}
.bg-error\/90{
  background-color: rgb(239 89 89 / 0.9);
}
.bg-error\/95{
  background-color: rgb(239 89 89 / 0.95);
}
.bg-error\/\[\.15\]{
  background-color: rgb(239 89 89 / .15);
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(77 184 166 / var(--tw-bg-opacity, 1));
}
.bg-green\/0{
  background-color: rgb(77 184 166 / 0);
}
.bg-green\/10{
  background-color: rgb(77 184 166 / 0.1);
}
.bg-green\/100{
  background-color: rgb(77 184 166 / 1);
}
.bg-green\/15{
  background-color: rgb(77 184 166 / 0.15);
}
.bg-green\/20{
  background-color: rgb(77 184 166 / 0.2);
}
.bg-green\/25{
  background-color: rgb(77 184 166 / 0.25);
}
.bg-green\/30{
  background-color: rgb(77 184 166 / 0.3);
}
.bg-green\/35{
  background-color: rgb(77 184 166 / 0.35);
}
.bg-green\/40{
  background-color: rgb(77 184 166 / 0.4);
}
.bg-green\/45{
  background-color: rgb(77 184 166 / 0.45);
}
.bg-green\/5{
  background-color: rgb(77 184 166 / 0.05);
}
.bg-green\/50{
  background-color: rgb(77 184 166 / 0.5);
}
.bg-green\/55{
  background-color: rgb(77 184 166 / 0.55);
}
.bg-green\/60{
  background-color: rgb(77 184 166 / 0.6);
}
.bg-green\/65{
  background-color: rgb(77 184 166 / 0.65);
}
.bg-green\/70{
  background-color: rgb(77 184 166 / 0.7);
}
.bg-green\/75{
  background-color: rgb(77 184 166 / 0.75);
}
.bg-green\/80{
  background-color: rgb(77 184 166 / 0.8);
}
.bg-green\/85{
  background-color: rgb(77 184 166 / 0.85);
}
.bg-green\/90{
  background-color: rgb(77 184 166 / 0.9);
}
.bg-green\/95{
  background-color: rgb(77 184 166 / 0.95);
}
.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(133 137 155 / var(--tw-bg-opacity, 1));
}
.bg-grey\/0{
  background-color: rgb(133 137 155 / 0);
}
.bg-grey\/10{
  background-color: rgb(133 137 155 / 0.1);
}
.bg-grey\/100{
  background-color: rgb(133 137 155 / 1);
}
.bg-grey\/15{
  background-color: rgb(133 137 155 / 0.15);
}
.bg-grey\/20{
  background-color: rgb(133 137 155 / 0.2);
}
.bg-grey\/25{
  background-color: rgb(133 137 155 / 0.25);
}
.bg-grey\/30{
  background-color: rgb(133 137 155 / 0.3);
}
.bg-grey\/35{
  background-color: rgb(133 137 155 / 0.35);
}
.bg-grey\/40{
  background-color: rgb(133 137 155 / 0.4);
}
.bg-grey\/45{
  background-color: rgb(133 137 155 / 0.45);
}
.bg-grey\/5{
  background-color: rgb(133 137 155 / 0.05);
}
.bg-grey\/50{
  background-color: rgb(133 137 155 / 0.5);
}
.bg-grey\/55{
  background-color: rgb(133 137 155 / 0.55);
}
.bg-grey\/60{
  background-color: rgb(133 137 155 / 0.6);
}
.bg-grey\/65{
  background-color: rgb(133 137 155 / 0.65);
}
.bg-grey\/70{
  background-color: rgb(133 137 155 / 0.7);
}
.bg-grey\/75{
  background-color: rgb(133 137 155 / 0.75);
}
.bg-grey\/80{
  background-color: rgb(133 137 155 / 0.8);
}
.bg-grey\/85{
  background-color: rgb(133 137 155 / 0.85);
}
.bg-grey\/90{
  background-color: rgb(133 137 155 / 0.9);
}
.bg-grey\/95{
  background-color: rgb(133 137 155 / 0.95);
}
.bg-grey\/\[\.15\]{
  background-color: rgb(133 137 155 / .15);
}
.bg-infill-white{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 244 / var(--tw-bg-opacity, 1));
}
.bg-infill-white\/0{
  background-color: rgb(243 244 244 / 0);
}
.bg-infill-white\/10{
  background-color: rgb(243 244 244 / 0.1);
}
.bg-infill-white\/100{
  background-color: rgb(243 244 244 / 1);
}
.bg-infill-white\/15{
  background-color: rgb(243 244 244 / 0.15);
}
.bg-infill-white\/20{
  background-color: rgb(243 244 244 / 0.2);
}
.bg-infill-white\/25{
  background-color: rgb(243 244 244 / 0.25);
}
.bg-infill-white\/30{
  background-color: rgb(243 244 244 / 0.3);
}
.bg-infill-white\/35{
  background-color: rgb(243 244 244 / 0.35);
}
.bg-infill-white\/40{
  background-color: rgb(243 244 244 / 0.4);
}
.bg-infill-white\/45{
  background-color: rgb(243 244 244 / 0.45);
}
.bg-infill-white\/5{
  background-color: rgb(243 244 244 / 0.05);
}
.bg-infill-white\/50{
  background-color: rgb(243 244 244 / 0.5);
}
.bg-infill-white\/55{
  background-color: rgb(243 244 244 / 0.55);
}
.bg-infill-white\/60{
  background-color: rgb(243 244 244 / 0.6);
}
.bg-infill-white\/65{
  background-color: rgb(243 244 244 / 0.65);
}
.bg-infill-white\/70{
  background-color: rgb(243 244 244 / 0.7);
}
.bg-infill-white\/75{
  background-color: rgb(243 244 244 / 0.75);
}
.bg-infill-white\/80{
  background-color: rgb(243 244 244 / 0.8);
}
.bg-infill-white\/85{
  background-color: rgb(243 244 244 / 0.85);
}
.bg-infill-white\/90{
  background-color: rgb(243 244 244 / 0.9);
}
.bg-infill-white\/95{
  background-color: rgb(243 244 244 / 0.95);
}
.bg-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 183 235 / var(--tw-bg-opacity, 1));
}
.bg-light-blue\/0{
  background-color: rgb(0 183 235 / 0);
}
.bg-light-blue\/10{
  background-color: rgb(0 183 235 / 0.1);
}
.bg-light-blue\/100{
  background-color: rgb(0 183 235 / 1);
}
.bg-light-blue\/15{
  background-color: rgb(0 183 235 / 0.15);
}
.bg-light-blue\/20{
  background-color: rgb(0 183 235 / 0.2);
}
.bg-light-blue\/25{
  background-color: rgb(0 183 235 / 0.25);
}
.bg-light-blue\/30{
  background-color: rgb(0 183 235 / 0.3);
}
.bg-light-blue\/35{
  background-color: rgb(0 183 235 / 0.35);
}
.bg-light-blue\/40{
  background-color: rgb(0 183 235 / 0.4);
}
.bg-light-blue\/45{
  background-color: rgb(0 183 235 / 0.45);
}
.bg-light-blue\/5{
  background-color: rgb(0 183 235 / 0.05);
}
.bg-light-blue\/50{
  background-color: rgb(0 183 235 / 0.5);
}
.bg-light-blue\/55{
  background-color: rgb(0 183 235 / 0.55);
}
.bg-light-blue\/60{
  background-color: rgb(0 183 235 / 0.6);
}
.bg-light-blue\/65{
  background-color: rgb(0 183 235 / 0.65);
}
.bg-light-blue\/70{
  background-color: rgb(0 183 235 / 0.7);
}
.bg-light-blue\/75{
  background-color: rgb(0 183 235 / 0.75);
}
.bg-light-blue\/80{
  background-color: rgb(0 183 235 / 0.8);
}
.bg-light-blue\/85{
  background-color: rgb(0 183 235 / 0.85);
}
.bg-light-blue\/90{
  background-color: rgb(0 183 235 / 0.9);
}
.bg-light-blue\/95{
  background-color: rgb(0 183 235 / 0.95);
}
.bg-light-blue\/\[\.15\]{
  background-color: rgb(0 183 235 / .15);
}
.bg-off-white{
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 251 / var(--tw-bg-opacity, 1));
}
.bg-off-white\/0{
  background-color: rgb(250 251 251 / 0);
}
.bg-off-white\/10{
  background-color: rgb(250 251 251 / 0.1);
}
.bg-off-white\/100{
  background-color: rgb(250 251 251 / 1);
}
.bg-off-white\/15{
  background-color: rgb(250 251 251 / 0.15);
}
.bg-off-white\/20{
  background-color: rgb(250 251 251 / 0.2);
}
.bg-off-white\/25{
  background-color: rgb(250 251 251 / 0.25);
}
.bg-off-white\/30{
  background-color: rgb(250 251 251 / 0.3);
}
.bg-off-white\/35{
  background-color: rgb(250 251 251 / 0.35);
}
.bg-off-white\/40{
  background-color: rgb(250 251 251 / 0.4);
}
.bg-off-white\/45{
  background-color: rgb(250 251 251 / 0.45);
}
.bg-off-white\/5{
  background-color: rgb(250 251 251 / 0.05);
}
.bg-off-white\/50{
  background-color: rgb(250 251 251 / 0.5);
}
.bg-off-white\/55{
  background-color: rgb(250 251 251 / 0.55);
}
.bg-off-white\/60{
  background-color: rgb(250 251 251 / 0.6);
}
.bg-off-white\/65{
  background-color: rgb(250 251 251 / 0.65);
}
.bg-off-white\/70{
  background-color: rgb(250 251 251 / 0.7);
}
.bg-off-white\/75{
  background-color: rgb(250 251 251 / 0.75);
}
.bg-off-white\/80{
  background-color: rgb(250 251 251 / 0.8);
}
.bg-off-white\/85{
  background-color: rgb(250 251 251 / 0.85);
}
.bg-off-white\/90{
  background-color: rgb(250 251 251 / 0.9);
}
.bg-off-white\/95{
  background-color: rgb(250 251 251 / 0.95);
}
.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 101 101 / var(--tw-bg-opacity, 1));
}
.bg-red\/0{
  background-color: rgb(255 101 101 / 0);
}
.bg-red\/10{
  background-color: rgb(255 101 101 / 0.1);
}
.bg-red\/100{
  background-color: rgb(255 101 101 / 1);
}
.bg-red\/15{
  background-color: rgb(255 101 101 / 0.15);
}
.bg-red\/20{
  background-color: rgb(255 101 101 / 0.2);
}
.bg-red\/25{
  background-color: rgb(255 101 101 / 0.25);
}
.bg-red\/30{
  background-color: rgb(255 101 101 / 0.3);
}
.bg-red\/35{
  background-color: rgb(255 101 101 / 0.35);
}
.bg-red\/40{
  background-color: rgb(255 101 101 / 0.4);
}
.bg-red\/45{
  background-color: rgb(255 101 101 / 0.45);
}
.bg-red\/5{
  background-color: rgb(255 101 101 / 0.05);
}
.bg-red\/50{
  background-color: rgb(255 101 101 / 0.5);
}
.bg-red\/55{
  background-color: rgb(255 101 101 / 0.55);
}
.bg-red\/60{
  background-color: rgb(255 101 101 / 0.6);
}
.bg-red\/65{
  background-color: rgb(255 101 101 / 0.65);
}
.bg-red\/70{
  background-color: rgb(255 101 101 / 0.7);
}
.bg-red\/75{
  background-color: rgb(255 101 101 / 0.75);
}
.bg-red\/80{
  background-color: rgb(255 101 101 / 0.8);
}
.bg-red\/85{
  background-color: rgb(255 101 101 / 0.85);
}
.bg-red\/90{
  background-color: rgb(255 101 101 / 0.9);
}
.bg-red\/95{
  background-color: rgb(255 101 101 / 0.95);
}
.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(77 184 166 / var(--tw-bg-opacity, 1));
}
.bg-success\/0{
  background-color: rgb(77 184 166 / 0);
}
.bg-success\/10{
  background-color: rgb(77 184 166 / 0.1);
}
.bg-success\/100{
  background-color: rgb(77 184 166 / 1);
}
.bg-success\/15{
  background-color: rgb(77 184 166 / 0.15);
}
.bg-success\/20{
  background-color: rgb(77 184 166 / 0.2);
}
.bg-success\/25{
  background-color: rgb(77 184 166 / 0.25);
}
.bg-success\/30{
  background-color: rgb(77 184 166 / 0.3);
}
.bg-success\/35{
  background-color: rgb(77 184 166 / 0.35);
}
.bg-success\/40{
  background-color: rgb(77 184 166 / 0.4);
}
.bg-success\/45{
  background-color: rgb(77 184 166 / 0.45);
}
.bg-success\/5{
  background-color: rgb(77 184 166 / 0.05);
}
.bg-success\/50{
  background-color: rgb(77 184 166 / 0.5);
}
.bg-success\/55{
  background-color: rgb(77 184 166 / 0.55);
}
.bg-success\/60{
  background-color: rgb(77 184 166 / 0.6);
}
.bg-success\/65{
  background-color: rgb(77 184 166 / 0.65);
}
.bg-success\/70{
  background-color: rgb(77 184 166 / 0.7);
}
.bg-success\/75{
  background-color: rgb(77 184 166 / 0.75);
}
.bg-success\/80{
  background-color: rgb(77 184 166 / 0.8);
}
.bg-success\/85{
  background-color: rgb(77 184 166 / 0.85);
}
.bg-success\/90{
  background-color: rgb(77 184 166 / 0.9);
}
.bg-success\/95{
  background-color: rgb(77 184 166 / 0.95);
}
.bg-success\/\[\.15\]{
  background-color: rgb(77 184 166 / .15);
}
.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\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.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\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.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\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(247 174 75 / var(--tw-bg-opacity, 1));
}
.bg-warning\/0{
  background-color: rgb(247 174 75 / 0);
}
.bg-warning\/10{
  background-color: rgb(247 174 75 / 0.1);
}
.bg-warning\/100{
  background-color: rgb(247 174 75 / 1);
}
.bg-warning\/15{
  background-color: rgb(247 174 75 / 0.15);
}
.bg-warning\/20{
  background-color: rgb(247 174 75 / 0.2);
}
.bg-warning\/25{
  background-color: rgb(247 174 75 / 0.25);
}
.bg-warning\/30{
  background-color: rgb(247 174 75 / 0.3);
}
.bg-warning\/35{
  background-color: rgb(247 174 75 / 0.35);
}
.bg-warning\/40{
  background-color: rgb(247 174 75 / 0.4);
}
.bg-warning\/45{
  background-color: rgb(247 174 75 / 0.45);
}
.bg-warning\/5{
  background-color: rgb(247 174 75 / 0.05);
}
.bg-warning\/50{
  background-color: rgb(247 174 75 / 0.5);
}
.bg-warning\/55{
  background-color: rgb(247 174 75 / 0.55);
}
.bg-warning\/60{
  background-color: rgb(247 174 75 / 0.6);
}
.bg-warning\/65{
  background-color: rgb(247 174 75 / 0.65);
}
.bg-warning\/70{
  background-color: rgb(247 174 75 / 0.7);
}
.bg-warning\/75{
  background-color: rgb(247 174 75 / 0.75);
}
.bg-warning\/80{
  background-color: rgb(247 174 75 / 0.8);
}
.bg-warning\/85{
  background-color: rgb(247 174 75 / 0.85);
}
.bg-warning\/90{
  background-color: rgb(247 174 75 / 0.9);
}
.bg-warning\/95{
  background-color: rgb(247 174 75 / 0.95);
}
.bg-warning\/\[\.15\]{
  background-color: rgb(247 174 75 / .15);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.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\/15{
  background-color: rgb(255 255 255 / 0.15);
}
.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\/35{
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45{
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65{
  background-color: rgb(255 255 255 / 0.65);
}
.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\/85{
  background-color: rgb(255 255 255 / 0.85);
}
.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-15{
  --tw-bg-opacity: 0.15;
}
.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-35{
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45{
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55{
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65{
  --tw-bg-opacity: 0.65;
}
.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-85{
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.from-light-blue{
  --tw-gradient-from: #00B7EB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 183 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-green{
  --tw-gradient-to: #4DB8A6 var(--tw-gradient-to-position);
}
.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-current{
  fill: currentColor;
}
.\!p-0{
  padding: 0px !important;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.\!pt-0{
  padding-top: 0px !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.\!text-left{
  text-align: left !important;
}
.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;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.align-text-top{
  vertical-align: text-top;
}
.align-text-bottom{
  vertical-align: text-bottom;
}
.font-sans{
  font-family: Barlow, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 32px;
  line-height: 38px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-base{
  font-size: 14px;
  line-height: 17px;
}
.text-lg{
  font-size: 20px;
  line-height: 28px;
}
.text-md{
  font-size: 16px;
  line-height: 19px;
}
.text-sm{
  font-size: 12px;
  line-height: 15px;
}
.text-xl{
  font-size: 21px;
  line-height: 25px;
}
.text-xs{
  font-size: 10px;
  line-height: 12px;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.\!normal-case{
  text-transform: none !important;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-none{
  line-height: 1;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-dark-deep-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(28 34 61 / var(--tw-text-opacity, 1)) !important;
}
.\!text-deep-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(36 44 78 / var(--tw-text-opacity, 1)) !important;
}
.\!text-error{
  --tw-text-opacity: 1 !important;
  color: rgb(239 89 89 / var(--tw-text-opacity, 1)) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.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\/15{
  color: rgb(0 0 0 / 0.15);
}
.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\/35{
  color: rgb(0 0 0 / 0.35);
}
.text-black\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-black\/45{
  color: rgb(0 0 0 / 0.45);
}
.text-black\/5{
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-black\/55{
  color: rgb(0 0 0 / 0.55);
}
.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-black\/65{
  color: rgb(0 0 0 / 0.65);
}
.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\/85{
  color: rgb(0 0 0 / 0.85);
}
.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-dark-deep-blue{
  --tw-text-opacity: 1;
  color: rgb(28 34 61 / var(--tw-text-opacity, 1));
}
.text-dark-deep-blue\/0{
  color: rgb(28 34 61 / 0);
}
.text-dark-deep-blue\/10{
  color: rgb(28 34 61 / 0.1);
}
.text-dark-deep-blue\/100{
  color: rgb(28 34 61 / 1);
}
.text-dark-deep-blue\/15{
  color: rgb(28 34 61 / 0.15);
}
.text-dark-deep-blue\/20{
  color: rgb(28 34 61 / 0.2);
}
.text-dark-deep-blue\/25{
  color: rgb(28 34 61 / 0.25);
}
.text-dark-deep-blue\/30{
  color: rgb(28 34 61 / 0.3);
}
.text-dark-deep-blue\/35{
  color: rgb(28 34 61 / 0.35);
}
.text-dark-deep-blue\/40{
  color: rgb(28 34 61 / 0.4);
}
.text-dark-deep-blue\/45{
  color: rgb(28 34 61 / 0.45);
}
.text-dark-deep-blue\/5{
  color: rgb(28 34 61 / 0.05);
}
.text-dark-deep-blue\/50{
  color: rgb(28 34 61 / 0.5);
}
.text-dark-deep-blue\/55{
  color: rgb(28 34 61 / 0.55);
}
.text-dark-deep-blue\/60{
  color: rgb(28 34 61 / 0.6);
}
.text-dark-deep-blue\/65{
  color: rgb(28 34 61 / 0.65);
}
.text-dark-deep-blue\/70{
  color: rgb(28 34 61 / 0.7);
}
.text-dark-deep-blue\/75{
  color: rgb(28 34 61 / 0.75);
}
.text-dark-deep-blue\/80{
  color: rgb(28 34 61 / 0.8);
}
.text-dark-deep-blue\/85{
  color: rgb(28 34 61 / 0.85);
}
.text-dark-deep-blue\/90{
  color: rgb(28 34 61 / 0.9);
}
.text-dark-deep-blue\/95{
  color: rgb(28 34 61 / 0.95);
}
.text-deep-blue{
  --tw-text-opacity: 1;
  color: rgb(36 44 78 / var(--tw-text-opacity, 1));
}
.text-deep-blue\/0{
  color: rgb(36 44 78 / 0);
}
.text-deep-blue\/10{
  color: rgb(36 44 78 / 0.1);
}
.text-deep-blue\/100{
  color: rgb(36 44 78 / 1);
}
.text-deep-blue\/15{
  color: rgb(36 44 78 / 0.15);
}
.text-deep-blue\/20{
  color: rgb(36 44 78 / 0.2);
}
.text-deep-blue\/25{
  color: rgb(36 44 78 / 0.25);
}
.text-deep-blue\/30{
  color: rgb(36 44 78 / 0.3);
}
.text-deep-blue\/35{
  color: rgb(36 44 78 / 0.35);
}
.text-deep-blue\/40{
  color: rgb(36 44 78 / 0.4);
}
.text-deep-blue\/45{
  color: rgb(36 44 78 / 0.45);
}
.text-deep-blue\/5{
  color: rgb(36 44 78 / 0.05);
}
.text-deep-blue\/50{
  color: rgb(36 44 78 / 0.5);
}
.text-deep-blue\/55{
  color: rgb(36 44 78 / 0.55);
}
.text-deep-blue\/60{
  color: rgb(36 44 78 / 0.6);
}
.text-deep-blue\/65{
  color: rgb(36 44 78 / 0.65);
}
.text-deep-blue\/70{
  color: rgb(36 44 78 / 0.7);
}
.text-deep-blue\/75{
  color: rgb(36 44 78 / 0.75);
}
.text-deep-blue\/80{
  color: rgb(36 44 78 / 0.8);
}
.text-deep-blue\/85{
  color: rgb(36 44 78 / 0.85);
}
.text-deep-blue\/90{
  color: rgb(36 44 78 / 0.9);
}
.text-deep-blue\/95{
  color: rgb(36 44 78 / 0.95);
}
.text-error{
  --tw-text-opacity: 1;
  color: rgb(239 89 89 / var(--tw-text-opacity, 1));
}
.text-error\/0{
  color: rgb(239 89 89 / 0);
}
.text-error\/10{
  color: rgb(239 89 89 / 0.1);
}
.text-error\/100{
  color: rgb(239 89 89 / 1);
}
.text-error\/15{
  color: rgb(239 89 89 / 0.15);
}
.text-error\/20{
  color: rgb(239 89 89 / 0.2);
}
.text-error\/25{
  color: rgb(239 89 89 / 0.25);
}
.text-error\/30{
  color: rgb(239 89 89 / 0.3);
}
.text-error\/35{
  color: rgb(239 89 89 / 0.35);
}
.text-error\/40{
  color: rgb(239 89 89 / 0.4);
}
.text-error\/45{
  color: rgb(239 89 89 / 0.45);
}
.text-error\/5{
  color: rgb(239 89 89 / 0.05);
}
.text-error\/50{
  color: rgb(239 89 89 / 0.5);
}
.text-error\/55{
  color: rgb(239 89 89 / 0.55);
}
.text-error\/60{
  color: rgb(239 89 89 / 0.6);
}
.text-error\/65{
  color: rgb(239 89 89 / 0.65);
}
.text-error\/70{
  color: rgb(239 89 89 / 0.7);
}
.text-error\/75{
  color: rgb(239 89 89 / 0.75);
}
.text-error\/80{
  color: rgb(239 89 89 / 0.8);
}
.text-error\/85{
  color: rgb(239 89 89 / 0.85);
}
.text-error\/90{
  color: rgb(239 89 89 / 0.9);
}
.text-error\/95{
  color: rgb(239 89 89 / 0.95);
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(77 184 166 / var(--tw-text-opacity, 1));
}
.text-green\/0{
  color: rgb(77 184 166 / 0);
}
.text-green\/10{
  color: rgb(77 184 166 / 0.1);
}
.text-green\/100{
  color: rgb(77 184 166 / 1);
}
.text-green\/15{
  color: rgb(77 184 166 / 0.15);
}
.text-green\/20{
  color: rgb(77 184 166 / 0.2);
}
.text-green\/25{
  color: rgb(77 184 166 / 0.25);
}
.text-green\/30{
  color: rgb(77 184 166 / 0.3);
}
.text-green\/35{
  color: rgb(77 184 166 / 0.35);
}
.text-green\/40{
  color: rgb(77 184 166 / 0.4);
}
.text-green\/45{
  color: rgb(77 184 166 / 0.45);
}
.text-green\/5{
  color: rgb(77 184 166 / 0.05);
}
.text-green\/50{
  color: rgb(77 184 166 / 0.5);
}
.text-green\/55{
  color: rgb(77 184 166 / 0.55);
}
.text-green\/60{
  color: rgb(77 184 166 / 0.6);
}
.text-green\/65{
  color: rgb(77 184 166 / 0.65);
}
.text-green\/70{
  color: rgb(77 184 166 / 0.7);
}
.text-green\/75{
  color: rgb(77 184 166 / 0.75);
}
.text-green\/80{
  color: rgb(77 184 166 / 0.8);
}
.text-green\/85{
  color: rgb(77 184 166 / 0.85);
}
.text-green\/90{
  color: rgb(77 184 166 / 0.9);
}
.text-green\/95{
  color: rgb(77 184 166 / 0.95);
}
.text-grey{
  --tw-text-opacity: 1;
  color: rgb(133 137 155 / var(--tw-text-opacity, 1));
}
.text-grey\/0{
  color: rgb(133 137 155 / 0);
}
.text-grey\/10{
  color: rgb(133 137 155 / 0.1);
}
.text-grey\/100{
  color: rgb(133 137 155 / 1);
}
.text-grey\/15{
  color: rgb(133 137 155 / 0.15);
}
.text-grey\/20{
  color: rgb(133 137 155 / 0.2);
}
.text-grey\/25{
  color: rgb(133 137 155 / 0.25);
}
.text-grey\/30{
  color: rgb(133 137 155 / 0.3);
}
.text-grey\/35{
  color: rgb(133 137 155 / 0.35);
}
.text-grey\/40{
  color: rgb(133 137 155 / 0.4);
}
.text-grey\/45{
  color: rgb(133 137 155 / 0.45);
}
.text-grey\/5{
  color: rgb(133 137 155 / 0.05);
}
.text-grey\/50{
  color: rgb(133 137 155 / 0.5);
}
.text-grey\/55{
  color: rgb(133 137 155 / 0.55);
}
.text-grey\/60{
  color: rgb(133 137 155 / 0.6);
}
.text-grey\/65{
  color: rgb(133 137 155 / 0.65);
}
.text-grey\/70{
  color: rgb(133 137 155 / 0.7);
}
.text-grey\/75{
  color: rgb(133 137 155 / 0.75);
}
.text-grey\/80{
  color: rgb(133 137 155 / 0.8);
}
.text-grey\/85{
  color: rgb(133 137 155 / 0.85);
}
.text-grey\/90{
  color: rgb(133 137 155 / 0.9);
}
.text-grey\/95{
  color: rgb(133 137 155 / 0.95);
}
.text-grey\/\[0\.4\]{
  color: rgb(133 137 155 / 0.4);
}
.text-infill-white{
  --tw-text-opacity: 1;
  color: rgb(243 244 244 / var(--tw-text-opacity, 1));
}
.text-infill-white\/0{
  color: rgb(243 244 244 / 0);
}
.text-infill-white\/10{
  color: rgb(243 244 244 / 0.1);
}
.text-infill-white\/100{
  color: rgb(243 244 244 / 1);
}
.text-infill-white\/15{
  color: rgb(243 244 244 / 0.15);
}
.text-infill-white\/20{
  color: rgb(243 244 244 / 0.2);
}
.text-infill-white\/25{
  color: rgb(243 244 244 / 0.25);
}
.text-infill-white\/30{
  color: rgb(243 244 244 / 0.3);
}
.text-infill-white\/35{
  color: rgb(243 244 244 / 0.35);
}
.text-infill-white\/40{
  color: rgb(243 244 244 / 0.4);
}
.text-infill-white\/45{
  color: rgb(243 244 244 / 0.45);
}
.text-infill-white\/5{
  color: rgb(243 244 244 / 0.05);
}
.text-infill-white\/50{
  color: rgb(243 244 244 / 0.5);
}
.text-infill-white\/55{
  color: rgb(243 244 244 / 0.55);
}
.text-infill-white\/60{
  color: rgb(243 244 244 / 0.6);
}
.text-infill-white\/65{
  color: rgb(243 244 244 / 0.65);
}
.text-infill-white\/70{
  color: rgb(243 244 244 / 0.7);
}
.text-infill-white\/75{
  color: rgb(243 244 244 / 0.75);
}
.text-infill-white\/80{
  color: rgb(243 244 244 / 0.8);
}
.text-infill-white\/85{
  color: rgb(243 244 244 / 0.85);
}
.text-infill-white\/90{
  color: rgb(243 244 244 / 0.9);
}
.text-infill-white\/95{
  color: rgb(243 244 244 / 0.95);
}
.text-light-blue{
  --tw-text-opacity: 1;
  color: rgb(0 183 235 / var(--tw-text-opacity, 1));
}
.text-light-blue\/0{
  color: rgb(0 183 235 / 0);
}
.text-light-blue\/10{
  color: rgb(0 183 235 / 0.1);
}
.text-light-blue\/100{
  color: rgb(0 183 235 / 1);
}
.text-light-blue\/15{
  color: rgb(0 183 235 / 0.15);
}
.text-light-blue\/20{
  color: rgb(0 183 235 / 0.2);
}
.text-light-blue\/25{
  color: rgb(0 183 235 / 0.25);
}
.text-light-blue\/30{
  color: rgb(0 183 235 / 0.3);
}
.text-light-blue\/35{
  color: rgb(0 183 235 / 0.35);
}
.text-light-blue\/40{
  color: rgb(0 183 235 / 0.4);
}
.text-light-blue\/45{
  color: rgb(0 183 235 / 0.45);
}
.text-light-blue\/5{
  color: rgb(0 183 235 / 0.05);
}
.text-light-blue\/50{
  color: rgb(0 183 235 / 0.5);
}
.text-light-blue\/55{
  color: rgb(0 183 235 / 0.55);
}
.text-light-blue\/60{
  color: rgb(0 183 235 / 0.6);
}
.text-light-blue\/65{
  color: rgb(0 183 235 / 0.65);
}
.text-light-blue\/70{
  color: rgb(0 183 235 / 0.7);
}
.text-light-blue\/75{
  color: rgb(0 183 235 / 0.75);
}
.text-light-blue\/80{
  color: rgb(0 183 235 / 0.8);
}
.text-light-blue\/85{
  color: rgb(0 183 235 / 0.85);
}
.text-light-blue\/90{
  color: rgb(0 183 235 / 0.9);
}
.text-light-blue\/95{
  color: rgb(0 183 235 / 0.95);
}
.text-off-white{
  --tw-text-opacity: 1;
  color: rgb(250 251 251 / var(--tw-text-opacity, 1));
}
.text-off-white\/0{
  color: rgb(250 251 251 / 0);
}
.text-off-white\/10{
  color: rgb(250 251 251 / 0.1);
}
.text-off-white\/100{
  color: rgb(250 251 251 / 1);
}
.text-off-white\/15{
  color: rgb(250 251 251 / 0.15);
}
.text-off-white\/20{
  color: rgb(250 251 251 / 0.2);
}
.text-off-white\/25{
  color: rgb(250 251 251 / 0.25);
}
.text-off-white\/30{
  color: rgb(250 251 251 / 0.3);
}
.text-off-white\/35{
  color: rgb(250 251 251 / 0.35);
}
.text-off-white\/40{
  color: rgb(250 251 251 / 0.4);
}
.text-off-white\/45{
  color: rgb(250 251 251 / 0.45);
}
.text-off-white\/5{
  color: rgb(250 251 251 / 0.05);
}
.text-off-white\/50{
  color: rgb(250 251 251 / 0.5);
}
.text-off-white\/55{
  color: rgb(250 251 251 / 0.55);
}
.text-off-white\/60{
  color: rgb(250 251 251 / 0.6);
}
.text-off-white\/65{
  color: rgb(250 251 251 / 0.65);
}
.text-off-white\/70{
  color: rgb(250 251 251 / 0.7);
}
.text-off-white\/75{
  color: rgb(250 251 251 / 0.75);
}
.text-off-white\/80{
  color: rgb(250 251 251 / 0.8);
}
.text-off-white\/85{
  color: rgb(250 251 251 / 0.85);
}
.text-off-white\/90{
  color: rgb(250 251 251 / 0.9);
}
.text-off-white\/95{
  color: rgb(250 251 251 / 0.95);
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(255 101 101 / var(--tw-text-opacity, 1));
}
.text-red\/0{
  color: rgb(255 101 101 / 0);
}
.text-red\/10{
  color: rgb(255 101 101 / 0.1);
}
.text-red\/100{
  color: rgb(255 101 101 / 1);
}
.text-red\/15{
  color: rgb(255 101 101 / 0.15);
}
.text-red\/20{
  color: rgb(255 101 101 / 0.2);
}
.text-red\/25{
  color: rgb(255 101 101 / 0.25);
}
.text-red\/30{
  color: rgb(255 101 101 / 0.3);
}
.text-red\/35{
  color: rgb(255 101 101 / 0.35);
}
.text-red\/40{
  color: rgb(255 101 101 / 0.4);
}
.text-red\/45{
  color: rgb(255 101 101 / 0.45);
}
.text-red\/5{
  color: rgb(255 101 101 / 0.05);
}
.text-red\/50{
  color: rgb(255 101 101 / 0.5);
}
.text-red\/55{
  color: rgb(255 101 101 / 0.55);
}
.text-red\/60{
  color: rgb(255 101 101 / 0.6);
}
.text-red\/65{
  color: rgb(255 101 101 / 0.65);
}
.text-red\/70{
  color: rgb(255 101 101 / 0.7);
}
.text-red\/75{
  color: rgb(255 101 101 / 0.75);
}
.text-red\/80{
  color: rgb(255 101 101 / 0.8);
}
.text-red\/85{
  color: rgb(255 101 101 / 0.85);
}
.text-red\/90{
  color: rgb(255 101 101 / 0.9);
}
.text-red\/95{
  color: rgb(255 101 101 / 0.95);
}
.text-success{
  --tw-text-opacity: 1;
  color: rgb(77 184 166 / var(--tw-text-opacity, 1));
}
.text-success\/0{
  color: rgb(77 184 166 / 0);
}
.text-success\/10{
  color: rgb(77 184 166 / 0.1);
}
.text-success\/100{
  color: rgb(77 184 166 / 1);
}
.text-success\/15{
  color: rgb(77 184 166 / 0.15);
}
.text-success\/20{
  color: rgb(77 184 166 / 0.2);
}
.text-success\/25{
  color: rgb(77 184 166 / 0.25);
}
.text-success\/30{
  color: rgb(77 184 166 / 0.3);
}
.text-success\/35{
  color: rgb(77 184 166 / 0.35);
}
.text-success\/40{
  color: rgb(77 184 166 / 0.4);
}
.text-success\/45{
  color: rgb(77 184 166 / 0.45);
}
.text-success\/5{
  color: rgb(77 184 166 / 0.05);
}
.text-success\/50{
  color: rgb(77 184 166 / 0.5);
}
.text-success\/55{
  color: rgb(77 184 166 / 0.55);
}
.text-success\/60{
  color: rgb(77 184 166 / 0.6);
}
.text-success\/65{
  color: rgb(77 184 166 / 0.65);
}
.text-success\/70{
  color: rgb(77 184 166 / 0.7);
}
.text-success\/75{
  color: rgb(77 184 166 / 0.75);
}
.text-success\/80{
  color: rgb(77 184 166 / 0.8);
}
.text-success\/85{
  color: rgb(77 184 166 / 0.85);
}
.text-success\/90{
  color: rgb(77 184 166 / 0.9);
}
.text-success\/95{
  color: rgb(77 184 166 / 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\/15{
  color: rgb(0 0 0 / 0.15);
}
.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\/35{
  color: rgb(0 0 0 / 0.35);
}
.text-transparent\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/45{
  color: rgb(0 0 0 / 0.45);
}
.text-transparent\/5{
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/55{
  color: rgb(0 0 0 / 0.55);
}
.text-transparent\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/65{
  color: rgb(0 0 0 / 0.65);
}
.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\/85{
  color: rgb(0 0 0 / 0.85);
}
.text-transparent\/90{
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95{
  color: rgb(0 0 0 / 0.95);
}
.text-warning{
  --tw-text-opacity: 1;
  color: rgb(247 174 75 / var(--tw-text-opacity, 1));
}
.text-warning\/0{
  color: rgb(247 174 75 / 0);
}
.text-warning\/10{
  color: rgb(247 174 75 / 0.1);
}
.text-warning\/100{
  color: rgb(247 174 75 / 1);
}
.text-warning\/15{
  color: rgb(247 174 75 / 0.15);
}
.text-warning\/20{
  color: rgb(247 174 75 / 0.2);
}
.text-warning\/25{
  color: rgb(247 174 75 / 0.25);
}
.text-warning\/30{
  color: rgb(247 174 75 / 0.3);
}
.text-warning\/35{
  color: rgb(247 174 75 / 0.35);
}
.text-warning\/40{
  color: rgb(247 174 75 / 0.4);
}
.text-warning\/45{
  color: rgb(247 174 75 / 0.45);
}
.text-warning\/5{
  color: rgb(247 174 75 / 0.05);
}
.text-warning\/50{
  color: rgb(247 174 75 / 0.5);
}
.text-warning\/55{
  color: rgb(247 174 75 / 0.55);
}
.text-warning\/60{
  color: rgb(247 174 75 / 0.6);
}
.text-warning\/65{
  color: rgb(247 174 75 / 0.65);
}
.text-warning\/70{
  color: rgb(247 174 75 / 0.7);
}
.text-warning\/75{
  color: rgb(247 174 75 / 0.75);
}
.text-warning\/80{
  color: rgb(247 174 75 / 0.8);
}
.text-warning\/85{
  color: rgb(247 174 75 / 0.85);
}
.text-warning\/90{
  color: rgb(247 174 75 / 0.9);
}
.text-warning\/95{
  color: rgb(247 174 75 / 0.95);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.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\/15{
  color: rgb(255 255 255 / 0.15);
}
.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\/35{
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45{
  color: rgb(255 255 255 / 0.45);
}
.text-white\/5{
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55{
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65{
  color: rgb(255 255 255 / 0.65);
}
.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\/85{
  color: rgb(255 255 255 / 0.85);
}
.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-15{
  --tw-text-opacity: 0.15;
}
.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-35{
  --tw-text-opacity: 0.35;
}
.text-opacity-40{
  --tw-text-opacity: 0.4;
}
.text-opacity-45{
  --tw-text-opacity: 0.45;
}
.text-opacity-5{
  --tw-text-opacity: 0.05;
}
.text-opacity-50{
  --tw-text-opacity: 0.5;
}
.text-opacity-55{
  --tw-text-opacity: 0.55;
}
.text-opacity-60{
  --tw-text-opacity: 0.6;
}
.text-opacity-65{
  --tw-text-opacity: 0.65;
}
.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-85{
  --tw-text-opacity: 0.85;
}
.text-opacity-90{
  --tw-text-opacity: 0.9;
}
.text-opacity-95{
  --tw-text-opacity: 0.95;
}
.\!underline{
  text-decoration-line: underline !important;
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.\!opacity-100{
  opacity: 1 !important;
}
.\!opacity-70{
  opacity: 0.7 !important;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-75{
  opacity: 0.75;
}
.bg-blend-normal{
  background-blend-mode: normal;
}
.bg-blend-multiply{
  background-blend-mode: multiply;
}
.bg-blend-screen{
  background-blend-mode: screen;
}
.bg-blend-overlay{
  background-blend-mode: overlay;
}
.bg-blend-darken{
  background-blend-mode: darken;
}
.bg-blend-lighten{
  background-blend-mode: lighten;
}
.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn{
  background-blend-mode: color-burn;
}
.bg-blend-hard-light{
  background-blend-mode: hard-light;
}
.bg-blend-soft-light{
  background-blend-mode: soft-light;
}
.bg-blend-difference{
  background-blend-mode: difference;
}
.bg-blend-exclusion{
  background-blend-mode: exclusion;
}
.bg-blend-hue{
  background-blend-mode: hue;
}
.bg-blend-saturation{
  background-blend-mode: saturation;
}
.bg-blend-color{
  background-blend-mode: color;
}
.bg-blend-luminosity{
  background-blend-mode: luminosity;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.outline-2{
  outline-width: 2px;
}
.outline-error\/\[\.15\]{
  outline-color: rgb(239 89 89 / .15);
}
.outline-grey\/\[\.15\]{
  outline-color: rgb(133 137 155 / .15);
}
.outline-grey\/\[0\.4\]{
  outline-color: rgb(133 137 155 / 0.4);
}
.outline-light-blue\/\[\.15\]{
  outline-color: rgb(0 183 235 / .15);
}
.outline-success\/\[\.15\]{
  outline-color: rgb(77 184 166 / .15);
}
.outline-warning\/\[\.15\]{
  outline-color: rgb(247 174 75 / .15);
}
.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-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-150{
  transition-delay: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-75{
  transition-duration: 75ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
img,
svg {
  display: inline-block;
}

.logo-device img {
  max-width: 42px;
}

a{
  --tw-text-opacity: 1;
  color: rgb(77 184 166 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.bg-green {
  background-color: #4DB8A6;
}

.button{
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: rgb(255 255 255 / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.button.icon-arrow-right:before, .button.icon-arrow-left:before, .button.icon-plus-right:before, .button.icon-camera:before, .button.icon-upload:before {
  margin-top: 2px;
}
.button.icon-arrow-right:before, .button.icon-plus-right:before, .button.icon-camera:before, .button.icon-upload:before{
  margin-right: 0.5rem;
  float: right;
}
.button.icon-plus-right{
  line-height: 1;
}
.button.icon-plus-right:before{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-right: 0px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(77 184 166 / var(--tw-text-opacity, 1));
}

p{
  margin-bottom: 1.5rem;
}

ul{
  list-style-position: inside;
  list-style-type: disc;
}

h1{
  font-size: 21px !important;
  line-height: 25px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

h2, h3, h4, h5, h6{
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

ul{
  margin-left: 1rem;
  margin-bottom: 1.25rem;
  list-style-position: outside;
}

#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}

.CookiebotWidget-main-logo {
  display: none !important;
}

#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#CybotCookiebotDialogDetailFooter {
  display: none !important;
}

.CookieDeclarationLastUpdated {
  display: none !important;
}

@font-face {
  font-family: "Project Anthracite";
  src: url("../fonts/Project-Anthracite.eot");
  src: url("../fonts/Project-Anthracite.eot?#iefix") format("embedded-opentype"), url("../fonts/Project-Anthracite.woff") format("woff"), url("../fonts/Project-Anthracite.ttf") format("truetype"), url("../fonts/Project-Anthracite.svg#Project-Anthracite") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-]:before{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  display: inline-block;
  font-family: "Project Anthracite";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "A";
}

.icon-arrow-right:before {
  content: "B";
}

.icon-chevron:before {
  content: "C";
}

.icon-calendar:before {
  content: "D";
}

.icon-camera:before {
  content: "E";
}

.icon-check:before {
  content: "F";
}

.icon-plus:before {
  content: "G";
}

.icon-upload:before {
  content: "H";
}

.icon-chevron:before{
  --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));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.icon-chevron.active:before{
  --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));
}

#logo img {
  width: 100%;
  max-width: 190px;
}

.stepper-wrapper .step, .stepper-wrapper__small .step{
  position: relative;
  margin-right: 1rem;
  display: inline-block;
  transition-duration: 200ms;
}
.stepper-wrapper .step:not(:last-of-type):before, .stepper-wrapper__small .step:not(:last-of-type):before{
  position: absolute;
  top: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-duration: 200ms;
  content: "";
  height: 1px;
  width: 1rem;
  display: block;
  transform: translate3d(12px, 5px, 0);
}
.stepper-wrapper .step:last-of-type, .stepper-wrapper__small .step:last-of-type{
  margin-right: 0px;
}
.stepper-wrapper .step .step-circle, .stepper-wrapper__small .step .step-circle{
  position: relative;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(36 44 78 / var(--tw-bg-opacity, 1));
  transition-duration: 200ms;
  z-index: 1;
  width: 12px;
  height: 12px;
}
.stepper-wrapper .step.completed:not(:last-of-type):before, .stepper-wrapper__small .step.completed:not(:last-of-type):before{
  --tw-bg-opacity: 1;
  background-color: rgb(77 184 166 / var(--tw-bg-opacity, 1));
  background-color: #4DB8A6;
}
.stepper-wrapper .step.completed .step-circle, .stepper-wrapper__small .step.completed .step-circle{
  --tw-border-opacity: 1 !important;
  border-color: rgb(77 184 166 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 184 166 / var(--tw-bg-opacity, 1)) !important;
  background-color: #4DB8A6 !important;
}
.stepper-wrapper .step.incomplete :not(:last-of-type):before, .stepper-wrapper__small .step.incomplete :not(:last-of-type):before{
  --tw-bg-opacity: 1;
  background-color: rgb(77 184 166 / var(--tw-bg-opacity, 1));
  background-color: #4DB8A6;
}
.stepper-wrapper .step.incomplete .step-circle, .stepper-wrapper__small .step.incomplete .step-circle{
  --tw-border-opacity: 1 !important;
  border-color: rgb(77 184 166 / var(--tw-border-opacity, 1)) !important;
}
.stepper-wrapper .step.error:not(:last-of-type):before, .stepper-wrapper__small .step.error:not(:last-of-type):before{
  --tw-bg-opacity: 1;
  background-color: rgb(239 89 89 / var(--tw-bg-opacity, 1));
}
.stepper-wrapper .step.error .step-circle, .stepper-wrapper__small .step.error .step-circle{
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 89 89 / var(--tw-border-opacity, 1)) !important;
}
.stepper-wrapper .step.current:before, .stepper-wrapper .step.current ~ :not(:last-of-type):before, .stepper-wrapper__small .step.current:before, .stepper-wrapper__small .step.current ~ :not(:last-of-type):before{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.stepper-wrapper .step.current .step-circle, .stepper-wrapper__small .step.current .step-circle {
  transform: scale(1.417);
}
.stepper-wrapper .step.current ~ .step .step-circle, .stepper-wrapper__small .step.current ~ .step .step-circle{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.stepper-wrapper__small .step .step-circle, .stepper-wrapper__small__small .step .step-circle{
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  width: 8px;
  height: 8px;
}

h1{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 25px;
}

h2{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
}

input{
  border-radius: 0.25rem;
  border-width: 1px;
  background-color: transparent;
  padding: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-duration: 200ms;
  width: 100%;
}
input::-moz-placeholder{
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}
input::placeholder{
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}
input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
input.has-errors{
  --tw-border-opacity: 1;
  border-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
}

.datepicker-container {
  position: relative;
}
.datepicker-container input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
.datepicker-container input[type=date]::-webkit-datetime-edit{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}
.datepicker-container input[type=date].filled::-webkit-datetime-edit{
  opacity: 1;
}
.datepicker-container .datepicker-icon {
  position: absolute;
  top: 15px;
  right: 20px;
}

.subtext{
  margin-bottom: 0px;
  padding-top: 0.5rem;
  font-size: 10px;
  line-height: 12px;
  opacity: 0.6;
}

.hint{
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.2);
  text-align: center;
  font-size: 12px;
  transition-duration: 200ms;
  line-height: 16px;
  width: 18px;
  height: 18px;
}
.hint .hint-text{
  visibility: hidden;
  opacity: 0;
  transition-duration: 200ms;
  position: absolute;
  right: 0px;
  z-index: 10;
  margin-top: 0.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 34 61 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hint.show{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(36 44 78 / var(--tw-text-opacity, 1));
}
.hint.show .hint-text{
  visibility: visible;
  opacity: 1;
}

.input-status {
  position: absolute;
  right: 0;
  top: 0;
}

.checkbox-wrapper,
.confirmation-wrapper{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.checkbox-wrapper input[type=checkbox],
.confirmation-wrapper input[type=checkbox]{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: none;
  background-color: rgb(255 255 255 / 0.2);
  width: 24px;
  height: 24px;
  padding: 0;
}
.checkbox-wrapper input[type=checkbox]:before,
.confirmation-wrapper input[type=checkbox]:before{
  display: block;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(77 184 166 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-duration: 200ms;
  font-size: 1rem;
}
.checkbox-wrapper input[type=checkbox]:checked,
.confirmation-wrapper input[type=checkbox]:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.checkbox-wrapper input[type=checkbox]:checked:before,
.confirmation-wrapper input[type=checkbox]:checked:before{
  opacity: 1;
}
.checkbox-wrapper input[type=checkbox].has-errors,
.confirmation-wrapper input[type=checkbox].has-errors{
  border-width: 1px;
  border-style: solid;
}

.yesnoslider-wrapper .yesnoslider-external {
  min-height: 50px;
}
.yesnoslider-wrapper .yesnoslider-checkbox{
  display: none;
}

.yesnoquestion-wrapper .yesnoquestion-external{
  padding-bottom: 0.75rem;
}
.yesnoquestion-wrapper .yesnoquestion-checkbox{
  display: none;
}

.scaleslider-wrapper{
  padding-bottom: 1rem;
}
.scaleslider-wrapper .scaleslider-external .scaleslider-label{
  padding-bottom: 1rem;
}
.scaleslider-wrapper .scaleslider-external .vue-slider-process{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 184 166 / var(--tw-bg-opacity, 1)) !important;
  background-color: #4DB8A6 !important;
}
.scaleslider-wrapper .scaleslider-external .scaleslider-custom-mark {
  position: absolute;
  top: 16px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.scaleslider-wrapper .scaleslider-external .vue-slider-marks .vue-slider-mark-step,
.scaleslider-wrapper .scaleslider-external .vue-slider-marks .vue-slider-mark-step-active {
  box-shadow: 0 0 0 2px white;
}
.scaleslider-wrapper .scaleslider-external .vue-slider-marks .vue-slider-mark-label{
  font-size: 14px;
  line-height: 17px;
  opacity: 0.3;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  white-space: initial;
}
.scaleslider-wrapper .scaleslider-external .vue-slider-marks .vue-slider-mark-label.active{
  opacity: 1;
}
.scaleslider-wrapper .scaleslider-external .vue-slider-dot,
.scaleslider-wrapper .scaleslider-external .vue-slider-process{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 200ms !important;
}
.scaleslider-wrapper .scaleslider-external .vue-slider-dot .vue-slider-dot-handle,
.scaleslider-wrapper .scaleslider-external .vue-slider-process .vue-slider-dot-handle{
  --tw-border-opacity: 1;
  border-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
  border-width: 5px;
}
.scaleslider-wrapper.hide-marks .vue-slider-marks .vue-slider-mark-step {
  display: none;
}
.scaleslider-wrapper .long-labels .vue-slider-mark{
  width: 33.333333% !important;
}
.scaleslider-wrapper .long-labels .vue-slider-mark:first-of-type .vue-slider-mark-label{
  --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));
  text-align: left;
}
.scaleslider-wrapper .long-labels .vue-slider-mark .vue-slider-mark-label{
  width: 91.666667%;
  white-space: normal;
  text-align: center;
}
.scaleslider-wrapper .long-labels .vue-slider-mark:last-of-type .vue-slider-mark-label{
  left: auto;
  right: 0px;
  --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));
  text-align: right;
}

.datepicker-wrapper .datepicker-external .datepicker-text{
  padding-bottom: 0.75rem;
}

.dropdown-container .vs__dropdown-toggle,
.telephone-container .vs__dropdown-toggle{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 200ms;
  width: 100%;
  height: 50px;
}
.dropdown-container .vs__dropdown-toggle .vs__actions svg path,
.telephone-container .vs__dropdown-toggle .vs__actions svg path {
  fill: white;
}
.dropdown-container .vs__dropdown-toggle .vs__actions .vs__clear,
.telephone-container .vs__dropdown-toggle .vs__actions .vs__clear {
  margin-right: 20px;
  margin-bottom: 4px;
}
.dropdown-container .vs__dropdown-toggle .vs__selected,
.telephone-container .vs__dropdown-toggle .vs__selected{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin: 0;
  padding: 0;
  line-height: 1;
}
.dropdown-container .vs__dropdown-toggle .vs__search,
.telephone-container .vs__dropdown-toggle .vs__search {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.dropdown-container .vs--open .vs__dropdown-toggle,
.telephone-container .vs--open .vs__dropdown-toggle{
  --tw-border-opacity: 1;
  border-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.dropdown-container .vs__dropdown-menu,
.telephone-container .vs__dropdown-menu{
  --tw-border-opacity: 1;
  border-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #242c4e;
}
.dropdown-container .vs__dropdown-menu .vs__dropdown-option,
.telephone-container .vs__dropdown-menu .vs__dropdown-option{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  height: 40px;
}
.dropdown-container .vs__dropdown-menu .vs__dropdown-option--highlight,
.telephone-container .vs__dropdown-menu .vs__dropdown-option--highlight {
  background-color: #242c4e;
}
.dropdown-container .vs__dropdown-menu .vs__dropdown-option--disabled,
.telephone-container .vs__dropdown-menu .vs__dropdown-option--disabled{
  background-color: transparent;
  opacity: 0.2;
}
.dropdown-container .vs__actions,
.telephone-container .vs__actions{
  padding: 0px;
  line-height: 10px;
}
.dropdown-container .vs__actions .vs__clear,
.telephone-container .vs__actions .vs__clear{
  margin-top: 0.25rem;
  --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));
}
.dropdown-container .vs__actions .vs__clear:before,
.telephone-container .vs__actions .vs__clear:before {
  content: "G";
}
.dropdown-container .vs__actions .vs__clear,
.telephone-container .vs__actions .vs__clear {
  font-family: "Project Anthracite";
}
.dropdown-container .vs__actions .vs__clear svg,
.telephone-container .vs__actions .vs__clear svg {
  display: none;
}
.dropdown-container .v-select.has-errors .vs__dropdown-toggle,
.telephone-container .v-select.has-errors .vs__dropdown-toggle{
  --tw-border-opacity: 1;
  border-color: rgb(239 89 89 / var(--tw-border-opacity, 1));
}

.dropdown-wrapper.alternate{
  width: 100%;
}
.dropdown-wrapper.alternate .dropdown-container .vs__dropdown-toggle{
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.2);
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(28 34 61 / var(--tw-text-opacity, 1));
  transition-duration: 200ms;
  height: auto;
}
.dropdown-wrapper.alternate .dropdown-container .vs__dropdown-toggle .vs__actions svg path {
  fill: #242c4e;
}
.dropdown-wrapper.alternate .dropdown-container .vs__dropdown-toggle .vs__selected{
  --tw-text-opacity: 1;
  color: rgb(28 34 61 / var(--tw-text-opacity, 1));
}
.dropdown-wrapper.alternate .dropdown-container .vs--open .vs__dropdown-toggle{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(77 184 166 / var(--tw-border-opacity, 1));
}
.dropdown-wrapper.alternate .dropdown-container .vs__dropdown-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 251 / var(--tw-bg-opacity, 1));
}
.dropdown-wrapper.alternate .dropdown-container .vs__dropdown-menu .vs__dropdown-option{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgb(28 34 61 / var(--tw-text-opacity, 1));
}
.dropdown-wrapper.alternate .dropdown-container .vs__dropdown-menu .vs__dropdown-option--highlight{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 244 / var(--tw-bg-opacity, 1));
}
.dropdown-wrapper.alternate .dropdown-container .vs__dropdown-menu .vs__dropdown-option--disabled{
  opacity: 0.4;
}

.telephone-container{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.telephone-container .vs__dropdown-toggle{
  border-width: 0px;
  min-width: 60px;
}
.telephone-container .vs__dropdown-menu {
  min-width: 350px;
  left: -1px;
}
.telephone-container .vs__open-indicator{
  position: absolute;
  right: 0px;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 2px;
}
.telephone-container .input-container input{
  border-width: 0px;
}

.file-input-container .button{
  font-weight: 400;
  text-transform: none;
}

.admin-page .checkbox-wrapper{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.admin-page .checkbox-wrapper input[type=checkbox]{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: none;
  background-color: rgb(36 44 78 / 0.1);
  width: 18px;
  height: 18px;
  padding: 0;
}
.admin-page .checkbox-wrapper input[type=checkbox]:before{
  display: block;
  padding: 3px;
  --tw-text-opacity: 1;
  color: rgb(36 44 78 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-duration: 200ms;
  font-size: 0.75rem;
}
.admin-page .checkbox-wrapper input[type=checkbox]:checked:before{
  opacity: 1;
}
.admin-page .checkbox-wrapper input[type=checkbox].has-errors{
  border-width: 1px;
  border-style: solid;
}

.btn-small{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: rgb(255 255 255 / 0.3);
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 200ms;
  height: 33px;
  width: 33px;
  color: white;
  opacity: 0.3;
}
.btn-small.active {
  height: 48px;
  width: 48px;
  opacity: 1;
  background: #00B7EB;
  background: linear-gradient(218deg, #00B7EB 21%, #4DB8A6 100%);
}

.btn-wf{
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
  background-color: rgb(255 255 255 / 0.2);
}
.btn-wf .btn-wf-internal{
  display: flex;
  flex: 1 1 0%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn-wf .btn-wf-internal:first-child{
  border-right-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
}
.btn-wf .btn-wf-internal.active, .btn-wf .btn-wf-internal:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(77 184 166 / var(--tw-bg-opacity, 1));
  background-color: #4DB8A6;
}

.status-badge-wrapper button[disabled] svg g, .status-badge-wrapper button[disabled] svg path, .status-badge-wrapper button[disabled] svg line{
  stroke: rgb(133 137 155 / 0.4);
}

table.data-table-component tr:first-of-type{
  position: relative;
  z-index: 10;
  border-top-width: 1px;
  border-bottom-width: 2px;
  border-color: rgb(36 44 78 / .07);
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 244 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
table.data-table-component tr:first-of-type td{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(36 44 78 / var(--tw-text-opacity, 1));
}
table.data-table-component tr{
  --tw-text-opacity: 1;
  color: rgb(36 44 78 / var(--tw-text-opacity, 1));
}
table.data-table-component td, table.data-table-component th{
  padding: 1rem;
  color: inherit;
}
.placeholder\:text-black::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.placeholder\:text-black::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.checked\:bg-deep-blue\/30:checked{
  background-color: rgb(36 44 78 / 0.3);
}
.hover\:bg-deep-blue\/\[\.03\]:hover{
  background-color: rgb(36 44 78 / .03);
}
.hover\:text-dark-deep-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(28 34 61 / var(--tw-text-opacity, 1));
}
.hover\:text-green:hover{
  --tw-text-opacity: 1;
  color: rgb(77 184 166 / var(--tw-text-opacity, 1));
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.focus\:z-10:focus{
  z-index: 10;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}
.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}
.disabled\:opacity-25:disabled{
  opacity: 0.25;
}
.disabled\:opacity-60:disabled{
  opacity: 0.6;
}
.group:hover .group-hover\:visible{
  visibility: visible;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
}
@media (min-width: 768px){
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:mb-3{
    margin-bottom: 0.75rem;
  }
  .md\:mb-auto{
    margin-bottom: auto;
  }
  .md\:ml-12{
    margin-left: 3rem;
  }
  .md\:ml-3{
    margin-left: 0.75rem;
  }
  .md\:ml-4{
    margin-left: 1rem;
  }
  .md\:ml-8{
    margin-left: 2rem;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-auto{
    margin-top: auto;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:table{
    display: table;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:items-baseline{
    align-items: baseline;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:pr-6{
    padding-right: 1.5rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-md{
    font-size: 16px;
    line-height: 19px;
  }
}
